[Bug 1854629] [NEW] YModem transfer fails

2019-12-01 Thread Lin Fish
Public bug reported:

YModem transfer fails:
A dialog with following message appears:
"Could not start sx"


It is similar https://gitlab.com/cutecom/cutecom/issues/46

** Affects: cutecom (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/1854629

Title:
  YModem transfer fails

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

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

[Bug 1682799] Re: mouse pointer disappears on tabs/navbar when screen scaled

2019-03-02 Thread fish
Yes, that's still the case.

** Changed in: chromium-browser (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/1682799

Title:
  mouse pointer disappears on tabs/navbar when screen scaled

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

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

[Bug 1758023] Re: Mouse acceleration not configurable in Xubuntu 18.04

2018-12-24 Thread Fish
In the end I upgraded to Xubuntu 18.10, and I've now got things how I
want. However, the GUI still doesn't work properly: it has acceleration,
which works, but no sensitivity. In that sense the upgrade was a waste
of time.

However I managed to get my trackball working by using xinput. I don't
know whether these options would work in 18.04, because I've only just
found the one that makes the difference on the following page:

https://unix.stackexchange.com/questions/358016/increase-mouse-speed-
xinput

Here's what I did to make my trackball responsive. (You can run "xinput
list" to find the name of your pointing device - mine is a 'Logitech USB
Trackball'.)

xinput set-prop 'Logitech USB Trackball' 'libinput Accel Speed' 1.0
xinput set-prop 'Logitech USB Trackball' 'libinput Accel Profile Enabled' 1 0
xinput set-prop 'Logitech USB Trackball' 'Coordinate Transformation Matrix' 6 0 
0 0 6 0 0 0 2

The last line is what I was missing before when trying things on 18.04.
The 3 non-zero arguments are horizontal speed (higher is faster),
vertical speed (higher is faster), and sensitivity (lower is more
sensitive - maybe pixel distance before acceleration?). The default
values are 1 1 1, but 6 6 2 works better for me. Don't change the zero
arguments otherwise crazy things can happen.

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

Title:
  Mouse acceleration not configurable in Xubuntu 18.04

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

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

[Bug 1758023] Re: Mouse acceleration not configurable in Xubuntu 18.04

2018-11-28 Thread Fish
I'm in the same position as others after upgrading from 16.04 to
18.04.1. The GUI settings do nothing. I can change the acceleration
using xinput, but I can't change the sensitivity, making my trackball
(Logitech Marble Mouse) pretty useless. I suffer from RSI and this is a
serious regression for me. I hope the fix is backported soon, otherwise
I'll have to find another distro.

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

Title:
  Mouse acceleration not configurable in Xubuntu 18.04

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

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

[Bug 1712804] [NEW] 4.12.0-11-generic rejects kernel modules signed with enrolled key

2017-08-24 Thread fish
Public bug reported:

Hi,

I've been signing my DKMS modules manually for some time and it was
working just fine with 17.04 but since I upgraded to 17.10 and signing
the modules again the kernel rejects them.

Version: Ubuntu 4.12.0-11.12-generic 4.12.5

```
$ sudo mokutil --import MOK.der 
SKIP: MOK.der is already enrolled

$ sudo /usr/src/linux-headers-4.12.0-11-generic/scripts/sign-file sha512
MOK.priv MOK.der /lib/modules/4.12.0-11-generic/updates/dkms/vboxdrv.ko

$ sudo hexdump -C /lib/modules/4.12.0-11-generic/updates/dkms/vboxdrv.ko | tail
00085530  73 59 c9 38 05 53 a3 95  df df c6 ca 93 ef ad 87  |sY.8.S..|
00085540  38 52 a4 41 4b b6 79 e7  1f 02 49 d7 ba 7c 60 21  |8R.AK.y...I..|`!|
00085550  94 9a b8 c2 d2 73 68 91  fc e8 12 c1 e9 68 21 eb  |.sh..h!.|
00085560  55 d1 0b 6f 4e 04 ee b2  e7 a7 47 42 07 bb 0e 3b  |U..oN.GB...;|
00085570  8a fa 9c d0 7f 1e d5 af  92 8a a3 db 13 32 6d f1  |.2m.|
00085580  c0 c7 6a 31 c6 39 39 14  0d ec 19 73 7e 14 1b e6  |..j1.99s~...|
00085590  8d 1b 5c 7a 0c 26 00 00  02 00 00 00 00 00 00 00  |..\z.&..|
000855a0  01 8b 7e 4d 6f 64 75 6c  65 20 73 69 67 6e 61 74  |..~Module signat|
000855b0  75 72 65 20 61 70 70 65  6e 64 65 64 7e 0a|ure appended~.|
000855be

$ sudo modprobe vboxdrv
modprobe: ERROR: could not insert 'vboxdrv': Required key not available
```

dmesg shows:
```
[260594.834844] PKCS#7 signature not signed with a trusted key
```

It also seems like modinfo doesn't recognize/shows the signing details:

```
$ sudo modinfo /lib/modules/4.12.0-11-generic/updates/dkms/vboxdrv.ko
filename:   /lib/modules/4.12.0-11-generic/updates/dkms/vboxdrv.ko
version:5.1.26_Ubuntu r117224 (0x002a)
license:GPL
description:Oracle VM VirtualBox Support Driver
author: Oracle Corporation
srcversion: 135FF31DCB56FAD62FFCD36
depends:
vermagic:   4.12.0-11-generic SMP mod_unload 
signat: PKCS#7
signer: 
sig_key:
sig_hashalgo:   md4
parm:   force_async_tsc:force the asynchronous TSC mode (int)
```

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

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

Title:
  4.12.0-11-generic rejects kernel modules signed with enrolled key

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

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


[Bug 1712804] Re: 4.12.0-11-generic rejects kernel modules signed with enrolled key

2017-08-24 Thread fish
** Attachment added: "lspci-vnvn.log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1712804/+attachment/4937975/+files/lspci-vnvn.log

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

Title:
  4.12.0-11-generic rejects kernel modules signed with enrolled key

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

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


[Bug 1682799] Re: mouse pointer disappears on tabs/navbar when screen scaled

2017-04-14 Thread fish
lspci:

```
00:00.0 Host bridge: Intel Corporation Skylake Host Bridge/DRAM Registers (rev 
08)
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 520 (rev 07)
00:04.0 Signal processing controller: Intel Corporation Skylake Processor 
Thermal Subsystem (rev 08)
00:14.0 USB controller: Intel Corporation Sunrise Point-LP USB 3.0 xHCI 
Controller (rev 21)
00:14.2 Signal processing controller: Intel Corporation Sunrise Point-LP 
Thermal subsystem (rev 21)
00:15.0 Signal processing controller: Intel Corporation Sunrise Point-LP Serial 
IO I2C Controller #0 (rev 21)
00:15.1 Signal processing controller: Intel Corporation Sunrise Point-LP Serial 
IO I2C Controller #1 (rev 21)
00:16.0 Communication controller: Intel Corporation Sunrise Point-LP CSME HECI 
#1 (rev 21)
00:1c.0 PCI bridge: Intel Corporation Device 9d10 (rev f1)
00:1c.4 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #5 
(rev f1)
00:1c.5 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #6 
(rev f1)
00:1d.0 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #9 
(rev f1)
00:1f.0 ISA bridge: Intel Corporation Sunrise Point-LP LPC Controller (rev 21)
00:1f.2 Memory controller: Intel Corporation Sunrise Point-LP PMC (rev 21)
00:1f.3 Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21)
00:1f.4 SMBus: Intel Corporation Sunrise Point-LP SMBus (rev 21)
01:00.0 PCI bridge: Intel Corporation DSL6340 Thunderbolt 3 Bridge [Alpine 
Ridge 2C 2015]
02:00.0 PCI bridge: Intel Corporation DSL6340 Thunderbolt 3 Bridge [Alpine 
Ridge 2C 2015]
02:01.0 PCI bridge: Intel Corporation DSL6340 Thunderbolt 3 Bridge [Alpine 
Ridge 2C 2015]
02:02.0 PCI bridge: Intel Corporation DSL6340 Thunderbolt 3 Bridge [Alpine 
Ridge 2C 2015]
39:00.0 USB controller: Intel Corporation DSL6340 USB 3.1 Controller [Alpine 
Ridge]
3a:00.0 Network controller: Broadcom Limited BCM4350 802.11ac Wireless Network 
Adapter (rev 08)
3b:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS525A PCI 
Express Card Reader (rev 01)
3c:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd NVMe SSD 
Controller SM951/PM951 (rev 01)
```

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

Title:
  mouse pointer disappears on tabs/navbar when screen scaled

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

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


[Bug 1682799] Re: mouse pointer disappears on tabs/navbar when screen scaled

2017-04-14 Thread fish
After setting scale to 1x1 and back to 0.75x0.75 just now, my music
stopped playing[1] and the screen turned yellow ¯\_(ツ)_/¯:

https://goo.gl/photos/HiVim712e2rpQdZy6


1) Might be unrelated though, using HDMI audio output and screen probably just 
got disconnected by xorg briefly. Didn't realize this before though.

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

Title:
  mouse pointer disappears on tabs/navbar when screen scaled

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

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

[Bug 1682799] [NEW] mouse pointer disappears on tabs/navbar when screen scaled

2017-04-14 Thread fish
Public bug reported:

Hi,

running chromium 57.0.2987.98-0ubuntu1.1348 on zesty on a 2016 XPS 13.
When using xrandr --scale to make my HiDPI screen usable with my lower
DPI screen, moving the mouse over the navbar makes the mouse pointer
disappear. I've took a video to demonstrate this:
https://www.youtube.com/watch?v=x_YmsFbtcOA

Steps to reproduce:
0. Connect additional, external display
1. run: xrandr --output DP-1 --right-of eDP-1 --output eDP-1 --auto --scale 
0.75x0.75
2. hover mouse over navbar

I don't know if this is an issue in chromium or xorg. I filled
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1580123 last
year for another issue with scaling. Looks like xorg is pretty much
dead. Also happy for any workarounds, chromium is not really usable like
this. Fwiw, I'm running xorg 1:7.7+16ubuntu3.

** Affects: chromium-browser (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/1682799

Title:
  mouse pointer disappears on tabs/navbar when screen scaled

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

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


[Bug 1579278] Re: Keep powersave CPU frequency scaling governor for CPUs that support intel_pstate

2017-03-20 Thread fish
On my Dell XPS 13 (i7-6500U) the only governors available are
performance and powersave. Ubuntu 16.04 seems to set this always to
'powersave' for me. This causes the CPU to clock down to 300-400Mhz when
idle. Unfortunately it's not clocking up again when under load
sometimes. Setting the governor to performance 'fixes' it.

I don't know if this is *this* issue or another one, so happy to open a
new issue if you prefer.

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

Title:
  Keep powersave CPU frequency scaling governor for CPUs that support
  intel_pstate

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

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


[Bug 1591669] Re: duplicate touchpad reported and syndaemon/synclient does not work

2017-03-17 Thread fish
Have a XPS 13 9350 DE and looks like I'm affected by the same issue and
also suspend/resume removes the device. Yet I have several issues and it
doesn't seem to matter whether the 'fake' touchpad was removed by
suspend/resume.

For me too the mouse isn't disabled when typing but this is only
sometimes a problem. It seems there is some other heuristic going on
which prevents accidentially moving the mouse (palm detection?). Other
times though it's a problem and I haven't figured out what this depends
on.

But my main problem is that the middle mouse emulation never worked for
me, just never isolated this enough to fill an issue. Going to test some
newer kernels too, maybe this is related to this issue here too.

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

Title:
  duplicate touchpad reported and syndaemon/synclient does not work

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

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


[Bug 1580123] Re: xrandr --scale (again) confines mouse to native solution

2016-12-29 Thread fish
So yes this fixes the issue for me, although xorg already crashed on me
once with that patch applied. Will report back with details if this
happens again.

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

Title:
  xrandr --scale (again) confines mouse to native solution

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1580123/+subscriptions

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


[Bug 1580123] Re: xrandr --scale (again) confines mouse to native solution

2016-12-29 Thread fish
I'm willing to spend some time on this but really don't know how to
proceed. Last comment on the upstream bug says 'Egbert', whoever that
is, will discuss this on the dev mailing list. I don't know what that
involves.. I mean I can also drop a mail to the list and say please,
please include this patch but given how many people are involved in the
issue who know more than me about this issue that seems silly.. Still,
if you think that's the way to go I can just ping the mailing list.

Fwiw, I was able to build new debs like this:

- Download patch from https://bugs.freedesktop.org/attachment.cgi?id=94929
- apt-get source xserver-xorg-core
- cd xorg-server-1.18.3
- quilt import that-downloaded.patch
- quilt push
- dch -n
- debuild -b -uc -us

Will see if it fixes the issue 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/1580123

Title:
  xrandr --scale (again) confines mouse to native solution

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1580123/+subscriptions

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


[Bug 1580123] Re: xrandr --scale (again) confines mouse to native solution

2016-12-27 Thread fish
Sorry but this is super confusing. Is this a known issue that is being worked 
on or did I miss something? I've opened this issue because 883319 didn't fix 
it. Now I tried panning and this also didn't fix it, but that's what was 
described in 883319.
Willing to investigate time in debugging this but I'm really confused about the 
state of things right now.

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

Title:
  xrandr --scale (again) confines mouse to native solution

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1580123/+subscriptions

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


[Bug 1580123] Re: xrandr --scale (again) confines mouse to native solution

2016-12-27 Thread fish
Ha well.. No, it was working until I moved my mouse pointer to the other
screen. Now my display actually pans around. So still have found no way
to get decent sizes on both displays with different DPI.

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

Title:
  xrandr --scale (again) confines mouse to native solution

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1580123/+subscriptions

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


[Bug 1580123] Re: xrandr --scale (again) confines mouse to native solution

2016-12-27 Thread fish
I can confirm that --panning works for me. While I'm good now, I'd encourage 
the maintainers to consider this a severe UX issue. It's not at all intuitive 
that you need to change this option to make it work.
Then again, it probably makes sense to add options to the control center for 
changing the scale factor where it could set the right panning option 
transparently.

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

Title:
  xrandr --scale (again) confines mouse to native solution

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1580123/+subscriptions

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


[Bug 1580123] Re: xrandr --scale (again) confines mouse to native solution

2016-06-27 Thread fish
** Changed in: xorg-server (Ubuntu)
   Status: Fix Released => Confirmed

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

Title:
  xrandr --scale (again) confines mouse to native solution

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

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


[Bug 1595628] Re: disk udeb should include pm80xx

2016-06-23 Thread fish
Logs don't apply here I think. If you need some specific logs, let me
know what is needed.

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

Title:
  disk udeb should include pm80xx

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

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


[Bug 1595628] [NEW] disk udeb should include pm80xx

2016-06-23 Thread fish
Public bug reported:

The pm80xx kernel module, which is needed for my Adaptec PMC-Sierra PM8018 SAS 
HBA controller, is not available in the trusty-update installer initrd.
The trusy-update installer is running 3.13.0-85-generic and 
linux-image-extra-3.13.0-85-generic contains the module.

Please add the kernel module to the initrd.

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

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

Title:
  disk udeb should include pm80xx

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

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


[Bug 1580123] Re: xrandr --scale (again) confines mouse to native solution

2016-06-09 Thread fish
I think there was a misunderstanding. The ppa works for me now, the
segfault is gone. The Non-ppa package still has the issue described
above.

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

Title:
  xrandr --scale (again) confines mouse to native solution

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

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


[Bug 1580123] Re: xrandr --scale (again) confines mouse to native solution

2016-05-17 Thread fish
@tjaalton: OH oops. Yes just realize this package is from your ppa. Hrm
looks like it's work now. Maybe the segfault was caused by another
package it depends on? At least right now things look stable. Will
report back if that changes.

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

Title:
  xrandr --scale (again) confines mouse to native solution

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

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


[Bug 1580123] Re: xrandr --scale (again) confines mouse to native solution

2016-05-17 Thread fish
Just upgraded my system and the problem seems to be solved. But I'm a
bit confused regarding the package versions. Is there a -1ubuntu2 and
-1ubuntu2.0? Because later is what is installed now:

$ apt-cache policy xserver-xorg-core
xserver-xorg-core:
  Installed: 2:1.18.3-1ubuntu2.0


And the log shows that it was upgraded:


2016-05-17 10:08:54 configure xserver-xorg-core:amd64 2:1.18.3-1ubuntu2.0 
2016-05-17 10:08:54 status unpacked xserver-xorg-core:amd64 2:1.18.3-1ubuntu2.0
2016-05-17 10:08:54 status half-configured xserver-xorg-core:amd64 
2:1.18.3-1ubuntu2.0
2016-05-17 10:08:54 status installed xserver-xorg-core:amd64 2:1.18.3-1ubuntu2.0

Either way, I'm not affected by this issue anymore.

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

Title:
  xrandr --scale (again) confines mouse to native solution

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

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


[Bug 1580123] Re: xrandr --scale (again) confines mouse to native solution

2016-05-10 Thread fish
I've tried tjaalton's build with the patch from
https://bugs.freedesktop.org/attachment.cgi?id=94929 and while it fixes
the problem, it causes a segfault after a few seconds:
https://gist.github.com/discordianfish/e91a463ef66ba9dbb3a86f14fc43c129

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

Title:
  xrandr --scale (again) confines mouse to native solution

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

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


[Bug 1580123] [NEW] xrandr --scale (again) confines mouse to native solution

2016-05-10 Thread fish
Public bug reported:

This might be a regression where the original issue is:
https://bugs.launchpad.net/xorg-server/+bug/883319

It can be easily reproduced by doing something like:

xrandr --output DP1 --scale 1.25x1.25

The mouse will be still constrained to the native solution (aka you
can't move the mouse outside a box of whatever DP1 had as resolution
before.

$ lsb_release -rd
Description:Ubuntu 16.04 LTS
Release:16.04

$ xrandr --version
xrandr program version   1.5.0
Server reports RandR version 1.5

$ apt-cache policy xserver-xorg-core
xserver-xorg-core:
  Installed: 2:1.18.3-1ubuntu2

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


** Tags: xenial

** Description changed:

  This might be a regression where the original issue is:
  https://bugs.launchpad.net/xorg-server/+bug/883319
  
  It can be easily reproduced by doing something like:
  
+ xrandr --output DP1 --scale 1.25x1.25
  
- xrandr --output DP1 --scale 1.25x1.25
- 
- The mouse will be still constrained to the native solution (aka you can't 
move the mouse outside a box of whatever DP1 had as resolution before.
-  
+ The mouse will be still constrained to the native solution (aka you
+ can't move the mouse outside a box of whatever DP1 had as resolution
+ before.
  
  $ lsb_release -rd
  Description:  Ubuntu 16.04 LTS
  Release:  16.04
  
  $ xrandr --version
  xrandr program version   1.5.0
  Server reports RandR version 1.5
+ 
+ $ apt-cache policy xserver-xorg-core
+ xserver-xorg-core:
+   Installed: 2:1.18.3-1ubuntu2

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

Title:
  xrandr --scale (again) confines mouse to native solution

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

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

[Bug 883319] Re: xrandr --scale restricts area in which mouse moves

2016-05-09 Thread fish
I have the same issue in up-to-date xenial (1:7.7+13ubuntu3).
Is it suppose to be fixed there as well? I can't find anything in the changelog.

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

Title:
  xrandr --scale restricts area in which mouse moves

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/883319/+subscriptions

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


[Bug 1576350] [NEW] wget crashes when terminal becomes too small

2016-04-28 Thread fish
Public bug reported:

If started in a terminal which is too small, it crashes right away.
If started in a bigger terminal which then gets resized, it crashes on resize:

```
ft {0, 947927})
read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\\0\0\0\0\0\0\0\0\0"..., 8192) 
= 4344
write(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00\0\0\0\0\0\0\0\0\0"..., 
4096) = 4096
write(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00\0\0\0\0\0\0\0\0\0"..., 248) 
= 248
select(4, [3], NULL, NULL, {0, 95}) = 1 (in [3ft {0, 949783})
read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\\0\0\0\0\0\0\0\0\0"..., 8192) 
= 2896
write(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00\0\0\0\0\0\0\0\0\0"..., 
2896) = 2896
select(4, [3], NULL, NULL, {0, 95}) = ? ERESTARTNOHAND (To be restarted if 
no handler)
--- SIGWINCH {si_signo=SIGWINCH, si_code=SI_KERNEL} ---
rt_sigaction(SIGWINCH, {0x55fd9fdccb50, [WINCH], SA_RESTORER|SA_RESTART, 
0x7fc6eb3844a0}, {0x55fd9fdccb50, [WINCH], SA_RESTORER|SA_RESTART, 
0x7fc6eb3844a0}, 8) = 0
rt_sigreturn({mask=[]}) = -1 EINTR (Interrupted system call)
select(4, [3], NULL, NULL, {0, 923204}) = 1 (in [3], left {0, 916417})
read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 
8192) = 2896
write(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 
2896) = 2896
ioctl(2, TIOCGWINSZ, {ws_row=49, ws_col=50, ws_xpixel=819, ws_ypixel=1542}) = 0
--- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x55fda0a43000} ---
+++ killed by SIGSEGV (core dumped) +++
Segmentation fault (core dumped)
```

Here is a little screencast demoing it: http://5pi.de/wget-crash.gif

- Ubuntu 16.04 LTS
- wget 1.17.1-1ubuntu1

** Affects: wget (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/1576350

Title:
  wget crashes when terminal becomes too small

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

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


[Bug 1502075] Re: Firefox crash on speakdanish.dk website load

2015-10-16 Thread Nick Fish
Still repro on 41.0.1.

$ sudo apt-show-versions firefox
firefox:amd64/vivid-security 41.0.1+build2-0ubuntu0.15.04.2 uptodate
firefox:i386 not installed

This seems to be something specific to this build/my configuration -- I
have some other Linux machines with Firefox 41.0.1 that don't crash on
this page.

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

Title:
  Firefox crash on speakdanish.dk website load

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

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


[Bug 1502075] [NEW] Firefox crash on speakdanish.dk website load

2015-10-02 Thread Nick Fish
Public bug reported:

Loading www.speakdanish.dk/en/grammar/nouns-et-words-list.php results in
Firefox crash

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: firefox 41.0+build3-0ubuntu0.15.04.1
Uname: Linux 3.19.8-031908ckt4-generic x86_64
NonfreeKernelModules: nvidia
AddonCompatCheckDisabled: False
ApportVersion: 2.17.2-0ubuntu1.5
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC2:  nichfish   1799 F pulseaudio
 /dev/snd/controlC1:  nichfish   1799 F pulseaudio
 /dev/snd/controlC0:  nichfish   1799 F pulseaudio
BuildID: 20150918100231
Channel: Unavailable
CurrentDesktop: Unity
Date: Fri Oct  2 11:55:41 2015
EcryptfsInUse: Yes
Extensions: extensions.sqlite corrupt or missing
ForcedLayersAccel: False
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
IncompatibleExtensions: Unavailable (corrupt or non-existant compatibility.ini 
or extensions.sqlite)
InstallationDate: Installed on 2015-08-03 (59 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
IpRoute:
 default via 65.53.128.1 dev eth0  proto static  metric 100 
 10.221.22.9 via 65.53.128.1 dev eth0  proto dhcp  metric 100 
 65.53.128.0/23 dev eth0  proto kernel  scope link  metric 100 
 169.254.0.0/16 dev eth0  scope link  metric 1000
IwConfig:
 eth0  no wireless extensions.
 
 lono wireless extensions.
Locales: extensions.sqlite corrupt or missing
MostRecentCrashID: bp-9583564d-952a-4d8c-91fa-473a52150924
Plugins:
 Java(TM) Plug-in 11.60.2 - /usr/lib/jvm/java-8-oracle/jre/lib/amd64/libnpjp2.so
 Shockwave Flash - /usr/lib/flashplugin-installer/libflashplayer.so
PrefSources: prefs.js
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
Profiles: Profile0 (Default) - LastVersion=41.0/20150918100231 (In use)
RfKill:
 
RunningIncompatibleAddons: False
SourcePackage: firefox
SubmittedCrashIDs: bp-9583564d-952a-4d8c-91fa-473a52150924
Themes: extensions.sqlite corrupt or missing
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/30/2015
dmi.bios.vendor: FUJITSU // American Megatrends Inc.
dmi.bios.version: V4.6.5.3 R1.15.0 for D3128-A1x
dmi.board.name: D3128-A1
dmi.board.vendor: FUJITSU
dmi.board.version: S26361-D3128-A1
dmi.chassis.type: 7
dmi.chassis.vendor: FUJITSU
dmi.chassis.version: C$M710
dmi.modalias: 
dmi:bvnFUJITSU//AmericanMegatrendsInc.:bvrV4.6.5.3R1.15.0forD3128-A1x:bd01/30/2015:svnFUJITSU:pnCELSIUSM720:pvr:rvnFUJITSU:rnD3128-A1:rvrS26361-D3128-A1:cvnFUJITSU:ct7:cvrC$M710:
dmi.product.name: CELSIUS M720
dmi.sys.vendor: FUJITSU

** Affects: firefox (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/1502075

Title:
  Firefox crash on speakdanish.dk website load

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

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


[Bug 1331391] Re: Usage overview page time's out with a large number of tenants and instances

2015-09-30 Thread Doug Fish
I'm aware of this behavior happening in earlier versions of Horizon - I
do need to double check that it happens on the latest code.

As an ugly workaround this panel can be disabled in a large environment.

** Changed in: horizon
   Status: New => Confirmed

** Changed in: horizon
   Importance: Undecided => Medium

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

Title:
  Usage overview page time's out with a large number of tenants and
  instances

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

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


[Bug 1331391] Re: Usage overview page time's out with a large number of tenants and instances

2015-09-30 Thread Doug Fish
No pagination in the current code; I'm sure this is still an issue 
https://github.com/openstack/horizon/blob/master/openstack_dashboard/api/nova.py#L734

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

Title:
  Usage overview page time's out with a large number of tenants and
  instances

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

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


[Bug 1331391] Re: Usage overview page time's out with a large number of tenants and instances

2015-09-30 Thread Doug Fish
I'm aware of this behavior happening in earlier versions of Horizon - I
do need to double check that it happens on the latest code.

As an ugly workaround this panel can be disabled in a large environment.

** Changed in: horizon
   Status: New => Confirmed

** Changed in: horizon
   Importance: Undecided => Medium

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

Title:
  Usage overview page time's out with a large number of tenants and
  instances

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

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


[Bug 1331391] Re: Usage overview page time's out with a large number of tenants and instances

2015-09-30 Thread Doug Fish
No pagination in the current code; I'm sure this is still an issue 
https://github.com/openstack/horizon/blob/master/openstack_dashboard/api/nova.py#L734

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

Title:
  Usage overview page time's out with a large number of tenants and
  instances

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

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


[Bug 1482303] [NEW] python 3.4.0's argparse ignores subcommand

2015-08-06 Thread fish
Public bug reported:

Hi,

take this simple example:

```
#!/usr/bin/env python3
import argparse

