[Bug 1958019]

2022-04-05 Thread thijs
(In reply to Popescu Robertto from comment #592)
> (In reply to bettodiaz from comment #591)
> > (In reply to Darin Miller from comment #590)
> > > Ubuntu kernel 5.18v-rc1 includes the sound patches that fix sound for
> > > LENOVO_MT_82N6_BU_idea_FM_Legion 7 16ACHg6 :
> > > 
> > > https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.18-rc1/
> > > 
> > > Thank you everyone for all your efforts!
> > 
> > I installed the kernel in PopOS, and it works! I now have speakers
> working!!!
> > They sound a lot quieter and crappier than in Windows, but now they work.
> > 
> > Thanks!
> 
> Can anyone change brightness with this kernel?

I have not tried that mentioned ubuntu kernel.

With the source of 5.17.0-rc8+ and patches as described in this thread I
do have audio but no brightness control. It does show a brightness bar
on screen when hitting the keys, but no effect on screen itself.

Running linux mint 20.3, XFCE version, on Lenovo Legion 7 16ACHg6 82N6.

Note: before running this patched kernel, also my laptop screen
sometimes stayed black after then screensaver/screen-lock was active.
With the patched rc8 I have not seen that happening anymore. Running
nvidia 510.54-* drivers.

Thijs.

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

Title:
  [Lenovo Legion7 16ACHg6 82N6, Realtek ALC287, Speaker, Internal] No
  sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/sound-2.6/+bug/1958019/+subscriptions


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

[Bug 1958019]

2022-03-12 Thread thijs
(In reply to Fer Korol from comment #572)
> Here is another variant, now with RC6, works the sound and the nvidia
> drivers at the same time! (with some tricks):
> 
> A) FIRST TIME
> 1) install kernel build tools:
> (https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel):
> 
> * sudo apt install libncurses-dev gawk flex bison openssl libssl-dev dkms
> libelf-dev libudev-dev libpci-dev libiberty-dev autoconf git p7zip-full
> 
> 2) clone the kernel from github and checkout to v5.17 branch (Rather large,
> multiple GB's):
> 
> * git clone https://github.com/torvalds/linux.git
> 
> 3)Make a 7z of the linux folder in a clear state
> 7z a linux-clean.7z linux
> 
> 3) get the patch and let it in one superior level of the linux folder:
> 
> https://patchwork.kernel.org/project/linux-acpi/patch/20220121172431.6876-4-
> sbind...@opensource.cirrus.com/
> 
> 
> A) FOR EACH RC RELEASE:
> 7z x linux-clean.7z
> cp Support-Spi-in-i2c-multi-instantiate-driver.patch linux/
> cd linux
> git pull
> git checkout v5.17-rc6
> git am Support-Spi-in-i2c-multi-instantiate-driver.patch
> make olddefconfig
> ./scripts/config --enable CONFIG_SERIAL_MULTI_INSTANTIATE
> ./scripts/config --enable CONFIG_SND_HDA_SCODEC_CS35L41_I2C
> ./scripts/config --enable CONFIG_SND_HDA_SCODEC_CS35L41_SPI
> ./scripts/config --disable CONFIG_DEBUG_INFO
> ./scripts/config --set-str CONFIG_SYSTEM_TRUSTED_KEYS ""
> ./scripts/config --set-str CONFIG_SYSTEM_REVOCATION_KEYS ""
> make -j 16
> make modules_install
> make install
> 
> 
> The patch is mandatory to enable the sound in ubuntu, im tried without the
> path and the sound don't work. With this steps will do.
> In order to make work the nvidia drivers in the 17-rc6 im just change in
> "more drivers" option of ubuntu, the current versión of the nvidia driver
> for another (511 to 470 for example).
> Im using hybrid graphics mode in the bios.

Thanks! I just tried this rc6 version on my machine, and sound plus
nvidia drivers work fine with this. In addition to the described steps,
I also did run a "make headers_install", to make sure that nvidia could
compile it's module.

My machine: Lenovo Legion 7 16ACHg6 82N6 - Laptop 16" IPS 2560 x 1600
(WQXGA) 165 Hz - AMD Ryzen - with 3 external monitors connected and
working (2560x1440).

I hope the patch gets propagated soon to a real release.

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

Title:
  [Lenovo Legion7 16ACHg6 82N6, Realtek ALC287, Speaker, Internal] No
  sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/sound-2.6/+bug/1958019/+subscriptions


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

[Bug 1958019]

2022-03-12 Thread thijs
(In reply to darnellkeithj from comment #574)
> Can't someone just make a kernel build for ubuntu or some widely used Linux
> version and put it on github? There is a lot of patching going on here but
> no good documentation on how to do it.

Probably yes, but not sure you should trust and install a kernel hosted
by just anyone ;-) I'm hoping that this patch will just soon find it's
way to the official distributed kernels...

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

Title:
  [Lenovo Legion7 16ACHg6 82N6, Realtek ALC287, Speaker, Internal] No
  sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/sound-2.6/+bug/1958019/+subscriptions


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

[Bug 1747499] Re: 98-reboot-required and Interaction with livepatch

2021-11-16 Thread Thijs Cadier
Chiming in a a potential customer:

I can't figure out how to check when a reboot is required when using
livepatch. For example, at the moment a machine I'm testing on has only
"linux-base" in /var/run/reboot-required.pkgs.

Livepatch status says: "patch state: ✓ no livepatches needed for this
kernel yet".

Do I need to reboot now? I can't figure that out. It would be really
helpful if the full decision tree for this was documented.

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

Title:
  98-reboot-required and Interaction with livepatch

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


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

[Bug 1345172] Re: "A fatal error has occured & Open Rails cannot continue".

2018-09-10 Thread Thijs Beljaars
** Also affects: ubuntu
   Importance: Undecided
   Status: New

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

Title:
  "A fatal error has occured & Open Rails cannot continue".

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

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

[Bug 1353355] Re: Chromium randomly crashes when I download a PDF

2018-07-18 Thread Thijs van Dijk
Hi Paul,

Somewhere between switching to Chromium 50+, then to Firefox, then Arch
Linux this issue got fixed. I could run a bisection search on my setup,
but I don't think that will add anything for you. Thanks for checking in
though.

Is there any way I can mark this bug as "expired" quicker than waiting
59 days for the janitor to pick it up?

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

Title:
  Chromium randomly crashes when I download a PDF

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

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

[Bug 1775966] Re: Distribution upgrade fails

2018-06-10 Thread Thijs
Fixed for me by removing all nvidia* packages and re-running the
upgrade.

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

Title:
  Distribution upgrade fails

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

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

[Bug 1775966] [NEW] Distribution upgrade fails

2018-06-08 Thread Thijs
Public bug reported:

An unresolvable problem occurred while calculating the upgrade.

Not sure what else to report.

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: ubuntu-release-upgrader-core 1:17.10.11
ProcVersionSignature: Ubuntu 4.13.0-43.48-generic 4.13.16
Uname: Linux 4.13.0-43-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.20.7-0ubuntu3.9
Architecture: amd64
CrashDB: ubuntu
CurrentDesktop: GNOME
Date: Sat Jun  9 13:16:45 2018
EcryptfsInUse: Yes
InstallationDate: Installed on 2012-05-05 (2225 days ago)
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to artful on 2018-06-09 (0 days ago)
VarLogDistupgradeTermlog:

** Affects: ubuntu-release-upgrader (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug artful dist-upgrade

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

Title:
  Distribution upgrade fails

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

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

[Bug 1752053] Re: nvidia-390 fails to boot graphical display

2018-05-05 Thread Thijs Kaper
I'm using a Dell m4800, with "NVIDIA GK107GLM Quadro K1100M" (3840x2160
pixels). Symptom; gdm login screen shows normally, but after typing
password and hitting enter, I end up on black screen. This is after
upgrade from 17.10 to 18.04.

I found a silly workaround (after trying many many other suggestions /
driver re-installs), now using nvidia-driver-396 or nvidia-driver-390;
create (if not exists) a file /etc/rc.local, with this content:

#!/bin/bash

sleep 1

exit 0


And make it executable: chmod 755 /etc/rc.local

What also worked for me, is start laptop, wait for login screen, and use 
another machine to ssh into the laptop, and execute "sudo service gdm stop ; 
sleep 5 ; sudo service gdm start".
After that, I could normally log on.

For me this seems to indicate some sort of timing or initialization
issue...

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

Title:
  nvidia-390 fails to boot graphical display

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

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

[Bug 1723422] Re: /usr/share/themes/Ambiance/gtk-2.0/apps/mate-panel.rc:30: error: invalid string constant "murrine-scrollbar", expected valid string constant

2017-11-16 Thread Thijs Kinkhorst
Upgrading from proposed-updates fixes the problem 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/1723422

Title:
  /usr/share/themes/Ambiance/gtk-2.0/apps/mate-panel.rc:30: error:
  invalid string constant "murrine-scrollbar", expected valid string
  constant

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

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

