[Bug 1765794] [NEW] xcalc displays a comma for divide instead of a forward slash

2018-04-20 Thread Joshua Miller
Public bug reported:

xcalc has buttons down the right side. In an older release, those used to be:
AC
DRG
y^x
/
*
-
+
=

Right now, my system is displaying:
AC
DRG
y^x
,
*
-
+
=

Using the "," button works as the divide key. I have no idea why it's
displaying a comma instead of "/" or "รท".

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: x11-apps 7.7+6ubuntu1
ProcVersionSignature: Ubuntu 4.13.0-36.40-generic 4.13.13
Uname: Linux 4.13.0-36-generic x86_64
ApportVersion: 2.20.7-0ubuntu3.7
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
CurrentDesktop: XFCE
Date: Fri Apr 20 13:06:43 2018
DistUpgraded: Fresh install
DistroCodename: artful
DistroVariant: ubuntu
DkmsStatus: virtualbox, 5.1.30, 4.13.0-36-generic, x86_64: installed
ExecutablePath: /usr/bin/xcalc
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] Turks PRO [Radeon HD 7570] [1002:675d] 
(prog-if 00 [VGA controller])
   Subsystem: Dell Turks PRO [Radeon HD 7570] [1028:2b20]
InstallationDate: Installed on 2018-03-09 (42 days ago)
InstallationMedia: Ubuntu-Server 17.10 "Artful Aardvark" - Release amd64 
(20180108.1)
MachineType: Hewlett-Packard HP Z620 Workstation
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.13.0-36-generic.efi.signed 
root=/dev/mapper/mirror2018-m18rootalv ro
SourcePackage: x11-apps
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/17/2016
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: J61 v03.91
dmi.board.asset.tag: 2UA32102W6
dmi.board.name: 158A
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 0.00
dmi.chassis.asset.tag: 2UA32102W6
dmi.chassis.type: 6
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrJ61v03.91:bd10/17/2016:svnHewlett-Packard:pnHPZ620Workstation:pvr:rvnHewlett-Packard:rn158A:rvr0.00:cvnHewlett-Packard:ct6:cvr:
dmi.product.family: 103C_53335X G=D
dmi.product.name: HP Z620 Workstation
dmi.sys.vendor: Hewlett-Packard
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.83-1
version.libgl1-mesa-dri: libgl1-mesa-dri 17.2.8-0ubuntu0~17.10.1
version.libgl1-mesa-glx: libgl1-mesa-glx 17.2.8-0ubuntu0~17.10.1
version.xserver-xorg-core: xserver-xorg-core 2:1.19.5-0ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.10.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20170309-0ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2

** Affects: x11-apps (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug artful ubuntu

** Attachment added: "Screenshot of xcaclc"
   
https://bugs.launchpad.net/bugs/1765794/+attachment/5124100/+files/Screenshot_2018-04-20_13-12-07.png

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

Title:
  xcalc displays a comma for divide instead of a forward slash

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

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

[Bug 485200] Re: alpine ldap support appears to be broken (libldap_r-2.4.so.2 lib error)

2009-11-20 Thread Joshua Miller
Tested on fresh and up to date ubuntu 9.10 install.
The lib error no longer appears, but the search still doesn't work.

Tested the search with ldap search. The following works:

ldapsearch -h 10.0.0.53 -x -D joshmil...@myaddomain -W -b
dc=mydomain.com (|(cn=josh* miller*)(name=josh* miller*)(email=josh*
miller*)(mailNickname=josh* miller*)) dn cn employeeID sAMAcountName
mail userPrincipalName

.pinerc config line:
ldap-servers=10.0.0.53:389 
"/base=dc=mydomain,dc=com/binddn=joshmil...@myaddomain/impl=0/rhs=0/ref=0/nosub=0/tls=0/tlsm=0/type=name/srch=begins-with/time=5/size=50/cust=/nick=MY
 AD Directory/matr=/catr=name/satr=/gatr="


Set the timeout to 5 seconds, and search still hangs. CTRL-c doesn't work; 
CTRL-z doesn't work. Had to kill it from another prompt.

I let it run longer this time, and it eventually errors out with:
[LDAP search failed: Referral: 202B: RefErr: DSID-031006E0, data 0, 1 
access points^J   ref>

I did some more digging around, and found this thread:
http://marc.info/?l=pine-info&m=111571503603423&w=2

It appears that newer MS Active Directory servers always return a
referral, and often with a bogus URL. From my ldapsearch results, I can
confirm that is happening in this case as well. That thread was from
2005. I believe alpine is attempting to follow the bogus referral, and
that's causing the error.

An strace on alpine shows it is attempting to follow the referral, which
goes to an address for which I don't have access.

I also tried compiling alpine from scratch, and receive the same
results. So, I believe this is probably an upstream bug/issue.

This would probably be best fixed with an additional config option in
alpine to ignore referrals. I imagine that's unlikely to get patched in
ubuntu, and probably needs to go upstream.

-- 
alpine ldap support appears to be broken (libldap_r-2.4.so.2 lib error)
https://bugs.launchpad.net/bugs/485200
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 485200] [NEW] alpine ldap support appears to be broken (libldap_r-2.4.so.2 lib error)

2009-11-18 Thread Joshua Miller
Public bug reported:

Binary package hint: alpine

When starting alpine, the following errors can be seen (hit CTRL-z after
it starts):

alpine: /usr/local/lib/liblber-2.4.so.2: no version information available 
(required by alpine)
alpine: /usr/local/lib/libldap_r-2.4.so.2: no version information available 
(required by alpine)

Configured ldap server (from main screen, (S)etup, (D)irectory).
Went to address book.
Searched LDAP directory.
Search hangs indefinitely.

I've tested the LDAP server using ldapsearch, and it works fine, and returns 
quickly.
Also tried setting a timeout in the directory configuration to 10 seconds, and 
the timeout is not honored (likely because there are issues with the library).

Unbuntu version: Ubuntu 9.04

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


** Tags: alpine ldap

-- 
alpine ldap support appears to be broken (libldap_r-2.4.so.2 lib error)
https://bugs.launchpad.net/bugs/485200
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 478827] [NEW] openldap database backend back_perl has undefined symbols (aka slapd-perl back-perl)