def do_default(options):
print(default)

def do_build(options):
print(build)

if __name__ == '__main__':
parser = argparse.ArgumentParser()
subparsers = parser.add_subparsers()

parser.set_defaults(func=do_default)

build = subparsers.add_parser('build')
build.set_defaults(func=do_build)

options = parser.parse_args()
options.func(options)
```

On Ubuntu 14.04, without parameters it errors for missing command and
with the parameter build it prints default, so the subcommand gets
ignored somehow.

If running this on ubuntu 15.04, it works as expected: Without
parameters, it prints default. With the parameter build it prints
build.

I couldn't track that to any upstream bug report, but it seems like a
issue was fixed and the fix needs to get backported to ubuntu 14.04.

** Affects: python3-defaults (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/1482303

Title:
  python 3.4.0's argparse ignores subcommand

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3-defaults/+bug/1482303/+subscriptions

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


[Bug 1480797] [NEW] installer crashes setting up bootloader

2015-08-03 Thread Nick Fish
Public bug reported:

Installing Ubuntu 15.04 choosing 256MB partition at beginning for drive
for EFI partition.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: ubiquity 2.21.25
ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
Uname: Linux 3.19.0-15-generic x86_64
ApportVersion: 2.17.2-0ubuntu1
Architecture: amd64
CasperVersion: 1.360
Date: Mon Aug  3 09:36:12 2015
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed 
boot=casper only-ubiquity quiet splash ---
LiveMediaBuild: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug ubiquity-2.21.25 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/1480797

Title:
  installer crashes setting up bootloader

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

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


[Bug 696841] Re: vlc stops playing audio after pause/resume or seek

2015-07-31 Thread Shlomi Fish
Can you please share some details about what was the fix to this problem
and where we can find it? We ran into it in Mageia Linux as well:

https://bugs.mageia.org/show_bug.cgi?id=16376

** Bug watch added: bugs.mageia.org/ #16376
   https://bugs.mageia.org/show_bug.cgi?id=16376

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

Title:
  vlc stops playing audio after pause/resume or seek

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

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


[Bug 1354730] Re: 14.04 grub-install failed: Wrong number of args: mapdevfs path

2015-04-01 Thread Nick Fish
FYI, for anyone that wants to use the original fix as a workaround until
an official fix is released, the grub-installer script can be found at
/usr/share/grub-installer/grub-installer on more recent versions of
Ubuntu. So, step #3 given by TJ above becomes:

sed -i 's/\($chroot $ROOT grub-probe $@\)/\1 | head -1/' /usr/share
/grub-installer/grub-installer

Changing this (I used nano to edit the file instead of sed) enabled me
to install Ubuntu 14.04 LTS Desktop on a BTRFS raid setup without issue.

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

Title:
  14.04 grub-install failed: Wrong number of args: mapdevfs path

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

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


[Bug 1438724] [NEW] installer crashed configuring bootloader

2015-03-31 Thread Nick Fish
Public bug reported:

I am installing Ubuntu for the first time and the installer crashes when
configuring the bootloader.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: ubiquity 2.18.8.6
ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
Uname: Linux 3.16.0-30-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.7
Architecture: amd64
CasperVersion: 1.340
Date: Tue Mar 31 16:21:41 2015
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed 
boot=casper only-ubiquity quiet splash --
LiveMediaBuild: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64 (20150218.1)
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty ubiquity-2.18.8.6 ubuntu

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

Title:
  installer crashed configuring bootloader

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

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


[Bug 1390625] Re: mouse cursor gets corrupted

2015-03-29 Thread Fish
The #7 workaround for Xubuntu 14.10 works for me.

A few weeks ago I added a new user to Xubuntu, and that user didn't get
the mouse corruption at all. But they do now - for the past few days.
Unfortunately I'm not sure what caused the change, or exactly when it
happened.

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

Title:
  mouse cursor gets corrupted

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

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


[Bug 1390625] Re: mouse cursor gets corrupted

2014-11-28 Thread Fish
Judging by the photo of the corrupted cursor, I think I have the same
problem, and it occurs when I drag and drop a file - the cursor becomes
corrupted after the drop. However, I'm using Xubuntu 14.10 (upgraded
from 14.04).

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

Title:
  mouse cursor gets corrupted

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

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


[Bug 1379761] Re: Asset compression does not happen unless debug mode is enabled

2014-10-15 Thread Doug Fish
I've opened https://bugs.launchpad.net/horizon/+bug/1381472 to address
the issue Gloria describes in comment 20

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

Title:
  Asset compression does not happen unless debug mode is enabled

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

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


[Bug 1379761] Re: Asset compression does not happen unless debug mode is enabled

2014-10-15 Thread Doug Fish
I've opened https://bugs.launchpad.net/horizon/+bug/1381472 to address
the issue Gloria describes in comment 20

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

Title:
  Asset compression does not happen unless debug mode is enabled

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

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


[Bug 1363916] [NEW] wrong album metadata

2014-09-01 Thread ed fish
Public bug reported:

Sound Juicer is incorrectly identifying the metadata on a CD.
Specific example: Maroon 5, Songs about Jane is identified as Madonna, Music.  
The Maroon 5 album is in the database.

Please add a feature to allow the metadata to be forced to a different
album/dataset (cf MusicBrainz Picard) by manual lookup

Ubuntu 14.04.01
Sound Juicer 3.5.0

** Affects: sound-juicer (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/1363916

Title:
  wrong album metadata

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sound-juicer/+bug/1363916/+subscriptions

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


[Bug 1350302] Re: Deploying node with di on armhf/keystone can't find BOOTIF

2014-08-05 Thread fish
Sorry, sent it out too soon: This is happening here on a regular x86_64,
so doesn't seem to be specific to armhf/keystone.

I dropped to a shell as well and verified that BOOTIF is set to the
correct mac address.

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

Title:
  Deploying node with di on armhf/keystone can't find BOOTIF

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

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


[Bug 1350302] Re: Deploying node with di on armhf/keystone can't find BOOTIF

2014-08-05 Thread fish
Same issue here with plain initrd built by initramfs on trusty, so it
looks like a netcfg issue. Don't know how to figure out the version of
netcfg, but initramfs-tools version is 0.103ubuntu4.2.

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

Title:
  Deploying node with di on armhf/keystone can't find BOOTIF

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

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


[Bug 1193716] Re: Xfce Power Manager does not override the screen saver timeout (X11 Screen Saver extension)

2014-06-07 Thread Fish
I've been having the same problem on a fresh install of Xubuntu 14.04
amd64. I previously had the problem after upgrading to 14.04 from 13.10.

Also, after unlocking the screen my WiFi (via a USB dongle) is about 10
times slower than before too, which is very annoying - the workaround is
to disconnect and then reconnect the WiFi.

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

Title:
  Xfce Power Manager does not override the screen saver timeout (X11
  Screen Saver extension)

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1193716/+subscriptions

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


[Bug 727487]

2014-04-13 Thread Shlomi Fish
Hi all,

with korganizer-4.12.97-1.mga5 (KDE-4.13-RC) on Mageia Linux x86-64
Cauldron (what will become 5) I followed the instructions on this link -
http://askubuntu.com/questions/267187/sync-korganizer-with-google-
calendar#267191 in a new UNIX user account (kdetest2) and could not
get the calendar to sync. Here are my notes:

* Investigate the problem with KOrganizer and the Google Calendar.
- It does not sync the events to the web-interface or the Ubuntu
machine at work.
- shlo...@gmail.com - Right click - Calendar properties - does not
popup the properties.
- shlo...@gmail.com - Right click - Update calendar - does not popup
anything.

This seems like an ongoing problem for a while and it's very annoying.

Regards,

-- Shlomi Fish

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

Title:
  akonadi libgcal and googledata

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

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


[Bug 1256511] Re: Sounds settings lost after reboot

2014-03-18 Thread Fish
I've attached some pulseaudio logs based on the procedure from #32, but
this time after setting my HDMI audio to: auto, on and off (using
xrandr). The first log for each setting is from step 3, i.e. before
using the pactl command (in step 4). The second log is from step 6.

** Attachment added: pulseaudio output for various HDMI audio settings
   
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1256511/+attachment/4031424/+files/pulseaudio_logs-auto-on-off.zip

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

Title:
  Sounds settings lost after reboot

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

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


[Bug 1256511] Re: Sounds settings lost after reboot

2014-03-18 Thread Fish
#48
 do you mean that you want to let pulseaudio to use analog and the another 
 user/application to use hdmi audio ?

No, I only want to use one audio output, and I'd like this to be my
analog output by default. My default audio output is currently my HDMI
port, and when I change it my settings are lost after I reboot. The only
way I can make my analog audio output be the default is if I unplug my
HDMI cable.

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

Title:
  Sounds settings lost after reboot

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

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


[Bug 1256511] Re: Sounds settings lost after reboot

2014-03-17 Thread Fish
 # 46: do mean HDMI still available when you run
   xrandr --output HDMI --set audio off

No it's not available - I meant there were no changes from the point of
view of my default output. The HDMI audio was present for the on and
auto settings.

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

Title:
  Sounds settings lost after reboot

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

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


[Bug 1256511] Re: Sounds settings lost after reboot

2014-03-15 Thread Fish
#43:

I ran alsa-info.sh for different xrandr settings: auto and on are
identical, but off is slightly different. I didn't notice any
difference in how pulseaudio was working. See attachment.

** Attachment added: alsa info logs for different xrandr settings
   
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1256511/+attachment/4025881/+files/alsa-info_logs.zip

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

Title:
  Sounds settings lost after reboot

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

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


[Bug 1291369] [NEW] dnsmasq can't send OFFERS missing capabilities but doesn't check

2014-03-12 Thread fish
Public bug reported:

Hi,

I'm running dnsmasq in a (docker) container. If I tried to start dnsmasq
without arguments and it failed with:

dnsmasq: setting capabilities failed: Operation not permitted

Guess this is expected because the container has limited privileges. The
odd thing is, if I start it with --no-daemon it starts just fine, it
receives the DISCOVERs and says it's sending the OFFERS. The log shows:

dnsmasq-dhcp: DHCPDISCOVER(eth1) a4:ba:db:0a:3f:ef 
dnsmasq-dhcp: DHCPOFFER(eth1) 192.168.101.183 a4:ba:db:0a:3f:ef 

But according to tcpdump it's trying to send this as unicast which isn't
possible (I only see arp requests to resolve 192.168.101.183).  This is
a strace when answering the request:
https://gist.github.com/discordianfish/687f4cb5756c9cf3d841

No idea whether this is just a obscure bug or dnsmasq trying to be
smart.  So guess in the end it needs just better error handling/checks
for capabilities.

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

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

Title:
  dnsmasq can't send OFFERS missing capabilities but doesn't check

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

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


[Bug 1291369] [NEW] dnsmasq can't send OFFERS missing capabilities but doesn't check

2014-03-12 Thread fish
Public bug reported:

Hi,

I'm running dnsmasq in a (docker) container. If I tried to start dnsmasq
without arguments and it failed with:

dnsmasq: setting capabilities failed: Operation not permitted

Guess this is expected because the container has limited privileges. The
odd thing is, if I start it with --no-daemon it starts just fine, it
receives the DISCOVERs and says it's sending the OFFERS. The log shows:

dnsmasq-dhcp: DHCPDISCOVER(eth1) a4:ba:db:0a:3f:ef 
dnsmasq-dhcp: DHCPOFFER(eth1) 192.168.101.183 a4:ba:db:0a:3f:ef 

But according to tcpdump it's trying to send this as unicast which isn't
possible (I only see arp requests to resolve 192.168.101.183).  This is
a strace when answering the request:
https://gist.github.com/discordianfish/687f4cb5756c9cf3d841

No idea whether this is just a obscure bug or dnsmasq trying to be
smart.  So guess in the end it needs just better error handling/checks
for capabilities.

** Affects: dnsmasq (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/1291369

Title:
  dnsmasq can't send OFFERS missing capabilities but doesn't check

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

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


[Bug 1288245] Re: mox is needed in requirements

2014-03-10 Thread Doug Fish
I don't think we really want mox as a requirement; instead we should be
sorting out how to make sure mox is required only for testing.

** Changed in: horizon (Ubuntu Trusty)
 Assignee: (unassigned) = Doug Fish (drfish)

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

Title:
  mox is needed in requirements

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

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


[Bug 1288245] Re: mox is needed in requirements

2014-03-10 Thread Doug Fish
** Changed in: horizon
 Assignee: (unassigned) = Doug Fish (drfish)

** Changed in: horizon (Ubuntu Trusty)
 Assignee: Doug Fish (drfish) = (unassigned)

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

Title:
  mox is needed in requirements

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

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


[Bug 1288245] Re: mox is needed in requirements

2014-03-10 Thread Doug Fish
I don't think we really want mox as a requirement; instead we should be
sorting out how to make sure mox is required only for testing.

** Changed in: horizon (Ubuntu Trusty)
 Assignee: (unassigned) = Doug Fish (drfish)

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

Title:
  mox is needed in requirements

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

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


[Bug 1288245] Re: mox is needed in requirements

2014-03-10 Thread Doug Fish
** Changed in: horizon
 Assignee: (unassigned) = Doug Fish (drfish)

** Changed in: horizon (Ubuntu Trusty)
 Assignee: Doug Fish (drfish) = (unassigned)

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

Title:
  mox is needed in requirements

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

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


[Bug 885358] Re: decrypt_gnupg prompt does not accept any keyboard input

2014-02-24 Thread Nathan Fish
I am attempting to set up a similar solution, and have run into the same 
problem.
I tried removing quiet splash from the kernel command line, in case it was 
blocking the tty.  That didn't work, so I disabled plymouth, (moved 
/bin/plymouth to plymouth.old, since apt-get wasn't working)  which didn't help 
either.

I am using Linux Mint 16, but I don't think that makes a difference,
especially since this bug has been open since 2011 for some reason?

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

Title:
  decrypt_gnupg prompt does not accept any keyboard input

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

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


[Bug 1275809] Re: (docker/lxc) container restart causes kernel to lockup

2014-02-19 Thread fish
I just had the same issue when rebooting the system although aufs wasn't
directly involved (it was loaded but not used). I'll blacklist it now
and see if it happens again.

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

Title:
  (docker/lxc) container restart causes kernel to lockup

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

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


[Bug 1270903] Re: preseed: pkgsel/include linux-image-generic-lts-raring won't create initrd and render system unbootable

2014-02-11 Thread fish
Any update on this?

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

Title:
  preseed: pkgsel/include linux-image-generic-lts-raring won't create
  initrd and render system unbootable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1270903/+subscriptions

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


[Bug 1275809] Re: (docker/lxc) container restart causes kernel to lockup

2014-02-06 Thread fish
Let me know if there is anything I can do to help.

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

Title:
  (docker/lxc) container restart causes kernel to lockup

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

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


[Bug 1275809] Re: (docker/lxc) container restart causes kernel to lockup

2014-02-06 Thread fish
I've tried to reproduce it with the same containers but with docker's
btrfs driver instead of the default aufs driver and I couldn't reproduce
it. So it might be an issue with aufs.

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

Title:
  (docker/lxc) container restart causes kernel to lockup

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

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


[Bug 1275809] ProcEnviron.txt

2014-02-04 Thread fish
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/1275809/+attachment/3968512/+files/ProcEnviron.txt

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

Title:
  (docker/lxc) container restart causes kernel to lockup

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

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


[Bug 1275809] UdevLog.txt

2014-02-04 Thread fish
apport information

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1275809/+attachment/3968516/+files/UdevLog.txt

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

Title:
  (docker/lxc) container restart causes kernel to lockup

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

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


[Bug 1275809] ProcModules.txt

2014-02-04 Thread fish
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1275809/+attachment/3968514/+files/ProcModules.txt

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

Title:
  (docker/lxc) container restart causes kernel to lockup

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

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


[Bug 1275809] Lspci.txt

2014-02-04 Thread fish
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1275809/+attachment/3968509/+files/Lspci.txt

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

Title:
  (docker/lxc) container restart causes kernel to lockup

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

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


[Bug 1275809] Lsusb.txt

2014-02-04 Thread fish
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/1275809/+attachment/3968510/+files/Lsusb.txt

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

Title:
  (docker/lxc) container restart causes kernel to lockup

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

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


[Bug 1275809] ProcInterrupts.txt

2014-02-04 Thread fish
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1275809/+attachment/3968513/+files/ProcInterrupts.txt

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

Title:
  (docker/lxc) container restart causes kernel to lockup

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

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


[Bug 1275809] BootDmesg.txt

2014-02-04 Thread fish
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1275809/+attachment/3968507/+files/BootDmesg.txt

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

Title:
  (docker/lxc) container restart causes kernel to lockup

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

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


[Bug 1275809] CurrentDmesg.txt

2014-02-04 Thread fish
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/1275809/+attachment/3968508/+files/CurrentDmesg.txt

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

Title:
  (docker/lxc) container restart causes kernel to lockup

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

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


[Bug 1275809] ProcCpuinfo.txt

2014-02-04 Thread fish
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1275809/+attachment/3968511/+files/ProcCpuinfo.txt

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

Title:
  (docker/lxc) container restart causes kernel to lockup

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

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


[Bug 1275809] WifiSyslog.gz

2014-02-04 Thread fish
apport information

** Attachment added: WifiSyslog.gz
   
https://bugs.launchpad.net/bugs/1275809/+attachment/3968517/+files/WifiSyslog.gz

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

Title:
  (docker/lxc) container restart causes kernel to lockup

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

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


[Bug 1275809] UdevDb.txt

2014-02-04 Thread fish
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/1275809/+attachment/3968515/+files/UdevDb.txt

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

Title:
  (docker/lxc) container restart causes kernel to lockup

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

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


[Bug 1275809] Re: (docker/lxc) container restart causes kernel to lockup

2014-02-04 Thread fish
apport information

** Tags added: apport-collected

** Description changed:

  After restarting some 'ghost' docker containers on precise with the
  raring-lts kernel, the kernel locks up and shows:
  
  [1095015.392057] BUG: soft lockup - CPU#0 stuck for 22s! [gunicorn:12804]
  ... (for each core)
  
  Here is the original, more docker focused bug report:
  https://github.com/dotcloud/docker/issues/3873
  
  I could reproduce this bug with various kernel versions. I've set the
  softlockup_panic=1 kernel parameter to get some stack traces. See this
  gist for stack trace for 3.5 and 3.8 kernels (will add 3.11 any minute):
  https://gist.github.com/discordianfish/7886354d9a19b2084775
  
- It also contains a small script to reproduce this, although I couldn't
- reproduce it in a vagrant VM just our Dell R710 systems so far.
+ It also contains a small script to reproduce this, although I couldn't 
reproduce it in a vagrant VM just our Dell R710 systems so far.
+ --- 
+ AlsaDevices:
+  total 0
+  crw-rw---T 1 root audio 116,  1 Feb  3 09:45 seq
+  crw-rw---T 1 root audio 116, 33 Feb  3 09:45 timer
+ AplayDevices: Error: [Errno 2] No such file or directory
+ ApportVersion: 2.0.1-0ubuntu17.6
+ Architecture: amd64
+ ArecordDevices: Error: [Errno 2] No such file or directory
+ AudioDevicesInUse: Error: [Errno 2] No such file or directory
+ CRDA: Error: [Errno 2] No such file or directory
+ DistroRelease: Ubuntu 12.04
+ HibernationDevice: RESUME=UUID=e8d3c6ec-f202-480c-ac43-52ffbbbcb393
+ IwConfig: Error: [Errno 2] No such file or directory
+ MachineType: Dell Inc. PowerEdge R710
+ MarkForUpload: True
+ Package: linux (not installed)
+ PciMultimedia:
+  
+ ProcFB: 0 VESA VGA
+ ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.8.0-35-generic 
root=/dev/mapper/ubuntu--vg-root ro console=tty0 console=ttyS1,115200 
softlockup_panic=1
+ ProcVersionSignature: Ubuntu 3.8.0-35.52~precise1-generic 3.8.13.13
+ RelatedPackageVersions:
+  linux-restricted-modules-3.8.0-35-generic N/A
+  linux-backports-modules-3.8.0-35-generic  N/A
+  linux-firmware1.79.9
+ RfKill: Error: [Errno 2] No such file or directory
+ Tags:  precise
+ Uname: Linux 3.8.0-35-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups:
+  
+ dmi.bios.date: 07/24/2012
+ dmi.bios.vendor: Dell Inc.
+ dmi.bios.version: 6.3.0
+ dmi.board.name: 0YDJK3
+ dmi.board.vendor: Dell Inc.
+ dmi.board.version: A09
+ dmi.chassis.type: 23
+ dmi.chassis.vendor: Dell Inc.
+ dmi.modalias: 
dmi:bvnDellInc.:bvr6.3.0:bd07/24/2012:svnDellInc.:pnPowerEdgeR710:pvr:rvnDellInc.:rn0YDJK3:rvrA09:cvnDellInc.:ct23:cvr:
+ dmi.product.name: PowerEdge R710
+ dmi.sys.vendor: Dell Inc.

** Attachment added: AcpiTables.txt
   
https://bugs.launchpad.net/bugs/1275809/+attachment/3968506/+files/AcpiTables.txt

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

Title:
  (docker/lxc) container restart causes kernel to lockup

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

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


[Bug 1275809] [NEW] (docker/lxc) container restart causes kernel to lockup

2014-02-03 Thread fish
Public bug reported:

After restarting some 'ghost' docker containers on precise with the
raring-lts kernel, the kernel locks up and shows:

[1095015.392057] BUG: soft lockup - CPU#0 stuck for 22s! [gunicorn:12804]
... (for each core)

Here is the original, more docker focused bug report:
https://github.com/dotcloud/docker/issues/3873

I could reproduce this bug with various kernel versions. I've set the
softlockup_panic=1 kernel parameter to get some stack traces. See this
gist for stack trace for 3.5 and 3.8 kernels (will add 3.11 any minute):
https://gist.github.com/discordianfish/7886354d9a19b2084775

It also contains a small script to reproduce this, although I couldn't
reproduce it in a vagrant VM just our Dell R710 systems so far.

** Affects: linux (Ubuntu)
 Importance: High
 Status: Incomplete


** Tags: precise

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

Title:
  (docker/lxc) container restart causes kernel to lockup

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

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


[Bug 1275809] Re: (docker/lxc) container restart causes kernel to lockup

2014-02-03 Thread fish
The systems are new, so I'm not aware of any state where this doesn't
happen. I'll try the mainline kernel soon and will if I can reproduce it
there 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/1275809

Title:
  (docker/lxc) container restart causes kernel to lockup

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

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


[Bug 1275809] Re: (docker/lxc) container restart causes kernel to lockup

2014-02-03 Thread fish
Looks like 3.14 has no support for aufs, so I can't reproduce it with
those (aufs based) containers.

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

Title:
  (docker/lxc) container restart causes kernel to lockup

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

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


[Bug 1275809] Re: (docker/lxc) container restart causes kernel to lockup

2014-02-03 Thread fish
I could *not* reproduce this issue on my laptop, so it might be specific
to some aspect of our servers. Those are Dell PowerEdge R710 with
Intel(R) Xeon(R) CPU L5520 @ 2.27GHz and 24GB RAM.

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

Title:
  (docker/lxc) container restart causes kernel to lockup

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

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


[Bug 1270903] [NEW] preseed: pkgsel/include linux-image-generic-lts-raring won't create initrd and render system unbootable

2014-01-20 Thread fish
Public bug reported:

Hi,

I'm using a preseed file to install precise but like to install the backported 
raring kernel (linux-image-generic-lts-raring).
This is what I used regarding the package selection (if necessary, I can 
provide the full preseed file):

tasksel tasksel/skip-tasks string standard
tasksel tasksel/first multiselect ubuntu-minimal
d-i pkgsel/include string linux-image-generic-lts-raring openssh-server 
lxc-docker
d-i pkgsel/update-policy select none


After the installer finishes, grub boots the raring kernel (3.8) but panics:

[2.733887] VFS: Cannot open root device mapper/ubuntu--vg-root

After booting the old kernel I figured out that there was no initrd. I
supposed that running update-initramfs manually would have fixed that
problem, but I rather reverted to my old preseed file and installer
linux-image-generic-lts-raring manually. This creates an initrd and
everything works as expected.

** Affects: debian-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: precise

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

Title:
  preseed: pkgsel/include linux-image-generic-lts-raring won't create
  initrd and render system unbootable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1270903/+subscriptions

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


[Bug 1256511] Re: Sounds settings lost after reboot

2014-01-07 Thread Fish
I've just submitted the same bug report on freedesktop.org.

https://bugs.freedesktop.org/show_bug.cgi?id=73375

** Bug watch added: freedesktop.org Bugzilla #73375
   https://bugs.freedesktop.org/show_bug.cgi?id=73375

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

Title:
  Sounds settings lost after reboot

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

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


[Bug 1256511] Re: Sounds settings lost after reboot

2014-01-06 Thread Fish
** Changed in: pulseaudio (Ubuntu)
   Status: Fix Released = Confirmed

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

Title:
  Sounds settings lost after reboot

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

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


[Bug 1256511] Re: Sounds settings lost after reboot

2013-12-07 Thread Fish
#10: I didn't know about that file. I've just tried changing the paths-
output lines within /usr/share/pulseaudio/alsa-mixer/profile-
sets/default.conf to include the analog-output-lineout entry as shown
in the diff output, but it didn't make any difference.

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

Title:
  Sounds settings lost after reboot

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

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


[Bug 1221848] Re: Eclipse menu won't open in Ubuntu 13.10 (beta1)

2013-12-05 Thread fish
*** This bug is a duplicate of bug 1208019 ***
https://bugs.launchpad.net/bugs/1208019

This is the ubuntu version i'm using :
3.11.0-14-generic #21-Ubuntu SMP Tue Nov 12 17:04:55 UTC 2013 x86_64 x86_64 
x86_64 GNU/Linux
I've installed eclipse as per steps defined here :
http://askubuntu.com/questions/26632/how-to-install-eclipse
Later I update eclipse.desktop file as mentioned above. However, this isn't 
working 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/1221848

Title:
  Eclipse menu won't open in Ubuntu 13.10 (beta1)

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

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


[Bug 1256511] Re: Sounds settings lost after reboot

2013-12-04 Thread Fish
#7: I tried adding those changes to /usr/share/pulseaudio/alsa-
mixer/paths/analog-output.conf, but it didn't help. If my HDMI cable is
attached when I boot my PC, then that's always chosen as the default
output.

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

Title:
  Sounds settings lost after reboot

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

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


[Bug 1256511] Re: Sounds settings lost after reboot

2013-12-01 Thread Fish
#2: do you mean pulseaudio select hdmi automatically even speaker is
plugged into Line Out jack ?

- Yes, my Line-Out is always connected to my PC speakers, and my HDMI is
always connected to my TV.

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

Title:
  Sounds settings lost after reboot

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

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


[Bug 1256511] Re: Sounds settings lost after reboot

2013-12-01 Thread Fish
#4: No, I don't have that file.

$ ls /usr/share/pulseaudio/alsa-mixer/paths/analog-output*
/usr/share/pulseaudio/alsa-mixer/paths/analog-output.conf
/usr/share/pulseaudio/alsa-mixer/paths/analog-output.conf.common
/usr/share/pulseaudio/alsa-mixer/paths/analog-output-desktop-speaker.conf
/usr/share/pulseaudio/alsa-mixer/paths/analog-output-headphones-2.conf
/usr/share/pulseaudio/alsa-mixer/paths/analog-output-headphones.conf
/usr/share/pulseaudio/alsa-mixer/paths/analog-output-mono.conf
/usr/share/pulseaudio/alsa-mixer/paths/analog-output-speaker-always.conf
/usr/share/pulseaudio/alsa-mixer/paths/analog-output-speaker.conf

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

Title:
  Sounds settings lost after reboot

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

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


[Bug 1256511] Re: Sounds settings lost after reboot

2013-12-01 Thread Fish
#3:  continued...

If I unplug my HDMI cable and restart my PC, then the Analog Stereo
(Line-Out) output is used as the default (it's the only output
available).

But when I plug-in my HDMI cable and reboot, the HDMI output becomes the
default again.

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

Title:
  Sounds settings lost after reboot

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

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


[Bug 1256511] [NEW] Sounds settings lost after reboot

2013-11-30 Thread Fish
Public bug reported:

I recently upgraded from Xubuntu 13.04 to 13:10 (64-bit), and since then
I have no sound when I start my PC, because it's being sent to the HDMI
output (my TV). I want it to go to the Analogue output (my PC) like it
used to on 13.04. I can change it using the pulse-audio Volume Control
program, but my settings are lost after I reboot.

The pulse-audio Volume Control doesn't have my Analogue Output as a
valid option in the Output Devices tab; it appears only after I select
Analogue Stereo within the Configuration tab. I then choose it as my
fallback device (which I think means default device?), but my changes
are not saved between reboots.

After changing the output device to Analogue Stereo using the
Configuration tab, I then have to change the output of the individual
program using the Playback tab, since it uses the current default
(HDMI).

I've tried setting my default audio device using pacmd, but it hasn't
helped: my Analogue device does show up as the active sink when I run
pacmd list-sinks, but it's not the selected device within the Volume
Control (in the Configuration tab) so I don't get any sound unless I
manually change it using the GUI.

Here's the output of some pactl commands after I start my PC - note that
the Analog Stereo source is missing:

$ pactl list sources short
0   alsa_input.usb-046d_08b2-01-U0x46d0x8b2.analog-mono module-alsa-card.c  
s16le 1ch 44100Hz   SUSPENDED
1   alsa_output.pci-_00_1b.0.hdmi-stereo.monitormodule-alsa-card.c  
s16le 2ch 44100Hz   SUSPENDED

$ pactl list sinks short
0   alsa_output.pci-_00_1b.0.hdmi-stereomodule-alsa-card.c  s16le 2ch 
44100Hz   SUSPENDED

After I open the pulse-audio Volume Control and select the Analog
Stereo item from the Configuration tab, running the same commands again
gives:

$ pactl list sources short
0   alsa_input.usb-046d_08b2-01-U0x46d0x8b2.analog-mono module-alsa-card.c
s16le 1ch 44100Hz IDLE
1   alsa_output.pci-_00_1b.0.hdmi-stereo.monitormodule-alsa-card.c  
s16le 2ch 44100Hz   IDLE
2   alsa_output.pci-_00_1b.0.analog-stereo.monitor  module-alsa-card.c  
s16le 2ch 44100Hz   IDLE

$ pactl list sinks short
0   alsa_output.pci-_00_1b.0.hdmi-stereomodule-alsa-card.c  s16le 2ch 
44100Hz   IDLE
1   alsa_output.pci-_00_1b.0.analog-stereo  module-alsa-card.c  s16le 2ch 
44100Hz   IDLE

The Analogue Stereo source is present and I can hear sound through my
PC's speakers. But when I reboot my PC these settings are lost, and I
have to do this over again. I wouldn't mind so much if I could fix this
from the command line, but I haven't found a way to do that.

I'm not 100% certain this is a pulseaudio bug - that's just my best
guess.

Thanks.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: pulseaudio 1:4.0-0ubuntu6
ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
Uname: Linux 3.11.0-13-generic x86_64
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  fish   3878 F pulseaudio
 /dev/snd/pcmC0D3p:   fish   3878 F...m pulseaudio
 /dev/snd/controlC1:  fish   3878 F pulseaudio
 /dev/snd/pcmC1D0c:   fish   3878 F...m pulseaudio
Date: Sat Nov 30 13:59:41 2013
InstallationDate: Installed on 2013-03-01 (273 days ago)
InstallationMedia: Xubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.1)
MarkForUpload: True
SourcePackage: pulseaudio
UpgradeStatus: Upgraded to saucy on 2013-11-09 (20 days ago)
dmi.bios.date: 08/31/2012
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: V2.5
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: Z77A-G43 (MS-7758)
dmi.board.vendor: MSI
dmi.board.version: 1.0
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: MSI
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV2.5:bd08/31/2012:svnMSI:pnMS-7758:pvr1.0:rvnMSI:rnZ77A-G43(MS-7758):rvr1.0:cvnMSI:ct3:cvr1.0:
dmi.product.name: MS-7758
dmi.product.version: 1.0
dmi.sys.vendor: MSI

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


** Tags: amd64 apport-bug saucy

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

Title:
  Sounds settings lost after reboot

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

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


[Bug 1189063] Re: f-spot full crash upon startup

2013-06-24 Thread Fish
It doesn't happen every time for me, although when it doesn't, f-spot
won't work properly and will crash eventually.

F-Spot 0.8.2
Xubuntu 13.04
3.8.0-25-generic #37-Ubuntu SMP Thu Jun 6 20:47:07 UTC 2013 x86_64 x86_64 
x86_64 GNU/Linux

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

Title:
  f-spot full crash upon startup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/f-spot/+bug/1189063/+subscriptions

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


[Bug 1157786] Re: Kernel release 3.2.0-39-generic hangs intel 64-bit X

2013-03-31 Thread Kevin Fish
Upgrading the kernel to 3.8.2 appears to have resolved the issue for me
too.

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

Title:
  Kernel release 3.2.0-39-generic hangs intel 64-bit X

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

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


[Bug 976233]

2012-11-06 Thread Shlomi Fish
Still happens with Cauldron.

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

Title:
  [precise] hiccups in display plus one song missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/sdl-mixer/+bug/976233/+subscriptions

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


[Bug 996568] Re: Ubiquity 2.10.16: Lubuntu 12.04 Install Crash on slideshow

2012-09-18 Thread Fish R. Cynic
lubuntu 12.04 i386  / ubuntu 12.04 i386
install fine on a toshiba A70 p4 3.2. 1.0gb ram, ATI mobile 9000, 60gb hd

both crash at ubiquity-slideshow
on a celeron 700, 1.0gb ram, cuv4x mb, nvidia 5700 256, 80gb hd

cds both verified, image prior to burning, verfied against image after burning
and verified on celeron machine prior to 3rd install attempt using lubuntu
tested ram
verified hard drive was ok

then installed antix with no issues

went for 3rd lubuntu attempt 
removed ubiquity-slideshow-* prior to installing allowed install to complete
thanks for the advice on this bug report

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

Title:
  Ubiquity 2.10.16: Lubuntu 12.04 Install Crash on slideshow

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

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


[Bug 993490] Re: doesn't return DNS results

2012-05-22 Thread fish
Can also confirm this bug. It happens for me on a ec2 micro instances
with official canonical Ubuntu 12.04 LTS AMI. So it should be easy for
anyone to reproduce.

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

Title:
  doesn't return DNS results

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

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


[Bug 993490] Re: doesn't return DNS results

2012-05-22 Thread fish
** Also affects: znc
   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/993490

Title:
  doesn't return DNS results

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

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


[Bug 992331] Re: package libqtwebkit4 2.2.1-1ubuntu4 failed to install/upgrade: ErrorMessage: short read on buffer copy for backend dpkg-deb during `./usr/lib/i386-linux-gnu/libQtWebKit.so.4.9.0'

