[Bug 2076098] [NEW] Livi crashes on startup with livi_gst_paintable_video_renderer_create_video_sink: assertion failed

2024-08-05 Thread Bert Van de Poel
Public bug reported:

I just installed Livi on Ubuntu MATE 24.04 but when I try to launch it, it just 
crashes. When I launch it from the terminal I get the following:
(livi:25082): Adwaita-WARNING **: 15:09:41.937: No known Yaru accent 'MATE'

(livi:25082): Adwaita-WARNING **: 15:09:41.953: No known Yaru accent 'MATE'
**
ERROR:../src/livi-gst-paintable.c:138:livi_gst_paintable_video_renderer_create_video_sink:
 assertion failed: (self->context != NULL && ctx != NULL)
Bail out! 
ERROR:../src/livi-gst-paintable.c:138:livi_gst_paintable_video_renderer_create_video_sink:
 assertion failed: (self->context != NULL && ctx != NULL)
Aborted (core dumped)

ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: livi 0.1.0-1ubuntu1
ProcVersionSignature: Ubuntu 6.8.0-39.39-generic 6.8.8
Uname: Linux 6.8.0-39-generic x86_64
NonfreeKernelModules: zfs nvidia_modeset nvidia
ApportVersion: 2.28.1-0ubuntu3
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: MATE
Date: Mon Aug  5 15:18:31 2024
InstallationDate: Installed on 2024-07-20 (16 days ago)
InstallationMedia: Ubuntu-MATE 24.04 LTS "Noble Numbat" - Release amd64 
(20240424)
SourcePackage: livi
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug noble third-party-packages

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

Title:
  Livi crashes on startup with
  livi_gst_paintable_video_renderer_create_video_sink: assertion failed

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


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

[Bug 1969311] [NEW] Wayland disabled unconditionally on 22.04 (except for Nvidia)

2022-04-17 Thread Bert Massop
*** This bug is a duplicate of bug 1969243 ***
https://bugs.launchpad.net/bugs/1969243

Public bug reported:

Since the following commit, Wayland is not available (the gears button on the 
login screen does not show at all):
https://git.launchpad.net/ubuntu/+source/gdm3/commit/data/61-gdm.rules.in?h=applied/ubuntu/jammy&id=54712c1fdc52345749802a0c1d3647458b9c9bef

Commenting out the lines in /lib/udev/rules.d/61-gdm.rules that are
added by this commit resolves the problem.

The commit introduces a check for presence of some Nvidia utilities that
are required for suspend/resume under Wayland. However my machine does
not have an Nvidia GPU, so it is obviously missing those utilities, and
Wayland is disabled erroneously.

Upstream has an additional guard to skip these checks (and as such
keeping Wayland enabled) on non-Nvidia hardware, see
https://gitlab.gnome.org/GNOME/gdm/-/blob/main/data/61-gdm.rules.in#L50

It seems like these guards were accidentally omitted in the Ubuntu
cherry-pick.

To make matters worse, this missing guard causes "/usr/libexec/gdm-
runtime-config set daemon WaylandEnable false" to be executed on EVERY
udev event.

