[Bug 1780664] Re: Recent libgl-mesa graphics update prevents drop down list menu appearing in apps like firefox three line/bar menu icon

2018-08-10 Thread Bram Metsch
Fixes it for me, too.

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

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

Title:
  Recent libgl-mesa graphics update prevents drop down list menu
  appearing in apps like firefox three line/bar menu icon

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

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

[Bug 1780664] Re: Recent libgl-mesa graphics update prevents drop down list menu appearing in apps like firefox three line/bar menu icon

2018-07-14 Thread Bram Metsch
I also experienced this problem, and upgrading xserver-xorg-core and 
xserver-common fixed it.
So, it is rather a mesa/xorg-server incompatibilty?

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

Title:
  Recent libgl-mesa graphics update prevents drop down list menu
  appearing in apps like firefox three line/bar menu icon

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

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

[Bug 474727] Re: pbs_server does not email server events

2011-05-03 Thread Bram Metsch
Is it possible that this issue will also be fixed for Lucid (10.04 LTS)

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

Title:
  pbs_server does not email server events

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


[Bug 360827] Re: A missing directory and wrong init-scripts in torque-2.3.6 in Jaunty

2010-12-07 Thread Bram Metsch
This also bug affects Lucid

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

Title:
  A missing directory and wrong init-scripts in torque-2.3.6 in Jaunty

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


[Bug 603638] [NEW] Debugging symbols stripped from mpich libraries

2010-07-09 Thread Bram Metsch
Public bug reported:

In Lucid (and probably other releases), debugging symbols are stripped from the 
libraries and executables of the mpich-1.2.7-9.1ubuntu1 packages. (However, 
compilation is done with -g enabled.)
Without these symbols, parallel debuggers like DDT are not able even to start a 
mpich program as they need the symbols to read the process table. Moreover, 
symbols are needed to debug message queues etc.

A fix would be to simply remove the line

dh_strip -a

from the debian/rules file.

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

-- 
Debugging symbols stripped from mpich libraries
https://bugs.launchpad.net/bugs/603638
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 231062] Re: Segmentation fault while sending large arrays

2010-06-10 Thread Bram Metsch
The bug does not affect lucid.

-- 
Segmentation fault while sending large arrays
https://bugs.launchpad.net/bugs/231062
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 474215] Re: mountall-net tries to mount ocfs2 before o2cb is started

2009-12-01 Thread Bram Metsch
This also affects hardy using the classical SysV init style

Even more severe, the o2cb is stopped before the ocfs2 filesystems are 
unmounted. 
Other machines that use the same OCFS2 volume then will need to fence 
theirselfes and hence will panic or reboot, see 
http://oss.oracle.com/projects/ocfs2/dist/documentation/v1.2/ocfs2_faq.html#QUORUM

-- 
mountall-net tries to mount ocfs2 before o2cb is started
https://bugs.launchpad.net/bugs/474215
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 231062] [NEW] Segmentation fault while sending large arrays

2008-05-16 Thread Bram Metsch
Public bug reported:

Using mpich from Ubuntu's packages, the attached program crashes with
the following output:

$ mpirun -np 2 ./test
MPI_Init returned 0
myid = 0 i = 1
myid = 0 numprocs = 2
myid = 0: Sending to 1 size = 16000
p0_12348:  p4_error: interrupt SIGSEGV: 11
p0_12348: (0.031250) net_send: could not write to fd=12, errno = 32
rm_l_1_12357: (0.00) net_send: could not write to fd=5, errno = 32
MPI_Init returned 0
myid = 1 numprocs = 2
myid = 1: Receiving from 0 size = 16000

I compiled the executable as follows:

mpicc -Wall -c -o test.o -Wall -g3   test.c
mpicc test.o -o test

I have the following packages installed:

