[Bug 1781035] Re: chsh.ldap crashes when I change my password

2018-07-12 Thread Kabanov Dmitry
Here it is. I anonymize it a bit by replacing domain and server names.

admin@machine:~$ sudo -s
[sudo] password for admin: 
root@machine:~# service nslcd stop
root@machine:~# nslcd -d
nslcd: DEBUG: NSS_LDAP nss-pam-ldapd 0.9.6
nslcd: DEBUG: 
ldap_set_option(LDAP_OPT_X_TLS_CACERTFILE,"/etc/ssl/certs/ca-certificates.crt")
nslcd: DEBUG: CFG: threads 5
nslcd: DEBUG: CFG: uid nslcd
nslcd: DEBUG: CFG: gid 132
nslcd: DEBUG: CFG: uri ldap://wsldc1sr01.kaust.edu.sa/
nslcd: DEBUG: CFG: ldap_version 3
nslcd: DEBUG: CFG: base DC=X,DC=XXX,DC=XX
nslcd: DEBUG: CFG: scope sub
nslcd: DEBUG: CFG: deref never
nslcd: DEBUG: CFG: referrals yes
nslcd: DEBUG: CFG: filter aliases (objectClass=nisMailAlias)
nslcd: DEBUG: CFG: filter ethers (objectClass=ieee802Device)
nslcd: DEBUG: CFG: filter group (objectClass=posixGroup)
nslcd: DEBUG: CFG: filter hosts (objectClass=ipHost)
nslcd: DEBUG: CFG: filter netgroup (objectClass=nisNetgroup)
nslcd: DEBUG: CFG: filter networks (objectClass=ipNetwork)
nslcd: DEBUG: CFG: filter passwd (objectClass=posixAccount)
nslcd: DEBUG: CFG: filter protocols (objectClass=ipProtocol)
nslcd: DEBUG: CFG: filter rpc (objectClass=oncRpc)
nslcd: DEBUG: CFG: filter services (objectClass=ipService)
nslcd: DEBUG: CFG: filter shadow (objectClass=shadowAccount)
nslcd: DEBUG: CFG: map group userPassword "*"
nslcd: DEBUG: CFG: map passwd userPassword "*"
nslcd: DEBUG: CFG: map passwd gecos "${gecos:-$cn}"
nslcd: DEBUG: CFG: map shadow userPassword "*"
nslcd: DEBUG: CFG: map shadow shadowLastChange "${shadowLastChange:--1}"
nslcd: DEBUG: CFG: map shadow shadowMin "${shadowMin:--1}"
nslcd: DEBUG: CFG: map shadow shadowMax "${shadowMax:--1}"
nslcd: DEBUG: CFG: map shadow shadowWarning "${shadowWarning:--1}"
nslcd: DEBUG: CFG: map shadow shadowInactive "${shadowInactive:--1}"
nslcd: DEBUG: CFG: map shadow shadowExpire "${shadowExpire:--1}"
nslcd: DEBUG: CFG: map shadow shadowFlag "${shadowFlag:-0}"
nslcd: DEBUG: CFG: bind_timelimit 10
nslcd: DEBUG: CFG: timelimit 0
nslcd: DEBUG: CFG: idle_timelimit 0
nslcd: DEBUG: CFG: reconnect_sleeptime 1
nslcd: DEBUG: CFG: reconnect_retrytime 10
nslcd: DEBUG: CFG: ssl off
nslcd: DEBUG: CFG: tls_reqcert demand
nslcd: DEBUG: CFG: tls_cacertfile /etc/ssl/certs/ca-certificates.crt
nslcd: DEBUG: CFG: pagesize 0
nslcd: DEBUG: CFG: nss_min_uid 0
nslcd: DEBUG: CFG: nss_nested_groups no
nslcd: DEBUG: CFG: nss_getgrent_skipmembers no
nslcd: DEBUG: CFG: nss_disable_enumeration no
nslcd: DEBUG: CFG: validnames /^[a-z0-9._@$()]([a-z0-9._@$() 
\~-]*[a-z0-9._@$()~-])?$/i
nslcd: DEBUG: CFG: ignorecase no
nslcd: DEBUG: CFG: cache dn2uid 15m 15m
nslcd: version 0.9.6 starting
nslcd: DEBUG: unlink() of /var/run/nslcd/socket failed (ignored): No such file 
or directory
nslcd: DEBUG: initgroups("nslcd",132) done
nslcd: DEBUG: setgid(132) done
nslcd: DEBUG: setuid(126) done
nslcd: accepting connections
nslcd: [8b4567] DEBUG: connection from pid=9501 uid=124296 gid=1124296
nslcd: [8b4567]  DEBUG: nslcd_usermod("kabanod",asuser,"***")
nslcd: [8b4567]  DEBUG: nslcd_usermod(shell="/usr/bin/zsh")
nslcd: [8b4567]  DEBUG: 
myldap_search(base="DC=X,DC=XXX,DC=XX", 
filter="(&(objectClass=posixAccount)(uid=kabanod))")
nslcd: [8b4567]  DEBUG: ldap_initialize(ldap://servername/)
nslcd: [8b4567]  DEBUG: ldap_set_rebind_proc()
nslcd: [8b4567]  DEBUG: 
ldap_set_option(LDAP_OPT_PROTOCOL_VERSION,3)
nslcd: [8b4567]  DEBUG: ldap_set_option(LDAP_OPT_DEREF,0)
nslcd: [8b4567]  DEBUG: ldap_set_option(LDAP_OPT_TIMELIMIT,0)
nslcd: [8b4567]  DEBUG: ldap_set_option(LDAP_OPT_TIMEOUT,0)
nslcd: [8b4567]  DEBUG: 
ldap_set_option(LDAP_OPT_NETWORK_TIMEOUT,0)
nslcd: [8b4567]  DEBUG: 
ldap_set_option(LDAP_OPT_REFERRALS,LDAP_OPT_ON)
nslcd: [8b4567]  DEBUG: 
ldap_set_option(LDAP_OPT_RESTART,LDAP_OPT_ON)
nslcd: [8b4567]  DEBUG: ldap_simple_bind_s(NULL,NULL) 
(uri="ldap://servername/;)
nslcd: [8b4567]  ldap_result() failed: Operations error: 
04DC: LdapErr: DSID-0C0907C2, comment: In order to perform this operation a 
successful bind must be completed on the connection., data 0, v2580
nslcd: [8b4567]  DEBUG: "kabanod": user not found: 
Operations error
^Cnslcd: caught signal SIGINT (2), shutting down
nslcd: DEBUG: ldap_unbind()
nslcd: version 0.9.6 bailing out

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

Title:
  chsh.ldap crashes when I change my password

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nss-pam-ldapd/+bug/1781035/+subscriptions

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

[Bug 1781035] [NEW] chsh.ldap crashes when I change my password

2018-07-10 Thread Kabanov Dmitry
Public bug reported:

I try to change my shell on a university-provided computer.
Basic `chsh` does not work.

Google told me that I need to install nslcd-utils package and use
`chsh.ldap` command.

However, when I do `chsh.ldap -s /usr/bin/zsh` to switch from bash to
zsh, I get the following error:

Traceback (most recent call last):
  File "/usr/bin/chsh.ldap", line 69, in 
constants.NSLCD_USERMOD_SHELL: shell,
  File "/usr/share/nslcd-utils/nslcd.py", line 128, in usermod
assert con.get_response() == constants.NSLCD_RESULT_BEGIN
  File "/usr/share/nslcd-utils/nslcd.py", line 103, in get_response
return self.read_int32()
  File "/usr/share/nslcd-utils/nslcd.py", line 71, in read_int32
return _int32.unpack(self.read(_int32.size))[0]
struct.error: unpack requires a string argument of length 4


Funny side note: In the field above "In what package did you find this bug?" I 
write `nslcd-utils` (this is what I installed to get chsh.ldap command) but I 
get an error that such package does not exist, although it DOES exist, at least 
in Ubuntu 16.04:

$ apt search nslcd-util
Sorting... Done
Full Text Search... Done
nslcd-utils/xenial,xenial,now 0.9.6-3 all [installed]
  utilities for querying LDAP via nslcd

** Affects: nss-pam-ldapd (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/1781035

Title:
  chsh.ldap crashes when I change my password

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nss-pam-ldapd/+bug/1781035/+subscriptions

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

[Bug 1363447] Re: Resuming after suspend I get only black screen

2014-09-13 Thread Kabanov Dmitry
Sorry for late reply.

I've upgraded my BIOS:

sudo dmidecode -s bios-version  sudo dmidecode -s bios-release-date
A16
05/28/2013

The bug is still present. I wake up my computer. No image on the
display. However, I can connect to the same computer through SSH.
Probably it's a videocard problem. I use NVIDIA Corporation GF100GL
[Quadro 5000] (rev a3)

** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  Resuming after suspend I get only black screen

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

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


[Bug 1325899] Re: evince is excruciatingly slow on some documents

2014-09-12 Thread Kabanov Dmitry
I confirm that the PDF provided by OP is extremely slow. Scrolling is
very sluggish, and it takes several seconds to render a page.

Actually, I came to this bug page to say that Evince is sluggish on many
documents. Scrolling with mouse is uncomfortable even in the thumbnails
area.

I use Ubuntu 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/1325899

Title:
  evince is excruciatingly slow on some documents

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

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


[Bug 1365469] [NEW] Unity prevents usage of Super R as Switch to next source keyboard shortcut

2014-09-04 Thread Kabanov Dmitry
Public bug reported:

I set Super R key as my shortcut to change keyboard layouts. See
attached screenshot.

What happens:

Whenever I press Super R key, Unity intercepts it and use it to open
the Dash. I haven't found any options in Unity Tweak Tool or Compiz
Settings Manager to prevent Unity from doing this. Aforementioned
utilities do not distinguish between Left Super and Right Super keys.

Expected behavior:
Unity should use only left Super key for opening the Dash.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: unity 7.2.2+14.04.20140714-0ubuntu1.1
ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
Uname: Linux 3.13.0-35-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.3
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CurrentDesktop: Unity
Date: Thu Sep  4 15:09:57 2014
InstallationDate: Installed on 2014-08-28 (6 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty

** Attachment added: Shows that I set Super R key to switch keyboard layouts
   
https://bugs.launchpad.net/bugs/1365469/+attachment/4195359/+files/unity_bug.png

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

Title:
  Unity prevents usage of Super R as Switch to next source keyboard
  shortcut

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

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


[Bug 1363447] [NEW] Resuming after suspend I get only black screen

2014-08-30 Thread Kabanov Dmitry
Public bug reported:

I use Dell Precision T7500 machine.
My computer is suspended automatically.

When I push the power button to wake up the machine, I get only black screen.
I can't switch to another tty, probably, although I cannot confirm because of 
the black screen.

If I uncheck the checkbox Require my password when waking from suspend, then 
my computer
wakes up correctly.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-image-3.13.0-35-generic 3.13.0-35.62
ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
Uname: Linux 3.13.0-35-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.3
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  dima   2443 F pulseaudio
  dima   3385 F pulseaudio
 /dev/snd/controlC0:  dima   2443 F pulseaudio
  dima   3385 F pulseaudio
CurrentDesktop: Unity
Date: Sat Aug 30 18:17:35 2014
InstallationDate: Installed on 2014-08-28 (1 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
IwConfig:
 eth0  no wireless extensions.
 
 lono wireless extensions.
MachineType: Dell Inc. Precision WorkStation T7500
ProcFB:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-35-generic 
root=UUID=ea44008f-03ed-4458-b4ff-08921d639431 ro quiet splash
RelatedPackageVersions:
 linux-restricted-modules-3.13.0-35-generic N/A
 linux-backports-modules-3.13.0-35-generic  N/A
 linux-firmware 1.127.5
RfKill:
 
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/20/2011
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A10
dmi.board.name: 06FW8P
dmi.board.vendor: Dell Inc.
dmi.board.version: A01
dmi.chassis.type: 7
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA10:bd04/20/2011:svnDellInc.:pnPrecisionWorkStationT7500:pvr:rvnDellInc.:rn06FW8P:rvrA01:cvnDellInc.:ct7:cvr:
dmi.product.name: Precision WorkStation T7500
dmi.sys.vendor: Dell Inc.

** Affects: linux (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/1363447

Title:
  Resuming after suspend I get only black screen

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

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


[Bug 1131099] Re: Can not edit or add new bookmarks/places to nautilus

2013-07-21 Thread Kabanov Dmitry
** No longer affects: nautilus

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

Title:
  Can not edit or add new bookmarks/places to nautilus

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

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


[Bug 1131099] Re: Can not edit or add new bookmarks/places to nautilus

2013-07-20 Thread Kabanov Dmitry
** Bug watch added: GNOME Bug Tracker #704603
   https://bugzilla.gnome.org/show_bug.cgi?id=704603

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

Title:
  Can not edit or add new bookmarks/places to nautilus

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

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


[Bug 1131099] Re: Can not edit or add new bookmarks/places to nautilus

2013-07-17 Thread Kabanov Dmitry
I try to add a folder locating inside my Documents folder. When I open
the cog menu, the item Bookmark this location is greyed out. So,
obviously, there is a bug.

Gnome Files 3.8.2, Arch Linux.

Unfortunately, cannot attach a screenshot because Gnome doesn't allow to
take one when the menu is opened.

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

Title:
  Can not edit or add new bookmarks/places to nautilus

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

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


[Bug 813378] [NEW] Keepass 2 shows new icon with low resolution

2011-07-20 Thread Kabanov Dmitry
Public bug reported:

I have keepass2 icon pinned to Docky. But when I click on it new
keepass2 icon appears with low resolution.

It's the same problem as with Java applications. For Java we have
workaround.

But keepass2 is Mono application. I work in Ubuntu 11.04, which have
Banshee music player, which is also Mono application. But with Banshee
there is no problem in Docky.

How can I set Keepass 2 so that it behaves as Banshee?

** Affects: keepass2 (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/813378

Title:
  Keepass 2 shows new icon with low resolution

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

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


[Bug 813378] Re: Keepass 2 shows new icon with low resolution

2011-07-20 Thread Kabanov Dmitry
It's no problem with vector icons, it's linked with window matching.

The problem is that Mono (.Net) applications launch as /usr/bin/cli, as
the same as Java applications launches as java.

The workaround for java applications can be found here:

http://blog.jteam.nl/2011/01/09/make-intellij-idea-behave-properly-in-
linux-docks/

Description of the same bug for Java applications:

https://bugs.launchpad.net/docky/+bug/484610

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

Title:
  Keepass 2 shows new icon with low resolution

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

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


[Bug 304345] Re: File chooser dialog doesn't provide network access

2010-10-13 Thread Kabanov Dmitry
Yes, this is very frustrating.

I am using both Ubuntu (as host OS) and Windows on virtual machine and
using network share to share my documents. It's annoying to copy
documents on local disk before opening them in Firefox or Thunderbird.

Please, raise importance if possible.

-- 
File chooser dialog doesn't provide network access
https://bugs.launchpad.net/bugs/304345
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