Probably related to bug 1968809 and bug 1968929.

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: gdm3 42.0-1ubuntu4
Uname: Linux 5.17.3-051703-generic x86_64
ApportVersion: 2.20.11-0ubuntu82
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Sun Apr 17 20:06:58 2022
EcryptfsInUse: Yes
InstallationDate: Installed on 2021-01-26 (446 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
SourcePackage: gdm3
UpgradeStatus: Upgraded to jammy on 2022-04-17 (0 days ago)
modified.conffile..etc.gdm3.custom.conf: [modified]
modified.conffile..etc.pam.d.gdm-password: [modified]
mtime.conffile..etc.gdm3.custom.conf: 2022-04-17T19:44:22.282278
mtime.conffile..etc.pam.d.gdm-password: 2021-01-26T15:05:43.349269

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


** Tags: amd64 apport-bug jammy third-party-packages

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

Title:
  Wayland disabled unconditionally on 22.04 (except for Nvidia)

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


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

[Bug 1968604] Re: rtl8761b usb bluetooth doesn't work following reboot until unplug/replug

2022-04-13 Thread Bert RAM Aerts
The firmware is NOT loaded correctly... the "bu" file is loaded instead
of the "b"

I used to have Ubuntu 21.10 and my Bluetooth USB dongle was loading 
rtl8761b_fw.bin.
Last week I upgraded to Ubuntu 22.04 and since then I can not use my USB 
dongle, it connects my Sony headphones and immediately disconnects, connects, 
disconnects, ...
Using sudo dmesg | grep Bluetooth, I saw
[ 10.106036] Bluetooth: hci0: RTL: examining hci_ver=0a hci_rev=000b lmp_ver=0a 
lmp_subver=8761
[ 10.107035] Bluetooth: hci0: RTL: rom_version status=0 version=1
[ 10.107038] Bluetooth: hci0: RTL: loading rtl_bt/rtl8761bu_fw.bin
[ 10.108050] Bluetooth: hci0: RTL: loading rtl_bt/rtl8761bu_config.bin
[ 10.108170] Bluetooth: hci0: RTL: cfg_sz 6, total sz 27814
So kernel 5.15 loads different firmware rtl8761bu instead of rtl8761b used by 
kernel 5.13 in Ubuntu 21.10.
I guess this is a kernel bug.

As a workaround I made symbolic links and now my Bluetooth USB dongle works 
fine:
/lib/firmware/rtl_bt$ ls -al *8761*
lrwxrwxrwx 1 root root 19 Apr 10 06:32 rtl8761bu_config.bin -> 
rtl8761b_config.bin
lrwxrwxrwx 1 root root 15 Apr 10 06:32 rtl8761bu_fw.bin -> rtl8761b_fw.bin

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

Title:
  rtl8761b usb bluetooth doesn't work following reboot until
  unplug/replug

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


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

[Bug 1863392] Re: marco crashed with SIGSEGV in INT_cairo_region_num_rectangles()

2021-12-07 Thread Bert Driehuis
I also still get the occasional Marco crash with a backtrace pointing to
cairo_region_num_rectangles. If I can do something to assist tracking
this down I'm all ears. I can confirm I'm running Marco built off
sources that contain the fix, i.e. marco 1.24.0-1ubuntu1. My stacktrace
looks identical to the one in comment #8. The SegvAnalysis looks the
same as in the original report.

I cannot tell from my backtrace what the offending code path is:
apply_cairo_region_to_window(), meta_frames_draw() or
cairo_region_to_xserver_region(). I have installed dbgsyms for marco and
libcairo2 and will report back if I can get a handle on the issue.

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

Title:
  marco crashed with SIGSEGV in INT_cairo_region_num_rectangles()

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


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

[Bug 1788060] Re: du program crashes on /var/lib

2021-11-16 Thread Bert JW Regeer
Coming back to this years later because I am running into this issue as
well, and wanted to provide some additional information:

At this time it seems to be crashing when it attempts to traverse from
/var/lib into lxcfs:

openat(4, "lxcfs", 
O_RDONLY|O_NOCTTY|O_NONBLOCK|O_NOFOLLOW|O_CLOEXEC|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
fcntl(3, F_GETFL)   = 0x38800 (flags 
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_NOFOLLOW|O_DIRECTORY)
fcntl(3, F_SETFD, FD_CLOEXEC)   = 0
newfstatat(4, "lxcfs", {st_mode=S_IFDIR|0755, st_size=0, ...}, 
AT_SYMLINK_NOFOLLOW) = 0
fstatfs(4, {f_type=XFS_SB_MAGIC, f_bsize=4096, f_blocks=1160704, 
f_bfree=1014059, f_bavail=1014059, f_files=2326528, f_ffree=2321112, 
f_fsid={val=[64771, 0]}, f_namelen=255, f_frsize=4096, 
f_flags=ST_VALID|ST_RELATIME}) = 0
fcntl(3, F_DUPFD_CLOEXEC, 3)= 5
getdents(3, /* 4 entries */, 32768) = 104
getdents(3, /* 0 entries */, 32768) = 0
close(3)= 0
newfstatat(5, "proc", {st_mode=S_IFDIR|0555, st_size=0, ...}, 
AT_SYMLINK_NOFOLLOW) = 0
openat(5, "proc", 
O_RDONLY|O_NOCTTY|O_NONBLOCK|O_NOFOLLOW|O_CLOEXEC|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0
fcntl(3, F_GETFL)   = 0x38800 (flags 
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_NOFOLLOW|O_DIRECTORY)
fcntl(3, F_SETFD, FD_CLOEXEC)   = 0
rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, ~[RTMIN RT_1], [], 8) = 0
getpid()= 16911
gettid()= 16911
tgkill(16911, 16911, SIGABRT)   = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGABRT {si_signo=SIGABRT, si_code=SI_TKILL, si_pid=16911, si_uid=0} ---
+++ killed by SIGABRT (core dumped) +++
Aborted (core dumped)

I've attached the file with the crash from /var/crash.

sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs 
(rw,nosuid,relatime,size=457348k,nr_inodes=114337,mode=755)
devpts on /dev/pts type devpts 
(rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=97968k,mode=755)
/dev/mapper/vg_root-lv_root on / type xfs (rw,relatime,attr2,inode64,noquota)
securityfs on /sys/kernel/security type securityfs 
(rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/unified type cgroup2 (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/systemd type cgroup 
(rw,nosuid,nodev,noexec,relatime,xattr,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/blkio type cgroup 
(rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup 
(rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
cgroup on /sys/fs/cgroup/hugetlb type cgroup 
(rw,nosuid,nodev,noexec,relatime,hugetlb)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
cgroup on /sys/fs/cgroup/cpuset type cgroup 
(rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/memory type cgroup 
(rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/perf_event type cgroup 
(rw,nosuid,nodev,noexec,relatime,perf_event)
cgroup on /sys/fs/cgroup/rdma type cgroup (rw,nosuid,nodev,noexec,relatime,rdma)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup 
(rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/freezer type cgroup 
(rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/devices type cgroup 
(rw,nosuid,nodev,noexec,relatime,devices)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs 
(rw,relatime,fd=25,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=17576)
mqueue on /dev/mqueue type mqueue (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M)
sunrpc on /run/rpc_pipefs type rpc_pipefs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
configfs on /sys/kernel/config type configfs (rw,relatime)
/dev/nvme0n1p1 on /boot type ext4 (rw,relatime,data=ordered)
/dev/mapper/vg_root-lv_tmp on /tmp type xfs (rw,relatime,attr2,inode64,noquota)
/dev/mapper/vg_root-lv_var on /var type xfs (rw,relatime,attr2,inode64,noquota)
/dev/mapper/vg_root-lv_home on /home type xfs 
(rw,relatime,attr2,inode64,noquota)
/dev/mapper/vg_root-lv_log on /var/log type xfs 
(rw,relatime,attr2,inode64,noquota)
/dev/mapper/vg_root-lv_audit on /var/log/audit type xfs 
(rw,relatime,attr2,inode64,noquota)
lxcfs on /var/lib/lxcfs type fuse.lxcfs 
(rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other)
tmpfs on /run/user/1000 type tmpfs 
(rw,nosuid,nodev,relatime,size=97964k,mode=700,uid=1000,gid=1000)

[Bug 1314160] Re: Apparmor profile violated: cupsd does mknod on /var/cache/samba/gencache.tdb

2021-10-01 Thread Bert Van de Poel
I can confirm as well for 18.04. Still there, and #11 still solves it.

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

Title:
  Apparmor profile violated: cupsd does mknod on
  /var/cache/samba/gencache.tdb

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


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

[Bug 1877038]

2021-08-20 Thread Bert Van de Poel
(In reply to paul from comment #12)
> (In reply to Neha Kochar [:neha] from comment #11)
> 
> > Sorry for the delay in getting this finished. We don't currently have 
> > anyone available to work on this. We will prioritize this as soon as we 
> > can. Windows works because of the work in Bug 1508115.
> 
> I appreciate the work that you guys for free and I understand that resources 
> are tight. Is there some way we could provide some financial support to 
> address this specific issue?
> 
> How can Firefox claim to be all about Privacy, Security and Speed when it 
> doesn't support the greatest improvement we have ever had to all of those 
> things when it comes to logins? I expected Firefox to be the very first 
> to get this working, not the last.
> 
> Again, I do really appreciate what the developers do but I really think that 
> this issue deserves to be a top priority and I'm sure there are plenty of 
> people who would be willing to fund it.

Currently someone from SUSE has been working on authenticator-rs. They
really want to see webauthn added to firefox and have been working for
weeks on CTAP2 support now. You can check out
https://github.com/mozilla/authenticator-rs/pull/150
https://github.com/mozilla/authenticator-rs/pull/154 and their own
development branch on https://github.com/msirringhaus/authenticator-
rs/tree/ctap2-cont

Of course, work would be much light if it wasn't a single person doing
all the work!

Maybe this gives you some idea of the progress of things right now :)

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

Title:
  [upstream] Firefox lacks FIDO2 support with Yubikeys

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


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

[Bug 1242417] Re: UEFI install broken when GRUB_DISTRIBUTOR!=Ubuntu (e.g. Kubuntu/UbuntuStudio)

2021-08-06 Thread Bert-Jan Fikse
** Information type changed from Public 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/1242417

Title:
  UEFI install broken when GRUB_DISTRIBUTOR!=Ubuntu (e.g.
  Kubuntu/UbuntuStudio)

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


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

[Bug 1921562] Re: Intermittent hangs during ldap_search_ext when TLS enabled

2021-03-26 Thread Bert Van de Poel
** Bug watch added: bugs.openldap.org/ #8650
   https://bugs.openldap.org/show_bug.cgi?id=8650

** Also affects: openldap via
   https://bugs.openldap.org/show_bug.cgi?id=8650
   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/1921562

Title:
  Intermittent hangs during ldap_search_ext when TLS enabled

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

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

[Bug 1911055] Re: [modeset][nvidia] suspend/resume broken in nvidia-460 : Display engine push buffer channel allocation failed

2021-03-15 Thread Bert RAM Aerts
Reporting a nVIDIA issue in an Ubuntu bug report is probably not as
efficient as contacting nVIDIA directly. I made a report in the Linux
forum: https://forums.developer.nvidia.com/t/460-56-no-desktop-on-
resume-from-suspend-to-ram/170275 but I did not get a response yet.
Could some of the people affected by this bug add their
nvidia_bug_report.log.gz ? Thanks!

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

Title:
  [modeset][nvidia] suspend/resume broken in nvidia-460 : Display engine
  push buffer channel allocation failed

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

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

[Bug 1911055] Re: [modeset][nvidia] suspend/resume broken in nvidia-460 : Display engine push buffer channel allocation failed

2021-02-27 Thread Bert RAM Aerts
With 460.56 I get below errors on Ubuntu 20.10 on Dell Inspiron 7577 laptop 
with nVIDIA GeForce GTX 1060 with max-Q design (and Intel GPU as well but Prime 
setting is NVIDIA performance mode):
grep DMA /var/log/syslog
Feb 27 19:54:26 Dell7577Linux kernel: [43459.186526] nvidia-modeset: ERROR: 
GPU:0: Notifier DMA allocation failed
Feb 27 19:54:26 Dell7577Linux kernel: [43459.186528] nvidia-modeset: ERROR: 
GPU:0: Failed to allocate display engine core DMA push buffer
I get no desktop anymore after resume on suspend to RAM, only above errors in 
text display.

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

Title:
  [modeset][nvidia] suspend/resume broken in nvidia-460 : Display engine
  push buffer channel allocation failed

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

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

[Bug 1911055] Re: [modeset][nvidia] suspend/resume broken in nvidia-460 : Display engine push buffer channel allocation failed

2021-02-23 Thread Bert RAM Aerts
@Alf HP Lund: you use Kubuntu. But with Wayland or with xorg?

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

Title:
  [modeset][nvidia] suspend/resume broken in nvidia-460 : Display engine
  push buffer channel allocation failed

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

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

[Bug 1880211] Re: Logwatch package points to wrong location for zfs utils

2020-12-18 Thread Bert Van de Poel
I'm experiencing the same problem as comment #20 describes. Paths have
been replaced with just command names, but those won't work for the
tests performed. I'm on Ubuntu 18.04 however, so this I think the status
should also be changed for bionic. I actually expect this is broken in
all versions listed.

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

Title:
  Logwatch package points to wrong location for zfs utils

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

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

[Bug 1891891] Re: [SRU] MATE Desktop 1.24.1 maint release

2020-11-15 Thread Bert Van de Poel
As I mentioned in #1891891 , I'm experiencing this bug with Dutch
translations as well, largely in the menu. Is there any testing I can
perform to help this fix along and get released?

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

Title:
  [SRU] MATE Desktop 1.24.1 maint release

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

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

[Bug 1903516] Re: aborted (core dumped) when using ConnectTimeout > 2147483

2020-11-12 Thread Bert Hekman
Hi Paride,

Thanks for filing the upstream bug report. I totally agree that this bug
is of low importance.

My colleague actually encountered this problem because he really didn't
want a SSH tunnel to time out. He could not figure out what was causing
the crash but I found it out after some digging. So I thought it would
be useful if the client would give a proper error message, so other
people who might encounter this who can't figure it out will also be
able to know why it crashes.

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

Title:
  aborted (core dumped) when using ConnectTimeout > 2147483

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

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

[Bug 1903516] Re: aborted (core dumped) when using ConnectTimeout > 2147483

2020-11-11 Thread Bert Hekman
I attached the core dump, like you asked

** Attachment added: 
"core.ssh.0.2ec456d6193048749c85e045f700231e.952027.1605108402.lz4"
   
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1903516/+attachment/5433492/+files/core.ssh.0.2ec456d6193048749c85e045f700231e.952027.1605108402.lz4

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

Title:
  aborted (core dumped) when using ConnectTimeout > 2147483

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

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

[Bug 1903516] [NEW] aborted (core dumped) when using ConnectTimeout > 2147483

2020-11-09 Thread Bert Hekman
Public bug reported:

The ssh client fails with the message "Aborted (core dumped)" when
setting the ConnectTimeout to 2147484 or higher.

lsb_release: Linux Mint 20 (but also tested this on latest ubuntu:20.04 docker 
container)
openssh-client version: 1:8.2p1-4ubuntu0.1

I expected that either the connect timeout would be used correctly, or
that it would fail with a proper error message saying the connect
timeout can't be higher than 2147483.

What happened:

$ ssh -o "ConnectTimeout=2147484" localhost
Aborted (core dumped)

** Affects: openssh (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/1903516

Title:
  aborted (core dumped) when using ConnectTimeout > 2147483

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

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

[Bug 1898014] [NEW] Unnecessary dependency on mailx

2020-10-01 Thread Bert Peters
Public bug reported:

The package "libapache-mod-evasive" has a dependency on mailx to send
email notifications. However, these notifications are an optional
feature, a feature without which the package works just fine.

mailx is not that big of a package to install so it's not a problem.
However, all of the packages providing it also depend on default-mta
which my default installs postfix. Installing postfix or another MTA is
generally not what you want unless you are really sure your system
should send mail.

To mitigate this, I suggest downgrading mailx from a hard dependency to
a recommended dependency. That way most people will still install it and
get the default behaviour, but others who don't need it can avoid it.

A current workaround is to install lsb-invalid-mta, but that is not an
ideal solution.

Ubuntu version:

Description:Ubuntu 18.04.5 LTS
Release:18.04

Package version: libapache-mod-evasive 1.10.1-3

Expected behaviour:

# apt install --no-install-recommends libapache-mod-evasive

The apache module is installed

Observed behaviour:

# apt install --no-install-recommends libapache-mod-evasive

The module is installed, but so is postfix.

** Affects: libapache-mod-evasive (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/1898014

Title:
  Unnecessary dependency on mailx

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libapache-mod-evasive/+bug/1898014/+subscriptions

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

[Bug 1852512] Re: Update linux-firmware in bionic for 5.3 hwe kernel

2020-08-01 Thread Bert Van de Poel
This problem is happening again with
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1889137
from 5.3 to 5.4. Not sure how to link these in a sensible way.

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

Title:
  Update linux-firmware in bionic for 5.3 hwe kernel

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

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

[Bug 1889137] Re: HWE kernel is missing firmwares

2020-08-01 Thread Bert Van de Poel
This seems to be identical to what happened here
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1852512

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

Title:
  HWE kernel is missing firmwares

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

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

[Bug 1829625] Re: Vagrant box startup timeout due to no serial port

2020-05-17 Thread Bert Driehuis
I suspect the partyline is that cloudimage shall support serial console
come hell or high water. If that's the case, as an alternative to
modifying cloudimage to suite vagrant, it might make sense to petition
vagrant to provide a sensible default for the serial console to suit
cloudimage.

I ran into this with vagrant 2.2.9 and Ubuntu focal64.

If the cloudimage team can enlighten us about the rationale for
requesting ttyS0 I'll be happy to do the legwork with vagrant.

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

Title:
  Vagrant box startup timeout due to no serial port

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-images/+bug/1829625/+subscriptions

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

[Bug 1864194] Re: fatal error when running java 11

2020-05-08 Thread Bert Scholten
No longer occurs with version: 
openjdk version "11.0.7" 2020-04-14

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

Title:
  fatal error when running java 11

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

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

[Bug 1809682] Re: "systemctl enable corosync-qdevice.service" fails

2020-02-27 Thread Bert Driehuis
Just as a side note, I'm not sure why sysvinit script is provided at
all. The daemon seems to work just fine with the included systemd config
file in /lib/systemd/system/corosync-qdevice.service. Unless there's a
compelling reason to keep the sysv init script I'd ditch it, if only to
cut on the potential for confusion.

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

Title:
  "systemctl enable corosync-qdevice.service" fails

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

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

[Bug 1864702] [NEW] installation of ubuntu 18.04.4 aborted, due to IO-error.

2020-02-25 Thread Bert Korpel
Public bug reported:

Several times I tried to install ubuntu 18.04.4 on a Asus R558U {Core
I7}, installation gets aborted during  copying files at approx 80%.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubiquity 18.04.14.14
ProcVersionSignature: Ubuntu 5.3.0-28.30~18.04.1-generic 5.3.13
Uname: Linux 5.3.0-28-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.9
Architecture: amd64
CasperVersion: 1.394.3
Date: Tue Feb 25 21:00:21 2020
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
boot=casper quiet splash ---
LiveMediaBuild: Ubuntu 18.04.4 LTS "Bionic Beaver" - Release amd64 (20200203.1)
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ubiquity (Ubuntu)
 Importance: Undecided
 Status: Incomplete


** Tags: amd64 apport-bug bionic ubiquity-18.04.14.14 ubuntu

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

Title:
  installation of ubuntu 18.04.4 aborted, due to IO-error.

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

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

[Bug 1864194] Re: fatal error when running java 11

2020-02-21 Thread Bert Scholten
** Description changed:

- When running any java proces (even java -version) immediatly an error
+ When running any java proces (even java -version) immediately an error
  occurs:
  
  #
  # A fatal error has been detected by the Java Runtime Environment:
  #
  #  SIGILL (0x4) at pc=0x7fb9a38867f2, pid=3481, tid=3482
  #
  # JRE version:  (11.0.6+10) (build )
  # Java VM: OpenJDK 64-Bit Server VM (11.0.6+10-post-Ubuntu-1ubuntu118.04.1, 
mixed mode, tiered, compressed oops, g1 gc, linux-amd64)
  # Problematic frame:
  # v  ~StubRoutines::call_stub
  #
  # Core dump will be written. Default location: Core dumps may be processed 
with "/usr/share/apport/apport %p %s %c %d %P" (or dumping to 
/home/datadmin/core.3481)
  #
  # An error report file with more information is saved as:
  # /home/XYZ/hs_err_pid3481.log
  Could not load hsdis-amd64.so; library not loadable; PrintAssembly is disabled
  #
  # If you would like to submit a bug report, please visit:
  #   https://bugs.launchpad.net/ubuntu/+source/openjdk-lts
  #
  Aborted (core dumped)
  
  Error report file is attached.
  Occurs on Ubuntu 18.04.4 LTS.
  
- This occurs with both the normal java-11-openjdk-amd64 version as the 
adoptopenjdk-11-hotspot-amd64.
+ This occurs with both the normal java-11-openjdk-amd64 version and the 
adoptopenjdk-11-hotspot-amd64 version.
  This does not occur with java-8-openjdk-amd64 or adoptopenjdk-11-openj9-amd64.

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

Title:
  fatal error when running java 11

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

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

[Bug 1864194] [NEW] fatal error when running java 11

2020-02-21 Thread Bert Scholten
Public bug reported:

When running any java proces (even java -version) immediatly an error
occurs:

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGILL (0x4) at pc=0x7fb9a38867f2, pid=3481, tid=3482
#
# JRE version:  (11.0.6+10) (build )
# Java VM: OpenJDK 64-Bit Server VM (11.0.6+10-post-Ubuntu-1ubuntu118.04.1, 
mixed mode, tiered, compressed oops, g1 gc, linux-amd64)
# Problematic frame:
# v  ~StubRoutines::call_stub
#
# Core dump will be written. Default location: Core dumps may be processed with 
"/usr/share/apport/apport %p %s %c %d %P" (or dumping to 
/home/datadmin/core.3481)
#
# An error report file with more information is saved as:
# /home/XYZ/hs_err_pid3481.log
Could not load hsdis-amd64.so; library not loadable; PrintAssembly is disabled
#
# If you would like to submit a bug report, please visit:
#   https://bugs.launchpad.net/ubuntu/+source/openjdk-lts
#
Aborted (core dumped)

Error report file is attached.
Occurs on Ubuntu 18.04.4 LTS.

This occurs with both the normal java-11-openjdk-amd64 version as the 
adoptopenjdk-11-hotspot-amd64.
This does not occur with java-8-openjdk-amd64 or adoptopenjdk-11-openj9-amd64.

** Affects: openjdk-lts (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "error report file"
   
https://bugs.launchpad.net/bugs/1864194/+attachment/5330071/+files/hs_err_pid3481.log

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

Title:
  fatal error when running java 11

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

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

[Bug 1818356] Re: Please backport pdftk-java 3.0.2-2 (universe) from Disco

2019-12-01 Thread Bert Driehuis
The snap has restrictions that the pdftk-java package from Cosmic does
not have: the snap refuses to process files in /tmp (even when the
directory has been created securely with mkstemp), which makes it
unusable for some server workloads, including mine.

Other considerations in favor of extending the current support from cosmic to 
bionic:
* the version from cosmic works unchanged on bionic
* The version in eoan is identical to cosmic's
* there is no foreseeable update forthcoming from upstream that could break 
bionic but not the current release (pdftk is actively maintained in an 
extremely backward-compatible manner)
* users of Ubuntu bionic are now forced to use unmaintained PPA's or even 
xenial binaries to provide this functionality
* pdftk often is a minor cog in a larger enterprise or open source solution, 
i.e. to the end user, Ubuntu's latest LTS just misses critical functionality
* switching to alternatives for pdftk generally means using code of a lesser 
quality
* using a snap in a server environment means adding yet another update 
mechanism into the mix

I have resorted to installing cosmic's version on my systems, but it
means that pdftk is off my security radar, which sucks.

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

Title:
  Please backport pdftk-java 3.0.2-2 (universe) from Disco

To manage notifications about this bug go to:
https://bugs.launchpad.net/bionic-backports/+bug/1818356/+subscriptions

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

[Bug 1829620] Re: intel-microcode on ASUS makes kernel stuck during loading initramfs on bionic-updates, bionic-security

2019-07-14 Thread Bert M Snider
I am super new to linux. I have read through the thread, and I am pretty sure 
that my ASUS ZenBook is having the same problem. I re-installed Ubuntu and have 
just not upgraded, but I not happy with that workaround. So, will this be 
something that will be fixed with a future update? Or, will I need to do this 
from now on? I have no understanding of how to use the "dis_ucode_ldr".
Thank you

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

Title:
  intel-microcode on ASUS makes kernel stuck during loading initramfs on
  bionic-updates, bionic-security

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

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

[Bug 1789319] Re: Unable to load shimx64.efi using iPXE over UEFI

2019-06-04 Thread Bert Landers
I highly recommend utilizing the fix proposed in the original comment,
because it "just works"

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

Title:
  Unable to load shimx64.efi using iPXE over UEFI

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

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

[Bug 1789319] Re: Unable to load shimx64.efi using iPXE over UEFI

2019-06-04 Thread Bert Landers
> I think there's a bug in the iPXE network driver, but now it only
applies to bare-metal users essentially.

Yes, yes it does :)

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

Title:
  Unable to load shimx64.efi using iPXE over UEFI

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

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

[Bug 1785458] Re: Support for GTK2 backends broken (18.04 bionic)

2019-01-23 Thread Bert Driehuis
Upstream package maintainer dropped it because GTK2 is deprecated:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=889137#10

Of course, the practical upshot of that decision is that Debian Sid and
Ubuntu >= 17.10 ship an unusable gtkcairo matplotlib backend.

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

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

Title:
  Support for GTK2 backends broken (18.04 bionic)

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

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

[Bug 1629694] Re: the package ist at 2.1, even though the upstream has moved alot

2019-01-21 Thread Bert Van de Poel
Bug https://github.com/mono/taglib-sharp/issues/40 has been replaced
with another bug tracking the progress for 2.2.0.0 specifically instead
of a more generic bug.

** Bug watch added: github.com/mono/taglib-sharp/issues #138
   https://github.com/mono/taglib-sharp/issues/138

** Changed in: hipo
   Status: Fix Released => Unknown

** Changed in: hipo
 Remote watch: github.com/mono/taglib-sharp/issues #40 => 
github.com/mono/taglib-sharp/issues #138

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

Title:
   the package ist at 2.1, even though the upstream has moved alot

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

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

[Bug 1753518] Re: package grub-efi-amd64-signed 1.93+2.02-2ubuntu8 failed to install/upgrade: installed grub-efi-amd64-signed package post-installation script subprocess returned error exit status 1

2018-11-13 Thread Bert Vermeulen
That appears to be unrelated to this bug, plenty of space left here for
me with no dump files.

I'm seeing the same error everyone else is seeing: efibootmgr unable to
delete a file in EFI via sysfs, as Thierry Mallard's strace already
showed:

unlink("/sys/firmware/efi/efivars/Boot0003-8be4df61-93ca-11d2-aa0d-00e098032b8c")
 = -1 EINVAL (Invalid argument)
write(2, "Could not delete variable", 25Could not delete variable) = 25
write(2, ": Invalid argument\n", 19: Invalid argument
)= 19

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

Title:
  package grub-efi-amd64-signed 1.93+2.02-2ubuntu8 failed to
  install/upgrade: installed grub-efi-amd64-signed package post-
  installation script subprocess returned error exit status 1

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

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

[Bug 1800683] [NEW] package grub-efi-amd64-signed 1.93.8+2.02-2ubuntu8.7 failed to install/upgrade: installed grub-efi-amd64-signed package post-installation script subprocess returned error exit stat

2018-10-30 Thread Bert Beltman
Public bug reported:

not able to upgrade grub-efi-amd64-signed.

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: grub-efi-amd64-signed 1.93.8+2.02-2ubuntu8.7
ProcVersionSignature: Ubuntu 4.15.0-38.41-generic 4.15.18
Uname: Linux 4.15.0-38-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.4
Architecture: amd64
Date: Fri Oct 26 20:04:09 2018
ErrorMessage: installed grub-efi-amd64-signed package post-installation script 
subprocess returned error exit status 1
InstallationDate: Installed on 2017-12-24 (309 days ago)
InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
Python3Details: /usr/bin/python3.6, Python 3.6.6, python3-minimal, 
3.6.5-3ubuntu1
PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 
2.7.15~rc1-1
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu2
 apt  1.6.6
SourcePackage: grub2-signed
Title: package grub-efi-amd64-signed 1.93.8+2.02-2ubuntu8.7 failed to 
install/upgrade: installed grub-efi-amd64-signed package post-installation 
script subprocess returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package bionic

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

Title:
  package grub-efi-amd64-signed 1.93.8+2.02-2ubuntu8.7 failed to
  install/upgrade: installed grub-efi-amd64-signed package post-
  installation script subprocess returned error exit status 1

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

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

[Bug 1458322] Re: NetworkManager doesn't hide virtual interfaces (e.g. Docker, VMWare)

2018-10-27 Thread Bert Van de Poel
This problem persists in 18.04 and is a big usability problem!

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

Title:
  NetworkManager doesn't hide virtual interfaces (e.g. Docker, VMWare)

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

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

[Bug 1721909] Re: Goodix GF3208 (fingerprint reader) not being recognised by kernel/system

2018-10-20 Thread Bert RAM Aerts
Same problem on Dell Inspiron 7577 with Ubuntu 18.10
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 18.10
Release:18.10
Codename:   cosmic
$ uname -a
Linux Dell7577Linux 4.18.0-10-generic #11-Ubuntu SMP Thu Oct 11 15:13:55 UTC 
2018 x86_64 x86_64 x86_64 GNU/Linux
$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 006: ID 27c6:5301  
Bus 001 Device 005: ID 8087:0a2b Intel Corp. 
Bus 001 Device 003: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 001 Device 042: ID 046d:0a29 Logitech, Inc. H600 [Wireless Headset]
Bus 001 Device 041: ID 05e3:0608 Genesys Logic, Inc. Hub
Bus 001 Device 007: ID 0bda:5652 Realtek Semiconductor Corp. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Would be really nice if I could use the Goodix Fingerprint sensor GF3208
like I use it in Windows 10.

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

Title:
  Goodix GF3208 (fingerprint reader) not being recognised  by
  kernel/system

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

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

[Bug 1797704] [NEW] Support Opus

2018-10-13 Thread Bert Van de Poel
Public bug reported:

Because Ubuntu is sticking to stable versions, support for Opus metadata
is completely missing, even though it has been in the master repo for a
long time.

** Affects: taglib-sharp (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/1797704

Title:
  Support Opus

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

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

[Bug 1741931] Re: Cannot enable Jean-Yves Lefort's Mail Notification plugin in Evolution

2018-08-02 Thread Bert
I have the same versions as Launchpad user marun1 above.
I'd also like to know if this will be fixed.
More than half a year has passed since the bug was reported.

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

Title:
  Cannot enable Jean-Yves Lefort's Mail Notification plugin in Evolution

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

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

[Bug 1776489] Re: libxmltooling7 depends on libcurl3, which has been replaced by libcurl4 in Bionic

2018-07-29 Thread Bert Van de Poel
@adam-omega Shibboleth 3.0 isn't packaged by Ubuntu or Debian yet and
will most certainly never land in 18.04.

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

Title:
  libxmltooling7 depends on libcurl3, which has been replaced by
  libcurl4 in Bionic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/moonshot-gss-eap/+bug/1776489/+subscriptions

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

[Bug 1784231] [NEW] Unreported change of shibd user

2018-07-29 Thread Bert Van de Poel
Public bug reported:

In 18.04 the systemd unit file for shibd is configured to run shibd as
the _shibd user instead of root. However, in previous versions this has
always been root. Therefore, (besides the problems with curl, see
#1776489 ) the upgrade results in shibd not working correctly since it
can't write to the root owned logs it previously created, and often
can't read the CredentialResolver key, since that would be owned by root
if installed securely.

It would be sensible to at least add information on this change of user
in the release notes of 18.04. I would also suggest a debconf
notification in the package and preferably a script to at least chown
log folders and files on upgrade. The key is hard to automate, but
information from debconf or release notes should inform a sysadmin on
how to continue.

** Affects: shibboleth-sp2 (Ubuntu)
 Importance: Undecided
 Status: Confirmed

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

Title:
  Unreported change of shibd user

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

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

[Bug 1776489] Re: libxmltooling7 depends on libcurl3, which has been replaced by libcurl4 in Bionic

2018-07-29 Thread Bert Van de Poel
This bug really messed up our webworker upgrades to 18.04. We are forced
to do this rather messy workaround/hack for now:
https://depts.washington.edu/bitblog/2018/06/libcurl3-libcurl4
-shibboleth-php-curl-ubuntu-18-04/

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

Title:
  libxmltooling7 depends on libcurl3, which has been replaced by
  libcurl4 in Bionic

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

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

[Bug 1778383] [NEW] install failure, 18.04 grub install failure

2018-06-23 Thread bert
Public bug reported:

update to recent report on this failure on same system
install done from same USB and now to reformatting 120GB SSD as / and 
reformatting 2TB magnetic drive as /home, both as ext4.

solely 18.04 versions, no other operating systems.

motherboard may have dysfunctional USB ports. USB in a USB3 port, USB2
ports won't read the thumb drive.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubiquity 18.04.14
ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
Uname: Linux 4.15.0-20-generic x86_64
ApportVersion: 2.20.9-0ubuntu7
Architecture: amd64
CasperVersion: 1.394
Date: Sat Jun 23 21:44:47 2018
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
boot=casper quiet splash ---
LiveMediaBuild: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug bionic ubiquity-18.04.14 ubuntu

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

Title:
  install failure, 18.04 grub install failure

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

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

[Bug 1778381] [NEW] already reported. this is second installation attempt for 18.04

2018-06-23 Thread bert
Public bug reported:

Crashes on installation of 18.04

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubiquity 18.04.14
ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
Uname: Linux 4.15.0-20-generic x86_64
ApportVersion: 2.20.9-0ubuntu7
Architecture: amd64
CasperVersion: 1.394
CurrentDesktop: ubuntu:GNOME
Date: Sat Jun 23 20:36:15 2018
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
boot=casper only-ubiquity quiet splash ---
LiveMediaBuild: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
ProcEnviron:
 LANGUAGE=en_CA.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_CA.UTF-8
 LC_NUMERIC=C.UTF-8
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug bionic ubiquity-18.04.14 ubuntu

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

Title:
  already reported. this is second installation attempt for 18.04

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

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

[Bug 1778379] [NEW] install of 18.04 on Gigabyte 970A-DS3P motherboard with an AMDfx8320 chip

2018-06-23 Thread bert
Public bug reported:

Said something about a boot loader problem. Loading from a USB onto a Kingston 
120 GB SSD as / directory, and setting /home on a 2TB magnetic drive and a 
third drive as 1TB magnetic drive.
Used a 4GB USB v2 plugged into a USB 3 slot.

Motherboard is new.
chip from another board
SSD new
2TB drive already has the home directory information from another installation
1TB drive as a full boot and home drive in a previous installation and was not 
reformatted for this installation. It was to be reformatted afterwards.

System recognizes only half of the actual RAM available. This has
occurred on four motherboards that Ubuntu has been installed with:
versions 16.04 to 18.04. Makes not differenced what combinations of
slots or memory chips are used: half of four sticks, half of two sticks
and half of one stick, no matter what slot combination are used.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubiquity 18.04.14
ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
Uname: Linux 4.15.0-20-generic x86_64
ApportVersion: 2.20.9-0ubuntu7
Architecture: amd64
CasperVersion: 1.394
Date: Sat Jun 23 20:12:03 2018
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
boot=casper quiet splash ---
LiveMediaBuild: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug bionic ubiquity-18.04.14 ubuntu

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

Title:
  install of 18.04 on Gigabyte 970A-DS3P motherboard with an AMDfx8320
  chip

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

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

[Bug 1718533] Re: change from xorg evdev driver to libinput driver breaks touchscreen calibration configuration

2018-06-22 Thread Bert Van de Poel
I had finally convinced an archaeological project I work with to upgrade
from Ubuntu 12.04 to a newer version and now our toughbook CF-19
touchscreens can't be calibrated :(

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

Title:
  change from xorg evdev driver to libinput driver breaks touchscreen
  calibration configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-libinput/+bug/1718533/+subscriptions

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

[Bug 1775803] [NEW] package linux-image-4.13.0-43-generic (not installed) failed to install/upgrade: Extrahierte Daten für »./boot/System.map-4.13.0-43-generic« können nicht nach »/boot/System.map-4.1

2018-06-08 Thread Bert Charisma
Public bug reported:

...

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: linux-image-4.13.0-43-generic (not installed)
ProcVersionSignature: Ubuntu 4.13.0-38.43~16.04.1-generic 4.13.16
Uname: Linux 4.13.0-38-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.18
Architecture: amd64
Date: Fri Jun  8 11:09:52 2018
ErrorMessage: Extrahierte Daten für »./boot/System.map-4.13.0-43-generic« 
können nicht nach »/boot/System.map-4.13.0-43-generic.dpkg-new« kopiert werden: 
Es konnte nicht geschrieben werden (Auf dem Gerät ist kein Speicherplatz mehr 
verfügbar)
InstallationDate: Installed on 2017-12-24 (165 days ago)
InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 (20170801)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.3
 apt  1.2.25
SourcePackage: linux-hwe
Title: package linux-image-4.13.0-43-generic (not installed) failed to 
install/upgrade: Extrahierte Daten für »./boot/System.map-4.13.0-43-generic« 
können nicht nach »/boot/System.map-4.13.0-43-generic.dpkg-new« kopiert werden: 
Es konnte nicht geschrieben werden (Auf dem Gerät ist kein Speicherplatz mehr 
verfügbar)
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package xenial

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

Title:
  package linux-image-4.13.0-43-generic (not installed) failed to
  install/upgrade: Extrahierte Daten für
  »./boot/System.map-4.13.0-43-generic« können nicht nach
  »/boot/System.map-4.13.0-43-generic.dpkg-new« kopiert werden: Es
  konnte nicht geschrieben werden (Auf dem Gerät ist kein Speicherplatz
  mehr verfügbar)

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

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

[Bug 1771726] Re: After gsch2pcb, pcb fails to open the new pcb file

2018-05-29 Thread Bert Timmerman
Hi Dr M,

Regarding #5: AFAICT this was reported in LP699286
(https://bugs.launchpad.net/pcb/+bug/699286) and released in pcb-4.0.0.

Can you tell us which version of pcb you are using ?

Kind regards,

Bert Timmerman.

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

Title:
  After gsch2pcb,  pcb fails to open the new pcb file

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

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

[Bug 1771726] Re: After gsch2pcb, pcb fails to open the new pcb file

2018-05-29 Thread Bert Timmerman
** Tags added: import-schematics m4-lib

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

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

Title:
  After gsch2pcb,  pcb fails to open the new pcb file

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

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

[Bug 1771726] Re: After gsch2pcb, pcb fails to open the new pcb file

2018-05-20 Thread Bert Timmerman
** Changed in: pcb
   Status: New => Confirmed

** Changed in: pcb
Milestone: None => pcb-4.2.0

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

Title:
  After gsch2pcb,  pcb fails to open the new pcb file

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

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

[Bug 1570769] Re: Bottom solder mask omitted

2018-05-01 Thread Bert Timmerman
Hi David,

I can see where this is coming from: automated workflow and checking for
completeness of received files in fab houses.

Will look into this and discuss with developer team.

Kind regards,

Bert Timmerman.

** Changed in: pcb
   Status: Invalid => Opinion

** Changed in: pcb
Milestone: None => pcb-4.2.0

** Changed in: pcb
   Status: Opinion => In Progress

** Changed in: pcb
   Importance: Undecided => Low

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

Title:
  Bottom solder mask omitted

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

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

[Bug 1570769] Re: Bottom solder mask omitted

2018-05-01 Thread Bert Timmerman
Hi David,

If I do a ":ChangeClearSize(Selected,0.2mm)" on one of the vias I get a
bottom-mask gerber file, as expected.

Apparently gerbers are generated on the basis of having valid and useful
information (must have, not a nice to have).

If no apertures are "flashed"  onto the solder mask, then the mask
remains untouched, no gerber file is needed for the fab house.

Any pin or via with a non zero mask clearance would cause an aperture to
be "flashed".

Kind regards,

Bert Timmerman.

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

Title:
  Bottom solder mask omitted

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

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

[Bug 1570769] Re: Bottom solder mask omitted

2018-05-01 Thread Bert Timmerman
** Attachment added: "pcb-20140316 screenshot"
   
https://bugs.launchpad.net/ubuntu/+source/pcb/+bug/1570769/+attachment/5131308/+files/pcb-20140316_screenshot.png

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

Title:
  Bottom solder mask omitted

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

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

[Bug 1570769] Re: Bottom solder mask omitted

2018-05-01 Thread Bert Timmerman
Hi David,

I tested your file and can not reproduce this bug: empty gerber files
are generated for the bottom-mask, bottom-silk and bottom-paste, if the
"all-layers" tick box is ticked, see the screenshots in following
message.

Kind regards,

Bert Timmerman.

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

Title:
  Bottom solder mask omitted

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

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

[Bug 1570769] Re: Bottom solder mask omitted

2018-05-01 Thread Bert Timmerman
** Attachment added: "pcb-4.1.1 screen shot"
   
https://bugs.launchpad.net/ubuntu/+source/pcb/+bug/1570769/+attachment/5131309/+files/pcb-4.1.1_screenshot.png

** Changed in: pcb
   Status: New => Invalid

** Changed in: pcb
 Assignee: (unassigned) => Bert Timmerman (bert-timmerman)

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

Title:
  Bottom solder mask omitted

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

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

[Bug 1570769] Re: Bottom solder mask omitted

2018-04-30 Thread Bert Timmerman
Hi David,

Could you add (to this bug report) a minimal example pcb file showing us
this behaviour ?

TIA and kind regards,

Bert Timmerman.

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

Title:
  Bottom solder mask omitted

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

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

[Bug 1570769] Re: Bottom solder mask omitted

2018-04-19 Thread Bert Timmerman
** Also affects: pcb
   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/1570769

Title:
  Bottom solder mask omitted

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

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

[Bug 1747748] [NEW] package roaraudio 1.0~beta11-10 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2018-02-06 Thread bert bardyn
Public bug reported:

subprocess installed post-installation script returned error exit status
1

ProblemType: Package
DistroRelease: Ubuntu 17.10
Package: roaraudio 1.0~beta11-10
ProcVersionSignature: Ubuntu 4.11.0-6.11-generic 4.11.4
Uname: Linux 4.11.0-6-generic x86_64
ApportVersion: 2.20.7-0ubuntu3.7
Architecture: amd64
Date: Tue Feb  6 20:51:38 2018
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2017-11-07 (91 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
Python3Details: /usr/bin/python3.6, Python 3.6.3, python3-minimal, 
3.6.3-0ubuntu2
PythonDetails: /usr/bin/python2.7, Python 2.7.14, python-minimal, 
2.7.14-2ubuntu1
RelatedPackageVersions:
 dpkg 1.18.24ubuntu1
 apt  1.5.1
SourcePackage: roaraudio
Title: package roaraudio 1.0~beta11-10 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package artful

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

Title:
  package roaraudio 1.0~beta11-10 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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

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

[Bug 1745324] [NEW] install of 17.10 crashed

2018-01-25 Thread bert
Public bug reported:

installing from a SD card plugged into a card reader in a USB slot.

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: ubiquity 17.10.10
ProcVersionSignature: Ubuntu 4.13.0-21.24-generic 4.13.13
Uname: Linux 4.13.0-21-generic x86_64
ApportVersion: 2.20.7-0ubuntu3.7
Architecture: amd64
CasperVersion: 1.387
CurrentDesktop: ubuntu:GNOME
Date: Thu Jan 25 00:36:00 2018
LiveMediaBuild: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20180105.1)
ProcEnviron:
 LANGUAGE=en_CA.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_CA.UTF-8
 LC_NUMERIC=C.UTF-8
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug artful

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

Title:
  install of 17.10 crashed

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

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

[Bug 1743762] Re: Security bug in XMLTooling-C before 1.6.3 [CVE-2018-0486]

2018-01-17 Thread Bert Van de Poel
Debian is working on patches for all of its stable repositories. See
https://lists.alioth.debian.org/pipermail/pkg-shibboleth-
devel/2018-January/thread.html for details.

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

Title:
  Security bug in XMLTooling-C before 1.6.3 [CVE-2018-0486]

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

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

[Bug 1592729] Re: mysql-server 5.7.12 wrong variables in mysqld.cnf

2017-11-02 Thread Bert Lindner
Please note, the structure of logging options has changed. So

# pre 5.7: log_slow_queries points to log file
log_slow_queries = /var/log/mysql/mysql-slow.log

needs to be replaced with two lines:

# >= 5.7: slow_query_log_file points to log file, slow_query_log is a boolean.
slow_query_log = 1
slow_query_log_file = /var/log/mysql/mysql-slow.log

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

Title:
  mysql-server 5.7.12 wrong variables in mysqld.cnf

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

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

[Bug 1436940] Re: Qualcomm Atheros QCA6164 802.11ac Wireless Network Adapter [168c:0041] is not supported

2017-07-23 Thread bert
great instructions and explanations!

it works for my lenovo ideapad, ubuntu 16.1 and atheros card, thank you
very much!

best
Bert

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

Title:
  Qualcomm Atheros QCA6164 802.11ac Wireless Network Adapter [168c:0041]
  is not supported

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

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


[Bug 1676621] Re: cups : Depends: libcups2 (= 2.1.3-4) but 2.1.3-4ubuntu0.2 is to be installed

2017-03-28 Thread Bert Verbessem
Bug seems solved or is it because I added the proposed repository?

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

Title:
  cups : Depends: libcups2 (= 2.1.3-4) but 2.1.3-4ubuntu0.2 is to be
  installed

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

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


[Bug 1659108] [NEW] package systemd 229-4ubuntu16 failed to install/upgrade: subproces pre-removal script geïnstalleerd gaf een foutwaarde 1 terug

2017-01-24 Thread Bert Korpel
Public bug reported:

After re-install systemd (sudo apt-get install ubuntu-standard systemd-
sysv) apparmor reported this system error.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: systemd 229-4ubuntu16
ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
Uname: Linux 4.4.0-59-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.5
Architecture: amd64
Date: Tue Jan 24 21:10:22 2017
DpkgTerminalLog:
 systemd (229-4ubuntu16) wordt verwijderd ...
 systemd is the active init system, please switch to another before removing 
systemd.
 dpkg: fout bij verwerken van pakket systemd (--purge):
  subproces pre-removal script geïnstalleerd gaf een foutwaarde 1 terug
ErrorMessage: subproces pre-removal script geïnstalleerd gaf een foutwaarde 1 
terug
InstallationDate: Installed on 2016-11-10 (75 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
MachineType: TOSHIBA SATELLITE L50-B
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-59-generic.efi.signed 
root=UUID=16213a02-5183-4420-9b75-25e0c3bed5c2 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.18
SourcePackage: systemd
SystemdDelta:
 [EXTENDED]   /etc/systemd/system/display-manager.service → 
/lib/systemd/system/display-manager.service.d/xdiagnose.conf
 [EXTENDED]   /lib/systemd/system/systemd-timesyncd.service → 
/lib/systemd/system/systemd-timesyncd.service.d/disable-with-time-daemon.conf
 [EXTENDED]   /lib/systemd/system/rc-local.service → 
/lib/systemd/system/rc-local.service.d/debian.conf
 
 3 overridden configuration files found.
Title: package systemd 229-4ubuntu16 failed to install/upgrade: subproces 
pre-removal script geïnstalleerd gaf een foutwaarde 1 terug
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/11/2014
dmi.bios.vendor: INSYDE Corp.
dmi.bios.version: 2.00
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: Type2 - Board Product Name1
dmi.board.vendor: Type2 - Board Vendor Name1
dmi.board.version: Type2 - Board Version
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: OEM Chassis ManuFacturer
dmi.chassis.version: OEM Chassis Version
dmi.modalias: 
dmi:bvnINSYDECorp.:bvr2.00:bd12/11/2014:svnTOSHIBA:pnSATELLITEL50-B:pvrPSKT4E-01M008DU:rvnType2-BoardVendorName1:rnType2-BoardProductName1:rvrType2-BoardVersion:cvnOEMChassisManuFacturer:ct10:cvrOEMChassisVersion:
dmi.product.name: SATELLITE L50-B
dmi.product.version: PSKT4E-01M008DU
dmi.sys.vendor: TOSHIBA

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


** Tags: amd64 apport-package third-party-packages xenial

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

Title:
  package systemd 229-4ubuntu16 failed to install/upgrade: subproces
  pre-removal script geïnstalleerd gaf een foutwaarde 1 terug

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

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

[Bug 1610784] Re: cloud-init openstack.py code does not recognize network type 'tap'

2016-08-30 Thread Bert JW Regeer
Could we get a release for Xenial?

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

Title:
  cloud-init openstack.py code does not recognize network type 'tap'

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1610784/+subscriptions

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


[Bug 1568729] Re: divide error: 0000 [#1] SMP in task_numa_migrate - handle_mm_fault

2016-08-22 Thread Bert JW Regeer
C 2016 x86_64 x86_64 x86_64 GNU/Linux

We will wait for 4.4.0-36.

Thanks,
Bert

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

Title:
  divide error:  [#1] SMP in task_numa_migrate - handle_mm_fault

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

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


Re: [Bug 1554117] Re: gnome-software search bar duplicates letters while typing

2016-05-02 Thread Bert Korpel
This seems to work for me: by using IM-config I changed the input method
from "ibus" to "none". So far so good...

2016-05-02 21:33 GMT+02:00 Maelic Philippot
<1554...@bugs.launchpad.net>:

> Badly, as I tested again the Gnome Software, the issue came back, even
> with the french variant keyboard.
>
> Gnome Software 3.20.1
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1554117
>
> Title:
>   gnome-software search bar duplicates letters while typing
>
> Status in GNOME Software:
>   Incomplete
> Status in gnome-software package in Ubuntu:
>   Confirmed
>
> Bug description:
>   When entering text into the search bar at the top of the gnome-
>   software application, the letters typed are doubled.  In other words,
>   if you enter, say, the letter "R", it the search bar will now contain
>   "RR".  Also, sometimes hitting the left arrow key in the search bar
>   will delete both letters that were entered.  Backspace does the same.
>   The only way to get rid of the double letters is to try to navigate to
>   the second letter and hit the delete key.  Sometimes even that
>   solution is inconsistent.
>
>   This was tested on Ubuntu MATE 16.04 Beta 1.
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/gnome-software/+bug/1554117/+subscriptions
>

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

Title:
  gnome-software search bar duplicates letters while typing

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1554117/+subscriptions

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


[Bug 1554117] Re: gnome-software search bar duplicates letters while typing

2016-04-30 Thread Bert Korpel
Unfortunately changing the input method (using im-config) to ibus was
not successful 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/1554117

Title:
  gnome-software search bar duplicates letters while typing

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1554117/+subscriptions

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


[Bug 1550667] [NEW] package linux-image-4.2.0-30-generic 4.2.0-30.35 failed to install/upgrade: unable to make backup link of './boot/System.map-4.2.0-30-generic' before installing new version: Operat

2016-02-26 Thread Bert Vorenholt
Public bug reported:

updating package

ProblemType: Package
DistroRelease: Ubuntu 15.10
Package: linux-image-4.2.0-30-generic 4.2.0-30.35
ProcVersionSignature: Ubuntu 4.2.0-31.36-generic 4.2.8-ckt4
Uname: Linux 4.2.0-31-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  bert   5118 F pulseaudio
 /dev/snd/controlC0:  bert   5118 F pulseaudio
Date: Sat Feb 27 08:34:41 2016
DuplicateSignature: package:linux-image-4.2.0-30-generic:4.2.0-30.35:unable to 
make backup link of './boot/System.map-4.2.0-30-generic' before installing new 
version: Operation not permitted
ErrorMessage: unable to make backup link of 
'./boot/System.map-4.2.0-30-generic' before installing new version: Operation 
not permitted
HibernationDevice: RESUME=UUID=8fa1df74-ec22-42b5-b8a9-c7c622246dd1
InstallationDate: Installed on 2013-10-02 (878 days ago)
InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Beta amd64 (20130925.1)
MachineType: Dell Inc. XPS 2720
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: \vmlinuz-4.2.0-31-generic ro root=  quiet splash  
initrd=\initrd.img-4.2.0-31-generic
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions: grub-pc 2.02~beta2-29ubuntu0.3
SourcePackage: linux
Title: package linux-image-4.2.0-30-generic 4.2.0-30.35 failed to 
install/upgrade: unable to make backup link of 
'./boot/System.map-4.2.0-30-generic' before installing new version: Operation 
not permitted
UpgradeStatus: Upgraded to wily on 2016-02-05 (21 days ago)
dmi.bios.date: 03/28/2013
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A00
dmi.board.name: 05R2TK
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 13
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: 00
dmi.modalias: 
dmi:bvnDellInc.:bvrA00:bd03/28/2013:svnDellInc.:pnXPS2720:pvr00:rvnDellInc.:rn05R2TK:rvrA00:cvnDellInc.:ct13:cvr00:
dmi.product.name: XPS 2720
dmi.product.version: 00
dmi.sys.vendor: Dell Inc.

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


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

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

Title:
  package linux-image-4.2.0-30-generic 4.2.0-30.35 failed to
  install/upgrade: unable to make backup link of
  './boot/System.map-4.2.0-30-generic' before installing new version:
  Operation not permitted

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

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


[Bug 1479715] Re: Crash due to fd leak when playing sounds in pidgin

2016-02-18 Thread Bert van der Horst
Would disabling sound in Pidgin be a usefull workarround?

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

Title:
  Crash due to fd leak when playing sounds in pidgin

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

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


[Bug 1542556] [NEW] package xcursor-themes 1.0.4-1 failed to install/upgrade: subproces post-installation script installed returned error 2

2016-02-05 Thread Bert Vorenholt
Public bug reported:

removal of package gave errormessage

ProblemType: Package
DistroRelease: Ubuntu 15.10
Package: xcursor-themes 1.0.4-1
ProcVersionSignature: Ubuntu 4.2.0-28.33-generic 4.2.8-ckt3
Uname: Linux 4.2.0-28-generic x86_64
NonfreeKernelModules: nvidia
.proc.driver.nvidia.registry: Binary: ""
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  355.11  Wed Aug 26 16:35:41 
PDT 2015
 GCC version:  gcc version 5.2.1 20151010 (Ubuntu 5.2.1-22ubuntu2)
ApportVersion: 2.19.1-0ubuntu5
AptOrdering:
 dmz-cursor-theme: Configure
 xcursor-themes: Configure
 NULL: ConfigurePending
Architecture: amd64
Date: Sat Feb  6 02:08:24 2016
Dependencies:
 
DistUpgraded: 2016-02-05 19:10:12,539 DEBUG enabling apt cron job
DistroCodename: wily
DistroVariant: ubuntu
DuplicateSignature: package:xcursor-themes:1.0.4-1:subproces post-installation 
script geïnstalleerd gaf een foutwaarde 2 terug
ErrorMessage: subproces post-installation script geïnstalleerd gaf een 
foutwaarde 2 terug
GraphicsCard:
 Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics 
Controller [8086:0412] (rev 06) (prog-if 00 [VGA controller])
   Subsystem: Dell Device [1028:05b0]
 NVIDIA Corporation GK107M [GeForce GT 750M] [10de:0fe4] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: Dell Device [1028:05b0]
InstallationDate: Installed on 2013-10-02 (857 days ago)
InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Beta amd64 (20130925.1)
MachineType: Dell Inc. XPS 2720
PackageArchitecture: all
ProcKernelCmdLine: \vmlinuz-4.2.0-28-generic ro root=  quiet splash  
initrd=\initrd.img-4.2.0-28-generic
RelatedPackageVersions:
 dpkg 1.18.2ubuntu5.1
 apt  1.0.10.2ubuntu1
SourcePackage: xcursor-themes
Title: package xcursor-themes 1.0.4-1 failed to install/upgrade: subproces 
post-installation script geïnstalleerd gaf een foutwaarde 2 terug
UpgradeStatus: Upgraded to wily on 2016-02-05 (0 days ago)
dmi.bios.date: 03/28/2013
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A00
dmi.board.name: 05R2TK
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 13
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: 00
dmi.modalias: 
dmi:bvnDellInc.:bvrA00:bd03/28/2013:svnDellInc.:pnXPS2720:pvr00:rvnDellInc.:rn05R2TK:rvrA00:cvnDellInc.:ct13:cvr00:
dmi.product.name: XPS 2720
dmi.product.version: 00
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.12.2+15.10.20151202-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.66+git1602041830.682eaa~gd~w
version.libgl1-mesa-dri: libgl1-mesa-dri 11.2~git1602051930.9f2e22~gd~w
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.2~git1602051930.9f2e22~gd~w
version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
xserver.bootTime: Sat Feb  6 01:16:43 2016
xserver.configfile: /etc/X11/xorg.conf
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.17.2-1ubuntu9.1

** Affects: xcursor-themes (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package ubuntu wily

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

Title:
  package xcursor-themes 1.0.4-1 failed to install/upgrade: subproces
  post-installation script installed returned error 2

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

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

[Bug 1132063] Re: Mouse settings missing from Mouse & Touchpad dialog

2016-01-30 Thread Bert
Also clean install 15.10 here (64b), using a *wired* mouse. Only options
are double click and primary button.

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

Title:
  Mouse settings missing from Mouse & Touchpad dialog

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

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


[Bug 1033598] Re: the CAPTCHA challenge in Ubuntu Software Center is much too difficult to solve for a real human being

2015-12-31 Thread Bert
Couldn't register for Ubuntu One from the software centre. This bug is
quite important. How do you expect Ubuntu to be taken seriously by users
with something like this?

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

Title:
  the CAPTCHA challenge in Ubuntu Software Center is much too difficult
  to solve for a real human being

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

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


[Bug 1499746] Re: Early Syslinux Boot Error in pendrive made with the Ubuntu Startup Disk Creator

2015-12-21 Thread Bert Calatz
*** This bug is a duplicate of bug 1507002 ***
https://bugs.launchpad.net/bugs/1507002

Oké, in addition on a earlier post (2015-12-11)

Working in 15:10 and downloading the xenial iso (16.04). Unetbootin and
Startup Disk Creator failed to make a bootable USB

However, here a workaround that worked for me.

Right click on the xenial iso file, open with disk image writer, choose
youre usb drive and click Start Restoring. Follow the instructions.

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

Title:
  Early Syslinux Boot Error in pendrive made with the Ubuntu Startup
  Disk Creator

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

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

[Bug 1499746] Re: Early Syslinux Boot Error in pendrive made with the Ubuntu Startup Disk Creator

2015-12-11 Thread Bert Calatz
*** This bug is a duplicate of bug 1507002 ***
https://bugs.launchpad.net/bugs/1507002

Also noticing this issue. I installed Ubuntu 16.04 to a USB stick using
Startup Disk Creator and/or Unetbootin, and upon booting I reveice the
"Syslinux Boot Error". I tried several workarounds (from here and bug
report 1507002) but none of them worked 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/1499746

Title:
  Early Syslinux Boot Error in pendrive made with the Ubuntu Startup
  Disk Creator

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

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


[Bug 1514985] Re: Arbitrary remote code execution with InvokerTransformer

2015-12-01 Thread Bert Driehuis
Redhat released their fixed rpm referencing CVE-2015-7501
(RHSA-2015:2521). It looks like they cherrypicked the
COLLECTIONS-580.patch and released it as jakarta-commons-collections
0:3.2.1-3.5.el6_7.

As usual, MITRE still has CVE-2015-7501 as "reserved".

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7501

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

Title:
  Arbitrary remote code execution with InvokerTransformer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libcommons-collections3-java/+bug/1514985/+subscriptions

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


[Bug 1514985] Re: Arbitrary remote code execution with InvokerTransformer

2015-11-23 Thread Bert Driehuis
The patch is here:
-> 
https://issues.apache.org/jira/secure/attachment/12771520/COLLECTIONS-580.patch

Suggestion for the Ubuntu changelog if the cherrypick approach is taken:

The commons-collections library was discovered by foxglovesecurity to
allow pre-auth code execution in environments that may deserialize user
input. This is particularly true of JBoss, because it has its management
interface attached to the default web socket. Any application using
commons-collections is at risk if there is a way to input crafted
serialized data.

Cherrypick COLLECTIONS-580.patch from commons-collections3-3.2.2.jar to
fix the vulnerability referred to in CVE-2015-4852 (No CVE has been
assigned to commons-collections, where the actual implementation issue
is).

The patch disables deserialization of untrusted data by default. By
setting the system property DESERIALIZE to true, the old (dangerous)
behavior can be reinstated.

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

Title:
  Arbitrary remote code execution with InvokerTransformer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libcommons-collections3-java/+bug/1514985/+subscriptions

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


[Bug 1514985] Re: Arbitrary remote code execution with InvokerTransformer

2015-11-23 Thread Bert Driehuis
Upstream has released 3.2.2, acknowledging the affected code in 3.0 thru 3.2.1 
as dangerously broken.
-> 
https://issues.apache.org/jira/browse/COLLECTIONS-580?focusedCommentId=15006492&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15006492

Oracle seems to be okay with using CVE-2015-4852 for this vulnerability. For 
that reason, I think a seperate CVE may not be forthcoming.
-> http://www.openwall.com/lists/oss-security/2015/11/18/1

Upstream will not release a fixed 3.2.1
-> 
https://issues.apache.org/jira/browse/COLLECTIONS-580?focusedCommentId=14996208&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14996208

For Ubuntu, I see two options:
* Upgrade to 3.2.2
* Cherrypick the changes between 3.2.2 and 3.2.1 that affect deserialization

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-4852

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

Title:
  Arbitrary remote code execution with InvokerTransformer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libcommons-collections3-java/+bug/1514985/+subscriptions

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


[Bug 1453174] Re: Opening of magnet links broken

2015-11-02 Thread Bert Vermeulen
** Changed in: gvfs (Ubuntu Vivid)
   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/1453174

Title:
  Opening of magnet links broken

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

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


[Bug 1113420] Re: Alt+ window menu shortcuts cannot be disabled

2015-11-02 Thread Bert Vermeulen
This is a general problem across Unity, and it is SUPREMELY annoying.

I like to use -t to open a terminal, and various other keyboard
shortcuts that use  as the only modifier. That has always worked,
but it's broken on Unity: when I start an application that has a menu
that starts with the letter 't', that application steals the shortcut.
Instead of popping up a new terminal, it opens that menu.

Even worse, even after quitting the application the keyboard shortcut
remains broken.

To reproduce:
- in Unity settings -> keyboard -> Shortcuts -> Launchers change the "Launch 
terminal" shortcut to ALT+T
- hit -t, new  terminial pops up
- start Thunderbird or Okular, both of which have a "Tools" menu
- note -t now opens the Tools menu
- kill the application
- hit -t, nothing happens

The keyboard shortcut is still there in the settings. Restarting Unity
makes it work again.

Note that the applications that trigger this use GTK2 and Qt,
respectively. There is nothing wrong with an application registering
menu keyboard shortcuts -- but the window manager cannot be overruled by
an application!

Unity's keyboard shortcuts *must* take precedence.

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

Title:
  Alt+ window menu shortcuts cannot be disabled

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

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


[Bug 1113420] Re: Alt+ window menu shortcuts cannot be disabled

2015-11-02 Thread Bert Vermeulen
** Also affects: unity
   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/1113420

Title:
  Alt+ window menu shortcuts cannot be disabled

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

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


[Bug 1453174] Re: Opening of magnet links broken

2015-10-02 Thread Bert Vermeulen
Tested with  1.24.2-0ubuntu0.1 and magnet links now work fine,  thanks.

** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  Opening of magnet links broken

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

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


[Bug 1453174] Re: Opening of magnet links broken

2015-09-27 Thread Bert Vermeulen
** Package changed: transmission-remote-gtk (Ubuntu) => gvfs (Ubuntu)

** No longer affects: gvfs

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

Title:
  Opening of magnet links broken

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

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


[Bug 1453174] Re: Opening of magnet links broken

2015-09-27 Thread Bert Vermeulen
In the Gnome and Unity desktop environments, xdg-open calls gvfs-open
with the URL. However this is broken in the current version (1.24.1):
see https://bugzilla.gnome.org/show_bug.cgi?id=738690

The patch has been in master since May 2015, but it looks like Ubuntu's
gvfs package is lagging behind. Even in Ubuntu 15.10 gvfs has not been
upgraded. Looks like it's in 1.24.2, or the patch can be backported into
Ubuntu.


** Bug watch added: GNOME Bug Tracker #738690
   https://bugzilla.gnome.org/show_bug.cgi?id=738690

** Also affects: gvfs via
   https://bugzilla.gnome.org/show_bug.cgi?id=738690
   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/1453174

Title:
  Opening of magnet links broken

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

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


[Bug 1486376] [NEW] system update fglrx-core 2:15.200-0ubuntu4: fglrx-core kernel module failed to build

2015-08-18 Thread bert hodes
Public bug reported:

System update problem. No further info.

ProblemType: Package
DistroRelease: Ubuntu 15.04
Package: fglrx-core 2:15.200-0ubuntu4
ProcVersionSignature: Ubuntu 3.19.0-25.26-generic 3.19.8-ckt2
Uname: Linux 3.19.0-25-generic i686
NonfreeKernelModules: fglrx
.tmp.unity.support.test.0:
 
ApportVersion: 2.17.2-0ubuntu1.2
Architecture: i386
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
DKMSKernelVersion: 3.19.0-26-generic
Date: Wed Aug 19 08:26:54 2015
DistUpgraded: 2015-07-30 15:41:48,190 DEBUG enabling apt cron job
DistroCodename: vivid
DistroVariant: ubuntu
DkmsStatus: fglrx-core, 15.200, 3.19.0-25-generic, i686: installed
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] Trinity [Radeon HD 7500G] [1002:990a] 
(prog-if 00 [VGA controller])
   Subsystem: Samsung Electronics Co Ltd Device [144d:c660]
InstallationDate: Installed on 2015-03-22 (149 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release i386 (20140722.2)
MachineType: SAMSUNG ELECTRONICS CO., LTD. 535U3C
PackageVersion: 2:15.200-0ubuntu4
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-25-generic 
root=UUID=6a74e084-00ea-4b20-b27c-e138737addd7 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 dpkg 1.17.25ubuntu1
 apt  1.0.9.7ubuntu4.1
SourcePackage: fglrx-installer
Title: fglrx-core 2:15.200-0ubuntu4: fglrx-core kernel module failed to build
UpgradeStatus: Upgraded to vivid on 2015-07-30 (19 days ago)
dmi.bios.date: 07/17/2014
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P08RAS.877.140717.LEO
dmi.board.asset.tag: No Asset Tag
dmi.board.name: NP535U3C-A03NL
dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.board.version: SEC_SW_REVISION_1234567890ABCD
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 9
dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP08RAS.877.140717.LEO:bd07/17/2014:svnSAMSUNGELECTRONICSCO.,LTD.:pn535U3C:pvrP08RAS:rvnSAMSUNGELECTRONICSCO.,LTD.:rnNP535U3C-A03NL:rvrSEC_SW_REVISION_1234567890ABCD:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
dmi.product.name: 535U3C
dmi.product.version: P08RAS
dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
version.fglrx-installer: fglrx-installer N/A
version.libdrm2: libdrm2 2.4.60-2
version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2.2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
xserver.bootTime: Mon Aug 17 19:45:41 2015
xserver.configfile: default
xserver.errors:
 open /dev/dri/card0: No such file or directory
 fglrx(0): Cannot read int vect
 fglrx(0): Cannot read int vect
 fglrx(0): XMM failed to initialize
 AIGLX error: failed to open /usr/X11R6/lib/modules/dri/fglrx_dri.so, 
error[/usr/X11R6/lib/modules/dri/fglrx_dri.so: cannot open shared object file: 
No such file or directory]
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.17.1-0ubuntu3
xserver.video_driver: fglrx

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


** Tags: apport-package compiz-0.9 i386 ubuntu vivid

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

Title:
  system update fglrx-core 2:15.200-0ubuntu4: fglrx-core kernel module
  failed to build

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

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


[Bug 974374] Re: Error on unmounting a NFSv4 share

2015-07-29 Thread Bert Hutzler
uuhhh, probably someone repaired this to bits.
I did a nfs mount using the leading slash (wondering what may be on so.'s mind 
to omit it???),
and got into exatly that problem, OS stating "not found in /proc/mounts", 
because of different entries there and in /etc/mtab.
But in my case there are two slashes in /proc/mounts!!!
uname -a:
Linux ubuntubert 3.2.0-88-generic #126-Ubuntu SMP Mon Jul 6 21:33:03 UTC 2015 
x86_64 x86_64 x86_64 GNU/Linux

Although I could unmount editing /etc/mtab, this is a bug and should be
fixed.

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

Title:
  Error on unmounting a NFSv4 share

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

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


[Bug 1474722] [NEW] apt-get remove network-manager also removes parts of the desktop environment

2015-07-15 Thread Bert
Public bug reported:

When removing the network-manager package using "apt-get remove 
network-manager", also packages "plasma-desktop" and "plasma-nm" are removed, 
this causes parts of the desktop environment to malfunction. 
Ubuntu release: 15.04

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

Title:
  apt-get remove network-manager also removes parts of the desktop
  environment

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

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


[Bug 1398424] Re: Double characters on inactive terminal

2015-03-09 Thread Bert van der Horst
Having the same issue on Ubuntu 14.10

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

Title:
  Double characters on inactive terminal

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

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


[Bug 1285444] Re: Login Successful, Desktop Never Loads

2015-03-04 Thread Bert van der Horst
*** This bug is a duplicate of bug 1228567 ***
https://bugs.launchpad.net/bugs/1228567

Had the same. 
Guest user (or new user) could log in successfully, so had to do with something 
inside the users home dir.
Only renamed ~/.config/dconf/user file, after which the login worked again. 
(but user configuration was back to defaults)

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

Title:
  Login Successful, Desktop Never Loads

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

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


[Bug 974912] Re: net_gateway adds route on wrong interface

2015-01-27 Thread Bert Driehuis
Unfortunately, that patch is just a partial workaround for a very
limited use case. If the sysadmin ever tries to override more than a
single IP through the route push mechanism of openvpn (i.e., something
larger than a /32), this hack will stop to do what it did. Also,
NetworkManager still sets a bogus route to your router through tun0,
causing all kinds of hard to diagnose breakage.

The problem is that NetworkManager's OpenVPN handling tries to infer if
it needs to set a host route to reach a remote gateway, rather than just
using the explicit interface passed as part of OpenVPN's "route push".

For a proper fix, nm should pass the interface for each route all the
way down to  rtnl_route_add. That's a non trivial amount of work, which
is probably why the effort stalled upstream.

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

Title:
  net_gateway adds route on wrong interface

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-openvpn/+bug/974912/+subscriptions

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


[Bug 1196693] Re: Cannot boot degraded RAID1 array with LUKS partition

2015-01-18 Thread Bert
** Package changed: initramfs-tools (Ubuntu) => initramfs-tools-ubuntu-
core (Ubuntu)

** Changed in: initramfs-tools-ubuntu-core (Ubuntu)
 Assignee: (unassigned) => Bert (bertdieltjens)

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

Title:
  Cannot boot degraded RAID1 array with LUKS partition

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools-ubuntu-core/+bug/1196693/+subscriptions

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


[Bug 1394440] Re: please remove all of the old Squeak packages

2014-11-20 Thread Bert Freudenberg
Not quite. "squeak-vm" provides the Squeak Virtual Machine needed to
execute Squeak programs. This is the only arch-dependent squeak package,
containing an executable.

The packages you list are templates for Squeak programs. They are cross-
arch and depend on squeak-vm to actually run.

These are old packages indeed, and newer ones should be made. But before
that we shouldn't remove them. Possibly we don't need to remove them at
all since they can live side-by-side with newer squeak packages. But
that's a decision to make once there are newer squeak packages.

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

Title:
  please remove all of the old Squeak packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squeak-image3.9/+bug/1394440/+subscriptions

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


[Bug 1381748] [NEW] ssh server won start unkown job

2014-10-15 Thread Bert
Public bug reported:

after install openssh-server can start, service ssh start returns unkown
job

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: openssh-server 1:6.6p1-2ubuntu2
ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
Uname: Linux 3.13.0-32-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
CurrentDesktop: Unity
Date: Wed Oct 15 22:37:07 2014
InstallationDate: Installed on 2014-10-14 (0 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2)
SSHDConfig: Error: command ['/usr/sbin/sshd', '-T'] failed with exit code 255: 
Missing privilege separation directory: /var/run/sshd
SourcePackage: openssh
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty

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

Title:
  ssh server won start unkown job

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

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


[Bug 1269412] Re: via-rhine kernel module: PHY status 786d, resetting

2014-09-22 Thread Bert Van de Poel
Carlos, wicd is on the user level, like network manager, it has nothing
to do with the kernel module that's failing due 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/1269412

Title:
  via-rhine kernel module: PHY status 786d, resetting

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

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


[Bug 1269412] Re: via-rhine kernel module: PHY status 786d, resetting

2014-09-16 Thread Bert Van de Poel
We noticed this problem starting today on one of our older servers. It
deprived the device of its internet connection (obviously), only a
reboot could fix it. Here's the trace:

Sep 15 18:10:14 cam kernel: [175306.808016] [ cut here ]
Sep 15 18:10:14 cam kernel: [175306.808036] WARNING: CPU: 1 PID: 0 at 
/build/buildd/linux-3.13.0/net/sched/sch_generic.c:264 
dev_watchdog+0x276/0x280()
Sep 15 18:10:14 cam kernel: [175306.808045] NETDEV WATCHDOG: eth0 (via-rhine): 
transmit queue 0 timed out
Sep 15 18:10:14 cam kernel: [175306.808051] Modules linked in: nfsv3 autofs4 
nfsd auth_rpcgss nfs_acl nfs lockd sunrpc fscache dm_crypt 
snd_hda_codec_realtek snd_hda_intel snd_hda_codec ppdev snd_hwdep snd_pcm 
kvm_amd snd_page_alloc kvm snd_timer snd soundcore edac_core serio_raw k8temp 
edac_mce_amd i2c_viapro shpchp parport_pc mac_hid zram(C) 8021q garp stp mrp 
llc lp parport raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor 
async_tx xor raid6_pq raid0 multipath linear raid1 pata_acpi via_rhine mii 
floppy pata_via sata_via
Sep 15 18:10:14 cam kernel: [175306.808096] CPU: 1 PID: 0 Comm: swapper/1 
Tainted: G C   3.13.0-35-generic #62-Ubuntu
Sep 15 18:10:14 cam kernel: [175306.808098] Hardware name: MICRO-STAR 
INTERNATIONAL CO., LTD MS-7253/MS-7253, BIOS V1.4 06/27/2007
Sep 15 18:10:14 cam kernel: [175306.808105]  0009 880077d03d98 
8171e320 880077d03de0
Sep 15 18:10:14 cam kernel: [175306.808110]  880077d03dd0 8106775d 
 8800363f8000
Sep 15 18:10:14 cam kernel: [175306.808113]  8800362b5a80 0001 
0001 880077d03e30
Sep 15 18:10:14 cam kernel: [175306.808120] Call Trace:
Sep 15 18:10:14 cam kernel: [175306.808122][] 
dump_stack+0x45/0x56
Sep 15 18:10:14 cam kernel: [175306.808144]  [] 
warn_slowpath_common+0x7d/0xa0
Sep 15 18:10:14 cam kernel: [175306.808151]  [] 
warn_slowpath_fmt+0x4c/0x50
Sep 15 18:10:14 cam kernel: [175306.808156]  [] 
dev_watchdog+0x276/0x280
Sep 15 18:10:14 cam kernel: [175306.808159]  [] ? 
dev_graft_qdisc+0x80/0x80
Sep 15 18:10:14 cam kernel: [175306.808163]  [] 
call_timer_fn+0x36/0x100
Sep 15 18:10:14 cam kernel: [175306.808171]  [] ? 
dev_graft_qdisc+0x80/0x80
Sep 15 18:10:14 cam kernel: [175306.808175]  [] 
run_timer_softirq+0x1ef/0x2f0
Sep 15 18:10:14 cam kernel: [175306.808179]  [] 
__do_softirq+0xec/0x2c0
Sep 15 18:10:14 cam kernel: [175306.808187]  [] 
irq_exit+0x105/0x110
Sep 15 18:10:14 cam kernel: [175306.808192]  [] 
smp_apic_timer_interrupt+0x45/0x60
Sep 15 18:10:14 cam kernel: [175306.808198]  [] 
apic_timer_interrupt+0x6d/0x80
Sep 15 18:10:14 cam kernel: [175306.808200][] ? 
native_safe_halt+0x6/0x10
Sep 15 18:10:14 cam kernel: [175306.808215]  [] 
default_idle+0x1f/0xc0
Sep 15 18:10:14 cam kernel: [175306.808222]  [] 
amd_e400_idle+0x3f/0x110
Sep 15 18:10:14 cam kernel: [175306.808226]  [] 
arch_cpu_idle+0x26/0x30
Sep 15 18:10:14 cam kernel: [175306.808233]  [] 
cpu_startup_entry+0xc5/0x290
Sep 15 18:10:14 cam kernel: [175306.808240]  [] 
start_secondary+0x218/0x2c0
Sep 15 18:10:14 cam kernel: [175306.808246] ---[ end trace 847728b2d59a4148 ]---


Followed by the via-rhine module complaining:
Sep 15 18:10:14 cam kernel: [175306.808417] via-rhine :00:12.0 eth0: 
Transmit timed out, status 0003, PHY status 786d, resetting...
Sep 15 18:10:18 cam kernel: [175310.808184] via-rhine :00:12.0 eth0: 
Transmit timed out, status 0003, PHY status 786d, resetting...
Sep 15 18:10:18 cam kernel: [175310.808279] via-rhine :00:12.0 eth0: Reset 
not complete yet. Trying harder.
Sep 15 18:10:22 cam kernel: [175314.808182] via-rhine :00:12.0 eth0: 
Transmit timed out, status 0003, PHY status 786d, resetting...
Sep 15 18:10:26 cam kernel: [175318.808185] via-rhine :00:12.0 eth0: 
Transmit timed out, status 0003, PHY status 786d, resetting...
Sep 15 18:10:30 cam kernel: [175322.808180] via-rhine :00:12.0 eth0: 
Transmit timed out, status 0003, PHY status 786d, resetting...
Sep 15 18:10:34 cam kernel: [175326.808184] via-rhine :00:12.0 eth0: 
Transmit timed out, status 0003, PHY status 786d, resetting...
Sep 15 18:10:40 cam kernel: [175332.808184] via-rhine :00:12.0 eth0: 
Transmit timed out, status 0003, PHY status 786d, resetting...
Sep 15 18:10:46 cam kernel: [175338.808184] via-rhine :00:12.0 eth0: 
Transmit timed out, status 0003, PHY status 786d, resetting...
Sep 15 18:10:52 cam kernel: [175344.808185] via-rhine :00:12.0 eth0: 
Transmit timed out, status 1003, PHY status 786d, resetting...
Sep 15 18:10:56 cam kernel: [175348.808182] via-rhine :00:12.0 eth0: 
Transmit timed out, status 0003, PHY status 786d, resetting...
Sep 15 18:11:00 cam kernel: [175352.808179] via-rhine :00:12.0 eth0: 
Transmit timed out, status 0003, PHY status 786d, resetting...
Sep 15 18:11:00 cam kernel: [175352.808317] via-rhine :00:12.0 eth0: Reset 
not complete yet. Trying harder.
Sep 15 18:11:04 cam kernel: [175356.80

[Bug 1341494] [NEW] package wicd-daemon 1.7.0+ds1-2ubuntu0.1 failed to install/upgrade: subproces installed post-installation script gaf een foutwaarde 1 terug

2014-07-14 Thread Bert Uithol
Public bug reported:

ubuntu 4.9.3 ?

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: wicd-daemon 1.7.0+ds1-2ubuntu0.1
ProcVersionSignature: Ubuntu 2.6.32-62.126-generic 2.6.32.62+drm33.26
Uname: Linux 2.6.32-62-generic i686
Architecture: i386
Date: Sun Jul 13 14:40:36 2014
ErrorMessage: subproces installed post-installation script gaf een foutwaarde 1 
terug
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
PackageArchitecture: all
SourcePackage: wicd
Title: package wicd-daemon 1.7.0+ds1-2ubuntu0.1 failed to install/upgrade: 
subproces installed post-installation script gaf een foutwaarde 1 terug

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


** Tags: apport-package i386 lucid

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

Title:
  package wicd-daemon 1.7.0+ds1-2ubuntu0.1 failed to install/upgrade:
  subproces installed post-installation script gaf een foutwaarde 1
  terug

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

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


Re: [Bug 1286882] Re: libapache2-mpm-itk postinst failed

2014-06-11 Thread Bert Driehuis
Actually, another commit in the same Debian package release removes
the breakage that made a fix impossible. When I last tried to fix
this, around may 2nd, there was no fix that did not involve removing
code from the apache2 source package that intentionally crippled
mpm-itk. I'll try to find some time tomorrow to test the current
Debian apache2 snapshot on Ubuntu and see if mpm-itk can be modified
to install cleanly in time for trusty's .1 release.

Have you ever spent two days of your time fixing a package, only to
have the upstream maintainer say, "nah, I wanted this dead, rejecting
your patch"? Been there, done that, got the t-shirt. That's why I
wanted the breakage out before I spent even one more minute on this.

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

Title:
  libapache2-mpm-itk postinst failed

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

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


Re: [Bug 1286882] Re: libapache2-mpm-itk postinst failed

2014-06-10 Thread Bert Driehuis
I noticed Debian has recently committed this:

http://anonscm.debian.org/gitweb/?p=pkg-
apache/apache2.git;a=commitdiff;h=086fe10486cbc092975e5b87aed8eb18e06433ac

The brokenness in trusty comes from the Debian apache2 install
scripts, which really went out of their way to discourage ITK.  I'm
happy to see that this has been reverted in Debian.

As far as I'm concerned, this bug should be closed by pulling the
respective changes from Debian sid into trusty before 14.04.1, but I'm
not sure how I can help make that happen. Probably getting #734865
closed will help.

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

Title:
  libapache2-mpm-itk postinst failed

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

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


[Bug 585314] Re: Baobab should not scan NFS mounted directories by default

2014-05-06 Thread Bert Vorenholt
Thanks for the direction Thierry.

I had to type ['"file:///media/"'] tough (needed the extra double-quotes).
Running 14.04

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

Title:
  Baobab should not scan NFS mounted directories by default

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

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


[Bug 1286882] Re: libapache2-mpm-itk postinst failed

2014-05-02 Thread Bert Driehuis
FWIW, I tried fixing this properly by modifying the mpm-itk and apache2
package sources. I ran into a brick wall: ITK has been poisoned rather
well, so even if you get libapache2-mpm-itk to deconfigure the "event"
MPM, Apache will then fail to start, saying that ITK has to be disabled
first. Of course, I could rip out that code and/or add a check to see
that ITK is freshly installed and conditionally disable that check, but
the point the maintainers appear to be making is: mpm_itk is dead, use
suexec instead. For that reason I stopped going down that path, because
I felt any required changes would mot be accepted into Ubuntu.

My problem is that we use a meta-package to install Apache and configure
it in a way we can support. That falls flat on its face and the
workarounds above do not apply. I worked around is bij using this in the
control file for my meta package:

Pre-depends: apache2
Depends: apache2-mpm-itk

and this in its preinst:

#!/bin/sh

if [ -h /etc/apache2/mods-enabled/mpm_event.load ]; then
echo "Trying to disable mpm_event and enable temporarily mpm_worker."
a2dismod mpm_event
a2enmod mpm_prefork
fi
exit 0

This may help others who are in the same boat as we are, until Ubuntu
decides ITK should be a first class citizen again or should be removed
altogether. ITK has served us well, and I'd be loathe to switch back to
suexec.

If I'm wrong in my assumptions, and the maintainers do not a priori
reject a patch that will make installing ITK at the same time as Apache
possible, then I'm willing to do the legwork.

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

Title:
  libapache2-mpm-itk postinst failed

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

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


[Bug 1286882] Re: libapache2-mpm-itk postinst failed

2014-05-02 Thread Bert Driehuis
A quicker fix if you run into this issue is:

# a2dismod mpm_event
# apt-get install -f

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

Title:
  libapache2-mpm-itk postinst failed

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

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


  1   2   3   4   5   >