Bug#817841: openresolv: doesn't work with multiple domains in search, they are concatenated.
The problem is in /sbin/resolvconf trip any trailing dot from each name as a FQDN does not belong # in resolv.conf(5) # If you think otherwise, capture a DNS trace and you'll see libc # will strip it regardless. # This also solves setting up duplicate zones in our subscribers. strip_trailing_dots() { local n= for n; do printf "%s" "${n%.}" done printf "\n" } where printf "%s" "${n%.}" is missing space to separate multiple search values again. Printing additional space at the begining fixed it for me: strip_trailing_dots() { local n= for n; do printf " %s" "${n%.}" done printf "\n" } mk
Bug#817841: openresolv: doesn't work with multiple domains in search, they are concatenated.
Ticket available on: http://roy.marples.name/projects/openresolv/tktview/2557e09a73327a41b2cc6676bacf42966f53df35 signature.asc Description: OpenPGP digital signature
Bug#692344: wicd-curses dies when moving around a conference
+++ Axel Beckert [2016-03-11 11:52 +0100]: > Hi Wookey, > > Wookey wrote: > > Issue still present in v 1.7.2.4-4.1 > > (rebuilt from testing/unstable source on jessie) > > Are you sure about that version number? Testing/Unstable currently has > 1.7.4+tb2-1. 1.7.2.4-4.1 is the version in Jessie. Sorry. The version I have installed is 1.7.4+tb2-1, so I did test the right one. What I don't understand is why everyone isn't complaining about this. It's been affecting me at nearly every conference for 3-4 years... Does everyone else put up with it, or is there something odd about my setup that makes it possible to get a dbus message failure? > > Can we just take out the dbus assert for this as it seems to be > > inappropriate? > > I'll have a look. Thanks for the hint. I know nothing about dbus. It seems that the author thinks this should never happen. All I know is that it happens nearly every time I move between wifi zones (on an x200 thinkpad - amybe it's specific to the wifi chipset/driver). Wookey -- Principal hats: Linaro, Debian, Wookware, ARM http://wookware.org/ signature.asc Description: Digital signature
Processing of adduser_3.114_source.changes
adduser_3.114_source.changes uploaded successfully to ftp-master.debian.org along with the files: adduser_3.114.dsc adduser_3.114.tar.xz Greetings, Your Debian queue daemon (running on host coccia.debian.org)
Processing of adduser_3.114_source.changes
adduser_3.114_source.changes uploaded successfully to localhost along with the files: adduser_3.114.dsc adduser_3.114.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org)
adduser_3.114_source.changes ACCEPTED into unstable
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sat, 12 Mar 2016 15:53:58 + Source: adduser Binary: adduser Architecture: source Version: 3.114 Distribution: unstable Urgency: medium Maintainer: Debian QA Group Changed-By: Niels Thykier Description: adduser- add and remove users and groups Changes: adduser (3.114) unstable; urgency=medium . * QA upload. * Set the maintainer to Debian QA Team and remove the Uploaders field. * Drop unnecessary versxioned relations to other packages. * install-manpages.pl: Pass "-n" to gzip to omit timestamps from the compressed files. * install-manpages.pl: Create directories as needed. * Rewrite debian/rules to use debhelper 9. * Apply patch from Antonio Terceiro to add autopkgtests. * Suggest perl instead of perl-modules. * Set the source format to 3.0 (native). * Drop irrelevant lintian overrides. * Drop part of the postrm, which is now inserted by debhelper. * Drop dependencies that debhelper inserts via ${misc:Depends}. Checksums-Sha1: 0bbf7aa042d017f937c037c69cd203cea3a47739 1595 adduser_3.114.dsc fe1c1d2616a2c183ae7216ba13ae6533e9d2cf8a 208852 adduser_3.114.tar.xz Checksums-Sha256: 45bd82c409880336ab6cb91e732e2f75772bc1d91f6eb84f8114b66e33c66290 1595 adduser_3.114.dsc 693b45bb0d27938fff2ecee5442ea2ac1b8804472ff0bb8faffd39616e58211f 208852 adduser_3.114.tar.xz Files: adf850f55e41be178586e7f8d762440e 1595 admin important adduser_3.114.dsc 3a079dd4e41d5a1fbaccaab03aacd881 208852 admin important adduser_3.114.tar.xz -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAEBCAAGBQJW5DxrAAoJEAVLu599gGRCWj0P/07xc9+xES0cirGRFFijrqk7 CWpAoXRyiLRcXpLJs+t1QzwOpiZ8Ht+wetVPyWxHPPLi01T2rWye3t5bwq/ggF4P sE5PFD24myLvaMwETsgX8avOYN02UbKcGeKSqhc93jDIvHnQHqf0wOyDcltRKZMz y7ol0P7F/3kcwKR2w8ngPNT+YEFzxa2OK0WCNpCRASG8boEQ730/aKT0CPP2Q9ZP yxzlKYd6EjLHg5umO7IEjkTnE2y8mG7NGowuJTZ+ju4IOrv6Vr5UqyxoXsR1+ikS kz6MvbX9uxBk0jc0qzTiSOup3yHy0/1MsubihH89fIWdF/1HR/z7PnZKjUrCY/pC nHkatoPrPZxiIU4W0I2PT1Ht5DmfRad9ehihHB0bBU9KaUSuK4I4yiTxxUDIp22U QiHk92CuKqlfjYQ0egmuxW0/WEpn6EizP9fXHyW1AfDrmQT0sdNNbWk4IvkDFwdq 9RnPB06jkbR4r2svdjXR4JtcJ/z/8xGYxd3ydJqOaP8XbEvx5ySuAODaHGw1sqHA eLuZ/meje14FD1Khi/JR9uueCn2r6beShoJmiebvfBQ3sytyH2kOv4jxnNdnYbhx LjXJY4nrh50hZwHKT4GLIlJmkEBUOvH3nb0Gu3KPi527RcQALnKOfF/WD2cZoPXH lWo4B0eKAQ/d2bGWbeIM =FidS -END PGP SIGNATURE- Thank you for your contribution to Debian.
Voici un travail à domicile à vie et transmissible à vos enfants
Découvrez un travail à domicile qui pourra en moins de 2 jours, changer votre vie, et vous garantir une rente mensuelle à vie, transmissible à vos enfants. http://revenu.online/a/amazon En publiant des livres du domaine public gratuitement sur Amazon, vous pouvez générer des revenus ilIimités sans écrire une seule ligne, sans faire de publicité, et sans faire de site ou blog. Pour plus d'information: http://revenu.online/a/amazon
Processed: Re: Bug#692344: wicd-curses dies when moving around a conference
Processing control commands: > found -1 1.7.4+tb2-1 Bug #692344 [wicd] wicd-curses dies when moving around a conference Marked as found in versions wicd/1.7.4+tb2-1. -- 692344: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=692344 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#692344: wicd-curses dies when moving around a conference
Control: found -1 1.7.4+tb2-1 Hi Wookey, Wookey wrote: > > Are you sure about that version number? Testing/Unstable currently has > > 1.7.4+tb2-1. 1.7.2.4-4.1 is the version in Jessie. > > Sorry. The version I have installed is 1.7.4+tb2-1, so I did test the right > one. Thanks for the confirmation > What I don't understand is why everyone isn't complaining about > this. It's been affecting me at nearly every conference for 3-4 > years... Does everyone else put up with it, or is there something odd > about my setup that makes it possible to get a dbus message failure? At least in my case, I usually run wicd-curses only if I need it and don't have it running all the time. I vaguely can remember having seen something like this one or two times with my EeePC 900. But the memory is too vague to confirm or deny that it's the same issue. Regards, Axel -- ,''`. | Axel Beckert , http://people.debian.org/~abe/ : :' : | Debian Developer, ftp.ch.debian.org Admin `. `' | 4096R: 2517 B724 C5F6 CA99 5329 6E61 2FF9 CD59 6126 16B5 `-| 1024D: F067 EA27 26B9 C3FC 1486 202E C09E 1D89 9593 0EDE
Bug#692344: wicd-curses dies when moving around a conference
+++ Axel Beckert [2016-03-13 02:25 +0100]: > > What I don't understand is why everyone isn't complaining about > > this. It's been affecting me at nearly every conference for 3-4 > > years... Does everyone else put up with it, or is there something odd > > about my setup that makes it possible to get a dbus message failure? > > At least in my case, I usually run wicd-curses only if I need it and > don't have it running all the time. Good point - I guess most people use wicd-gtk, which doesn't have this issue. Wookey -- Principal hats: Linaro, Debian, Wookware, ARM http://wookware.org/ signature.asc Description: Digital signature
volti is marked for autoremoval from testing
volti 0.2.3-6 is marked for autoremoval from testing on 2016-04-18 It is affected by these RC bugs: 816801: volti: The script /usr/bin/volti incorrectly checks the version of dbus