Re: [gentoo-user] PostgreSQL Vs MySQL @Uber

2016-08-11 Thread Douglas J Hunley
On Tue, Aug 2, 2016 at 1:51 AM, james wrote: > Douglas did manage to pull his own bacon from the fire, in the end of his > article, but it wreaks of vendor hyperbole, imho. > Again, not the author -- { "name": "douglas j hunley", "email&qu

Re: [gentoo-user] PostgreSQL Vs MySQL @Uber

2016-08-11 Thread Douglas J Hunley
our thoughts. Douglas didn't write the damn thing, merely added it to the discussion here. Thank you very much -- { "name": "douglas j hunley", "email": "doug.hun...@gmail.com", "social": [ { "blog": "https://hunleyd.github.io/";, "twitter": "@hunleyd" } ] }

Re: [gentoo-user] PostgreSQL Vs MySQL @Uber

2016-07-31 Thread Douglas J Hunley
On Fri, Jul 29, 2016 at 7:01 PM, Mick wrote: > Yes, same here, I would be interested to hear what the Postgres dev says, > should he respond to it. > One PostgreSQL dev's response - https://t.co/LfPlIPWulc -- { "name": "douglas j hunley", "ema

[gentoo-user] confusion on profiles

2015-02-24 Thread Douglas J Hunley
ce between 20 and 24. I thought x32 was the path to getting rid of the emul* stuff ? -- Douglas J Hunley (doug.hun...@gmail.com) Twitter: @hunleyd Web: about.me/douglas_hunley G+: http://google.com/+DouglasHunley

Re: [gentoo-user] KDE monitor configuration disappeared!

2014-11-04 Thread Douglas J Hunley
our issue? -- Douglas J Hunley (doug.hun...@gmail.com) Twitter: @hunleyd Web: about.me/douglas_hunley G+: http://google.com/+DouglasHunley

Re: [gentoo-user] uevent_helper on kernel 3.16.5-gentoo

2014-10-28 Thread Douglas J Hunley
s disabled or not. Interesting. I'll have to poke my setup and see why it wasn't loading for me. Thanks! -- Douglas J Hunley (doug.hun...@gmail.com) Twitter: @hunleyd Web: about.me/douglas_hunley G+: http://google.com/+DouglasHunley

Re: [gentoo-user] uevent_helper on kernel 3.16.5-gentoo

2014-10-27 Thread Douglas J Hunley
On Fri, Oct 24, 2014 at 10:44 AM, Mick wrote: > I just enabled the wireless adaptor and I connected to the neighboor's AP fine > with my b43 firmware (BCM4312 chipset): So is this a module in your kernel? It wasn't clear to me from your reply -- Douglas J Hunley (doug.

Re: [gentoo-user] uevent_helper on kernel 3.16.5-gentoo

2014-10-24 Thread Douglas J Hunley
ers. Do you run a modular kernel or compile everything in? I do the latter, and on 3.17.0 turning this off caused the b43 firmware for my wifi card to not load. I'll give you that 3.17.0 has other issues, but.. -- Douglas J Hunley (doug.hun...@gmai

Re: [gentoo-user] prevent package from creating dir?

2014-10-20 Thread Douglas J Hunley
see if anyone else replies and then I'll go test it :) -- Douglas J Hunley (doug.hun...@gmail.com) Twitter: @hunleyd Web: about.me/douglas_hunley G+: http://google.com/+DouglasHunley

[gentoo-user] prevent package from creating dir?

2014-10-20 Thread Douglas J Hunley
a directory if it exists? Yes, I could edit the "Storage" line journald.conf but thinking bigger picture (for when some other package starts doing this) I'm curious if Portage can be told not to do this. Thanks. -- Douglas J Hunley (doug.hun..

Re: [gentoo-user] a question about emerge --sync

2014-08-01 Thread Douglas J Hunley
rations. It's probably not a bad idea to sync relatively often so you can see what changes are happening and can 'eselect news read' to keep up with announcements even if you don't plan on actually upgrading for long periods of time -- Douglas J Hunley (doug.hun...@gmail.c

Re: [gentoo-user] re: which NTPd package to use?

2014-07-28 Thread Douglas J Hunley
list's advice would be much appreciated. This is going to be very unpopular with the list, but if you've already jumped to the systemd camp, it has one built in... /me ducks -- Douglas J Hunley (doug.hun...@gmail.com) Twitter: @hunleyd

Re: [gentoo-user] glibc (and gcc) build fails: /bin/sh: /var/tmp/portage/sys-libs/glibc-2.17/work/build-x86-x86_64-pc-linux-gnu-nptl/sunrpc/cross-rpcgen: No such file or directory

2014-07-25 Thread Douglas J Hunley
r this one package instead :) -- Douglas J Hunley (doug.hun...@gmail.com) Twitter: @hunleyd Web: about.me/douglas_hunley G+: http://google.com/+DouglasHunley

Re: [gentoo-user] wxGTK compilation fails "missing thread.h"

2014-07-25 Thread Douglas J Hunley
you should really use package.env to override MAKEOPTS instead of using "one off" command line overrides -- Douglas J Hunley (doug.hun...@gmail.com) Twitter: @hunleyd Web: about.me/douglas_hunley G+: http://google.com/+DouglasHunley

Re: [gentoo-user] capturing emerge output

2014-07-21 Thread Douglas J Hunley
erge results viewed fromt the > terminal session ? > sounds like a job for 'tee' -- Douglas J Hunley (doug.hun...@gmail.com) Twitter: @hunleyd Web: about.me/douglas_hunley G+: http://google.com/+DouglasHunley

Re: [gentoo-user] glibc-2.17 fails and warning: setlocale: LC_ALL error

2014-07-15 Thread Douglas J Hunley
certain it's the running kernel? uname -r to confirm :) -- Douglas J Hunley (doug.hun...@gmail.com) Twitter: @hunleyd Web: about.me/douglas_hunley G+: http://google.com/+DouglasHunley

Re: [gentoo-user] smartctrl drive error @60%

2014-06-25 Thread Douglas J Hunley
an email if something goes wrong with btrfs storage. > You're going to want to cron a 'scrub' and have it email you. There's no background daemon that I'm aware of to handle this. ZFS just introduced 'zed' and it would be nice if BTRFS would do the same --

Re: [gentoo-user] converting openrc's dmesg to systemd service file

2014-04-03 Thread Douglas J Hunley
On Thu, Apr 3, 2014 at 1:04 PM, Tom H wrote: > Rather than create a service, drop a conf file into "/etc/sysctl.d/" > to set "kernel.printk" where the first of the four levels is the > "dmesg_level" of "/etc/conf.d/dmesg". > ah, there it is. t

[gentoo-user] converting openrc's dmesg to systemd service file

2014-04-03 Thread Douglas J Hunley
I'm sure this is way more trivial than I'm making it out to be, but how in the world would one converty /etc/init.d/dmesg to a systemd service file? Is there a good online pointer about building service files? -- Douglas J Hunley (doug.hun...@gmail.com) Twitter

Re: [gentoo-user] PORTAGE_COMPRESS

2014-04-02 Thread Douglas J Hunley
On Wed, Apr 2, 2014 at 2:29 PM, Alan McKinnon wrote: > man 5 make.conf What isn't listed in the man page is if you should simply unset it: PORTAGE_COMPRESS="" or set it to something like /bin/true Any thoughts? -- Douglas J Hunley (doug.hun...@gmail.com)

[gentoo-user] PORTAGE_COMPRESS

2014-04-02 Thread Douglas J Hunley
makes sense to have PORTAGE_COMPRESS set or if I should unset it and just let the fs-level compression handle it. Portage is already slow, why have it take the time to do this when the fs does it better and transparently? Thoughts on the matter? -- Douglas J Hunley (doug.hun...@gmail.com) Tw

Re: [gentoo-user] Re: ZFS formating

2013-11-04 Thread Douglas J Hunley
Pentoo install, I use ext2 for /boot and ext4 for / > > I don't use grub. I have an ext2 /boot and lilo on a md stripe :) > > If I use ZFS, /boot / and swap are all ZFS partitions, right? > they can be, but don't have to be. i've seen several people put swap

Re: [gentoo-user] ZFS formating

2013-11-01 Thread Douglas J Hunley
On Fri, Nov 1, 2013 at 9:48 AM, James wrote: > Is the latest version of SystemRescue the best media to use to format > disks with ZFS? Caveats? > the latest gentoo live image has full zfs support on it -- Douglas J Hunley (doug.hun...@gmail.com) Twitter:

Re: [gentoo-user] kde-4.11.2 update-mime-database or is this a new portage comfort?

2013-10-11 Thread Douglas J Hunley
On Fri, Oct 11, 2013 at 7:23 AM, Helmut Jarausch < jarau...@igpm.rwth-aachen.de> wrote: > > Is this a new nuisance? No, I've seen that for quite some time now -- Douglas J Hunley (doug.hun...@gmail.com) Twitter: @hunleyd Web: dou

Re: [gentoo-user] ZFS

2013-09-19 Thread Douglas J Hunley
On Tue, Sep 17, 2013 at 12:32 PM, wrote: > Spo do I need that overlay at all, or just emerge zfs and its module? You do *not* need the overlay. Everything you need is in portage nowadays -- Douglas J Hunley (doug.hun...@gmail.com) Twitter: @hunl

Re: [gentoo-user] ZFS

2013-09-19 Thread Douglas J Hunley
're going to lose storage space, but gain an extra parity drive (think RAID6). Consumer grade hard drives are /going/ to fail during a resilver (Murphy's Law) and that extra parity drive is going to save your bacon. I create -- Douglas J Hu

Re: [gentoo-user] ZFS

2013-09-19 Thread Douglas J Hunley
On Tue, Sep 17, 2013 at 12:32 PM, wrote: > Spo do I need that overlay at all, or just emerge zfs and its module? You do *not* need the overlay. Everything you need is in portage nowadays -- Douglas J Hunley (doug.hun...@gmail.com) Twitter: @hunl

Re: [gentoo-user] kerninst (was Optional /usr merge in Gentoo)

2013-09-03 Thread Douglas J Hunley
Ah, got it. I didn't grok that on the first read thru (obviously) -- Douglas J Hunley (doug.hun...@gmail.com) Twitter: @hunleyd Web: douglasjhunley.com G+: http://goo.gl/sajR3

Re: [gentoo-user] Optional /usr merge in Gentoo

2013-09-03 Thread Douglas J Hunley
attaches it to itself during 'make' It's actually pretty trivial -- Douglas J Hunley (doug.hun...@gmail.com) Twitter: @hunleyd Web: douglasjhunley.com G+: http://goo.gl/sajR3

Re: [gentoo-user] kerninst (was Optional /usr merge in Gentoo)

2013-09-03 Thread Douglas J Hunley
On Sun, Sep 1, 2013 at 1:30 PM, Canek Peláez Valdés wrote: > • If /usr/src/linux points to /usr/src/linux-3.10.10, then the script > deletes /boot vmlinuz-3.10.10, /boot/initrd-3.10.10 *and* > /lib/modules/3.10.10. > Why not call 'eclean-kernel' instead of reinventing

Re: [gentoo-user] Systemd and static network

2013-07-25 Thread Douglas J Hunley
st works... -- Douglas J Hunley (doug.hun...@gmail.com) Twitter: @hunleyd Web: douglasjhunley.com G+: http://goo.gl/sajR3

Re: [gentoo-user] bash-completion change?

2013-07-25 Thread Douglas J Hunley
This is completely broken. And the lack of notice to the user post-emerge on how to set things up 'the new way' is infuriating. Guess I'll add this to my 'check back in 6 months to see if they've got it sorted' list Thanks Stefano -- Douglas J Hunley (doug.hun...@gma

[gentoo-user] bash-completion change?

2013-07-24 Thread Douglas J Hunley
new 'one true way' is here? -- Douglas J Hunley (doug.hun...@gmail.com) Twitter: @hunleyd Web: douglasjhunley.com G+: http://goo.gl/sajR3

Re: [gentoo-user] strange eix-sync

2013-07-17 Thread Douglas J Hunley
On Sat, Jul 13, 2013 at 7:40 AM, wrote: > /dev/root on / type ext4 > (rw,noatime,user_xattr,commit=60,barrier=1,data=ordered) > You don't have a separate mount for /tmp, so the above would be pertinent. And it shows support for xattr, so you should be good -- Douglas J Hu

Re: [gentoo-user] strange eix-sync

2013-07-13 Thread Douglas J Hunley
On Sat, Jul 13, 2013 at 1:19 AM, wrote: > How can I pratically proof the availability of xattr on the filesystem > of /tmp -- beside checking the kernel config. > Is your /tmp a tmpfs? What's the output of 'mount' please? -- Douglas J Hunley (doug.hun...@gmai

Re: [gentoo-user] strange eix-sync

2013-07-11 Thread Douglas J Hunley
what triggers this sudden problem? > Honestly, it's just an educated guess from the output you pasted. I have xattr support on all my filesystems, so, I've never seen this nor do I know if it's something newly required or what. Also note that I'm assuming your /tmp is mo

Re: [gentoo-user] strange eix-sync

2013-07-10 Thread Douglas J Hunley
On Tue, Jul 9, 2013 at 1:28 PM, wrote: > rsync: failed to set permissions on "/tmp/.tmpNBwK63.n6Acda": Function not > implemented (38) You don't have POSIX ACL )xattr) support on whatever fs you have for /tmp ? -- Douglas J Hunley (doug.hun...@gmail.c

Re: [gentoo-user] howto on setting up rootfs on ZFS?

2013-05-21 Thread Douglas J Hunley
cumentation fails to mention is that after booting the CD, you have to > run "depmod -a" before you can use the ZFS modules. > This is perfect! Thank you -- Douglas J Hunley (doug.hun...@gmail.com) Twitter: @hunleyd Web: douglasjhunley.com G+: http://goo.gl/sajR3

[gentoo-user] howto on setting up rootfs on ZFS?

2013-05-20 Thread Douglas J Hunley
done this before and care to help a brotha out? -- Douglas J Hunley (doug.hun...@gmail.com) Twitter: @hunleyd Web: douglasjhunley.com G+: http://goo.gl/sajR3

Re: [gentoo-user] PosgreSQL - pg_hba.conf localhost access only

2013-04-23 Thread Douglas J Hunley
On Tue, Apr 23, 2013 at 8:37 AM, Joseph wrote: > Even with a single line in pg_hba.conf > local all all trust > > all other machine on the network can connect to my postgresql database. > did you restart postgresql? editing pg_hba.conf requires a restart to take effect

Re: [gentoo-user] Re: ZFS wiki confusion

2013-04-01 Thread Douglas J Hunley
t; > ./configure --enable-linux-builtin --with-linux=/usr/src/linux > ./copy-builtin /usr/src/linux > > for each. > > ah! so the 'static' is a reference to non-modular kernel builds. got it. -- Douglas J Hunley (doug.hun...@gmail.com) Twitter: @hunleyd Web: douglasjhunley.com G+: http://goo.gl/sajR3

[gentoo-user] ZFS wiki confusion

2013-03-31 Thread Douglas J Hunley
ms to pull in the daemon and the kmod so wouldn't the zfs-kmod ebuild build against the current kernel and drop in the modules directory all by itself much like any of the 100s of FUSE modules do? Any clarification on the install process would be appreciated. [1] - http://wiki.gentoo.or

Re: [gentoo-user] Re: no audio on cisco webex

2013-02-07 Thread Douglas J Hunley
for ALSA' to be present, so I'm going to try that next thx! -- Douglas J Hunley (doug.hun...@gmail.com) Twitter: @hunleyd Web: douglasjhunley.com G+: http://goo.gl/sajR3

Re: [gentoo-user] no audio on cisco webex

2013-02-06 Thread Douglas J Hunley
h nspluginwrapper or something like that). this didn't fix it either. someone else told me that they need the old OSS api in the kernel, so I'm gonna try that next :-/ -- Douglas J Hunley (doug.hun...@gmail.com) Twitter: @hunleyd Web:

Re: [gentoo-user] Re: no audio on cisco webex

2013-02-05 Thread Douglas J Hunley
erienced the issue :-/ -- Douglas J Hunley (doug.hun...@gmail.com) Twitter: @hunleyd Web: douglasjhunley.com G+: http://goo.gl/sajR3

[gentoo-user] no audio on cisco webex

2013-02-05 Thread Douglas J Hunley
leads me to believe that my audio works :) Does anyone now the magic needed to make Webex perform correctly? -- Douglas J Hunley (doug.hun...@gmail.com) Twitter: @hunleyd Web: douglasjhunley.com G+: http://goo.gl/sajR3