2009-11-08 Thread Joshua Miller
Public bug reported:

Error when starting slapd when configured to use the perl backend 
(/etc/init.d/slapd start):
Starting OpenLDAP: slapd - failed:
/usr/sbin/slapd: symbol lookup error: /usr/lib/perl/5.10/auto/Fcntl/Fcntl.so: 
undefined symbol: Perl_Istack_sp_ptr

This may be related to bug #90812

When start fails, also verified it was not running with ps.
Removing the "database perl" section allows it to start.


lsb_release -rd
Description:Ubuntu 9.10
Release:9.10

slapd -V
@(#) $OpenLDAP: slapd 2.4.18 (Sep  8 2009 17:47:22) $
bui...@crested:/build/buildd/openldap-2.4.18/debian/build/servers/slapd

To reproduce:

Changed to use slapd.conf rather than ldif configs.
/etc/defaults/slapd :
SLAPD_CONF=/etc/ldap/slapd.conf
SLAPD_USER="openldap"
SLAPD_GROUP="openldap"
SLAPD_PIDFILE=
SLAPD_SERVICES="ldap:/// ldapi:/// ldaps:///"
SLAPD_SENTINEL_FILE=/etc/ldap/noslapd
SLAPD_OPTIONS=""


My /etc/ldap/slapd.conf:
moduleload  back_perl
include /etc/ldap/schema/core.schema
include /etc/ldap/schema/cosine.schema
include /etc/ldap/schema/inetorgperson.schema
loglevel   1320
pidfile/var/run/slapd/slapd.pid
argsfile   /var/run/slapd/slapd.args
password-hash  {SSHA}
databaseperl   
suffix "dc=company,dc=com"
perlModulePath /etc/ldap/perl
perlModule SampleLDAP


Copied SampleLDAP.pm from source distribution to /etc/ldap/perl/SampleLDAP.pm
chown'd it to openldap:
chmod'd it to 750
opendlap source location:
openldap-2.4.19/servers/slapd/back-perl/SampleLDAP.pm

Fixed bug in SampleLDAP.pm on line 52:
< print {*STDERR}, "$filterStr\n";
> print {*STDERR} "$filterStr\n";

[note: attached the SampleLDAP.pm]


Attempt to start service, and receive the error.
/etc/init.d/slapd start
Starting OpenLDAP: slapd - failed:
/usr/sbin/slapd: symbol lookup error: /usr/lib/perl/5.10/auto/Fcntl/Fcntl.so: 
undefined symbol: Perl_Istack_sp_ptr

ProblemType: Bug
Architecture: amd64
Date: Sun Nov  8 15:16:42 2009
DistroRelease: Ubuntu 9.10
Package: slapd 2.4.18-0ubuntu1
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, no user)
 LANG=en_US.UTF-8
ProcVersionSignature: Ubuntu 2.6.31-14.48-server
SourcePackage: openldap
Uname: Linux 2.6.31-14-server x86_64

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


** Tags: amd64 apport-bug

-- 
openldap database backend back_perl has undefined symbols (aka slapd-perl 
back-perl)
https://bugs.launchpad.net/bugs/478827
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 478827] Re: openldap database backend back_perl has undefined symbols (aka slapd-perl back-perl)

2009-11-08 Thread Joshua Miller

** Attachment added: "SampleLDAP.pm from openldap source."
   http://launchpadlibrarian.net/35392755/SampleLDAP.pm

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/35392756/Dependencies.txt

-- 
openldap database backend back_perl has undefined symbols (aka slapd-perl 
back-perl)
https://bugs.launchpad.net/bugs/478827
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