[Bug 1717783] Re: KeePass.exe assert failure: cli: ../../src/xcb_io.c:732: _XRead: Assertion `!xcb_xlib_too_much_data_requested' failed.

2017-11-16 Thread Thijs Kinkhorst
This seems related to #1723422 for me. Fixing that issue on my system,
this problem disappeared.

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

Title:
  KeePass.exe assert failure: cli: ../../src/xcb_io.c:732: _XRead:
  Assertion `!xcb_xlib_too_much_data_requested' failed.

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

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

[Bug 1727628] Re: hp-plugin-3.17.9 is not avaiable because of new website

2017-10-28 Thread Thijs
** Also affects: hplip (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/1727628

Title:
  hp-plugin-3.17.9 is not avaiable because of new website

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

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

[Bug 1728341] Re: hplip 3.17.7 cannot find plugin

2017-10-28 Thread Thijs
*** This bug is a duplicate of bug 1727628 ***
https://bugs.launchpad.net/bugs/1727628

** This bug has been marked a duplicate of bug 1727628
   hp-plugin-3.17.9 is not avaiable because of new website

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

Title:
  hplip 3.17.7 cannot find plugin

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

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

[Bug 1728341] [NEW] hplip 3.17.7 cannot find plugin

2017-10-28 Thread Thijs
Public bug reported:

I upgraded to 17.10 and need to reinstall the HP plugin for my Laserjet.
Running hpsetup -i I find that it goes to the repository
[http://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/]
to fetch the 3.17.7 version of the plugin. Which is no longer available;
3.17.10 is.

Description:Ubuntu 17.10
Release:17.10

thijs@thijs-desktop:~$ apt-cache policy hplip
hplip:
  Geïnstalleerd: 3.17.7+repack0-3
  Kandidaat: 3.17.7+repack0-3
  Versietabel:
 *** 3.17.7+repack0-3 500
500 http://archive.ubuntu.com/ubuntu artful/main amd64 Packages
100 /var/lib/dpkg/status

** Affects: hplip (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/1728341

Title:
  hplip 3.17.7 cannot find plugin

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

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

[Bug 1672822] Re: sound only coming from left speaker on acer predator (fresh install)

2017-03-16 Thread thijs boumans
** Changed in: alsa-driver (Ubuntu)
   Status: New => Confirmed

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

Title:
  sound only coming from left speaker on acer predator (fresh install)

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

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


[Bug 1672822] Re: sound only coming from left speaker on acer predator (fresh install)

2017-03-16 Thread thijs boumans
** Also affects: alsa-driver (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/1672822

Title:
  sound only coming from left speaker on acer predator (fresh install)

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

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


[Bug 1624055] Re: Dell i5779 - Sound only comes out of subwoofer. Speaker sound tests do not produce any sound for any speaker

2017-03-15 Thread thijs boumans
Perhaps related:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1672822

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

Title:
  Dell i5779 - Sound only comes out of subwoofer. Speaker sound tests do
  not produce any sound for any speaker

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

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


[Bug 1672822] [NEW] sound only coming from left speaker on acer predator (fresh install)

2017-03-14 Thread thijs boumans
Public bug reported:

Ubuntu version: Ubuntu  16.10 and a fresh install of 17.04 and even
fedora F25-WORK-x86_64-20170228 via live usb

Device: acer predator: G9-593-7757 15,6"/i7-7700/32 GB RAM/512 GB SSD/1
TB HDD/GTX1070

expected: sound comes out of both left and right speaker and the
subwoofer

what happened instead:
Sound only comes out of the left speaker or subwoofer.

More system information:

$ aplay -l
 List of PLAYBACK Hardware Devices 
card 0: PCH [HDA Intel PCH], device 0: ALC255 Analog [ALC255 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

audio chip (on motherboard): VGA Chip nVidia N17E-G2-A1 GP104-725-A1

note that that is only 1 device, one would expect several here.

I attempted to fix this by modifying the /etc/pulse/deamon.conf into the 
following:
# This file is part of PulseAudio.
#
# PulseAudio is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# PulseAudio is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with PulseAudio; if not, see .

## Configuration file for the PulseAudio daemon. See pulse-daemon.conf(5) for
## more information. Default values are commented out.  Use either ; or # for
## commenting.

; daemonize = no
; fail = yes
; allow-module-loading = yes
; allow-exit = yes
; use-pid-file = yes
; system-instance = no
; local-server-type = user
; enable-shm = yes
; enable-memfd = yes
; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 
MiB
; lock-memory = no
; cpu-limit = no

; high-priority = yes
; nice-level = -11

; realtime-scheduling = yes
; realtime-priority = 5

; exit-idle-time = 20
; scache-idle-time = 20

; dl-search-path = (depends on architecture)

; load-default-script-file = yes
; default-script-file = /etc/pulse/default.pa

; log-target = auto
; log-level = notice
; log-meta = no
; log-time = no
; log-backtrace = 0

; resample-method = speex-float-1
; enable-remixing = yes
 enable-lfe-remixing = yes
; lfe-crossover-freq = 0

flat-volumes = no

; rlimit-fsize = -1
; rlimit-data = -1
; rlimit-stack = -1
; rlimit-core = -1
; rlimit-as = -1
; rlimit-rss = -1
; rlimit-nproc = -1
; rlimit-nofile = 256
; rlimit-memlock = -1
; rlimit-locks = -1
; rlimit-sigpending = -1
; rlimit-msgqueue = -1
; rlimit-nice = 31
; rlimit-rtprio = 9
; rlimit-rttime = 20

; default-sample-format = s16le
; default-sample-rate = 44100
; alternate-sample-rate = 48000
default-sample-channels = 3
default-channel-map = front-left,front-right,lfe

; default-fragments = 4
; default-fragment-size-msec = 25

; enable-deferred-volume = yes
deferred-volume-safety-margin-usec = 1
; deferred-volume-extra-delay-usec = 0

but this did not work. I also tried various other permutations to see if
changing the order of  front-left,front-right,lfe would work but it did
not. I also tried to see if it would work in fedora but the same problem
occurred there. When on ubuntu 16.10 at first only the subwoofer seemed
to be working and altering the file only the left speaker was working.
On ubuntu 17.04 only the left speaker was working regardless of how I
altered the above file.


Note that the speakers work perfectly fine on windows 10. 

Looking around online there seem to be a lot of problems with acer
predator laptops and sound on ubuntu.

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


** Tags: acer

** Description changed:

  Ubuntu version: Ubuntu  16.10 and a fresh install of 17.04 and even
  fedora F25-WORK-x86_64-20170228 via live usb
  
  Device: acer predator: G9-593-7757 15,6"/i7-7700/32 GB RAM/512 GB SSD/1
  TB HDD/GTX1070
  
  expected: sound comes out of both left and right speaker and the
  subwoofer
  
  what happened instead:
- Sound only comes out of the left speaker or subwoofer.  
+ Sound only comes out of the left speaker or subwoofer.
  
  More system information:
  
  $ aplay -l
   List of PLAYBACK Hardware Devices 
  card 0: PCH [HDA Intel PCH], device 0: ALC255 Analog [ALC255 Analog]
-   Subdevices: 1/1
-   Subdevice #0: subdevice #0
+   Subdevices: 1/1
+   Subdevice #0: subdevice #0
  
  audio chip (on motherboard): VGA Chip nVidia N17E-G2-A1 GP104-725-A1
  
  note that that is only 1 device, one would expect several here.
  
- I attempted to fix this by modifying the /etc/pulse/deamon.conf into the 
following: 
+ I attempted to fix this by modifying the /etc/pulse/deamon.conf into the 
following:
  # This file is part of PulseAudio.
  #
  # PulseAudio is free software; you can redistribute it and/or modify
  # it under the 

[Bug 1615734] Re: Multiple monitors broken

2016-12-23 Thread thijs van severen
same here :

my setup :

- Nvidia Driver (nvidia-smi) : 367.57
- Lenovo P50 vid cards (lspci | grep VGA)
00:02.0 VGA compatible controller: Intel Corporation Skylake Integrated 
Graphics (rev 06)
01:00.0 VGA compatible controller: NVIDIA Corporation GM107GLM [Quadro 
M1000M] (rev a2)
- bios version (sudo dmidecode --type 0 --type 13) : N1EET52W (1.26 )
- kernel version (uname -a) : Linux ThinkPad-P50 4.6.7-040607-generic 
#201608160432 SMP Tue Aug 16 08:35:05 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
- display manager (lightdm -v) : lightdm 1.18.3
- unity version (unity --version) : unity 7.4.0

When i'm running unity it does not work

i installed XFCE4 since a lot of people seem to report that this is the
fix and ... tadaaa ... it works

not sure what display manager XFCE uses, but it sure looks like lightdm or 
unity is what is causing these issues
i'm ok with xfce, but i have grown to like unity so i really, really hope this 
gets fixed asap :-(

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

Title:
  Multiple monitors broken

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

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


[Bug 1275148] Re: MOD_AUTH_CAS: Could not perform SSL handshake with sso.example.edu (check CASCertificatePath)

2016-11-13 Thread Thijs Kinkhorst
Fixed since 1.0.9 or 1.1.

** Changed in: libapache2-mod-auth-cas (Ubuntu)
   Status: New => Fix Released

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

Title:
  MOD_AUTH_CAS: Could not perform SSL handshake with sso.example.edu
  (check CASCertificatePath)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libapache2-mod-auth-cas/+bug/1275148/+subscriptions

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


[Bug 1361321] Re: outdated homepage

2016-11-13 Thread Thijs Kinkhorst
** Changed in: libapache2-mod-auth-cas (Ubuntu)
   Status: New => Fix Committed

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

Title:
  outdated homepage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libapache2-mod-auth-cas/+bug/1361321/+subscriptions

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


[Bug 1275167] Re: libapache2-mod-auth-cas does not support Apache 2.4.x

2016-11-13 Thread Thijs Kinkhorst
Fixed in 1.1

** Changed in: libapache2-mod-auth-cas (Ubuntu)
   Status: New => Fix Released

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

Title:
  libapache2-mod-auth-cas does not support Apache 2.4.x

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libapache2-mod-auth-cas/+bug/1275167/+subscriptions

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


[Bug 1390201] Re: Unknown authz provider: cas-attribute in Apache 2.4

2016-11-13 Thread Thijs Kinkhorst
Merged in 1.1.

** Changed in: libapache2-mod-auth-cas (Ubuntu)
   Status: New => Fix Released

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

Title:
  Unknown authz provider: cas-attribute in Apache 2.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libapache2-mod-auth-cas/+bug/1390201/+subscriptions

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


[Bug 1625517] [NEW] Clicking inside address bar does not update PRIMARY buffer (middle-mouse clipboard)

2016-09-20 Thread Thijs van Dijk
Public bug reported:

When I click in the address bar once, the entire URL is selected. In most other 
applications, this is an indicator that my PRIMARY buffer [1] has been updated 
with the full URL.
However, when I MMB-paste, the previous contents of the buffer appear. This has 
tripped me up on many occasions.


Steps to reproduce:

1: Open a text editor, or any other recepticle for pasted text.
2: Select some text on a page.
3: Middle-click in the text editor, and verify that it's the text you selected 
in step 2.
4: Click the address bar in Chromium. The URL is highlighted.
5: Middle-click in the text editor again.
6: Hit Ctrl+z. Frustratedly go back to your browser. Click the address bar 
once, then again to deselect everything. Then drag or triple-click to select 
all.
7: Middle-click in the text editor again. Now it works.


Expected results:
In step 5, the full URL of the page you were visiting should have appeared. 
However, it's still the text you selected in step 2.


I'm using Chromium version 52.0.2743.116 Built on Ubuntu , running on Ubuntu 
16.04 (64-bit)


[1]: I'm not shouting, this is what it's called. It's also known as the 
"middle-mouse clipboard". See also  
https://tronche.com/gui/x/icccm/sec-2.html#s-2.6.1

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

Title:
  Clicking inside address bar does not update PRIMARY buffer (middle-
  mouse clipboard)

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

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


[Bug 1562096] Re: Update bin/memcacheSync.php for php7 syntax

2016-07-20 Thread Thijs Kinkhorst
It is part of 1.14.5-1.

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

Title:
  Update bin/memcacheSync.php for php7 syntax

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

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


[Bug 1447282] Re: Does not use encrypted swap when using GPT partitioning + encrypted home directory (ecryptfs)

2016-06-25 Thread thijs van severen
still present in 16.04

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

Title:
  Does not use encrypted swap when using GPT partitioning + encrypted
  home directory (ecryptfs)

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

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


[Bug 1562096] Re: Update bin/memcacheSync.php for php7 syntax

2016-06-09 Thread Thijs Kinkhorst
Thanks! I've fixed this in simpleSAMLphp master in a slightly different
way; it will likely be part of the next release.

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

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

Title:
  Update bin/memcacheSync.php for php7 syntax

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

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


[Bug 1573937] [NEW] Blender crashes on startup due to missing libIlmImf.so.6

2016-04-23 Thread thijs boumans
Public bug reported:

apt-cache policy blender
blender:
  Installed: 2.76.b+dfsg0-3build1
  Candidate: 2.76.b+dfsg0-3build1
  Version table:
 *** 2.76.b+dfsg0-3build1 500
500 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
500 http://nl.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
100 /var/lib/dpkg/status

lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 16.04 LTS
Release:16.04
Codename:   xenial

libIlmImf.so.6 should be contained in the openexr package.

** Affects: blender (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/1573937

Title:
  Blender crashes on startup due to missing libIlmImf.so.6

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

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


[Bug 1503310] Re: window content doesn't refresh, only if window is moved

2016-04-18 Thread thijs van severen
nvidia claims that this is is known issue with the window manager :

"this is a duplicate of another Launchpad bug, and as I understand it, it’s a 
bug with Compiz and Mutter (the compositing managers of Unity and GNOME, 
respectively), see: 
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/269904.
 
I believe it’s largely been fixed in Compiz, but that patch likely did not 
propagate to Ubuntu 12.04. I believe it’s in all Ubuntu versions >= 15.04, and 
probably is fixed in 14.04 as well (though not 14.10)."


so i'm afraid the only option is to upgrade to 15.04 (or maybe better 16.04)  
...

guess this ticket can be closed ?

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

Title:
  window content doesn't refresh, only if window is moved

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

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

[Bug 1503310] Re: window content doesn't refresh, only if window is moved

2016-04-12 Thread thijs van severen
update :
have been working with nvidia support (see 
https://nvidia.custhelp.com/app/account/questions/detail/i_id/934112)
current status : upgraded nvidia drivers to 361.28 but the original issue 
remains ... :-(
will continue to work with nvidia and report back

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

Title:
  window content doesn't refresh, only if window is moved

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

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


[Bug 1550801] Re: Login screens shows data from last user session

2016-03-12 Thread thijs boumans
Also note that this behaviour seems to occur primarily after a
login/logout situation or a brief power cycle, powering down and waiting
for several seconds deletes the images suggesting that some memory is
not being blanked.

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

Title:
  Login screens shows data from last user session

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

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


[Bug 1503310] Re: window content doesn't refresh, only if window is moved

2016-03-07 Thread thijs van severen
@M-winiarski : thanks for the tip. i'm now running unity 2-D (thus no
compiz) and it works OK

btw : Thunderbird also quickly suffers from the refresh.  seems like
mozilla is using a screen refresh routine that is subject to this bug

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

Title:
  window content doesn't refresh, only if window is moved

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

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


[Bug 1503310] Re: window content doesn't refresh, only if window is moved

2016-03-03 Thread thijs van severen
yet another fyi :
i created a ticket @Nividia that points to this launchpad ticket : nvidia 
ticket #160303-14

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

Title:
  window content doesn't refresh, only if window is moved

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

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


[Bug 1503310] Re: window content doesn't refresh, only if window is moved

2016-03-03 Thread thijs van severen
fyi:
upgrade to kernel 3.13.0-79-generic doesnt change anything
compiz version i was using before the issue began and now (with the issue) is 
the same > dont think it's a compiz issue

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

Title:
  window content doesn't refresh, only if window is moved

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

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


[Bug 1503310] Re: window content doesn't refresh, only if window is moved

2016-03-03 Thread thijs van severen
can anyone recommend a temp workaround ?
i cant figure out how to downgrade the nvidia drivers to the last good version 
...

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

Title:
  window content doesn't refresh, only if window is moved

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

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


[Bug 1550801] Re: Login screens shows data from last user session

2016-02-27 Thread thijs boumans
This is on an elitebook 8570w by the way.

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

Title:
  Login screens shows data from last user session

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

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


[Bug 1550801] [NEW] Login screens shows data from last user session

2016-02-27 Thread thijs boumans
*** This bug is a security vulnerability ***

Public security bug reported:

When I log out (or reboot) then during the login screen I can see a
disturbed version of the contents of whoever most recently logged out of
my system. This lasts for a total of about 1 second but might be
regarded as a security concerns as  it gives access to the screen of
another user.  I think this should be a black screen instead.


relevant system information:
driver: nvidia-graphics-drivers-352-updates
desktop manager: gnome 
operating system: Xenial 

lsb_release  -rd
Description:Ubuntu Xenial Xerus (development branch)
Release:16.04

apt-cache policy
Package files:
 100 /var/lib/dpkg/status
 release a=now
 500 http://ppa.launchpad.net/pipelight/stable/ubuntu xenial/main i386 Packages
 release 
v=16.04,o=LP-PPA-pipelight-stable,a=xenial,n=xenial,l=pipelight-stable,c=main,b=i386
 origin ppa.launchpad.net
 500 http://ppa.launchpad.net/pipelight/stable/ubuntu xenial/main amd64 Packages
 release 
v=16.04,o=LP-PPA-pipelight-stable,a=xenial,n=xenial,l=pipelight-stable,c=main,b=amd64
 origin ppa.launchpad.net
 500 http://archive.ubuntu.com/ubuntu xenial-proposed/main i386 Packages
 release v=16.04,o=Ubuntu,a=xenial-proposed,n=xenial,l=Ubuntu,c=main,b=i386
 origin archive.ubuntu.com
 500 http://archive.ubuntu.com/ubuntu xenial-proposed/main amd64 Packages
 release v=16.04,o=Ubuntu,a=xenial-proposed,n=xenial,l=Ubuntu,c=main,b=amd64
 origin archive.ubuntu.com
 500 http://archive.ubuntu.com/ubuntu xenial-proposed/universe i386 Packages
 release 
v=16.04,o=Ubuntu,a=xenial-proposed,n=xenial,l=Ubuntu,c=universe,b=i386
 origin archive.ubuntu.com
 500 http://archive.ubuntu.com/ubuntu xenial-proposed/universe amd64 Packages
 release 
v=16.04,o=Ubuntu,a=xenial-proposed,n=xenial,l=Ubuntu,c=universe,b=amd64
 origin archive.ubuntu.com
 500 http://archive.ubuntu.com/ubuntu xenial-updates/main i386 Packages
 release v=16.04,o=Ubuntu,a=xenial-updates,n=xenial,l=Ubuntu,c=main,b=i386
 origin archive.ubuntu.com
 500 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages
 release v=16.04,o=Ubuntu,a=xenial-updates,n=xenial,l=Ubuntu,c=main,b=amd64
 origin archive.ubuntu.com
 500 http://archive.ubuntu.com/ubuntu xenial-updates/universe i386 Packages
 release 
v=16.04,o=Ubuntu,a=xenial-updates,n=xenial,l=Ubuntu,c=universe,b=i386
 origin archive.ubuntu.com
 500 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages
 release 
v=16.04,o=Ubuntu,a=xenial-updates,n=xenial,l=Ubuntu,c=universe,b=amd64
 origin archive.ubuntu.com
 500 http://security.ubuntu.com/ubuntu xenial-security/main i386 Packages
 release v=16.04,o=Ubuntu,a=xenial-security,n=xenial,l=Ubuntu,c=main,b=i386
 origin security.ubuntu.com
 500 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages
 release v=16.04,o=Ubuntu,a=xenial-security,n=xenial,l=Ubuntu,c=main,b=amd64
 origin security.ubuntu.com
 500 http://security.ubuntu.com/ubuntu xenial-security/universe i386 Packages
 release 
v=16.04,o=Ubuntu,a=xenial-security,n=xenial,l=Ubuntu,c=universe,b=i386
 origin security.ubuntu.com
 500 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 Packages
 release 
v=16.04,o=Ubuntu,a=xenial-security,n=xenial,l=Ubuntu,c=universe,b=amd64
 origin security.ubuntu.com
 500 http://archive.ubuntu.com/ubuntu xenial/universe i386 Packages
 release v=16.04,o=Ubuntu,a=xenial,n=xenial,l=Ubuntu,c=universe,b=i386
 origin archive.ubuntu.com
 500 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
 release v=16.04,o=Ubuntu,a=xenial,n=xenial,l=Ubuntu,c=universe,b=amd64
 origin archive.ubuntu.com
 500 http://archive.ubuntu.com/ubuntu xenial/main i386 Packages
 release v=16.04,o=Ubuntu,a=xenial,n=xenial,l=Ubuntu,c=main,b=i386
 origin archive.ubuntu.com
 500 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages
 release v=16.04,o=Ubuntu,a=xenial,n=xenial,l=Ubuntu,c=main,b=amd64
 origin archive.ubuntu.com
Pinned packages:

** Affects: nvidia-graphics-drivers-352-updates (Ubuntu)
 Importance: Undecided
 Status: New

** Information type changed from Private Security to Public Security

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

Title:
  Login screens shows data from last user session

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

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


[Bug 1503310] Re: window content doesn't refresh, only if window is moved

2016-02-17 Thread thijs van severen
same issue here

tvanseve@tvanseve-ThinkPad-W530:~$ uname -a
Linux tvanseve-ThinkPad-W530 3.13.0-77-generic #121~precise1-Ubuntu SMP Wed Jan 
20 18:02:20 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

tvanseve@tvanseve-ThinkPad-W530:~$ lsb_release -a
LSB Version:
core-2.0-amd64:core-2.0-noarch:core-3.0-amd64:core-3.0-noarch:core-3.1-amd64:core-3.1-noarch:core-3.2-amd64:core-3.2-noarch:core-4.0-amd64:core-4.0-noarch
Distributor ID: Ubuntu
Description:Ubuntu 12.04.5 LTS
Release:12.04
Codename:   precise

tvanseve@tvanseve-ThinkPad-W530:~$ nvidia-smi 
Wed Feb 17 10:19:47 2016   
+--+   
| NVIDIA-SMI 340.96 Driver Version: 340.96 |   
|---+--+--+
| GPU  NamePersistence-M| Bus-IdDisp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap| Memory-Usage | GPU-Util  Compute M. |
|===+==+==|
|   0  Quadro K1000M   Off  | :01:00.0  On |  N/A |
| N/A   40CP8N/A /  N/A |550MiB /  2047MiB |  8%  Default |
+---+--+--+
   
+-+
| Compute processes:   GPU Memory |
|  GPU   PID  Process name Usage  |
|=|
|  No running compute processes found |
+-+


tvanseve@tvanseve-ThinkPad-W530:~$ compiz --version
Compiz 0.9.7.12

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

Title:
  window content doesn't refresh, only if window is moved

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

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


[Bug 1493888] Re: FGLRX incompatible with gcc 5

2015-12-01 Thread Thijs van Dijk
First of all, yes, this has been fixed in Wily; thanks, everyone!

Secondly, if it still somehow doesn't work for you, you can easily (for some 
value of "easy") revert by booting into a recovery shell in GRUB and simply 
executing `apt-get remove fglrx fglrx-updates`. See the wiki page "Recovery 
Mode" on the ubuntu wiki for more details:
https://wiki.ubuntu.com/RecoveryMode

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

Title:
  FGLRX incompatible with gcc 5

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

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


[Bug 529349] Re: postfix-to-mailman.py is broken when postfix recipient_delimiter=-

2015-05-14 Thread Thijs Kinkhorst
** Changed in: mailman (Ubuntu)
   Status: Confirmed = Fix Committed

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

** Also affects: mailman (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=578986
   Importance: Unknown
   Status: Unknown

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

Title:
  postfix-to-mailman.py is broken when postfix recipient_delimiter=-

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

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


[Bug 1419006] Re: Translation string # 796 possibly refers to a copyrighted web ressource

2015-05-14 Thread Thijs Kinkhorst
Which message is this specifically?

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

Title:
  Translation string # 796 possibly refers to a copyrighted web
  ressource

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mailman/+bug/1419006/+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 547249] Re: Move the web interface to a separate package to remove apache dependance

2015-05-14 Thread Thijs Kinkhorst
I recommend that this is solved by transitioning to Mailman 3, which
supports this out of the box.

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

Title:
  Move the web interface to a separate package to remove apache
  dependance

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

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


[Bug 1156721] Re: IMAGE_LOGOS does not work for the Debian logo

2015-05-14 Thread Thijs Kinkhorst
It's not hardcoded, you can use the SITE_LOGO setting to change the
location of the site-specific logo (which defaults to the Debian logo).

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

Title:
  IMAGE_LOGOS does not work for the Debian logo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mailman/+bug/1156721/+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 1156721] Re: IMAGE_LOGOS does not work for the Debian logo

2015-05-14 Thread Thijs Kinkhorst
** Bug watch added: Debian Bug tracker #656807
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=656807

** Also affects: mailman (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=656807
   Importance: Unknown
   Status: Unknown

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

Title:
  IMAGE_LOGOS does not work for the Debian logo

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

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


[Bug 1156721] Re: IMAGE_LOGOS does not work for the Debian logo

2015-05-14 Thread Thijs Kinkhorst
** Bug watch added: Debian Bug tracker #656807
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=656807

** Also affects: mailman (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=656807
   Importance: Unknown
   Status: Unknown

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

Title:
  IMAGE_LOGOS does not work for the Debian logo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mailman/+bug/1156721/+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 529349] Re: postfix-to-mailman.py is broken when postfix recipient_delimiter=-

2015-05-14 Thread Thijs Kinkhorst
** Changed in: mailman (Ubuntu)
   Status: Confirmed = Fix Committed

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

** Also affects: mailman (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=578986
   Importance: Unknown
   Status: Unknown

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

Title:
  postfix-to-mailman.py is broken when postfix recipient_delimiter=-

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mailman/+bug/529349/+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 547249] Re: Move the web interface to a separate package to remove apache dependance

2015-05-14 Thread Thijs Kinkhorst
I recommend that this is solved by transitioning to Mailman 3, which
supports this out of the box.

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

Title:
  Move the web interface to a separate package to remove apache
  dependance

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mailman/+bug/547249/+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 1156721] Re: IMAGE_LOGOS does not work for the Debian logo

2015-05-14 Thread Thijs Kinkhorst
It's not hardcoded, you can use the SITE_LOGO setting to change the
location of the site-specific logo (which defaults to the Debian logo).

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

Title:
  IMAGE_LOGOS does not work for the Debian logo

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

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


[Bug 1290413] Re: postfix-to-mailman.py does not recognize lists that end in a control extension

2015-05-14 Thread Thijs Kinkhorst
Has been fxed in 2.115-1 and up

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

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

Title:
  postfix-to-mailman.py does not recognize lists that end in a control
  extension

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mailman/+bug/1290413/+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 1290413] Re: postfix-to-mailman.py does not recognize lists that end in a control extension

2015-05-14 Thread Thijs Kinkhorst
Has been fxed in 2.115-1 and up

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

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

Title:
  postfix-to-mailman.py does not recognize lists that end in a control
  extension

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

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


[Bug 1419006] Re: Translation string # 796 possibly refers to a copyrighted web ressource

2015-05-14 Thread Thijs Kinkhorst
Which message is this specifically?

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

Title:
  Translation string # 796 possibly refers to a copyrighted web
  ressource

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

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


[Bug 1430323] Re: cloud-images attempt load of acpiphp, causes failure of systemd-modules-load.service

2015-04-28 Thread Thijs Kinkhorst
** Bug watch added: Debian Bug tracker #783340
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783340

** Also affects: openstack-debian-images (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783340
   Importance: Unknown
   Status: Unknown

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

Title:
  cloud-images attempt load of acpiphp, causes failure of systemd-
  modules-load.service

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

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


[Bug 1026254] Re: Open with on folders was removed, Ubuntu should consider patching back

2015-02-07 Thread Thijs van der Werff
Could the 'open with' be made optional? Default off for the people who
find it offending. And the ability to turn it on in preferences. I miss
this option allmost daily.

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

Title:
  Open with on folders was removed, Ubuntu should consider patching back

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

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


[Bug 35347] Re: bookmarks need subfolders

2015-01-23 Thread thijs van severen
any update on this ?

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

Title:
  bookmarks need subfolders

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

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


[Bug 1146391] Re: pound package does not create directory required /var/run/pound/

2015-01-18 Thread Thijs Kinkhorst
** Changed in: pound (Ubuntu)
   Status: New = Fix Released

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

Title:
  pound package does not create directory required /var/run/pound/

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

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


[Bug 1398007] Re: X-SSL-cipher header reports TLS connections as SSLv3

2015-01-18 Thread Thijs Kinkhorst
This has been merged in upstream experimental release v2.7e

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

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

Title:
  X-SSL-cipher header reports TLS connections as SSLv3

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

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


[Bug 1195085] Re: harden-doc: FTBFS: debiandoc2latexps: ERROR: securing-debian-howto.de.dvi could not be generated properly

2015-01-17 Thread Thijs Kinkhorst
3.16

** Changed in: harden-doc (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  harden-doc: FTBFS: debiandoc2latexps: ERROR: securing-debian-
  howto.de.dvi could not be generated properly

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

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


[Bug 1401797] [NEW] virtualbox-dkms 4.1.12-dfsg-2ubuntu0.6: virtualbox kernel module failed to build

2014-12-12 Thread thijs van severen
Public bug reported:

build error during upgrade

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: virtualbox-dkms 4.1.12-dfsg-2ubuntu0.6
ProcVersionSignature: Ubuntu 3.13.0-40.69~precise1-generic 3.13.11.10
Uname: Linux 3.13.0-40-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu17.8
Architecture: amd64
DKMSKernelVersion: 3.13.0-43-generic
Date: Fri Dec 12 09:05:41 2014
InstallationMedia: Ubuntu 12.04.2 LTS Precise Pangolin - Release amd64 
(20130213)
MarkForUpload: True
PackageArchitecture: all
PackageVersion: 4.1.12-dfsg-2ubuntu0.6
SourcePackage: virtualbox
Title: virtualbox-dkms 4.1.12-dfsg-2ubuntu0.6: virtualbox kernel module failed 
to build
UpgradeStatus: No upgrade log present (probably fresh install)
VirtualBox.ModInfo:

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


** Tags: amd64 apport-package need-duplicate-check precise

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

Title:
  virtualbox-dkms 4.1.12-dfsg-2ubuntu0.6: virtualbox kernel module
  failed to build

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

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


[Bug 1401797] Re: virtualbox-dkms 4.1.12-dfsg-2ubuntu0.6: virtualbox kernel module failed to build

2014-12-12 Thread thijs van severen
*** This bug is a duplicate of bug 1401755 ***
https://bugs.launchpad.net/bugs/1401755

after the upgrades finished i started virtualbox, created a new XP vm and got 
this message :
'failed to open a session for vm xyz'
'vm xyz terminated unexpectedly during startup with code 1'

and next 'kernel driver not installed (rc=-1908)'
(that was to be expected i guess)

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

Title:
  virtualbox-dkms 4.1.12-dfsg-2ubuntu0.6: virtualbox kernel module
  failed to build

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

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


[Bug 1396014] [NEW] virtualbox-dkms 4.1.12-dfsg-2ubuntu0.6: virtualbox kernel module failed to build

2014-11-25 Thread thijs van severen
Public bug reported:

during update today i got this message

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: virtualbox-dkms 4.1.12-dfsg-2ubuntu0.6
ProcVersionSignature: Ubuntu 3.13.0-39.66~precise1-generic 3.13.11.8
Uname: Linux 3.13.0-39-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu17.8
Architecture: amd64
DKMSKernelVersion: 3.13.0-40-generic
Date: Tue Nov 25 09:17:02 2014
InstallationMedia: Ubuntu 12.04.2 LTS Precise Pangolin - Release amd64 
(20130213)
MarkForUpload: True
PackageArchitecture: all
PackageVersion: 4.1.12-dfsg-2ubuntu0.6
SourcePackage: virtualbox
Title: virtualbox-dkms 4.1.12-dfsg-2ubuntu0.6: virtualbox kernel module failed 
to build
UpgradeStatus: No upgrade log present (probably fresh install)
VirtualBox.ModInfo:

** Affects: virtualbox (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/1396014

Title:
  virtualbox-dkms 4.1.12-dfsg-2ubuntu0.6: virtualbox kernel module
  failed to build

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

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


Re: [Bug 1384946] Re: Trying to upgrade to utopic, cannot compute changes due to gnuplot

2014-11-05 Thread Thijs
I think that’s it. I don’t remember getting them anywhere special but
after a while they were being kept back routinely when upgrading other
packages.

Anyhow, I do not use Gnuplot often; removing it allowed me to dist-
upgrade.

Thijs


 Op 5 nov. 2014, om 21:56 heeft Brian Murray br...@ubuntu.com het volgende 
 geschreven:
 
 Ah, it looks like a dist-upgrade from Precise to Trusty would not
 upgrade gnuplot-nox and gnuplot-x11.
 
 (precise-amd64)root@impulse:/home/bdmurray/source-trees/ubuntu-archive-tools/upstream#
  apt-get dist-upgrade
 Reading package lists... Done
 Building dependency tree   
 Reading state information... Done
 Calculating upgrade... Done
 The following NEW packages will be installed:
  aglfn cpp-4.8 fonts-dejavu-core g++-4.8 gcc-4.8 gcc-4.8-base gcc-4.9-base 
 iproute2 isc-dhcp-client isc-dhcp-common kmod libapt-inst1.5
  libarchive-extract-perl libasan0 libatm1 libatomic1 libaudit-common 
 libaudit1 libcap2 libcgmanager0 libcloog-isl4 libcupsfilters1 libdb5.3
  libdebconfclient0 libdrm-nouveau2 libfakeroot libfftw3-double3 
 libfile-fcntllock-perl libgcc-4.8-dev libgd3 libgraphite2-3 libharfbuzz0b 
 libisl10
  libitm1 libjbig0 libjson-c2 libjson0 libkmod2 libllvm3.4 
 liblog-message-simple-perl libmagickcore5 libmagickcore5-extra libmagickwand5
  libmodule-pluggable-perl libmpc3 libpango-1.0-0 libpangocairo-1.0-0 
 libpangoft2-1.0-0 libpangox-1.0-0 libpangoxft-1.0-0 libpod-latex-perl
  libprocps3 libpython2.7-minimal libpython2.7-stdlib librsvg2-common 
 libsemanage-common libsemanage1 libsepol1 libstdc++-4.8-dev libtasn1-6
  libterm-ui-perl libtext-soundex-perl libtiff5 libtsan0 libtxc-dxtn-s2tc0 
 libudev1 libustr-1.0-1 libvpx1 libxcb-dri2-0 libxcb-dri3-0
  libxcb-present0 libxcb-sync1 libxshmfence1 libxtables10
 The following packages have been kept back:
  gnuplot-nox gnuplot-x11
 
 -- 
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1384946
 
 Title:
  Trying to upgrade to utopic, cannot compute changes due to gnuplot
 
 Status in “ubuntu-release-upgrader” package in Ubuntu:
  Confirmed
 
 Bug description:
  sudo do-release-upgrade
 
  ...
 
  An unresolvable problem occurred while calculating the upgrade.
 
  This can be caused by: 
  * Upgrading to a pre-release version of Ubuntu 
  * Running the current pre-release version of Ubuntu 
  * Unofficial software packages not provided by Ubuntu
 
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: ubuntu-release-upgrader-core 1:0.220.5
  ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
  Uname: Linux 3.13.0-37-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: amd64
  CrashDB: ubuntu
  CurrentDesktop: Unity
  Date: Thu Oct 23 23:32:39 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2012-05-05 (901 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
 (20120425)
  PackageArchitecture: all
  SourcePackage: ubuntu-release-upgrader
  UpgradeStatus: Upgraded to trusty on 2014-10-23 (0 days ago)
  mtime.conffile..etc.update.manager.release.upgrades: 
 2014-05-08T20:51:55.958264
 
 To manage notifications about this bug go to:
 https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1384946/+subscriptions

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

Title:
  Trying to upgrade to utopic, cannot compute changes due to gnuplot

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

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

[Bug 1384946] [NEW] Trying to upgrade to utopic, cannot compute changes

2014-10-23 Thread Thijs
Public bug reported:

sudo do-release-upgrade

...

An unresolvable problem occurred while calculating the upgrade.

This can be caused by: 
* Upgrading to a pre-release version of Ubuntu 
* Running the current pre-release version of Ubuntu 
* Unofficial software packages not provided by Ubuntu

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: ubuntu-release-upgrader-core 1:0.220.5
ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
Uname: Linux 3.13.0-37-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.5
Architecture: amd64
CrashDB: ubuntu
CurrentDesktop: Unity
Date: Thu Oct 23 23:32:39 2014
EcryptfsInUse: Yes
InstallationDate: Installed on 2012-05-05 (901 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to trusty on 2014-10-23 (0 days ago)
mtime.conffile..etc.update.manager.release.upgrades: 2014-05-08T20:51:55.958264

** Affects: ubuntu-release-upgrader (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug dist-upgrade trusty

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

Title:
  Trying to upgrade to utopic, cannot compute changes

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

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


[Bug 1353355] [NEW] Chromium randomly crashes when I download a PDF

2014-08-06 Thread Thijs van Dijk
Public bug reported:

When I click a link in chromium that would download a PDF, about 95% of
the time it works just fine (the file shows up in my download shelf; I
can click to open it in evince), but for that last 5%, clicking the link
crashes my browser entirely. (Every tab/window.)

After restarting the browser, retrying the exact same link usually
works.

I'm currently using Chromium 36 on ubuntu 14.04, but this issue has been
present for quite a while now. I've installed the debug symbols for
chromium, and will update with a stack trace if I get one.

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

Title:
  Chromium randomly crashes when I download a PDF

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

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


[Bug 1353355] Re: Chromium randomly crashes when I download a PDF

2014-08-06 Thread Thijs van Dijk
** Description changed:

  When I click a link in chromium that would download a PDF, about 95% of
  the time it works just fine (the file shows up in my download shelf; I
  can click to open it in evince), but for that last 5%, clicking the link
  crashes my browser entirely. (Every tab/window.)
  
+ After restarting the browser, retrying the exact same link usually
+ works.
+ 
  I'm currently using Chromium 36 on ubuntu 14.04, but this issue has been
  present for quite a while now. I've installed the debug symbols for
  chromium, and will update with a stack trace if I get one.

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

Title:
  Chromium randomly crashes when I download a PDF

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

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


[Bug 1352963] [NEW] Evince incorrectly reports password-protected pdf

2014-08-05 Thread Thijs van Dijk
Public bug reported:

Steps to reproduce:
1) Download this PDF: 
https://secure.ikea.com/ms/nl_NL/TnC/IKEA-webwinkel-voorwaarden.pdf
2) Open it in evince.

If you try the same in acrobat reader (I only tried it on windows), it
opens just fine. So either this file isn't encrypted at all but evince
merely says it is, or, for reasons beyond my comprehension, the file is
encrypted, but the password is somehow embedded in the document itself.

Either way, the end result is a broken user experience for ubuntuers.

** Affects: evince (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/1352963

Title:
  Evince incorrectly reports password-protected pdf

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

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


[Bug 1217091] Re: getUserMedia doesn't work in Firefox/Unity in Ubuntu 13.10

2014-01-28 Thread Thijs Triemstra
I tested with firefox-trunk on 13.10 and it works there, unfortunaly
(still) not in Firefox 26. Never had any problems in Ubuntu 12.04 and
any Firefox version. Dissapointing to see that such a neat feature is
broken in the latest stable release of Ubuntu, making a fallback to the
Flash Player necessary in our web app.

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

Title:
  getUserMedia doesn't work in Firefox/Unity in Ubuntu 13.10

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

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


[Bug 1076987] Re: Add support for SCR3310 card reader

2014-01-07 Thread Thijs Kinkhorst
Will be in gnupg 1.4.16-1

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

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

Title:
  Add support for SCR3310 card reader

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

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


[Bug 1263134] Re: version 1.4.14-1ubuntu2.1 as answer to CVE-2013-4576 cleans out pubring.gpg? (removes pub sigs?)

2014-01-07 Thread Thijs Kinkhorst
It seems very unlikely that this update is the cause. I think more
investigation on your system is needed.

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

Title:
  version 1.4.14-1ubuntu2.1 as answer to CVE-2013-4576 cleans out
  pubring.gpg? (removes pub sigs?)

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

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


[Bug 889800] Re: additional UDEV rule to support Crypto Stick

2014-01-07 Thread Thijs Kinkhorst
** Changed in: gnupg (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  additional UDEV rule to support Crypto Stick

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

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


[Bug 1007094] Re: gpg --clearsign does not create the -----END PGP SIGNED MESSAGE----- tag

2014-01-07 Thread Thijs Kinkhorst
Works as designed

** Changed in: gnupg (Ubuntu)
   Status: New = Invalid

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

Title:
  gpg --clearsign does not create the -END PGP SIGNED
  MESSAGE- tag

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

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


[Bug 1228689] Re: sony vaio pro 13 internal microphone not working

2013-10-06 Thread Thijs
This might be a handy workaround for Skype until the pulseaudio bug is
completely fixed:

Create executable /usr/bin/skype-wrapper
with the following content:
PULSE_SERVER=127.0.0.1 /usr/bin/skype 
And now change the desktop file so that the new script will be called when 
using the menu:
sudo gedit /usr/share/applications/skype.desktop
and change
Exec=skype
to
Exec=skype-wrapper

When you open Skype, go to Options  Sound Devices, and select:
- Microphone: HDA Intel PCH, ALC286 Analog Default Audio Device 
(sysdefault:CARD=PCH)
- Speakers: HDA Intel PCH, ALC286 Analog Front speakers (front:CARD=PCH.DEV=0)
- Ringing: HDA Intel PCH, ALC286 Analog Front speakers (front:CARD=PCH.DEV=0)

Apply  Close or make a test call, and you'll notice everything
(including the mic) works.

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

Title:
  sony vaio pro 13 internal microphone not working

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

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


[Bug 1226499] [NEW] nautilus core dumps when deleting a file on a cifs mounted server

2013-09-17 Thread thijs van severen
Public bug reported:

this is what i see when i start nautilus from a terminal 
(this info might have been automatically collected already , but i'm adding it 
just in case) :


*** glibc detected *** nautilus: double free or corruption (out): 
0x7fdf9001a830 ***
=== Backtrace: =
/lib/x86_64-linux-gnu/libc.so.6(+0x7eb96)[0x7fdfcb2aab96]
/lib/x86_64-linux-gnu/libc.so.6(fclose+0x155)[0x7fdfcb29a815]
/lib/x86_64-linux-gnu/libglib-2.0.so.0(+0x35fc4)[0x7fdfcbd54fc4]
/lib/x86_64-linux-gnu/libglib-2.0.so.0(g_file_set_contents+0xdf)[0x7fdfcbd5519f]
/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0(+0xdb56f)[0x7fdfcc33e56f]
nautilus[0x4adabd]
/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0(+0x5c15e)[0x7fdfcc2bf15e]
/lib/x86_64-linux-gnu/libglib-2.0.so.0(+0x6a248)[0x7fdfcbd89248]
/lib/x86_64-linux-gnu/libglib-2.0.so.0(+0x699e5)[0x7fdfcbd889e5]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x7e9a)[0x7fdfcb5f2e9a]
/lib/x86_64-linux-gnu/libc.so.6(clone+0x6d)[0x7fdfcb31fccd]
=== Memory map: 
0040-00565000 r-xp  08:01 1573539
/usr/bin/nautilus
00765000-00766000 r--p 00165000 08:01 1573539
/usr/bin/nautilus
00766000-0076b000 rw-p 00166000 08:01 1573539
/usr/bin/nautilus
0076b000-0076c000 rw-p  00:00 0 
01fd5000-0388b000 rw-p  00:00 0  [heap]
7fdf7400-7fdf7402a000 rw-p  00:00 0 
7fdf7402a000-7fdf7800 ---p  00:00 0 
7fdf7c00-7fdf7c022000 rw-p  00:00 0 
7fdf7c022000-7fdf8000 ---p  00:00 0 
7fdf8000-7fdf80022000 rw-p  00:00 0 
7fdf80022000-7fdf8400 ---p  00:00 0 
7fdf8400-7fdf84022000 rw-p  00:00 0 
7fdf84022000-7fdf8800 ---p  00:00 0 
7fdf8800-7fdf88022000 rw-p  00:00 0 
7fdf88022000-7fdf8c00 ---p  00:00 0 
7fdf8f7ff000-7fdf8f80 ---p  00:00 0 
7fdf8f80-7fdf9000 rw-p  00:00 0 
7fdf9000-7fdf90038000 rw-p  00:00 0 
7fdf90038000-7fdf9400 ---p  00:00 0 
7fdf9400-7fdf94022000 rw-p  00:00 0 
7fdf94022000-7fdf9800 ---p  00:00 0 
7fdf9800-7fdf98022000 rw-p  00:00 0 
7fdf98022000-7fdf9c00 ---p  00:00 0 
7fdf9d9a4000-7fdf9d9a5000 ---p  00:00 0 
7fdf9d9a5000-7fdf9e1a5000 rw-p  00:00 0 
7fdf9e1a5000-7fdf9e1a6000 ---p  00:00 0 
7fdf9e1a6000-7fdf9e9a6000 rw-p  00:00 0 
7fdf9e9a6000-7fdf9e9a7000 ---p  00:00 0 
7fdf9e9a7000-7fdf9f1a7000 rw-p  00:00 0  
[stack:14576]
7fdf9f1a7000-7fdf9f1e5000 r-xp  08:01 1581314
/usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
7fdf9f1e5000-7fdf9f3e5000 ---p 0003e000 08:01 1581314
/usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
7fdf9f3e5000-7fdf9f3e6000 r--p 0003e000 08:01 1581314
/usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
7fdf9f3e6000-7fdf9f3e7000 rw-p 0003f000 08:01 1581314
/usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
7fdf9f3e7000-7fdf9f3f7000 rw-p  00:00 0 
7fdf9f416000-7fdf9f41a000 r-xp  08:01 1968214
/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-jpeg.so
7fdf9f41a000-7fdf9f61a000 ---p 4000 08:01 1968214
/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-jpeg.so
7fdf9f61a000-7fdf9f61b000 r--p 4000 08:01 1968214
/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-jpeg.so
7fdf9f61b000-7fdf9f61c000 rw-p 5000 08:01 1968214
/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-jpeg.so
7fdf9fd4b000-7fdf9fdfb000 r--p  08:01 264321 
/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf
7fdf9fdfb000-7fdf9fdfe000 r-xp  08:01 1968212
/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ico.so
7fdf9fdfe000-7fdf9fffe000 ---p 3000 08:01 1968212
/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ico.so
7fdf9fffe000-7fdf9000 r--p 3000 08:01 1968212
/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ico.so
7fdf9000-7fdfa000 rw-p 4000 08:01 1968212
/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ico.so
7fdfa000-7fdfa0024000 rw-p  00:00 0 
7fdfa0024000-7fdfa400 ---p  00:00 0 
7fdfa4019000-7fdfa405b000 rw-p  00:00 0 
7fdfa405b000-7fdfa40ad000 r--p  08:01 264347 
/usr/share/fonts/truetype/ubuntu-font-family/Ubuntu-B.ttf
7fdfa40ad000-7fdfa40f1000 r-xp  08:01 1581299
/usr/lib/x86_64-linux-gnu/libibus-1.0.so.0.401.0
7fdfa40f1000-7fdfa42f ---p 00044000 08:01 1581299

[Bug 1226499] Re: nautilus core dumps when deleting a file on a cifs mounted server

2013-09-17 Thread thijs van severen
seems like this doesnt happen all the time
i rebooted my stem again and now it seems to work ...
i'll add more info as i go along

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

Title:
  nautilus core dumps when deleting a file on a cifs mounted server

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

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


[Bug 1213385] [NEW] When printing to file, the save in folder option is ignored

2013-08-17 Thread Thijs van Dijk
Public bug reported:

When saving a web page to PDF, the resulting file is always placed in
the user's home folder.

Steps to reproduce:
 *  Hit file - print in any app that doesn't implement its own print 
dialogs. (Firefox is fine.)
 *  Select save to file
 *  Under save in folder, choose any other folder than the homedir. (e.g. 
/tmp)
 *  Click Print

No file is created in /tmp, but instead it's saved in your homedir.

** Affects: cups (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/1213385

Title:
  When printing to file, the save in folder option is ignored

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

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


[Bug 1205202] [NEW] Can't upgrade/remove gnome-robots

2013-07-26 Thread Thijs van Dijk
Public bug reported:

Dpkg throws an error rm: cannot remove ‘/var/games/’: Is a directory,
and then fails with status 1.

Turns out there's a typo in the postrm script.
I manually edited /var/lib/dpkg/info/gnome-robots.postrm to read FILE instead 
of FILES (see patch below), and now it deinstalls just fine.

** Affects: gnome-nibbles (Ubuntu)
 Importance: Undecided
 Status: New

** Patch added: gnome-robots.postrm.patch
   
https://bugs.launchpad.net/bugs/1205202/+attachment/3749539/+files/gnome-robots.postrm.patch

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

Title:
  Can't upgrade/remove gnome-robots

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

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

[Bug 476429] Re: forum mail not processed due to wrong use of html2text API

2013-07-12 Thread Thijs Kinkhorst
** Changed in: moodle (Ubuntu)
   Status: New = Fix Released

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

Title:
  forum mail not processed due to wrong use of html2text API

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

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


[Bug 578797] Re: Moodle 1.9.4 is not working with PHP 5.3

2013-07-12 Thread Thijs Kinkhorst
** Changed in: moodle (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  Moodle 1.9.4 is not working with PHP 5.3

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

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


[Bug 943881]

2013-06-23 Thread Thijs Kinkhorst
*** Bug 48414 has been marked as a duplicate of this bug. ***

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

Title:
  [Upstream] Unable to print to password protected (cups) printer

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

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


[Bug 943881]

2013-06-23 Thread Thijs Kinkhorst
Yes, it's the same issue. For example Evince, Firefox and OpenOffice
will have an authentication popup, LibreOffice lacks this functionality
which makes the printing fail.

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

Title:
  [Upstream] Unable to print to password protected (cups) printer

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

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


[Bug 1188572] [NEW] kernel Oops - unable to handle kernel paging request at 00000000000b000b - mct_u232

2013-06-07 Thread thijs van severen
Public bug reported:

when plugging in my USBSerial converter (model PA088 by targus.com) my systems 
'partially' hangs
(both in USB2 and USB3 ports))

the file in att is a tail -f of the syslog and kernel log (so the output is a 
bit mixed - sorry for that) of the moment i plugged in the convertor
this bug is about 90% reproducible

FYI:
i used to have similar problems on my previous system (lenovo W510 running 
10.04 64bit) but only if i plugged the USPSerial converter in to a USB3 port, 
it was ok when i plugged it into a USB2 port

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: linux-image-3.5.0-32-generic 3.5.0-32.53~precise1
ProcVersionSignature: Ubuntu 3.5.0-32.53~precise1-generic 3.5.7.11
Uname: Linux 3.5.0-32-generic x86_64
NonfreeKernelModules: nvidia
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.25.
ApportVersion: 2.0.1-0ubuntu17.3
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: PCH [HDA Intel PCH], device 0: ALC269VC Analog [ALC269VC Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  tvanseve   2057 F pulseaudio
 /dev/snd/controlC0:  tvanseve   2057 F pulseaudio
CRDA:
 country BE:
(2402 - 2482 @ 40), (N/A, 20)
(5170 - 5250 @ 40), (N/A, 20)
(5250 - 5330 @ 40), (N/A, 20), DFS
(5490 - 5710 @ 40), (N/A, 27), DFS
Card0.Amixer.info:
 Card hw:0 'PCH'/'HDA Intel PCH at 0xf533 irq 46'
   Mixer name   : 'Realtek ALC269VC'
   Components   : 'HDA:10ec0269,17aa2204,00100203'
   Controls  : 27
   Simple ctrls  : 14
Card1.Amixer.info:
 Card hw:1 'NVidia'/'HDA NVidia at 0xf300 irq 17'
   Mixer name   : 'Nvidia GPU 42 HDMI/DP'
   Components   : 'HDA:10de0042,17aa21f6,00100100'
   Controls  : 18
   Simple ctrls  : 3
Card29.Amixer.info:
 Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw 
unknown'
   Mixer name   : 'ThinkPad EC (unknown)'
   Components   : ''
   Controls  : 1
   Simple ctrls  : 1
Card29.Amixer.values:
 Simple mixer control 'Console',0
   Capabilities: pswitch pswitch-joined penum
   Playback channels: Mono
   Mono: Playback [on]
Date: Fri Jun  7 13:02:11 2013
InstallationMedia: Ubuntu 12.04.2 LTS Precise Pangolin - Release amd64 
(20130213)
MachineType: LENOVO 2447GW3
MarkForUpload: True
ProcEnviron:
 LC_TIME=en_IE.UTF-8
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-32-generic 
root=UUID=b27deab6-a739-4acf-83e0-79f63427fb5d ro quiet splash 
acpi_backlight=vendor
RelatedPackageVersions:
 linux-restricted-modules-3.5.0-32-generic N/A
 linux-backports-modules-3.5.0-32-generic  N/A
 linux-firmware1.79.4
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/21/2012
dmi.bios.vendor: LENOVO
dmi.bios.version: G5ET90WW (2.50 )
dmi.board.asset.tag: Not Available
dmi.board.name: 2447GW3
dmi.board.vendor: LENOVO
dmi.board.version: Not Defined
dmi.chassis.asset.tag: CS028140
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvrG5ET90WW(2.50):bd12/21/2012:svnLENOVO:pn2447GW3:pvrThinkPadW530:rvnLENOVO:rn2447GW3:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 2447GW3
dmi.product.version: ThinkPad W530
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-bug precise qa-kernel-lts-testing running-unity

** Attachment added: syslog + kernel log
   
https://bugs.launchpad.net/bugs/1188572/+attachment/3697110/+files/serial%20log%20in%20achterste%20usb

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

Title:
  kernel Oops - unable to handle kernel paging request at
  000b000b - mct_u232

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

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


[Bug 1188572] Re: kernel Oops - unable to handle kernel paging request at 00000000000b000b - mct_u232

2013-06-07 Thread thijs van severen
NOTE : the auto-collected info attached to this report was collected
while the USBSerial converter was NOT plugged in !

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

Title:
  kernel Oops - unable to handle kernel paging request at
  000b000b - mct_u232

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

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


[Bug 876017] Re: [FFE][UIFE] Window management - We should be able to close windows in spread mode

2013-06-07 Thread thijs van severen
will this fix be backported to 12.04 ?

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

Title:
  [FFE][UIFE] Window management - We should be able to close windows in
  spread mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/876017/+subscriptions

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


[Bug 1075923] Re: nautilus hangs copying large directories from a samba share

2013-05-22 Thread Thijs
I'm also having troubles when using applications (like Eye of Gnome,
Libre Office, Nemo and Nautilus) in combination with files on a smb
share (via gvfs). Usually when the application hangs up it also becomes
unkillable, so for the most part it requires a logout or reboot to fix
the problem. Needless to say that working files is a major part of
computing and smb shares are very common, so imo this should take
priority.

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

Title:
  nautilus hangs copying large directories from a samba share

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

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


[Bug 1182160] [NEW] Launcher key only works with desktop icons turned on

2013-05-20 Thread Thijs van Dijk
Public bug reported:

Pressing the, for lack of a better word, windows key to show the unity
launcher menu will only work if either there is an active window in the
current workspace, or the display desktop icons option has been turned
on in the unity tweak tool.

Steps to reproduce:

1) Install the unity tweak tool
2) Under System - Desktop icons, uncheck Show desktop icons
3) Close all windows, or navigate to an empty workspace
4) Press the super key all you want.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: unity 7.0.0daily13.04.18~13.04-0ubuntu1
ProcVersionSignature: Ubuntu 3.8.0-21.32-generic 3.8.8
Uname: Linux 3.8.0-21-generic x86_64
ApportVersion: 2.9.2-0ubuntu8
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
Date: Mon May 20 19:41:58 2013
InstallationDate: Installed on 2013-04-27 (23 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
MarkForUpload: True
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug raring

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

Title:
  Launcher key only works with desktop icons turned on

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

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


[Bug 1080684] Re: Upgrade phpmyadmin in repositories to 3.5.4 version

2013-05-18 Thread Thijs Kinkhorst
** Changed in: phpmyadmin (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  Upgrade phpmyadmin in repositories to 3.5.4 version

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

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


[Bug 1175142] Re: PHP: cannot redefine check_file_access

2013-05-18 Thread Thijs Kinkhorst
** Changed in: phpmyadmin (Ubuntu)
   Status: Confirmed = Fix Committed

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

Title:
  PHP: cannot redefine check_file_access

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

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


[Bug 852337] Re: phpmyadmin requires fastcgi-php module enabled when using lighttpd

2013-05-18 Thread Thijs Kinkhorst
** Changed in: phpmyadmin (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  phpmyadmin requires fastcgi-php module enabled when using lighttpd

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

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


[Bug 1180322] Re: Update to 4.0

2013-05-18 Thread Thijs Kinkhorst
** Changed in: phpmyadmin (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  Update to 4.0

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

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


[Bug 1044286] Re: cannot import scripts because upload_tmp_dir is not writable if apache user is not www-data

2013-05-18 Thread Thijs Kinkhorst
It is Debian Policy that www-data is the Apache user and packages may rely on 
that. You're of course free to change it, but it's up to you to change other 
paths owned by www-data aswell (a simple find command will do that for you).
'Detecting' what the Apache user is in every package that ships a web app seems 
error-prone. Setting the dir world-writable is obviously not desirable.

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

Title:
  cannot import scripts because upload_tmp_dir is not writable if apache
  user is not www-data

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

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


[Bug 994711] Re: package phpmyadmin 4:3.4.10.1-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2013-05-18 Thread Thijs Kinkhorst
*** This bug is a duplicate of bug 855285 ***
https://bugs.launchpad.net/bugs/855285

** This bug is no longer a duplicate of bug 989467
   package phpmyadmin 4:3.4.10.1-1 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 128- 
during distribution update from 10.04 to 12.04
** This bug has been marked a duplicate of bug 855285
   package phpmyadmin 4:3.4.4-1 failed to install/upgrade - Can't avoid 
database upgrade despite GUI saying otherwise

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

Title:
  package phpmyadmin 4:3.4.10.1-1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 128

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

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


[Bug 992670] Re: package phpmyadmin 4:3.4.10.1-1 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 128

2013-05-18 Thread Thijs Kinkhorst
*** This bug is a duplicate of bug 855285 ***
https://bugs.launchpad.net/bugs/855285

** This bug is no longer a duplicate of bug 989467
   package phpmyadmin 4:3.4.10.1-1 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 128- 
during distribution update from 10.04 to 12.04
** This bug has been marked a duplicate of bug 855285
   package phpmyadmin 4:3.4.4-1 failed to install/upgrade - Can't avoid 
database upgrade despite GUI saying otherwise

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

Title:
  package phpmyadmin 4:3.4.10.1-1 failed to install/upgrade: subprocess
  installed pre-removal script returned error exit status 128

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

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


[Bug 989467] Re: package phpmyadmin 4:3.4.10.1-1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 128- during distribution update from

2013-05-18 Thread Thijs Kinkhorst
*** This bug is a duplicate of bug 855285 ***
https://bugs.launchpad.net/bugs/855285

** This bug has been marked a duplicate of bug 855285
   package phpmyadmin 4:3.4.4-1 failed to install/upgrade - Can't avoid 
database upgrade despite GUI saying otherwise

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

Title:
  package phpmyadmin 4:3.4.10.1-1 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 128- during distribution update from 10.04 to 12.04

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

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


[Bug 850997] Re: Mandatory certificate extension is not mentioned in update-ca-certificates man (8) page

2013-05-08 Thread Thijs Kinkhorst
** Changed in: ca-certificates (Ubuntu)
   Status: New = Fix Committed

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

Title:
  Mandatory certificate extension is not mentioned in update-ca-
  certificates man (8) page

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

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


[Bug 1169636] Re: lintian: CVE-2013-1429 - path traversal/information disclosure

2013-04-16 Thread Thijs Kinkhorst
** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2013-1429

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

Title:
  lintian: CVE-2013-1429 - path traversal/information disclosure

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

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


[Bug 502924] Re: php5 RADIUS module crash

2013-03-13 Thread Thijs Kinkhorst
Fixed in 1.2.5-2.3

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

Title:
  php5 RADIUS module crash

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

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


[Bug 502924] Re: php5 RADIUS module crash

2013-03-12 Thread Thijs Kinkhorst
** Bug watch added: Debian Bug tracker #702872
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=702872

** Also affects: php-radius (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=702872
   Importance: Unknown
   Status: Unknown

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

Title:
  php5 RADIUS module crash

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

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


[Bug 1056359] Re: UPDATE PACKAGE. undefined symbol: CRYPTO_THREADID_get_id_callback

2013-03-09 Thread Thijs Kinkhorst
Fixed in 1.9.0.1-2 uploaded to Debian sid.

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

Title:
  UPDATE PACKAGE.  undefined symbol: CRYPTO_THREADID_get_id_callback

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libapache2-mod-auth-cas/+bug/1056359/+subscriptions

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


[Bug 1025648] Re: uninteruptable prompt on installation with readline

2013-03-09 Thread Thijs van Dijk
I tried to install it through the Ubuntu Software Centre. Does that
answer your question?

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

Title:
  uninteruptable prompt on installation with readline

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

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


[Bug 1072580] Re: proxy with uppercase HTTP causes postinst to fail

2013-02-16 Thread Thijs Kinkhorst
Good suggestion, fixed in svn. Thanks!

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

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

Title:
  proxy with uppercase HTTP causes postinst to fail

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

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


[Bug 1022891] Re: Regression bug: can't preseed download location

2013-02-16 Thread Thijs Kinkhorst
Removed patch tag as per above.

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

Title:
  Regression bug: can't preseed download location

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

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


  1   2   3   4   5   >