Re: [gentoo-user] grub2 on macbook pro

2013-01-24 Thread Douglas J Hunley
;m not dual-booting. OSX is /gone/ Thanks for the input everyone. I figured it out eventually and will be posting a writeup to my G+ during lunch today to describe the process since I had several people interested in the outcome that are not on this list. -- Douglas J Hunley (doug.hun...@gmail.com

Re: [gentoo-user] grub2 on macbook pro

2013-01-24 Thread Douglas J Hunley
On Tue, Jan 22, 2013 at 7:40 AM, Neil Bothwick wrote: > I used System Rescue CD, and the whole process of setting up EFI booting > was a lot less scary than the interwebs make out. +1 System Rescue CD made things so simple -- Douglas J Hunley (doug.hun...@gmail.com) Twitter: @h

[gentoo-user] grub2 on macbook pro

2013-01-20 Thread Douglas J Hunley
ly get the EFI on macbook to boot Grub from /dev/sda1? -- Douglas J Hunley (doug.hun...@gmail.com) Twitter: @hunleyd Web: douglasjhunley.com G+: http://goo.gl/sajR3

Re: [gentoo-user] udev-197 moves from /usr/lib to /lib

2013-01-11 Thread Douglas J Hunley
ooting a separate /usr partition? > I was wondering the same thing. It would seem to.. -- Douglas J Hunley (doug.hun...@gmail.com) Twitter: @hunleyd Web: douglasjhunley.com G+: http://goo.gl/sajR3

[gentoo-user] Re: emerge amazonmp3 fails

2009-03-12 Thread Douglas J Hunley
On Wednesday 11 March 2009 18:41:58 Willie Wong wrote: > For future reference, it'd be nice if you trimmed the build log a > little bit. Sorry. Duly noted > In any case, you are running K8, and on B.G.O. there are some > suggestions that the stable version of boost does not play well with > newer

[gentoo-user] Re: upgrading from 2005 S1 to 2008.0?

2009-03-10 Thread Douglas J Hunley
installed with 2005 S1 and never subsequently touched and now I've inherited it. Sorry for not specifying that. -- Douglas J Hunley (doug at hunley.homeip.net) - Linux User #174778 http://doug.hunley.homeip.net Buffy, when I said you could slay vampires and have a social life, I didn't mean at the same time.

[gentoo-user] upgrading from 2005 S1 to 2008.0?

2009-03-10 Thread Douglas J Hunley
Is it possible to upgrade an existing 2005 S1 install to 2008.0? I gave it a quick try and ran into multiple issues. Before I expend hrs trying to make it work, does anyone know if it's an exercise in futility or not? Thx -- Douglas J Hunley (doug at hunley.homeip.net) - Linux User #174778

[gentoo-user] small announcement for the community

2009-03-03 Thread Douglas J Hunley
A while back I setup a small cron job to parse the GLSA feed and post it to Twitter. I've been tweaking it and watching it and it seems stable enough to announce, so I'm sending this email out. If you want to, simply follow @Gentoo_Security and you'll get 'instant' updates of new GLSAs Please