ii  libmpich-mpd1.0-dev 1.2.7-8 
mpich static libraries and development files
ii  libmpich-mpd1.0gf   1.2.7-8 
mpich-mpd runtime shared library
ii  libmpich1.0-dev 1.2.7-8 
mpich static libraries and development files
ii  libmpich1.0gf   1.2.7-8 
mpich runtime shared library
ii  mpich-bin   1.2.7-8 
MPI parallel computing system implementation
ii  mpich-mpd-bin   1.2.7-8 
MPI parallel computing system implementation, MPD version

The alternatives are defines as follows:

lrwxrwxrwx 1 root root 32 May 13 12:23 /etc/alternatives/libmpi++.a - 
/usr/lib/mpich/lib/libpmpich++.a
lrwxrwxrwx 1 root root 40 May 13 12:23 /etc/alternatives/libmpi++.so - 
/usr/lib/mpich/lib/shared/libpmpich++.so
lrwxrwxrwx 1 root root 29 May 13 12:23 /etc/alternatives/libmpi.a - 
/usr/lib/mpich/lib/libmpich.a
lrwxrwxrwx 1 root root 37 May 13 12:23 /etc/alternatives/libmpi.so - 
/usr/lib/mpich/lib/shared/libmpich.so
lrwxrwxrwx 1 root root 44 May 14 15:59 /etc/alternatives/libmpiuni.a - 
/usr/lib/petscdir/2.3.3/lib/libO/libmpiuni.a
lrwxrwxrwx 1 root root 22 May 13 12:23 /etc/alternatives/mpi - 
/usr/lib/mpich/include
lrwxrwxrwx 1 root root 20 May 13 12:23 /etc/alternatives/mpiCC - 
/usr/bin/mpiCC.mpich
lrwxrwxrwx 1 root root 36 May 13 12:23 /etc/alternatives/mpiCC.1.gz - 
/usr/share/man/man1/mpiCC.mpich.1.gz
lrwxrwxrwx 1 root root 20 May 13 12:23 /etc/alternatives/mpicc - 
/usr/bin/mpicc.mpich
lrwxrwxrwx 1 root root 36 May 13 12:23 /etc/alternatives/mpicc.1.gz - 
/usr/share/man/man1/mpicc.mpich.1.gz
lrwxrwxrwx 1 root root 27 May 13 12:23 /etc/alternatives/mpichversion - 
/usr/bin/mpichversion.mpich
lrwxrwxrwx 1 root root 43 May 13 12:23 /etc/alternatives/mpichversion.1.gz - 
/usr/share/man/man1/mpichversion.mpich.1.gz
lrwxrwxrwx 1 root root 21 May 13 12:23 /etc/alternatives/mpicxx - 
/usr/bin/mpicxx.mpich
lrwxrwxrwx 1 root root 37 May 13 12:23 /etc/alternatives/mpicxx.1.gz - 
/usr/share/man/man1/mpicxx.mpich.1.gz
lrwxrwxrwx 1 root root 24 May 13 12:05 /etc/alternatives/mpiexec - 
/usr/bin/mpiexec.openmpi
lrwxrwxrwx 1 root root 40 May 13 12:05 /etc/alternatives/mpiexec.1.gz - 
/usr/share/man/man1/mpiexec.openmpi.1.gz
lrwxrwxrwx 1 root root 21 May 13 12:23 /etc/alternatives/mpif77 - 
/usr/bin/mpif77.mpich
lrwxrwxrwx 1 root root 37 May 13 12:23 /etc/alternatives/mpif77.1.gz - 
/usr/share/man/man1/mpif77.mpich.1.gz
lrwxrwxrwx 1 root root 21 May 13 12:23 /etc/alternatives/mpif90 - 
/usr/bin/mpif90.mpich
lrwxrwxrwx 1 root root 37 May 13 12:23 /etc/alternatives/mpif90.1.gz - 
/usr/share/man/man1/mpif90.mpich.1.gz
lrwxrwxrwx 1 root root 21 May 13 12:23 /etc/alternatives/mpiman - 
/usr/bin/mpiman.mpich
lrwxrwxrwx 1 root root 37 May 13 12:23 /etc/alternatives/mpiman.1.gz - 
/usr/share/man/man1/mpiman.mpich.1.gz
lrwxrwxrwx 1 root root 26 May 13 12:23 /etc/alternatives/mpireconfig - 
/usr/bin/mpireconfig.mpich
lrwxrwxrwx 1 root root 42 May 13 12:23 /etc/alternatives/mpireconfig.1.gz - 
/usr/share/man/man1/mpireconfig.mpich.1.gz
lrwxrwxrwx 1 root root 21 May 13 12:23 /etc/alternatives/mpirun - 
/usr/bin/mpirun.mpich
lrwxrwxrwx 1 root root 37 May 13 12:23 /etc/alternatives/mpirun.1.gz - 
/usr/share/man/man1/mpirun.mpich.1.gz
lrwxrwxrwx 1 root root 38 May 14 15:59 /etc/alternatives/mpirun_lam - 
/usr/lib/petscdir/2.3.3/bin/mpirun_lam
lrwxrwxrwx 1 root root 43 May 14 15:59 /etc/alternatives/mpirun_lam.1.gz - 
/usr/lib/petscdir/2.3.3/bin/mpirun_lam.1.gz


