[Bug 1768380] Re: segmentation error - core dumped

2019-10-13 Thread Rainer Schöpf
The error seems to originate in the call to the cuserid function in
loadsave.c. It returns an address that is not accessible. I suspect this
happeens because cuserid is not thread safe. The easiest workaround is
to not call cuserid at all.

Appended is a simple patch.

 Rainer

** Patch added: "loadsave.c.patch"
   
https://bugs.launchpad.net/ubuntu/+source/xpat2/+bug/1768380/+attachment/5296816/+files/loadsave.c.patch

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

Title:
  segmentation error - core dumped

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

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

[Bug 825243] Re: tab completion converts input to uppercase

2017-11-03 Thread Rainer Schöpf
Thanks a lot.

So the bug appears only in the gcl version, but not in the sbcl version?

Interesting...

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

Title:
  tab completion converts input to uppercase

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

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

[Bug 825243] Re: tab completion converts input to uppercase

2017-10-27 Thread Rainer Schöpf
Plain maxima.

The version I have in front of me right now is 5.37.2-8 - still has the
bug.

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

Title:
  tab completion converts input to uppercase

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

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

[Bug 825243] Re: tab completion converts input to uppercase

2017-10-27 Thread Rainer Schöpf
Just for the record: This happens with the commandline version, not with
wxMaxima.

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

Title:
  tab completion converts input to uppercase

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

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

[Bug 1310892] Re: indicator-sound crashes with uncaught error

2014-05-11 Thread Rainer Schöpf
The last of the errors

** (process:6534): CRITICAL **: file /build/buildd/indicator-
sound-12.10.2+14.04.20140401/obj-x86_64-linux-gnu/src/volume-control.c:
line 1775: uncaught error:
GDBus.Error:org.freedesktop.DBus.Error.InvalidArgs: No such interface (g
-dbus-error-quark, 16)

seems to disappear after installing

   accountsservice-ubuntu-schemas

Still doesn't work, though.

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

Title:
  indicator-sound crashes with uncaught error

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

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


[Bug 825243] [NEW] tab completion converts input to uppercase

2011-08-12 Thread Rainer Schöpf
Public bug reported:

maxima 5.21.1 on Ubuntu 10.10 running under gcl 2.6.7

readline tab completion changes the current input symbol to uppercase.
This would be ok if the reader was case-insensitive, which it isn't.

To reproduce: type

sin TAB

result: input is changed to SIN (which is unknown to maxima).

