Bug#452212: Again: RSS News & Blogs option missing from new accounts dialog
Package: icedove Version: 2.0.0.6-1 Severity: important Bug fixed as described in debian BTS #428421 seems to appear again. The system on which the bug appeared has been freshly set up by an etch netboot cd with only the absolutely minimum set of packages required. This system has then been migrated to sid using aptitude. icedove has only been installed after the dist-upgrade to sid. It has then not been possible to add an RSS account via either the new account wizard nor the account setup menu. Using the fix described in http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=52;att=0;bug=428421 this could have been corrected and I'm able to use RSS-feeds as used to. Thanks a lot and keep up the great work, Pascal -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.23.1 (PREEMPT) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages icedove depends on: ii debianutils 2.27.1 Miscellaneous utilities specific t ii fontconfig 2.5.0-2 generic font configuration library ii libatk1.0-0 1.20.0-1 The ATK accessibility toolkit ii libc6 2.6.1-6 GNU C Library: Shared libraries ii libcairo2 1.4.10-1 The Cairo 2D vector graphics libra ii libfontconfig1 2.5.0-2 generic font configuration library ii libfreetype62.3.5-1+b1 FreeType 2 font engine, shared lib ii libgcc1 1:4.2.2-3GCC support library ii libglib2.0-02.14.3-1 The GLib library of C routines ii libgtk2.0-0 2.12.1-3 The GTK+ graphical user interface ii libhunspell-1.1-0 1.1.9-1 spell checker and morphological an ii libjpeg62 6b-14The Independent JPEG Group's JPEG ii libnspr4-0d 4.6.7-1 NetScape Portable Runtime Library ii libnss3-0d 3.11.7-1 Network Security Service libraries ii libpango1.0-0 1.18.3-1 Layout and rendering of internatio ii libstdc++6 4.2.2-3 The GNU Standard C++ Library v3 ii libx11-62:1.0.3-7X11 client-side library ii libxcomposite1 1:0.3.2-1+b1 X11 Composite extension library ii libxcursor1 1:1.1.9-1X cursor management library ii libxdamage1 1:1.1.1-3X11 damaged region extension libra ii libxext61:1.0.3-2X11 miscellaneous extension librar ii libxfixes3 1:4.0.3-2X11 miscellaneous 'fixes' extensio ii libxft2 2.1.12-2 FreeType-based font drawing librar ii libxi6 2:1.1.3-1X11 Input extension library ii libxinerama11:1.0.2-1X11 Xinerama extension library ii libxrandr2 2:1.2.2-1X11 RandR extension library ii libxrender1 1:0.9.4-1X Rendering Extension client libra ii libxt6 1:1.0.5-3X11 toolkit intrinsics library ii psmisc 22.5-1 Utilities that use the proc filesy ii zlib1g 1:1.2.3.3.dfsg-7 compression library - runtime icedove recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#515214: I don't think we need to add complexity to X on Debian
Hi all knowing that the BTS is *not* a voting system and with deep respect about the work done in Debian and also in the X-system, i still feel the need to raise my voice. As a long term Debian user, running multiple servers and enduser systems across multiple releases i feel a bit scared about the current direction. I've always choosen Debian due to its simplicity, due to the possibility to trim it down to a bare minimum which fits my needs. As time goes by, i feel this is getting less and less possible. I absolutely see the point in HAL, DBus, and all the other technologies, i understand the need for it and i certainly have nothing agains it. But please, stick to the bare minimum, only depending on what's really needed and leave everything else to recommendations. (that's the defininition of "Depends" for me...) Just my two cents, thanks and kind regards, Pascal signature.asc Description: OpenPGP digital signature
Bug#545414: Confirmed as well
Hi there just wanted to let you know that I have the same issue with su. Without nscd running I get: for a local user: su: User not known to the underlying authentication module for a user comming from ldap: setgid: Operation not permitted With running nscd, both work fine... Kind regards, Pascal signature.asc Description: OpenPGP digital signature
Bug#935920: Upgrade from stretch to buster removes /etc/network/if-up.d/
Package: openssh-server Version: 1:7.9p1-10 After upgrading from stretch to buster, I noticed that the DHCP client (isc-dhcp-client, 4.4.1-2) exits after initially assigning an IP address. Further investigation showed, that "ifup@ens3.service" exited abnormally. The reason for this seems to be that the directory "/etc/network/if-up.d" is missing. As I keep my /etc under git control (using etckeeper), I was able to identify the removal of of "/etc/network/if-up.d/openssh-server" as the last action taking place which at least involved files in the if-up.d directory. On this machine, openssh-server was the only file in /etc/network/if-up.d, so I suppose that some script executed during the installation/upgrade of openssh-server removed the complete directory. Recreating the directory resolves the issue and "ifup@ens3.service" works and terminates properly. The following is the output obtained from systemctl status: ifup@ens3.service - ifup for ens3 Loaded: loaded (/lib/systemd/system/ifup@.service; static; vendor preset: enabled) Active: failed (Result: exit-code) since Tue 2019-08-27 21:18:51 CEST; 9s ago Process: 6510 ExecStart=/bin/sh -ec ifup --allow=hotplug ens3; ifquery --state ens3 (code=exited, status=1/FAILURE) Main PID: 6510 (code=exited, status=1/FAILURE) Aug 27 21:18:51 hostname sh[6510]: DHCPREQUEST for 10.X.X.X on ens3 to 255.255.255.255 port 67 Aug 27 21:18:51 hostname dhclient[6518]: DHCPREQUEST for 10.X.X.X on ens3 to 255.255.255.255 port 67 Aug 27 21:18:51 hostname dhclient[6518]: DHCPACK of 10.X.X.X from 10.X.X.X Aug 27 21:18:51 hostname sh[6510]: DHCPACK of 10.X.X.X from 10.X.X.X Aug 27 21:18:51 hostname dhclient[6518]: bound to 10.X.X.X -- renewal in 3089 seconds. Aug 27 21:18:51 hostname sh[6510]: bound to 10.X.X.X -- renewal in 3089 seconds. Aug 27 21:18:51 hostname sh[6510]: run-parts: failed to open directory /etc/network/if-up.d: No such file or directory Aug 27 21:18:51 hostname sh[6510]: ifup: failed to bring up ens3 Aug 27 21:18:51 hostname systemd[1]: ifup@ens3.service: Main process exited, code=exited, status=1/FAILURE Aug 27 21:18:51 hostname systemd[1]: ifup@ens3.service: Failed with result 'exit-code'.