If I just reduce the macro size by one, the program works:
$ mpirun -np 2 ./test
MPI_Init returned 0
myid = 0 i = 1
myid = 0 numprocs = 2
myid = 0: Sending to 1 size = 15999
MPI_Init returned 0
myid = 1 numprocs = 2
myid = 1: Receiving from 0 size = 15999


Using a self-built version of mpich-1.2.7p1, everything is OK even for larger 
numbers of size, e.g.

$ mpirun -np 2 ./test
MPI_Init returned 0
myid = 0 i = 1
myid = 0 numprocs = 2
myid = 0: Sending to 1 size = 160
MPI_Init returned 0
myid = 1 numprocs = 2
myid = 1: Receiving from 0 size = 160

** Affects: mpich 

[Bug 231062] Re: Segmentation fault while sending large arrays

2008-05-16 Thread Bram Metsch

** Attachment added: test.c
   http://launchpadlibrarian.net/14558519/test.c

-- 
Segmentation fault while sending large arrays
https://bugs.launchpad.net/bugs/231062
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 231062] Re: Segmentation fault while sending large arrays

2008-05-16 Thread Bram Metsch
Sorry, I attached the wrong file the last time. With this post you find
the right one

** Attachment added: test.c
   http://launchpadlibrarian.net/14558881/test.c

-- 
Segmentation fault while sending large arrays
https://bugs.launchpad.net/bugs/231062
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 37452] Re: fusion mpt sas driver does not find a RAID1 disk during installation(Sun Galaxy X4200 and X4100, Dell SASR5/i)

2007-10-31 Thread Bram Metsch
Using kernel 2.6.15-51-amd64-generic (from dapper-backports) as
installer kernel on a Dell PowerEdge 1950 I get unresolved symbols while
loading mptsas.ko and scsi_transport_sas.ko, e.g.

sas_phy_alloc
sas_phy_free
sas_end_device_alloc
...

-- 
fusion mpt sas driver does not find a RAID1 disk during installation(Sun Galaxy 
X4200 and X4100, Dell SASR5/i)
https://bugs.launchpad.net/bugs/37452
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 43352] Re: ipp jobs not purged; purging causes 100% cpu usage

2007-04-19 Thread Bram Metsch
We watch this problem especially if the title of the printed document conatins 
an umlaut.
Maybe this Cups STR describes the problem:
http://www.cups.org/str.php?L1837

-- 
ipp jobs not purged; purging causes 100% cpu usage
https://bugs.launchpad.net/bugs/43352
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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