[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#720396: marked as done (debian-edu-config: debian-edu-config/tools/gosa-create buggy with set -e)



Your message dated Sat, 31 Aug 2013 12:33:28 +0000
with message-id <E1VFkMq-0005oq-5b@franck.debian.org>
and subject line Bug#720396: fixed in debian-edu-config 1.714
has caused the Debian Bug report #720396,
regarding debian-edu-config: debian-edu-config/tools/gosa-create buggy with set -e
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
720396: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=720396
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: debian-edu-config
Version: 1.456
Severity: important

*** Please type your report below this line ***

/usr/share/debian-edu-config/tools/gosa-create
begins with
set -e
which means, that it cancels execution after one command which returns
false.
further down the script there are the commands
nscd -i passwd
and
nscd -i group
which, as i tried them, returned false (don't know why, but to be
robust, the script should expect that). so gosa-create doesn't get to
create the kerberos-principal of the user which in turn prohibits the
user to login via ssh.
also the
chown $user:$user $homedir
wont be executed.
i fixed that by augmenting both the
nscd -i ...
lines with "|| true":
nscd -i passwd || true
nscd -i group || true

then it worked.

thanks for reading.

-- System Information:
Debian Release: 6.0.7
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages debian-edu-config depends on:
ii base-files 6.0squeeze7 Debian base system miscellaneous f ii bind9-host [hos 1:9.7.3.dfsg-1~squeeze11 Version of 'host' bundled with BIN ii cfengine2 2.2.10-2 Tool for configuring and maintaini ii debconf [debcon 1.5.36.1 Debian configuration management sy
ii  debconf-utils   1.5.36.1                 debconf utilities
ii  debian-edu-artw 0.0.33-2                 Debian Edu themes and artwork
ii desktop-profile 1.4.15+nmu1 framework for setting up desktop p
ii  discover        2.1.2-5                  hardware identification system
ii  education-tasks 0.855                    Debian Edu tasks for tasksel
ii fping 2.4b2-to-ipv6-16.1 sends ICMP ECHO_REQUEST packets to
ii  host            1:9.7.3.dfsg-1~squeeze11 Transitional package
ii  ldap-utils      2.4.23-7.3               OpenLDAP utilities
ii libconfig-inifi 2.52-1+squeeze1 Read .ini-style configuration file ii libfilesys-df-p 0.92-3+b1 Module to obtain filesystem disk s
ii  libhtml-fromtex 2.05-5.1                 Mark up text as HTML
ii libio-socket-ss 1.33-1+squeeze1 Perl module implementing object or ii libnet-ldap-per 1:0.4001-2 client interface to LDAP servers ii libnet-netmask- 1.9015-4 parse, manipulate and lookup IP ne ii libterm-readkey 2.30-4 A perl module for simple terminal ii libtext-unaccen 1.08-1+b1 provides functions to remove accen ii lockfile-progs 0.1.15+squeeze1 Programs for locking and unlocking ii lsb-base 3.2-23.2squeeze1 Linux Standard Base 3.2 init scrip ii mime-support 3.48-1 MIME files 'mime.types' & 'mailcap
ii  net-tools       1.60-23                  The NET-3 networking toolkit
ii ng-utils 0.7-1 Tool to access netgroups from the ii openssl 0.9.8o-4squeeze14 Secure Socket Layer (SSL) binary a ii patch 2.6-2 Apply a diff file to an original ii python 2.6.6-3+squeeze7 interactive high-level object-orie
ii  python-notify   0.1.1-2+b2               Python bindings for libnotify
ii smbldap-tools 0.9.5-1 Scripts to manage Unix and Samba a ii ssl-cert 1.0.28 simple debconf wrapper for OpenSSL ii tftp 0.17-18 Trivial file transfer protocol cli

Versions of packages debian-edu-config recommends:
ii ddccontrol 0.4.2-6 a program to control monitor param ii libjavascript-perl 1.16-3 module for executing embedded Java ii libnotify-bin 0.5.0-2 sends desktop notifications to a n
ii  lsof                       4.81.dfsg.1-1 List open files
ii memtest86+ 4.10-1.1 thorough real-mode memory tester
ii  resolvconf                 1.46          name server information handler
ii  syslinux                   2:4.02+dfsg-7 collection of boot loaders

Versions of packages debian-edu-config suggests:
ii  atftpd                      0.7.dfsg-9.1 advanced TFTP server

-- Configuration Files:
/etc/bind/db.0.168.192.in-addr.arpa. changed [not included]
/etc/bind/db.1.168.192.in-addr.arpa. changed [not included]
/etc/bind/db.10.in-addr.arpa. changed [not included]
/etc/bind/db.intern changed [not included]
/etc/bind/db.subnet00.intern. changed [not included]
/etc/bind/db.subnet01.intern. changed [not included]
/etc/gosa/gosa.conf changed [not included]
/etc/samba/netlogon/config/penguin.bat changed [not included]
/etc/samba/netlogon/debian-edu-login.bat changed [not included]
/etc/smbldap-tools/smbldap_bind.conf changed [not included]

-- debconf information excluded

--- End Message ---
--- Begin Message ---
Source: debian-edu-config
Source-Version: 1.714

We believe that the bug you reported is fixed in the latest version of
debian-edu-config, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 720396@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Petter Reinholdtsen <pere@debian.org> (supplier of updated debian-edu-config package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sat, 31 Aug 2013 13:15:53 +0200
Source: debian-edu-config
Binary: debian-edu-config debian-edu-config-gosa-netgroups
Architecture: source all
Version: 1.714
Distribution: unstable
Urgency: low
Maintainer: Debian Edu Developers <debian-edu@lists.debian.org>
Changed-By: Petter Reinholdtsen <pere@debian.org>
Description: 
 debian-edu-config - Configuration files for Skolelinux systems
 debian-edu-config-gosa-netgroups - netgroups plugin for GOsa²
Closes: 720396 720575
Changes: 
 debian-edu-config (1.714) unstable; urgency=low
 .
   * Uploaded to the Debian Edu archive as debian-edu-config 1.714~svn82279:
 .
   [ Petter Reinholdtsen ]
   * Adjust LTSP build to mount /sys in LTSP chroot during built, to
     fix problem with oss-compat installation on some machine, where
     modprobe snd-seq calls itself recursively.
 .
   * Uploaded to the Debian Edu archive as debian-edu-config 1.714~svn82272:
 .
   [ Petter Reinholdtsen ]
   * Fix typo in show-welcome-webpage, and quiet down script.
 .
   [ Holger Levsen ]
   * debian-edu-config.postrm: rm -f /etc/default/enable-nat, /etc/kderc,
     /etc/kde-user-profile and /var/lib/dovecot/auth_success.
 .
   * Uploaded to the Debian Edu archive as debian-edu-config 1.714~svn82256:
 .
   [ Wolfgang Schweer ]
   * Fix cf/cf.ntp to make line matching work.
   * Remove cf/cf.lwat, cause lwat is no longer installed.
   * Remove cf.lwat from Makefile and cf/cfengine.conf.
   * Update postinst to reflect the change.
 .
   * Uploaded to the Debian Edu archive as debian-edu-config 1.714~svn82243:
 .
   [ Wolfgang Schweer ]
   * init-ltsp.d/08-edu-hostname: fix typos.
   * init-ltsp.d/60-edu-diskless-ws:
      - set proxies by calling 'update-proxy-from-wpad' directly instead
        of using dhclient.
      - remove all internet connectivity needing ntp servers from
        /etc/ntp.conf to avoid useless lookups.
 .
   [ Petter Reinholdtsen ]
   * Rewrite code finding the localized welcome page to handle the fact
     that $LANGCODE can contain multiple values separated by colon.
   * Rewrite code to show welcome page to show
     http://www.skolelinux.org/ if no URL is found in LDAP.
   * Move code to remove unwanted NTP servers from the NTP setup on
     LTSP clients from init-ltsp.d/60-edu-diskless-ws to cf/cf.ntp, to
     make sure it is only done once during installation and not every
     time a client boot.
   * Move code to update proxy settings in the LTSP chroot from
     init-ltsp.d/60-edu-diskless-ws to
     resolvconf/update.d/ltsp-chroots, to do it when DNS settings
     change instead of every client boot.
 .
   * Uploaded to the Debian Edu archive as debian-edu-config 1.714~svn82232:
 .
   [ Petter Reinholdtsen ]
   * Fix typos blocking the init-ltsp.d/08-edu-hostname from working.
 .
   * Uploaded to the Debian Edu archive as debian-edu-config 1.714~svn82224:
 .
   [ Petter Reinholdtsen ]
   * Make sure LTSP host name setting work properly by calling
     ltsp-init-ltsp.d/10-resolv-conf before 08-edu-hostname, thus
     allowing DNS lookups to determine host name and shave 10 seconds
     from the boot time.  Thanks to Wolfgang Schweer for discovering
     the problem.
   * Add code in postrm to remove the files /etc/default/enable-nat,
     /var/lib/dovecot/auth_success, /etc/kde-user-profile and
     /etc/kderc during purge, to remove all traces of our package.
     Thank you piuparts for discovering the issue.
   * Stop using absolute path to update-alternatives in
     /etc/apt/apt.conf.d/99-edu-prefer-iceweasel (Closes: #720575).
     Thanks to Sharon Kimble for noticing and Guillem Jover for finding
     the cause.
 .
   * Uploaded to the Debian Edu archive as debian-edu-config 1.714~svn82213:
 .
   [ Wolfgang Schweer ]
   * Fix KDE proxy settings by changing ioslaverc to use
     http://wpad/wpad.dat for proxy settings (ProxyType=2) instead of
     depending on KDE to find the proxy on its own (ProxyType=3).
   * Show localized welcomepage for supported languages by checking
     www/index.html.$LANGCODE in share/tools/show-welcome-page.
 .
   [ Petter Reinholdtsen ]
   * Make sure gosa-create ignore errors from nscd, as the calls will
     fail if nscd isn't running, and in that case we do not need to
     invalidate the caches (Closes: #720396).
Checksums-Sha1: 
 09caf85d5e12e3cb464efb2476d7f1a3f16a4715 1375 debian-edu-config_1.714.dsc
 086e86e2e08c4e72343ad3fe45018493de5ce47c 526444 debian-edu-config_1.714.tar.gz
 a5d363ac2373c8681a8934959ccd2e664ed8bfbd 416106 debian-edu-config_1.714_all.deb
 af57b4d5db32950a58921690d366484f5b4f972a 123252 debian-edu-config-gosa-netgroups_1.714_all.deb
Checksums-Sha256: 
 a7a5dd0bb7a5966269c0cd3d12ab0dde8f989576a07404045c88b9dc693a97be 1375 debian-edu-config_1.714.dsc
 680299910af7ab0751f74a5ccfb83f850c38e4cd061c09ef8b6a079f3e996bf6 526444 debian-edu-config_1.714.tar.gz
 63f27946cf378633232638149bffcc428ae75ebd55082e21417f6f49804e25c9 416106 debian-edu-config_1.714_all.deb
 a56517f071f048f3dd6b080fbac15b7e8bdb360f769ea1a5dfabc120de522bce 123252 debian-edu-config-gosa-netgroups_1.714_all.deb
Files: 
 aa24a7c7b36b6124a7dc5742297bc04e 1375 misc extra debian-edu-config_1.714.dsc
 c13d4c6cd228fb4b90e3cad508abd92e 526444 misc extra debian-edu-config_1.714.tar.gz
 0e4e70db688da9553852c805f2a47829 416106 misc extra debian-edu-config_1.714_all.deb
 bdaa80f7f4ec9f08999b2f41e86ad116 123252 misc extra debian-edu-config-gosa-netgroups_1.714_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iD8DBQFSId9N20zMSyow1ykRAiOWAJsEF8ATkHUxvVeLKii5FiU4CSCERQCfZ0Zp
JZ5H3cmwvtBRZ32meL01OZQ=
=5tVp
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: