Re: Bug#532932: ITP: libalien-libjio-perl -- Perl package to find libjio

2009-06-12 Thread brian m. carlson
that they don't need to use this module? It seems silly to create a module just to make sure that a dependency is installed. That's for the Perl module building system or dpkg to ensure. If we had a separate Perl module to ensure every dependency that a Perl module might need, we'

Re: Bug#533838: ITP: rabbitsign -- free implementation of TI's application signing system

2009-06-21 Thread brian m. carlson
think that you need to mention that it is free software. If it is in main or contrib, that can be safely assumed. -- brian m. carlson / brian with sandals: Houston, Texas, US +1 713 440 7475 | http://crustytoothpaste.ath.cx/~bmc | My opinion only OpenPGP: RSA v4 4096b 88AC E9B2 9196 305

Re: cc vs gcc

2009-06-21 Thread brian m. carlson
uestions. I would consider it a bug if a package that specified CC=cc (whether intentionally or unintentionally) failed to build with a non-GCC compiler. I think the matter is really a package-specific matter. I see it much like the /bin/sh issue: if a script requires bash, it should specify bas

Re: dupload fatal error: Can't upload libgdcm-cil_2.0.10-5_amd64.deb

2009-06-22 Thread brian m. carlson
ascii-armors the entire thing, including the signed data. You want --clearsign. HTH. -- brian m. carlson / brian with sandals: Houston, Texas, US +1 713 440 7475 | http://crustytoothpaste.ath.cx/~bmc | My opinion only OpenPGP: RSA v4 4096b 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B18

Re: multiarch: arch dependent header file path choice

2014-06-28 Thread brian m. carlson
64-bit packages are co-installable. -- brian m. carlson / brian with sandals: Houston, Texas, US +1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187 signature.asc Description: Digital signature

Re: Re: people.debian.org will move from ravel to paradis and become HTTPS only

2014-07-16 Thread brian m. carlson
is that certificates are relatively cheap, pervasive monitoring is not going away, crypto is so cheap computationally on most platforms that there's no reason not to, and broken proxies suck. [0] Git pushes over HTTP with Kerberos, among many others. -- brian m. carlson / bria

Re: Reverting to GNOME for jessie's default desktop

2014-08-08 Thread brian m. carlson
cause about a third of machines just won't boot off a USB flash drive for any reason. The BIOS says they will, but it's a lie. I've even owned one of these machines (a fairly recent amd64 box). I would recommend keeping CD images around. -- brian m. carlson / brian with sandals:

Re: Standardizing the layout of git packaging repositories

2014-08-15 Thread brian m. carlson
ce.) Right now, I just build the source package repeatedly until it works, unless the package doesn't build twice in a row, in which case I swear repeatedly and no patch is sent. If there's a standard workflow, it makes my life easier and results in a patch that works better for the ma

Re: Allow encfs into jessie?

2014-09-29 Thread brian m. carlson
re a reason for > capitalizing every noun in the note title ? That style of title capitalization is very common in the United States (and Canada, it appears). It's less common in British English. -- brian m. carlson / brian with sandals: Houston, Texas, US +1 832 623 2791 | http://www.crust

Re: bash exorcism experiment ('bug' 762923 & 763012)

2014-10-02 Thread brian m. carlson
ts exactly those features, and nothing more. Unfortunately, some developers have outright refused to make their software using /bin/sh work with posh, even when provided with a patch (e.g. #309415), to the point that last time I tried to use posh as /bin/sh, the system wouldn't boot. -- b

Re: Bug#765512: general: distrust old crypto algos and protocols perdefault

2014-10-15 Thread brian m. carlson
has a hardcoded "unsigned char[20]" and moving it to a struct (later, a union) that can be treated more or less opaquely. If someone is interested in working with me on this, please let me know off-list, and I can provide more information about this. -- brian m. carlson / brian with

Re: Bug#765512: general: distrust old crypto algos and protocols perdefault

2014-10-15 Thread brian m. carlson
but there are upstreams where that's clearly not the case, and Debian should step in and ship software that doesn't have security holes by default. [0] Including virtually every Ruby script that uses HTTPS. -- brian m. carlson / brian with sandals: Houston, Texas, US +1 832 623 2791 | h

Re: Node.js and it's future in debian

2012-04-28 Thread brian m. carlson
but it doesn't seem like there's a better one if both camps are > unwilling to change. Policy specifically forbids this. If Policy did not specifically forbid this, it is my understanding that this would already have been done (and was already done, but was forced to be reverted).

Re: switching from exim to postfix

2012-05-01 Thread brian m. carlson
nce they have to deal with the occasional piece of undeliverable mail. This is not a knock against the listmasters, just an observation that if you violate the protocols, some places will reject your data. -- brian m. carlson / brian with sandals: Houston, Texas, US +1 832 623 2791 | http://www.

Re: Node.js and it's future in debian

2012-05-04 Thread brian m. carlson
disclosure: I use neither package, although I am more likely in the future to use node.js than the ham package.) -- brian m. carlson / brian with sandals: Houston, Texas, US +1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187 signature.asc Description: Digital signature

Re: /tmp on multi-FS set-ups, or: block users from using /tmp?

2012-05-26 Thread brian m. carlson
/tmp is a DoS waiting to happen. Many web hosting companies overprovision their servers (the business is cutthroat) and memory is very tight. -- brian m. carlson / brian with sandals: Houston, Texas, US +1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only OpenPGP: RSA v4 4096b

Re: CD sizes again (and BoF reminder!)

2012-07-21 Thread brian m. carlson
is calling fsync needlessly or wastefully. If you see that behavior, could you please file a bug on dpkg? -- brian m. carlson / brian with sandals: Houston, Texas, US +1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 75

Re: Proposal: Making Debian compiler agnostic

2012-08-28 Thread brian m. carlson
whether the compiler really is GCC or whether it's a broken clone (which could be clang or something entirely different). clang upstream does not consider this incompatibility a bug; I do. -- brian m. carlson / brian with sandals: Houston, Texas, US +1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187 signature.asc Description: Digital signature

Re: Proposal: Making Debian compiler agnostic

2012-08-29 Thread brian m. carlson
27;ve pointed out, clang (and, I believe, the Intel compiler) #define __GNUC__, so this has no effect. -- brian m. carlson / brian with sandals: Houston, Texas, US +1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994

Re: Stuff from /bin, /sbin, /lib depending on /usr/lib libraries

2012-08-29 Thread brian m. carlson
one > /usr mounted by the init scripts: if /usr is a standalone file system > then it must be mounted in the initramfs. > So let's just fix initramfs-tools and be done with this forever. Upstream maintainers of various stuff also refuse to provide man pages. Debian does not always do

Re: Bug#687001: ITP: optional-dev -- fake (empty) dev package

2012-09-08 Thread brian m. carlson
v package installed, since it would mean that package would suddenly fail to work in a major way for me. Your proposed solution would remove an important safety check. -- brian m. carlson / brian with sandals: Houston, Texas, US +1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion on

Re: /bin/sh (was Re: jessie release goals)

2013-05-14 Thread brian m. carlson
er had functionality that I wanted to disable and remove. -- brian m. carlson / brian with sandals: Houston, Texas, US +1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187 signature.asc Description: Digital signature

Re: /bin/sh (was Re: jessie release goals)

2013-05-14 Thread brian m. carlson
On Wed, May 15, 2013 at 02:29:40AM +0200, John Paul Adrian Glaubitz wrote: > On 05/15/2013 02:16 AM, Michael Biebl wrote: > >Am 15.05.2013 01:26, schrieb brian m. carlson: > >>On Sat, May 11, 2013 at 10:08:21PM +0200, Josselin Mouette wrote: > >>>This is utter bullsh

Re: /bin/sh (was Re: jessie release goals)

2013-05-14 Thread brian m. carlson
On Wed, May 15, 2013 at 02:12:10AM +0200, Michael Biebl wrote: > Am 15.05.2013 01:26, schrieb brian m. carlson: > > On Sat, May 11, 2013 at 10:08:21PM +0200, Josselin Mouette wrote: > >> This is utter bullshit and you should already know it. Systemd is much > >> more r

Re: /bin/sh (was Re: jessie release goals)

2013-05-15 Thread brian m. carlson
le candidate for /bin/sh. I use mksh-static for /bin/sh. -- brian m. carlson / brian with sandals: Houston, Texas, US +1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187 signature.asc Description: Digital signature

Re: Debian systemd survey

2013-05-23 Thread brian m. carlson
suspend and resume, except perhaps to start and stop the services which perform those functions. However well-intentioned, systemd does a lot more than init traditionally has, and definitely encroaches into areas that were not traditionally init-related. The Unix Way is to use separate process

Re: Debian systemd survey

2013-05-23 Thread brian m. carlson
;* inetutils-syslogd > >* rsyslog > >* socklog-run > >* syslog-ng-core > > Well, how many of these are actually used in the real world? rsyslog is priority important and is the default syslog implementation in Debian. It's also the default in Fedora. I think we can

Re: Debian systemd survey

2013-05-23 Thread brian m. carlson
On Fri, May 24, 2013 at 01:45:46AM +0200, Matthias Klumpp wrote: > 2013/5/24 brian m. carlson : > > The Unix Way is to use separate processes > > for separate tasks. > ...and this is what systemd does! It's not like we have an > event-logger, hotkey-handling and seat-man

Re: systemd .service file conversion

2013-05-26 Thread brian m. carlson
on your point of view), which may be the best way to solve the problem. I fear that consolidation of interfaces is unlikely to occur. -- brian m. carlson / brian with sandals: Houston, Texas, US +1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187 signature.asc Description: Digital signature

Re: systemd .service file conversion

2013-05-27 Thread brian m. carlson
On Mon, May 27, 2013 at 08:38:44AM +0200, Helmut Grohne wrote: > On Sun, May 26, 2013 at 10:27:53PM +0000, brian m. carlson wrote: > > At the risk of adding another level of indirection, we could add a > > meta-init format that can generate an appropriate file for any of these. >

Re: libnss consolidation (was: X.509 and CA certificates for other purposes (i.e. the IGTF))

2013-05-30 Thread brian m. carlson
I know the lack of TLS 1.2 support has caused customers of $DAYJOB endless heartache with regard to PCI compliance. NSS supports fewer algorithms than either OpenSSL or GnuTLS. -- brian m. carlson / brian with sandals: Houston, Texas, US +1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opi

Re: systemd .service file conversion

2013-05-31 Thread brian m. carlson
nels are far more innovative (and far easier to use) in this respect. -- brian m. carlson / brian with sandals: Houston, Texas, US +1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187 signature.asc Des

Re: libnss consolidation (was: X.509 and CA certificates for other purposes (i.e. the IGTF))

2013-05-31 Thread brian m. carlson
On Fri, May 31, 2013 at 12:19:27PM +0200, Bastien ROUCARIES wrote: > On Fri, May 31, 2013 at 4:42 AM, brian m. carlson > wrote: > > NSS does not support TLS 1.2. Since RC4 is not used securely in TLS, > > and the only other choice in TLS 1.1 and earlier is block ciphers with &

Re: Switching to mozilla ESR in stable-security

2013-06-02 Thread brian m. carlson
to the Mozilla branding in this case? I suspect not, since we are likely still going to apply the 40 patches that we currently apply. Also, such a major change is likely to break things in a security upload. -- brian m. carlson / brian with sandals: Houston, Texas, US +1 832 623 2791 | http

Re: [Popcon-developers] Encrypted popcon submissions

2013-07-12 Thread brian m. carlson
ing "$KEYRING" --trust-model=always \ I know you're using GnuPG 1.x here, but be aware that upstream has removed the --keyring option in newer 2.x versions, so this will break at some point in the future if GnuPG 2.x gets used. -- brian m. carlson / brian with sandals: Houston, Texas,

Re: [Popcon-developers] Encrypted popcon submissions

2013-07-13 Thread brian m. carlson
id he was going to do that, but you can see opposition on gnupg-users in the following threads: http://lists.gnupg.org/pipermail/gnupg-users/2011-August/042699.html http://lists.gnupg.org/pipermail/gnupg-users/2011-August/042725.html As you can see from the threads above, I agree that it i

Re: Berkeley DB 6.0 license change to AGPLv3

2013-07-19 Thread brian m. carlson
ve pointed out. Personally, I think the easiest and best solution is simply to stick with Berkeley DB 5.3. It avoids all the pain of relicensing and the inevitable licensing bugs that *will* show up. Not to mention that some upstreams will be unamused at Oracle's shenanigans and won't want t

Re: Survey answers part 3: systemd is not portable and what this means for our ports

2013-07-21 Thread brian m. carlson
iece of software for Debian to place in an important role, even if it currently works on all our architectures, since Debian is very portable among different architectures. -- brian m. carlson / brian with sandals: Houston, Texas, US +1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion

Re: Survey answers part 3: systemd is not portable and what this means for our ports

2013-07-22 Thread brian m. carlson
On Mon, Jul 22, 2013 at 07:17:04PM +0300, Uoti Urpala wrote: > brian m. carlson wrote: > > Since Debian is always in need of developers and volunteers, it isn't > > objectively reasonable to expect that forking a project will be > > possible. One thing that needs to be t

Re: Fwd: Proposal: switch default desktop to xfce

2013-10-25 Thread brian m. carlson
ll you that there are a lot of machines I've encountered that can't boot off a USB stick, and maybe about a third of those don't do DVD. -- brian m. carlson / brian with sandals: Houston, Texas, US +1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only OpenPGP: R

Re: Proposal: switch default desktop to xfce

2013-10-25 Thread brian m. carlson
inctly remember that there were several settings that XFCE provides in the settings dialogs that required arcane trips through the gconf/dconf settings, if they were there at all. It's possible that's changed, though. -- brian m. carlson / brian with sandals: Houston, Texas, US +1 832 6

Re: Re: / vs. /usr vs. fsck(8)

2011-10-14 Thread brian m. carlson
grub 2 didn't support booting off ext4; there was some problem when doing that. If /usr is a separate filesystem, I can use ext4 there and leave / ext3. -- brian m. carlson / brian with sandals: Houston, Texas, US +1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only OpenPGP: R

Re: RFC: Making mail-transport-agent Priority: optional

2011-10-15 Thread brian m. carlson
als of the sending user, I'm going to keep using mutt's SMTP support. TTBOMK, no MTA in Debian supports outgoing GSSAPI authentication *at all*, let alone with the specific user credentials. Only a few MTAs support per-user configuration on any level at all. -- brian m. carlson / brian w

Re: RFC: Making mail-transport-agent Priority: optional

2011-10-17 Thread brian m. carlson
me rationale for not installing it applies. -- brian m. carlson / brian with sandals: Houston, Texas, US +1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187 signature.asc Description: Digital signature

Bug#645723: The password

2011-10-18 Thread brian m. carlson
ograms that do this and you'll have a better chance of someone reassigning the bug to the right place so it can be fixed. -- brian m. carlson / brian with sandals: Houston, Texas, US +1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only OpenPGP: RSA v4 4096b: 88AC E9B2 9196

Re: segfault error 4 in libpthread-2.13.so X86_64

2011-10-29 Thread brian m. carlson
rmal and gdb (and other programs) will find the debugging symbols automatically. -- brian m. carlson / brian with sandals: Houston, Texas, US +1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187 signa

Re: Bug#648286: ITP: r8168 -- Realtek r8168 device driver for Linux (DKMS version)

2011-11-10 Thread brian m. carlson
ber reading about it recently. -- brian m. carlson / brian with sandals: Houston, Texas, US +1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187 signature.asc Description: Digital signature

Re: Switching /etc/mtab to /proc/mounts and removing /lib/init/rw

2011-12-13 Thread brian m. carlson
t; I'd be grateful for any feedback. You probably want to handle the case where /etc/mtab is a symlink to /proc/self/mounts as well, since it's equivalent, and I know some people (read: at least me) have already made that change. -- brian m. carlson / brian with sanda

Re: [Fwd: [ISC-Bugs #25979] What happened to the dhcp patch in ISC-Bugs #24697 (Debian Bug #616290)?]

2011-12-15 Thread brian m. carlson
atch, but the PATH_MAX issue is a pretty common one for Hurd, and assuming PATH_MAX is a compile-time constant is a bad idea anyway, since it's not allowed by POSIX. -- brian m. carlson / brian with sandals: Houston, Texas, US +1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion

Re: many packages fail to build twice in a row again

2011-12-20 Thread brian m. carlson
make it to fix your package, the less likely you are to receive a patch with that report, workaround or not. -- brian m. carlson / brian with sandals: Houston, Texas, US +1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187 signature.asc Description: Digital signature

Re: from / to /usr/: a summary

2011-12-31 Thread brian m. carlson
ges it to baz, the package breaks for the sysadmin. If the configuration were stored in /etc, the sysadmin would get notified by dpkg or ucf and would have an opportunity to change it. So the only sane thing to do is not change the default, ever. This does not sound to me like an especiall

Re: from / to /usr/: a summary

2011-12-31 Thread brian m. carlson
prompted. -- brian m. carlson / brian with sandals: Houston, Texas, US +1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187 signature.asc Description: Digital signature

Bug#655010: ITP: missing-manpages -- manual pages for software missing them

2012-01-07 Thread brian m. carlson
Package: wnpp Severity: wishlist Owner: "brian m. carlson" * Package name: missing-manpages Version : 1 Upstream Author : brian m. carlson * URL : https://github.com/bk2204/missing-manpages * License : GPL-2/Apache-2.0/CC-BY-SA-3.0 tri-license P

Re: Bug#655618: ITP: nx-libs -- NX protocol libraries and binaries

2012-01-12 Thread brian m. carlson
f libgc. [1] This is not a dig at the X Strike Force; they do a very good job with package maintenance and bug handling with the manpower they have. -- brian m. carlson / brian with sandals: Houston, Texas, US +1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only OpenPGP: RSA v4 409

Re: Switching /etc/mtab to /proc/mounts and removing /lib/init/rw

2012-01-18 Thread brian m. carlson
nvert them all into UUIDs. Then it doesn't matter which driver (ide or libata or something else entirely) is being used. -- brian m. carlson / brian with sandals: Houston, Texas, US +1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only OpenPGP: RSA v4 4096b: 88AC E9B2

Re: Breaking programs because a not yet implemented solution exists in theory (Was: Bug#658139: evince: missing mime entry)

2012-02-02 Thread brian m. carlson
have to support it or find a co-maintainer who will. However awful you think mime-support is, it's still part of Policy, and agreeing on one system improves the experience for users, which is one of the main purposes of a Linux distribution. -- brian m. carlson / brian with sandals: Housto

Re: Please test gzip -9n - related to dpkg with multiarch support

2012-02-08 Thread brian m. carlson
secure. Merkle-Damgård constructions include the number of bits hashed in the hash. But yes, MD5 is vulnerable to length extension attacks. -- brian m. carlson / brian with sandals: Houston, Texas, US +1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only OpenPGP: RSA v4 4096b:

Re: Please test gzip -9n - related to dpkg with multiarch support

2012-02-09 Thread brian m. carlson
ates C's as-if rule. The compiled version has to act as if it did exactly what the C said. Optimizations or other transformations that cause the compiled code to violate this are a bug in the compiler. -- brian m. carlson / brian with sandals: Houston, Texas, US +1 832 623 2791 | http://www.c

Re: leaks in our only-signed-software fortress

2012-02-18 Thread brian m. carlson
should be used in new applications. -- brian m. carlson / brian with sandals: Houston, Texas, US +1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187 signature.asc Description: Digital signature

Re: upstart: please update to latest upstream version

2012-02-23 Thread brian m. carlson
. gdm) simply not work. If we're going to move to event-based booting, this discovery needs to be made *before* the system reboots[0] and init must complain loudly and handle it gracefully anyway. [0] And whatever solution we choose must handle the case where the sysadmin drops local services int

Re: debian-multimedia.org considered harmful

2012-03-10 Thread brian m. carlson
prevent certain video games from being played, and Australia also has stupid video game laws that could be interpreted as being binding against Debian. I'm sure that every country has laws which are problematic; don't blame it all on the US. -- brian m. carlson / brian with sandals:

Re: Really, about udev, not init sytsems

2012-11-25 Thread brian m. carlson
sial, many people partitioned their systems with a separate /usr. I have a server that is configured this way. If I were to reinstall it, I might not use a separate /usr, but it is hardly reasonable to make me repartition my disk now. That means extra work for me. (Nor is it reasonable to hav

Re: "Do not CC me"

2012-11-25 Thread brian m. carlson
ur mail to the list is so important that I should receive notification of it wherever I am and whatever I'm doing. -- brian m. carlson / brian with sandals: Houston, Texas, US +1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only OpenPGP: RSA v4 4096b: 88AC E9B2 9196 30

Re: Maildir vs. mbox in Debian

2012-11-29 Thread brian m. carlson
on can literally take minutes. btrfs in its default configuration is completely unusable for any system that uses databases *at all*, which is essentially everything but tiny embedded systems. I won't even use it on /tmp. -- brian m. carlson / brian with sandals: Houston, Texas, US +1 8

Re: Contributor agreements and copyright assignment

2012-12-04 Thread brian m. carlson
ore limited version of it, in the FSF's case) when I don't get the same in return. -- brian m. carlson / brian with sandals: Houston, Texas, US +1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187 signature.asc Description: Digital signature

Public service announcement about dependencies on gawk

2013-03-18 Thread brian m. carlson
ed by base-files. If your script does require some feature that is not available in mawk or original-awk, you explicitly need to call gawk, since /usr/bin/awk is an alternative and you cannot assume that it will point to gawk. -- brian m. carlson / brian with sandals: Houston, Texas, US +1 832 623

Re: Public service announcement about dependencies on gawk

2013-03-19 Thread brian m. carlson
On Tue, Mar 19, 2013 at 07:59:14AM +0100, Andrew Shadura wrote: > On Mon, 18 Mar 2013 23:23:45 + > "brian m. carlson" wrote: > > > I've seen a lot of cases over the years of packages depending on gawk > > that do not need it. If you only need a standard

Re: 2013 sometimes still feels like 2003 or 1993 (Re: NEW processing during freezes

2013-05-03 Thread brian m. carlson
going to set up an entire chroot or sbuild or pbuilder environment just to test a patch. Packages should definitely be built for the archive in a clean environment, but they should still build correctly in an unclean one. -- brian m. carlson / brian with sandals: Houston, Texas, US +1 832 623 27

Re: GnuTLS in Debian

2013-12-22 Thread brian m. carlson
spite me filing bugs, neither the NSS nor the curl maintainers have stepped up to fix this. This also doesn't consider the fact that NSS provides poorer crypto support than either OpenSSL or GnuTLS, although it's getting better. -- brian m. carlson / brian with sandals: Houston, Texas, US

Re: CUPS is now linked against OpenSSL

2014-01-15 Thread brian m. carlson
since it doesn't support the mandatory cipher suite. That isn't a practical problem, since nobody implements only that cipher suite, but it is a conformance issue that needs to be addressed. -- brian m. carlson / brian with sandals: Houston, Texas, US +1 832 623 2791 | http://www.crus

Re: Bug#741930: reportbug: add current init system information

2014-03-23 Thread brian m. carlson
y reporters won't think to mention it. -- brian m. carlson / brian with sandals: Houston, Texas, US +1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187 signature.asc Description: Digital signature

Re: Bug#741930: reportbug: add current init system information

2014-03-25 Thread brian m. carlson
e set zsh as /bin/sh. Also, it doesn't make sense to make hundreds of packages duplicate the same (or worse, slightly different and potentially subtly broken) code, when it could be in one single place. -- brian m. carlson / brian with sandals: Houston, Texas, US +1 832 623 2791 | http://w

Re: Debian default desktop environment

2014-04-05 Thread brian m. carlson
and was sluggish, but XFCE ran fine. [1] The very existence of MATE provides some support for this argument, at least. [2] http://anonscm.debian.org/gitweb/?p=tasksel/tasksel.git;a=commitdiff;h=dfca406eb694e0ac00ea04b12fc912237e01c9b5 -- brian m. carlson / brian with sandals: Houston, Texas, US +

Re: Debian default desktop environment

2014-04-05 Thread brian m. carlson
On Sat, Apr 05, 2014 at 11:32:07PM +0100, Ben Hutchings wrote: > On Sat, 2014-04-05 at 18:18 +0000, brian m. carlson wrote: > [...] > > * There were concerns about accessibility support, "particularly for the > > blind"[2]. > [...] > > Which is unfortuna

Re: Debian default desktop environment

2014-04-08 Thread brian m. carlson
ied a bootable CD with me when I did freelance desktop support. -- brian m. carlson / brian with sandals: Houston, Texas, US +1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187 signature.asc Description: Digital signature

Re: About a mass bug report not based on Sid or Jessie.

2014-04-22 Thread brian m. carlson
artifacts for doing code > review. Furthermore, third-parties use Debian's diffs as the basis for security and feature patches. At work, we ship a slightly modified version of Debian's timezone patches for PHP, and we also have used Debian's security patches as well. -- brian m.

Re: dh_shlibdeps warnings concerning undefined OpenMP symbols

2011-03-31 Thread brian m. carlson
epend on "gcc-4.4". Again, you don't need to depend on gcc. Your package will probably have a dependency on libgomp1, but that will be automatically added if required. -- brian m. carlson / brian with sandals: Houston, Texas, US +1 832 623 2791 | http://www.crustytoothpaste.net/~

Re: Bits from the Release Team - Kicking off Wheezy

2011-04-02 Thread brian m. carlson
mpletely inappropriate for a server: the package description even says so. -- brian m. carlson / brian with sandals: Houston, Texas, US +1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187 signature.asc Description: Digital signature

Re: Bug#620808: ITP: payyans -- A python utility to convert between ASCII and Unicode.

2011-04-04 Thread brian m. carlson
n should clearly state what the utility does so that people who need it can find it and those looking for iconv or recode determine that it's not for them. -- brian m. carlson / brian with sandals: Houston, Texas, US +1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only

Re: Updating GPG howto (http://keyring.debian.org/creating-key.html)

2011-04-05 Thread brian m. carlson
I recommend using the largest size possible, which IIRC is 4096 bits. -- brian m. carlson / brian with sandals: Houston, Texas, US +1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187 signature.asc Description: Digital signature

Re: Updating GPG howto (http://keyring.debian.org/creating-key.html)

2011-04-07 Thread brian m. carlson
On Wed, Apr 06, 2011 at 12:15:49PM +0200, Vincent Caron wrote: >That's a nice explanation that would fit on > http://keyring.debian.org/creating-key.html If someone would like to put it up there, he or she should feel free to do so. > Thanks for your help. Sure. -- br

Re: Updating GPG howto (http://keyring.debian.org/creating-key.html)

2011-04-07 Thread brian m. carlson
ense since it is the must-implement hash algorithm. So setting these preferences is still recommended for current use. While these preferences do affect key signatures, they also affect other uses as well—uses where SHA-1 is still a bad choice. -- brian m. carlson / brian with sandals: Housto

Re: DM upload permissions in detail

2011-04-27 Thread brian m. carlson
anges every time it's used (think perl's hashes), then the same program can produce different outputs every time. You probably therefore should not rely on the order in which the packets are emitted. -- brian m. carlson / brian with sandals: Houston, Texas, US +1 832 623 2791 | http:/

Re: Bug#625865: ITP: ocportal -- ocPortal is a Content Management System for building and maintaining a dynamic website

2011-05-06 Thread brian m. carlson
x27;s reasonable to ask what the features are for one that will be added to the archive and what makes it better than the alternatives. It happens on occasion that a packager may decide that there is a better tool for their needs and use that instead. -- brian m. carlson / brian with sandals: Houst

Re: Writing to /etc/ from a "privileged" UI

2011-05-11 Thread brian m. carlson
ses the network connection, I certainly don't want him able to access the password that is used for authentication. -- brian m. carlson / brian with sandals: Houston, Texas, US +1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305

Re: Debian x86 32-bits built for i586 !?

2011-05-15 Thread brian m. carlson
mtune value should remain i686. [0] http://www.singlix.com/trdos/pentium.txt -- brian m. carlson / brian with sandals: Houston, Texas, US +1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187 si

Re: bug reporting workflow is outdated

2011-05-22 Thread brian m. carlson
new messages. Using an email-based method means that someone who needs to contact me about the status of a bug can do so trivially. Besides the fact that *I* think it's a bad idea, apparently the BTS administrators do, too: #277744 is marked wontfix. -- brian m. carlson / brian with sandals:

Re: distinguish between "core" and "main"?

2011-06-04 Thread brian m. carlson
e and unlikely to break things at all. Neither Debian nor I guarantee this, though. -- brian m. carlson / brian with sandals: Houston, Texas, US +1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187

Re: Link-time optimization in debian packages

2011-06-05 Thread brian m. carlson
his is not something that is a boon in every case and certainly not something that should automatically be used project-wide. -- brian m. carlson / brian with sandals: Houston, Texas, US +1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only OpenPGP: RSA v4 4096b: 88AC E9B2 919

Re: Bug#630753: ITP: snap -- gene finding with HMMs in Eukaryotes and Prokaryotes

2011-06-17 Thread brian m. carlson
correct me if I'm wrong) that cells are either eukaryotic or prokaryotic; there isn't a third class. If so, it's probably better to use a term that includes both, since as it reads now, it implies that it handles these two types, but not some unknown third. -- brian m. carlson / brian

Re: Portability of systemd [was: A few observations about systemd]

2011-07-18 Thread brian m. carlson
orted openat(2) since 8.0, but I don't know if the kFreeBSD glibc has it implemented. If not, it's very likely trivial to accomplish. -- brian m. carlson / brian with sandals: Houston, Texas, US +1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only OpenPGP: RSA v4 40

Re: [Lennart Poettering] Re: A few observations about systemd

2011-07-18 Thread brian m. carlson
systemd at all, other than offending the upstream author. Last I checked, The Unix Way did not involve having important system programs prattle on about irrelevant details. I'll side with supporting GNU/kFreeBSD over systemd any day. [0] Extremely limited bandwidth for incoming Windows SMT

Re: [Lennart Poettering] Re: A few observations about systemd

2011-07-19 Thread brian m. carlson
the man page? It's hard to access the manpage on the only system on which systemd is installed when the system won't boot. If everything's working normally, I don't care if it's mostly silent. -- brian m. carlson / brian with sandals: Houston, Texas, US +1 832 623 2791 | ht

Re: A few observations about systemd

2011-07-20 Thread brian m. carlson
n kFreeBSD, then ok, that happens. Would it be nice if systemd were portable? Yes. But if we assume that it's not, then we have to accept that. The question here is whether we're effectively willing to make a non-portable package part of Essential. The question wo

Re: A few observations about systemd

2011-07-20 Thread brian m. carlson
On Wed, Jul 20, 2011 at 08:44:43PM +0200, Ben Hutchings wrote: > On Wed, 2011-07-20 at 18:27 +0000, brian m. carlson wrote: > > In most cases, if a package is buggy on some platform, the porters will > > either fix it or exclude it from that platform. Nevertheless, we expec

Re: Bug#636164: RFP: apt-clone -- ZFS integrated APT package handling utility

2011-08-01 Thread brian m. carlson
On Mon, Aug 01, 2011 at 12:38:13AM +0200, Robert Millan wrote: > * Package name: apt-clone > Version : 0.7.9nexenta28 > * URL : see below > * License : CDDL You may want to run this by debian-legal. Last I checked, this license wasn't okay. --

Bug#638322: nfs-common: rpc.statd binds to udp port 631 preventing cups startup

2011-08-18 Thread brian m. carlson
mentations, the glibc implementation ignores any value that the caller supplies in sin->sin_port. Fixing this might be a useful way around the problem. I'd code up a patch, but eglibc won't take it without copyright assignment. -- brian m. carlson / brian with sandals: Houston, Texas, US

Re: Maintainers, porters, and burden of porting

2011-09-10 Thread brian m. carlson
ot a SIGBUS. In order to assist developers, I tried to write a library to enable alignment check on i386/amd64 for ease of debugging, but the C library does not function correctly with that enabled, so I gave up. -- brian m. carlson / brian with sandals: Houston, Texas, US +1 832 623 2791 | http:/

Re: Architectures where unaligned access is (not) OK?

2014-11-22 Thread brian m. carlson
> SIGBUS. :-( Yeah, that's my experience, too. glibc is not alignment check-safe on i386 and amd64. If you turn it on in an LD_PRELOAD using _init, it segfaults before main. -- brian m. carlson / brian with sandals: Houston, Texas, US +1 832 623 2791 | http://www.crustytoothpaste.net/~bmc |

Re: please use signed git commits (and tags)

2015-05-24 Thread brian m. carlson
hough, so you don't have to enter your passphrase repeatedly. -- brian m. carlson / brian with sandals: Houston, Texas, US +1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187 signature.asc Description: Digital signature

<    1   2   3   4   >