Bug#606055: Expert installer freezes when selecting Configure MD devices

2010-12-05 Thread Adam Nielsen
Package: debian-installer Version: 20101127 (6.0 squeeze) Just trying out Debian for the first time, installing it over the top of a Gentoo box. I configured all the partitions (mostly by accepting the existing software-RAID configuration and leaving it unchanged except for reformatting

Bug#617746: Cannot select ethernet driver during install

2011-03-10 Thread Adam Nielsen
Package: debian-installer Version: squeeze (amd64/mini.iso) When detecting network drivers I received a prompt saying my network card requires non-free firmware and to please supply it. I chose 'no' as I didn't have the firmware handy but then it said I had no network devices installed so I

Bug#508029: pumount doesn't work for auto-pmounted devices

2009-01-31 Thread Adam Nielsen
Yes, it does. I'm still missing some information, though. Could you send the output of pmount (only, without arguments/options) when the device is mounted ? $ pmount Printing mounted removable devices: /dev/sde1 on /media/TDK2 type vfat

Bug#508029: pumount doesn't work for auto-pmounted devices

2009-01-05 Thread Adam Nielsen
Hi Vincent, Could you be a bit more precise, please ? Which is the mount point of the devices ? Are they removable ? What does pumount -d device tell you ? This is what happens when I connect a USB flash drive: $ ls /media/ total 36K drwxr-xr-x 3 root root 44 2009-01-06 15:25 .

Bug#508029: pumount doesn't work for auto-pmounted devices

2008-12-06 Thread Adam Nielsen
Package: pmount Version: 0.9.17 When pmount is SGID and a device is mounted through a udev hotplug event, the mountpoint is owned by the same user and group as the pmount executable (root:plugdev on my system.) This is fine, but if I want to unmount the device manually before unplugging it, I

Bug#618734: bash: autocomplete fails with 'tar jcvf' and non .bz2 file

2011-03-17 Thread Adam Nielsen
Package: bash Version: 4.1-3 Severity: minor When typing 'tar jcvf' and using tab to autocomplete, the autocomplete ignores files without .bz2 extensions. For example, if you rename an archive to really-long-filename.tar.bz2.old (adding .old onto the end), when you try to recreate the archive by

Bug#618734: bash: autocomplete fails with 'tar jcvf' and non .bz2 file

2011-03-17 Thread Adam Nielsen
For example, if you rename an archive to really-long-filename.tar.bz2.old (adding .old onto the end), when you try to recreate the archive by typing tar jcvf reallytab (intending to delete the '.old' part) it won't autocomplete so you have to type the whole long filename from scratch. I think

Bug#629263: mbeq crashes 64-bit Firefox (patch included)

2011-06-04 Thread Adam Nielsen
Package: swh-plugins Version: 0.4.15+1-4 There is a bug in this version of swh-plugins which causes Firefox to crash on 64-bit platforms (see https://bugzilla.mozilla.org/show_bug.cgi?id=650601) The LV2 port of these plugins has had the problem fixed

Bug#642604: lighttpd always binds to IPv6 on TCP port 80

2011-09-24 Thread Adam Nielsen
Package: lighttpd Version: 1.4.28-2 lighttpd ships with a line in the default config which calls /usr/share/lighttpd/use-ipv6.pl, the idea being to bind to port 80 on any IPv6 interface, if present. Unfortunately this has two drawbacks: 1) You are forced to have IPv6 on, even when

Bug#642604: [pkg-lighttpd] Bug#642604: lighttpd always binds to IPv6 on TCP port 80

2011-09-24 Thread Adam Nielsen
Could I please request that this line be moved into its own script in /etc/lighttpd/conf-available/ instead, so that enabling or disabling IPv6 support can be toggled on and off with a symlink, like the other options? This way the default config file would not have to be altered to change IPv6

Bug#642604: [pkg-lighttpd] Bug#642604: lighttpd always binds to IPv6 on TCP port 80

2011-09-28 Thread Adam Nielsen
I discussed your bug report with Olaf and we came to the conclusion that having core settings like server and socket setup in conf-available/-enabled is the wrong approach. This setup is merely for module setup and configuration for our own and other package maintainer's modules. We just can't

Bug#642604: [pkg-lighttpd] Bug#642604: lighttpd always binds to IPv6 on TCP port 80

2011-09-30 Thread Adam Nielsen
I get your point, but I consider every setting in /etc specific to Debian, but yet allowed and suggested to be changed by the user. Note, we don't distinguish between settings supposed to be changed by users and those considered a distribution specific detail. Of course it does not make too much

Bug#642604: [pkg-lighttpd] Bug#642604: Bug#642604: lighttpd always binds to IPv6 on TCP port 80

2011-09-30 Thread Adam Nielsen
It is a limitation I think of any/every configuration control system. Why can't it show the diff / update like dpkg does? It could, but because it's designed to control large numbers of machines it would need some careful planning to avoid showing the same/similar diff dozens of times.

Bug#642604: [pkg-lighttpd] Bug#642604: Bug#642604: lighttpd always binds to IPv6 on TCP port 80

2011-09-30 Thread Adam Nielsen
Thanks both for your replies, I have responded to both below. From: Olaf van der Spek olafvds...@gmail.com Those people using a configuration management system like Puppet won't get to see dpkg's nice output, and will have to merge the changes by hand in their repos and push them out to all

Bug#642604: [pkg-lighttpd] Bug#642604: Bug#642604: lighttpd always binds to IPv6 on TCP port 80

2011-09-30 Thread Adam Nielsen
Why can't it show the diff / update like dpkg does? nobody has done it yet. So how does it handle updated conf files? I'm not entirely sure. It runs dpkg in non-interactive mode, which means it would either overwrite configs without asking (and then overwrite them again with what's in

Bug#642604: [pkg-lighttpd] Bug#642604: Bug#642604: lighttpd always binds to IPv6 on TCP port 80

2011-10-04 Thread Adam Nielsen
what should we do here? I conclude that neither Olaf nor I are particularly thrilled from your idea. On the other hand I can also see how you have some valid points - despite of a very specific use case you have. Hence I guess its decision time. Any proposals? Hmm, do you have anything

Bug#642604: [pkg-lighttpd] Bug#642604: Bug#642604: Bug#642604: lighttpd always binds to IPv6 on TCP port 80

2011-10-04 Thread Adam Nielsen
but at least in this case the files will both be small enough that it shouldn't really be a problem in practice. Shouldn't? Really? Those qualifications indicate potential problems. Not really, it just means that there will be some small number of users who will need to do things

Bug#642604: lighttpd always binds to IPv6 on TCP port 80

2011-10-04 Thread Adam Nielsen
Otoh it is true that probably not all platforms would provide a similar config, so i'm not sure how useful this is for puppet users. perhaps it would be better to extract those settings from the current config (lighttpd -p -f /etc/lighttpd/lighttpd.conf | grep ... new-puppet-plaform.conf) in a

Bug#877845: libmariadb-dev-compat: Cannot install static libmysqlclient with libmysql++-dev

2017-10-05 Thread Adam Nielsen
Package: libmariadb-dev-compat Version: 2.3.2-2 Severity: important Dear Maintainer, I have been unable to install a static version of the MySQL client library at the same time as a static version of the mysql++ library. * What led up to the situation? I am trying to compile an app as a static

Bug#878039: libmariadb-dev-compat: Static library symlinked to dynamic one, compile error

2017-10-08 Thread Adam Nielsen
Package: libmariadb-dev-compat Version: 2.3.2-2 Severity: important Dear Maintainer, I discovered a mistake in the libmariadb-dev-compat package. The static library (.a) is a symlink to a dynamic library (.so), meaning you get this error when trying to compile against the static library:

Bug#901710: php7.0-fpm won't start because /run/php doesn't exist

2018-06-17 Thread Adam Nielsen
Package: php7.0-fpm Version: 7.0.27-0+deb9u1 After installing this package, it won't run because it does not create a directory that it needs: $ apt-get install php7.0-fpm $ php-fpm7.0 ERROR: unable to bind listening socket for address '/run/php/php7.0-fpm.sock': No such file or directory