2012-05-12 Thread Fish R. Cynic
did that and basically reinstalled all packages.

ran into multiple dependency issues with various php packages and programs 
including rhythmbox
that use them.

uninstalled offenders and reinstalled them and system works perfectly

sorry for the slow response.

(its interesting to note that 4 machines upgraded via beta did not have these 
issues. I upgraded
another one to 12.04 final and had similar issues, resolved as per above.  I am 
in the process of
upgrading a third and it appears to have the same issues. These machines have 
had multiple os
upgrades, but all run fine (except for the last one, i haven't fixed it yet).  
I think the issues
are 3rd party repositories i have used installing their versions conflicting 
with the ubuntu ones.
All is good.  
PS I like unity - it works well for me.

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

Title:
  package libqtwebkit4 2.2.1-1ubuntu4 failed to install/upgrade:
  ErrorMessage: short read on buffer copy for backend dpkg-deb during
  `./usr/lib/i386-linux-gnu/libQtWebKit.so.4.9.0'

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

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


[Bug 992331] Re: package libqtwebkit4 2.2.1-1ubuntu4 failed to install/upgrade: ErrorMessage: short read on buffer copy for backend dpkg-deb during `./usr/lib/i386-linux-gnu/libQtWebKit.so.4.9.0'

2012-05-12 Thread Fish R. Cynic
correction not php packages.  python packages.
did not  reinstall all packages, reinstalled all python related.  

so much for this morning

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

Title:
  package libqtwebkit4 2.2.1-1ubuntu4 failed to install/upgrade:
  ErrorMessage: short read on buffer copy for backend dpkg-deb during
  `./usr/lib/i386-linux-gnu/libQtWebKit.so.4.9.0'

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

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


[Bug 992331] [NEW] package libqtwebkit4 2.2.1-1ubuntu4 failed to install/upgrade: ErrorMessage: short read on buffer copy for backend dpkg-deb during `./usr/lib/i386-linux-gnu/libQtWebKit.so.4.9.0'

2012-04-30 Thread Fish R. Cynic
Public bug reported:

12.04 amd64 upgrade

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: libqtwebkit4 2.2.1-1ubuntu4
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
ApportVersion: 2.0.1-0ubuntu7
Architecture: amd64
Date: Thu Apr 26 21:17:49 2012
ErrorMessage: ErrorMessage: short read on buffer copy for backend dpkg-deb 
during `./usr/lib/i386-linux-gnu/libQtWebKit.so.4.9.0'
SourcePackage: qtwebkit-source
Title: package libqtwebkit4 2.2.1-1ubuntu4 failed to install/upgrade: 
ErrorMessage: short read on buffer copy for backend dpkg-deb during 
`./usr/lib/i386-linux-gnu/libQtWebKit.so.4.9.0'
UpgradeStatus: Upgraded to precise on 2012-04-27 (3 days ago)

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


** Tags: amd64 apport-package precise

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

Title:
  package libqtwebkit4 2.2.1-1ubuntu4 failed to install/upgrade:
  ErrorMessage: short read on buffer copy for backend dpkg-deb during
  `./usr/lib/i386-linux-gnu/libQtWebKit.so.4.9.0'

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

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


[Bug 992331] Re: package libqtwebkit4 2.2.1-1ubuntu4 failed to install/upgrade: ErrorMessage: short read on buffer copy for backend dpkg-deb during `./usr/lib/i386-linux-gnu/libQtWebKit.so.4.9.0'

2012-04-30 Thread Fish R. Cynic
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/992331

Title:
  package libqtwebkit4 2.2.1-1ubuntu4 failed to install/upgrade:
  ErrorMessage: short read on buffer copy for backend dpkg-deb during
  `./usr/lib/i386-linux-gnu/libQtWebKit.so.4.9.0'

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

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


[Bug 855100] Re: python plugins not working

2011-10-28 Thread Fish R. Cynic
Any update when upnp-coherence plugin will be fixed or if it will be
fixed?

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

Title:
  python plugins not working

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

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


[Bug 773312] Re: Totem did not work with upnp/dlna plugin

2011-10-24 Thread Fish R. Cynic
dlna functionality is not in the totem-plugin-extras for either amd64 or
i386 (files are not physically in the deb).

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

Title:
  Totem did not work with upnp/dlna plugin

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

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


[Bug 773312] Re: Totem did not work with upnp/dlna plugin

2011-10-24 Thread Fish R. Cynic
sorry for oneiric ocelot 11.10

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

Title:
  Totem did not work with upnp/dlna plugin

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

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


  1   2   3   >