** Affects: maxima (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/825243

Title:
  tab completion converts input to uppercase

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

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


[Bug 825243] Re: tab completion converts input to uppercase

2011-08-12 Thread Rainer Schöpf
Addendum: the bug is still present in

 maxima 5.22.1 on Ubuntu 11.04 running under gcl 2.6.7

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

Title:
  tab completion converts input to uppercase

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

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


[Bug 544051] Re: Filesystem start runs fsck on ext4 filesystem

2011-04-14 Thread Rainer Schöpf
Hi,

Test case: set up a cluster drbd, create an ext4 cluster filesystem on a
drbd device. Perform a hard takeover by switching off the active node.

The fsck command is run every time when the Filesystem is started, e.g.
even when a takeover to another cluster node occurs. This can take a
long time and must not happen.

In particular, the comment in lines 424/425 of the script reads

   # NOTE: Some filesystem types don't need this step...  Please modify
#   accordingly

It is line 435 that needs to be changed to include ext4 (and eventually
other journaling filesystems like btrfs)

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

Title:
  Filesystem start runs fsck on ext4 filesystem

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


[Bug 760596] [NEW] Filesystem start runs fsck on ext4 filesystem

2011-04-14 Thread Rainer Schöpf
Public bug reported:

Binary package hint: cluster-agents


Package cluster-agents 1:1.0.3-3 in maverick contains a critical bug:

The script

  /usr/lib/ocf/resource.d/heartbeat/Filesystem

contains a list of filesystem types for which fsck is not run. This list
does not include ext4, although it does include ext3.

This bug was already present in package heartbeat-common on karmic (bug
544051).

** Affects: cluster-agents (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/760596

Title:
  Filesystem start runs fsck on ext4 filesystem

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


[Bug 544051] Re: Filesystem start runs fsck on ext4 filesystem

2011-04-14 Thread Rainer Schöpf
No updates, still present in package cluster-agents on maverick.

I've just reported it as bug 760596.

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

Title:
  Filesystem start runs fsck on ext4 filesystem

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


[Bug 544051] [NEW] Filesystem start runs fsck on ext4 filesystem

2010-03-22 Thread Rainer Schöpf
Public bug reported:

Binary package hint: heartbeat-common

Package heartbeat-common 2.99.2+sles11r9-5ubuntu1 in karmic contains a
critical bug:

The script

  /usr/lib/ocf/resource.d/heartbeat/Filesystem

contains a list of filesystem types for which fsck is not run. This list
does not include ext4, although it does include ext3.

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

-- 
Filesystem start runs fsck on ext4 filesystem
https://bugs.launchpad.net/bugs/544051
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


Re: [Bug 456710] Re: aide chokes on UTF-8 characters in pathnames in config file

2009-12-16 Thread Rainer Schöpf
On Tue, 15 Dec 2009, Martin Pitt wrote:

  Accepted aide into karmic-proposed, the package will build now and be
  available in a few hours. Please test and give feedback here.

I tested it, and it works OK.

 Thanks,
   Rainer

-- 
aide chokes on UTF-8 characters in pathnames in config file
https://bugs.launchpad.net/bugs/456710
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


Re: [Bug 456679] Re: aide daily cron script doesn't work

2009-12-16 Thread Rainer Schöpf
On Tue, 15 Dec 2009, Martin Pitt wrote:

  Accepted aide into karmic-proposed, the package will build now and be
  available in a few hours. Please test and give feedback here.

Thanks, it works.

 Rainer

-- 
aide daily cron script doesn't work
https://bugs.launchpad.net/bugs/456679
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


Re: [Bug 456710] Re: aide chokes on UTF-8 characters in pathnames in config file

2009-12-13 Thread Rainer Schöpf
On Tue, 8 Dec 2009 at 17:28 -, Marc Deslauriers wrote:

  Could you please test the package in this PPA:
  
  https://launchpad.net/~mdeslaur/+archive/testing
  
  If it fixes the problem for you, I'll start the SRU procedures.

Yes, it fixes the problem... for now.  I wonder what will happen if other utf-8 
characters appear in the udev tree.  I believe that the aide code shuld be 
corrected to handle all kinds of characters in pathnames in the config file.

Thanks,
 Rainer

-- 
aide chokes on UTF-8 characters in pathnames in config file
https://bugs.launchpad.net/bugs/456710
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


Re: [Bug 456679] Re: aide daily cron script doesn't work

2009-12-13 Thread Rainer Schöpf
On Tue, 8 Dec 2009 at 17:28 -, Marc Deslauriers wrote:

  Could you please test the package in this PPA:
  
  https://launchpad.net/~mdeslaur/+archive/testing
  
  If it fixes the problem for you, I'll start the SRU procedures.

Yes, it works now. Thanks.

 Rainer

-- 
aide daily cron script doesn't work
https://bugs.launchpad.net/bugs/456679
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 456679] [NEW] aide daily cron script doesn't work

2009-10-20 Thread Rainer Schöpf
Public bug reported:

Binary package hint: aide-common

The script /etc/cron.daily/aide (copied from
/usr/share/aide/config/cron.daily/aide) complains about unbound
variables LOGHEAD and MAILHEAD.

Package: aide-common in karmic (0.13.1-10ubuntu5)

ProblemType: Bug
Architecture: i386
Date: Tue Oct 20 23:06:24 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: fglrx
Package: aide-common 0.13.1-10ubuntu5 [modified: 
usr/share/aide/config/cron.daily/aide]
PackageArchitecture: all
ProcEnviron:
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic-pae
SourcePackage: aide
Uname: Linux 2.6.31-14-generic-pae i686
XsessionErrors: (gnome-panel:6752): Gtk-WARNING **: gtk_widget_size_allocate(): 
attempt to allocate widget with width -12 and height 24

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


** Tags: apport-bug i386

-- 
aide daily cron script doesn't work
https://bugs.launchpad.net/bugs/456679
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 456679] Re: aide daily cron script doesn't work

2009-10-20 Thread Rainer Schöpf

** Attachment added: hugo
   http://launchpadlibrarian.net/34074916/hugo

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/34074917/Dependencies.txt

-- 
aide daily cron script doesn't work
https://bugs.launchpad.net/bugs/456679
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 456710] [NEW] aide chokes on UTF-8 characters in pathnames in config file

2009-10-20 Thread Rainer Schöpf
Public bug reported:

Binary package hint: aide

I have a device node with a UTF-8 character in its name, autogenerated
by udev:

 /dev/input/by-id/usb-Microsoft_Microsoft_IntelliMouse®_Optical-mouse

The script /etc/aide/aide.conf.d/70_aide_dev writes a list of all paths
under /dev to /var/lib/aide/aide.conf.autogenerated, including this
path. aide complains when it encounters the line, printing

Errors produced  (3 lines):
771:syntax error:Â
771:Error while reading configuration:Â
Configuration error

ProblemType: Bug
Architecture: i386
Date: Tue Oct 20 23:32:03 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: fglrx
Package: aide (not installed)
ProcEnviron:
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic-pae
SourcePackage: aide
Uname: Linux 2.6.31-14-generic-pae i686
XsessionErrors: (gnome-panel:6752): Gtk-WARNING **: gtk_widget_size_allocate(): 
attempt to allocate widget with width -12 and height 24

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


** Tags: apport-bug i386

-- 
aide chokes on UTF-8 characters in pathnames in config file
https://bugs.launchpad.net/bugs/456710
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 371621] [NEW] Incorrect TFM files in package texlive-latex-base

2009-05-04 Thread Rainer Schöpf
Public bug reported:

Binary package hint: texlive-latex-base

Package texlive-latex-base, version 2007-13.

The files lcircle10.tfm and lcirclew10.tfm contain incorrect font metric
information. The Files in CTAN:/fonts/latex/tfm are correct. The files
in the tex-live source repository have been corrected. Since these files
have not been changed for several years, the bug is probably present in
all versions.


 For the LaTeX Team
   Rainer Schöpf

** Affects: texlive-base (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: texlive

-- 
Incorrect TFM files in package texlive-latex-base
https://bugs.launchpad.net/bugs/371621
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