Re: [gentoo-user] disable SSLv3 in apache2?

2014-08-09 Thread staticsafe
On 8/9/2014 14:59, Grant wrote:
 I recently upgraded from apache-2.2.27 to apache-2.2.27-r4 and
 etc-update wanted to add the following directive to the default SSL
 vhost:
 
 SSLProtocol ALL -SSLv2 -SSLv3
 
 I had already disabled SSLv2 (security issue?) but this also disables
 SSLv3.  Could that cause a compatibility issue?
 
 - Grant
 

You can use something like Qualys SSL Labs[0] to test if anything breaks.

https://www.ssllabs.com/ssltest/index.html

-- 
staticsafe
XMPP - statics...@jabber.org



Re: [gentoo-user] bash completion doesn't always work with sudo

2014-04-06 Thread staticsafe
On 4/6/2014 06:44, Nikos Chantziaras wrote:
 I have a problem where commands preceded by sudo are not always
 auto-completed. This happens with executables that don't have user
 execute permission. For example, net-analyzer/tcptraceroute installs
 this binary:
 
  -rws--x--- 1 root wheel 35536 Mar  8 23:32 /usr/sbin/tcptraceroute
 
 Typing:
 
   sudo tcptr[TAB]
 
 does not auto-complete. Changing the permissions:
 
   chmod a+x /usr/sbin/tcptraceroute
 
 makes it work.
 
 Is there a way to make bash-completion work without having to modify the
 permissions?
 
 

According to https://bbs.archlinux.org/viewtopic.php?id=45613:
adding `complete -cf sudo` to your .bashrc will make tab completion work
with sudo.

Just tested:
dresden ~ # complete -cf sudo
dresden ~ # sudo tcp
tcpd   tcpdchktcpdmatch  tcpdumptcptraceroute
dresden ~ # ls -alh /usr/sbin/tcptraceroute
-rws--x--- 1 root wheel 35K Apr  6 15:54 /usr/sbin/tcptraceroute


-- 
staticsafe



Re: [gentoo-user] Firefox not killing processes on close

2013-11-10 Thread staticsafe
On 11/10/2013 16:38, Dale wrote:
 Howdy,
 
 I have noticed something that really bugs me.  I sometimes have a few
 Firefox sessions running.  I do this because I have to be logged into a
 website with more than one user/password.  Here is my issue.  If I click
 the X box to close a session of Firefox, it doesn't seem to kill the
 process.  I end up having to go to a Konsole and killing the process
 with either the kill command or pkill.  Naturally, all the processes are
 named Firefox so I can't tell one from the other.  That leads to me
 killing the wrong one at times. 
 
 My question is this, why does Firefox not kill its processes as it
 should?  When I click the X and it closes, it should kill the process
 right?  When it does not kill correctly and I try to restart that
 session, I get the error that the session is already running.
 
 This has been going on for a while.  What can I look for or do to
 correct this? 
 
 Also, after large updates, I go to the boot runlevel, kill any processes
 that shouldn't be running, then go back to default runlevel.  Sometimes,
 I have to kill quite a few processes to get a clean list.  While this is
 not just a Firefox issue, it is just the one that gets in the way the
 most.  It seems there is a underlying issue somewhere and Firefox is
 just one symptom. 
 
 Anyone have thoughts on this? 
 
 Thanks.
 
 Dale
 
 :-)  :-)  
 

What version of Firefox? What addons (if any) do you use with Firefox?

I have this problem except it is with Thunderbird (on Windows).

-- 
staticsafe
O ascii ribbon campaign - stop html mail - www.asciiribbon.org
Please don't top post. It is not logical.
Please don't CC me! I'm subscribed to whatever list I just posted on.



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

2013-08-17 Thread staticsafe
On Sat, Aug 17, 2013 at 10:26:34PM +0300, Alon Bar-Lev wrote:
 On Sat, Aug 17, 2013 at 10:22 PM, Andreas Eder andreas_e...@gmx.net wrote:
  On 17 Aug 2013, the guard wrote:
 
   But requiring people to have an initramfs to boot a system
   that doesn't legitimately require it is silly. I don't even
   have /usr mounted separately, but there are many, many
   different system configurations out there and Gentoo is famous
   for supporting a wide variety. That variety is stomped on if
   something like a /usr merge is forced. It also makes building
   your default environment more complicated due to generating an
   initramfs.
 
  Absolutely agreed.
 
  Might be a good time to switch to freebsd :-(
 
 I agree. This is the only escape plan against the new wind of
 dictation into monolithic approach that comes from systemd sponsors
 direction.
 
 Let's see how it turns out... if Linux userspace will become like the
 Windows user space, then freebsd suddenly looks very promising
 alternative.
 
 Regards,
 Alon
 

Y'all are welcome to switch to Slackware. :)
-- 
staticsafe
O ascii ribbon campaign - stop html mail - www.asciiribbon.org
Please don't top post.
iPlease don't CC! I'm subscribed to whatever list I just posted on.



Re: [gentoo-user] Make BIND inject queries

2013-07-23 Thread staticsafe
On Tue, Jul 23, 2013 at 11:40:28AM +0400, Pavel Volkov wrote:
 I have recently installed BIND as a recursive resolver for local network.
 
 I'll explain my configuration. There's a network with hosts binded to
 example.org domain, like host1.example.org, host2.example.org etc.
 They make DNS query through recursive server A.
 Authoritative server for example.org domain is server B and it's totally
 unrelated.
 
 Below is an example of what I'd like to accomplish.
 1. When the outside make a DNS query for host1.example.org, it should only
 receive its  record 2001:db8:a::1.
 2. When host2 queries server A for host1.example.com, server A should
 return the same 2001:db8:a::1  record (resolved through authoritative
 server) and also inject 192.168.1.100 A record into the reply.
 
 How can I setup BIND on server A to make it happen?

Sounds like you want the BIND views functionality:
http://ftp.isc.org/isc/bind9/cur/9.9/doc/arm/Bv9ARM.ch06.html#id2591409
-- 
staticsafe
O ascii ribbon campaign - stop html mail - www.asciiribbon.org
Please don't top post.
Please don't CC! I'm subscribed to whatever list I just posted on.



Re: [gentoo-user] sendmail: warning: inet_protocols: disabling IPv6

2013-06-25 Thread staticsafe
On 6/25/2013 18:31, Walter Dnes wrote:
 On Tue, Jun 25, 2013 at 07:48:12AM +0200, J. Roeleveld wrote
 On Tue, June 18, 2013 17:00, Joseph wrote:
 Every time I compile a package I get a message:

 sendmail: warning: inet_protocols: disabling IPv6 name/address support:
 Address family not supported by protocol

 What is it looking for?

 Do you have IPV6 enabled in your kernel and for the network interfaces?
 Simple and quick way to check, do you see IPV6-addresses when you type
 ifconfig -a in a console?

 I get this warning for all services that have IPV6 support on systems that
 don't have IPV6 enabled.
 
   A few years ago the developers, in their infinite wisdom, decided to
 enable the ipv6 USE flag by default.  I found out the hard way, when
 internet-enabled apps like Firefox sat there, spinning their wheels for
 a minute, before timing out the IPV6 lookup and falling back to IPV4.
 Since then, I have always done a --pretend update run and check the
 output, before doing the real update.  And I've switched to beginning my
 USE variable with -*.
 
   There is the option of setting USE=-ipv6 the more timid users.  I
 don't understand the point of defaulting to IPV6.  The vast majority of
 Gentoo users probably still run IPV4-only.
 

FYI, this is no longer an issue as br

-- 
staticsafe
O ascii ribbon campaign - stop html mail - www.asciiribbon.org
Please don't top post - http://goo.gl/YrmAb
Don't CC me! I'm subscribed to whatever list I just posted on.



Re: [gentoo-user] sendmail: warning: inet_protocols: disabling IPv6

2013-06-25 Thread staticsafe
 
 FYI, this is no longer an issue as br
 
 -- 
 staticsafe
 O ascii ribbon campaign - stop html mail - www.asciiribbon.org
 Please don't top post - http://goo.gl/YrmAb
 Don't CC me! I'm subscribed to whatever list I just posted on.

Oops, hit send prematurely.

Most modern browsers make use of the Happy Eyeballs algorithm.

http://en.wikipedia.org/wiki/Happy_Eyeballs 
-- 
staticsafe
O ascii ribbon campaign - stop html mail - www.asciiribbon.org
Please don't top post.
Please don't CC! I'm subscribed to whatever list I just posted on.



Re: [gentoo-user] Who/what names hard drives /dev/sda, /dev/sdb, etc

2013-06-07 Thread staticsafe
On Fri, Jun 07, 2013 at 09:32:41AM -0700, Chris Stankevitz wrote:
 On Fri, Jun 7, 2013 at 2:43 AM, Philip Webb purs...@ca.inter.net wrote:
  When in the boot process does is a disk given a name like /dev/sda?
 
  That's done by 'udev' based on what BIOS tells it.
 
 Hi Philip,
 
 Is this a true statement:
 
 Some people do not use udev.  These people still have a /dev/sda.
 Therefore something other than udev is giving drives the name
 /dev/sda.
 
 Thank you,
 
 Chris
 
Yes, the kernel does this.
-- 
staticsafe
O ascii ribbon campaign - stop html mail - www.asciiribbon.org
Please don't top post - http://goo.gl/YrmAb
Don't CC me! I'm subscribed to whatever list I just posted on.



Re: [gentoo-user] Setting the clock with ntp

2013-06-06 Thread staticsafe
On Thu, Jun 06, 2013 at 06:21:32PM -0700, Chris Stankevitz wrote:
 Hi,
 
 What is the gentoo equivalent to this ubuntu command:
 
  apt-get install ntpdate  ntpdate pool.ntp.org
 
 The first command installs ntpdate, a program that uses ntp to
 immediately set the clock, even if it is going to be a large
 adjustment.  The second comment tells ntpdate to sync the clock.
 
 Thank you,
 
 Chris
 

emerge ntp  ntpdate pool.ntp.org
-- 
staticsafe
O ascii ribbon campaign - stop html mail - www.asciiribbon.org
Please don't top post - http://goo.gl/YrmAb
Don't CC me! I'm subscribed to whatever list I just posted on.



Re: [gentoo-user] Mac Mini with Grub booting Mac OSX and Windows?!

2013-05-28 Thread staticsafe
On Tue, May 28, 2013 at 04:09:13PM +0200, Tamer Higazi wrote:
 Hi people!
 I have come close, according my profession to buy myself the latest Mac
 Mini Server.
 
 Because I do all of my development stuff on Gentoo and Windows, I am
 highly interested to know if any of you guys is running Mac OS X and
 Windows beside Gentoo and boot from GRUB.
 
 
 What I hear all the time from other people, is this bootcamp
 application apple has published a while ago. What is this bootcamp?! Is
 this a boot-loader or BIOS ?! What is it?
 
 If I am not really wrong, I suggest, that bootcamp is nothing else as a
 bootloader that does in reality nothing else like GRUB.
 
 
 
 Tamer
 

Boot Camp is a multi boot utility included with Apple Inc.'s OS X that
assists users in installing Microsoft Windows operating systems on
Intel-based Macintosh computers. The utility's Boot Camp Assistant
guides users through non-destructive disk partitioning (including
resizing of an existing HFS+ partition, if necessary) of their hard disk
drive and installation of Windows device drivers. The utility also
installs a Windows Control Panel applet for selecting the boot operating
system.

- https://en.wikipedia.org/wiki/Boot_Camp_%28software%29

You might also want to take a look at rEFIt [0] if you want to boot Linux on
your Mac Mini.

[0] - http://refit.sourceforge.net/
-- 
staticsafe
O ascii ribbon campaign - stop html mail - www.asciiribbon.org
Please don't top post - http://goo.gl/YrmAb
Don't CC me! I'm subscribed to whatever list I just posted on.



Re: [gentoo-user] Mac Mini with Grub booting Mac OSX and Windows?!

2013-05-28 Thread staticsafe
On Tue, May 28, 2013 at 10:14:13AM -0400, staticsafe wrote:
 On Tue, May 28, 2013 at 04:09:13PM +0200, Tamer Higazi wrote:
  Hi people!
  I have come close, according my profession to buy myself the latest Mac
  Mini Server.
  
  Because I do all of my development stuff on Gentoo and Windows, I am
  highly interested to know if any of you guys is running Mac OS X and
  Windows beside Gentoo and boot from GRUB.
  
  
  What I hear all the time from other people, is this bootcamp
  application apple has published a while ago. What is this bootcamp?! Is
  this a boot-loader or BIOS ?! What is it?
  
  If I am not really wrong, I suggest, that bootcamp is nothing else as a
  bootloader that does in reality nothing else like GRUB.
  
  
  
  Tamer
  
 
 Boot Camp is a multi boot utility included with Apple Inc.'s OS X that
 assists users in installing Microsoft Windows operating systems on
 Intel-based Macintosh computers. The utility's Boot Camp Assistant
 guides users through non-destructive disk partitioning (including
 resizing of an existing HFS+ partition, if necessary) of their hard disk
 drive and installation of Windows device drivers. The utility also
 installs a Windows Control Panel applet for selecting the boot operating
 system.
 
 - https://en.wikipedia.org/wiki/Boot_Camp_%28software%29
 
 You might also want to take a look at rEFIt [0] if you want to boot Linux on
 your Mac Mini.
 
 [0] - http://refit.sourceforge.net/

Oh apparently rEFIt is no longer actively maintained. Therefore, take a
look at rEFInd [0].

[0] - http://www.rodsbooks.com/refind/
-- 
staticsafe
O ascii ribbon campaign - stop html mail - www.asciiribbon.org
Please don't top post - http://goo.gl/YrmAb
Don't CC me! I'm subscribed to whatever list I just posted on.



Re: [gentoo-user] mutt configuration advice

2013-05-27 Thread staticsafe
On Mon, May 27, 2013 at 09:39:11PM -0400, Walter Dnes wrote:
 On Mon, May 27, 2013 at 01:49:47PM +0100, Mick wrote
  I would be grateful if some kind soul guided my hand on configuring
  mutt to behave like ... errm ... kmail!  O_o
 
   Hi; a long-time mutt-user here.  The authoritative source for info is
 http://www.mutt.org/  You can subscribe to their mailing list.  They
 also have the comp.mail.mutt newsgroup.
 
  First, let's look at what mutt *ISN'T*.  It's not a singing-dancing
 all-inclusive integrated monstrosity.  It reads email, writes email,
 and hands it off to your local MTA for delivery.  In addition to mutt I
 also need getmail (or equivalant), procmail, and ssmtp (or
 equivalant).  And the organization of my inboxes controls mutt, not visa
 versa.  My setup here at home...
   I can receive email from 3 sources...
 my personal domain MX
 my Google account
 my ADSL ISP
 my emergency backup dialup account
 
   I use maildir format storage.  I run a script that calls getmail for
 each account.  getmail passes the emails to procmail, which passes the
 emails to the appropriate inboxes.  I set up a separate inbox for each
 mailing last or group that I belong to.
 
   mutt reads the email.  It sends to ssmtp, which is a very simplified
 sendmail.  All it does is push the email out the door to my ISP's MTA,
 which does the real work.  I dislike only one thing about ssmtp.  It
 *INSISTS* on installing sendmail symlinks in 3 or 4 different
 locations, all pointing back to /usr/sbin/ssmtp.  My most embarressing
 moment as a user was when a chatty daemon started sending a bunch of
 stuff to root@ my ISP.  I did not appreciate that.  After that, I
 tightened down what stuff gets sent where by daemons, and set up a
 script that wipes the symlinks.  I have to rerun it after each ssmtp
 update.
 
 -- 
 Walter Dnes waltd...@waltdnes.org
 I don't run desktop environments; I run useful applications
 

Hi,

New mutt user here. I'm curious as to why you are using ssmtp, mutt can
talk SMTP directly. That simplifies thing as well regarding the
sendmail symlinks.
-- 
staticsafe
O ascii ribbon campaign - stop html mail - www.asciiribbon.org
Please don't top post - http://goo.gl/YrmAb
Don't CC me! I'm subscribed to whatever list I just posted on.



Re: [gentoo-user] problems merging python packages

2013-05-19 Thread staticsafe
On Mon, May 20, 2013 at 05:24:29AM +0200, Tamer Higazi wrote:
 Hi people!
 I don't know how to merge the package pycrypto, I get always this error.
 How do I solve this problem that portage can merge python packages
 without any problems?!
 
 
 Tamer
 
 
 
 
 here the log:
 *SNIP* 
 

Stupid question, but did you run emerge as root or with sudo?
-- 
staticsafe
O ascii ribbon campaign - stop html mail - www.asciiribbon.org
Please don't top post - http://goo.gl/YrmAb
Don't CC me! I'm subscribed to whatever list I just posted on.



Re: [gentoo-user] Lightweight Simple Proxy that supports upstream authentication

2013-05-19 Thread staticsafe
On Mon, May 20, 2013 at 11:31:31AM +0700, Pandu Poluan wrote:
 Hello,
 
 I'm looking for a simple HTTP+FTP proxy that supports upstream
 authentication.
 
 The reason is that we (that is, my employer) have a server that requires
 Internet access for its setup, but for some reason* my employer does not
 want to give the contractors a login for the corporate proxy.
 
 I'm planning of setting up a simple proxy to authenticate against the
 corporate proxy using one of my credentials, and have the contractor use
 this simple proxy instead of the corporate one.
 
 I think Squid can do that... but is there a simpler solution? I truly don't
 need caching, inter-proxy coordination, or other exotic stuff. Just a way
 to allow other people to authenticate against the corporate proxy using my
 credentials, but without giving my credentials away.
 
 (Of course the simple proxy will be installed on a totally separate system,
 one under my full control and nobody else's)
 
 Rgds,
 --

Polipo perhaps?

http://www.pps.univ-paris-diderot.fr/~jch/software/polipo/
-- 
staticsafe
O ascii ribbon campaign - stop html mail - www.asciiribbon.org
Please don't top post - http://goo.gl/YrmAb
Don't CC me! I'm subscribed to whatever list I just posted on.



Re: [gentoo-user] Real qucik question - Copying over kernel configuration for same machines

2013-05-11 Thread staticsafe
On 5/11/2013 20:39, Nick Khamis wrote:
 Hello Everyone,
 
 Just running an installation on another IBM machine, and wanted to know
 which kernel config files can we copy over from one machine to another,
 and have the same exact modules etc copied over.
 Saw examples for genkern, but we build our own kernels. After copying the
 files over we like to run make and make modules_install on the new machine.
 
 
 Thanks in Advance,
 
 Nick.
 

The .config in the kernel source directory.

-- 
staticsafe
O ascii ribbon campaign - stop html mail - www.asciiribbon.org
Please don't top post - http://goo.gl/YrmAb
Don't CC me! I'm subscribed to whatever list I just posted on.



Re: [gentoo-user] Annoying structure of /var/db/pkg/category/package-name database

2013-05-09 Thread staticsafe
On 5/9/2013 22:59, Thomas Mueller wrote:
 Having package data in /var/db/pkg/category/package-name carries the 
 nuisance factor that finding a package involves a fishing expedition through 
 many possible categories.
 
 I am spoiled by having /var/db/pkg/package-name in NetBSD pkgsrc and 
 FreeBSD ports, though FreeBSD is wsitching to a different structure nkwon as 
 pkgng.
 
 Is there any way to configure so as to avoid this annoyance in Gentoo?  Like 
 maybe making /var/db/pkg/package-name?
 
 One can do
 ls /var/db/pkg/*/package-name but this is still an annoyance.
 
 I have some limited experience with Gentoo Linux on my older computer.  
 Compiling the kernel took 130 minutes, and then the kernel failed to boot.
 
 Tom
 
 

Use equery?

$ man equery
Equery is a collection of modules for querying the state of Gentoo
packages, files and USE flags.

-- 
staticsafe
O ascii ribbon campaign - stop html mail - www.asciiribbon.org
Please don't top post - http://goo.gl/YrmAb
Don't CC me! I'm subscribed to whatever list I just posted on.



[gentoo-user] Error building tar

2013-04-28 Thread staticsafe
Updating a Gentoo VM today when I encountered an issue with building
tar. Attaching relevant logs.
-- 
staticsafe
O ascii ribbon campaign - stop html mail - www.asciiribbon.org
Please don't top post - http://goo.gl/YrmAb
Don't CC me! I'm subscribed to whatever list I just posted on.
[ebuild U ] app-arch/tar-1.26-r1 [1.26] USE=nls -minimal% -static -xattr% 

 * IMPORTANT: 4 news items need reading for repository 'gentoo'.
 * Use eselect news to read news items.


Portage 2.1.11.62 (default/linux/x86/13.0, gcc-4.6.3, glibc-2.15-r3, 
3.7.10-gentoo i686)
=
 System Settings
=
System uname: 
Linux-3.7.10-gentoo-i686-QEMU_Virtual_CPU_version_-cpu64-rhel6-with-gentoo-2.2
KiB Mem:  508948 total, 51860 free
KiB Swap: 524284 total,523168 free
Timestamp of tree: Sun, 28 Apr 2013 17:15:01 +
ld GNU ld (GNU Binutils) 2.22
app-shells/bash:  4.2_p37
dev-lang/python:  2.7.3-r3, 3.2.3-r2
dev-util/pkgconfig:   0.28
sys-apps/baselayout:  2.2
sys-apps/openrc:  0.11.8
sys-apps/sandbox: 2.5
sys-devel/autoconf:   2.69
sys-devel/automake:   1.10.3, 1.12.6
sys-devel/binutils:   2.22-r1
sys-devel/gcc:4.6.3
sys-devel/gcc-config: 1.7.3
sys-devel/libtool:2.4-r1
sys-devel/make:   3.82-r4
sys-kernel/linux-headers: 3.7 (virtual/os-headers)
sys-libs/glibc:   2.15-r3
Repositories: gentoo
ACCEPT_KEYWORDS=x86
ACCEPT_LICENSE=* -@EULA
CBUILD=i686-pc-linux-gnu
CFLAGS=-O2 -march=i686 -pipe
CHOST=i686-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/share/gnupg/qualified.txt /var/bind
CONFIG_PROTECT_MASK=/etc/ca-certificates.conf /etc/env.d /etc/gconf 
/etc/gentoo-release /etc/sandbox.d /etc/terminfo
CXXFLAGS=-O2 -march=i686 -pipe
DISTDIR=/usr/portage/distfiles
FCFLAGS=-O2 -march=i686 -pipe
FEATURES=assume-digests binpkg-logs config-protect-if-modified distlocks 
ebuild-locks fixlafiles merge-sync news parallel-fetch protect-owned sandbox 
sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch
FFLAGS=-O2 -march=i686 -pipe
GENTOO_MIRRORS=ftp://mirror.rit.edu/gentoo/;
LANG=en_US.UTF-8
LDFLAGS=-Wl,-O1 -Wl,--as-needed
MAKEOPTS=-j3
PKGDIR=/usr/portage/packages
PORTAGE_CONFIGROOT=/
PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times --compress 
--force --whole-file --delete --stats --human-readable --timeout=180 
--exclude=/distfiles --exclude=/local --exclude=/packages
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
PORTDIR_OVERLAY=
SYNC=rsync://rsync5.us.gentoo.org/gentoo-portage
USE=acl berkdb bindist bzip2 cli cracklib crypt cxx dri fortran gdbm gpm iconv 
ipv6 modules mudflap ncurses nls nptl openmp pam pcre readline session ssl tcpd 
unicode x86 zlib ABI_X86=32 ALSA_CARDS=ali5451 als4000 atiixp atiixp-modem 
bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 
hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem 
ymfpci ALSA_PCM_PLUGINS=adpcm alaw asym copy dmix dshare dsnoop empty extplug 
file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null 
plug rate route share shm softvol APACHE2_MODULES=authn_core authz_core 
socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm 
authn_default authn_file authz_dbm authz_default authz_groupfile authz_host 
authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir 
disk_cache env expires ext_filter file_cache filter headers include info 
log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling 
status unique_id userdir usertrack vhost_alias CALLIGRA_FEATURES=kexi words 
flow plan sheets stage tables krita karbon braindump author CAMERAS=ptp2 
COLLECTD_PLUGINS=df interface irq load memory rrdtool swap syslog 
ELIBC=glibc GPSD_PROTOCOLS=ashtech aivdm earthmate evermore fv18 garmin 
garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore 
rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx 
INPUT_DEVICES=keyboard mouse evdev KERNEL=linux LCD_DEVICES=bayrad cfontz 
cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text 
LIBREOFFICE_EXTENSIONS=presenter-console presenter-minimizer 
OFFICE_IMPLEMENTATION=libreoffice PHP_TARGETS=php5-3 
PYTHON_SINGLE_TARGET=python2_7 PYTHON_TARGETS=python2_7 python3_2 
RUBY_TARGETS=ruby18 ruby19 USERLAND=GNU VIDEO_CARDS=fbdev glint intel 
mach64 mga nouveau nv r128 radeon savage sis tdfx trident vesa via vmware dummy 
v4l XTABLES_ADDONS=quota2 psd pknock lscan length2 ipv4options ipset ipp2p 
iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark 
dhcpmac delude chaos account
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, 
PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, 
PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON


 * Package:app-arch/tar-1.26-r1

Re: [gentoo-user] Error building tar

2013-04-28 Thread staticsafe
On 4/28/2013 14:44, Mateusz Kowalczyk wrote:
 On 28/04/13 18:58, staticsafe wrote:
 Updating a Gentoo VM today when I encountered an issue with 
 building tar. Attaching relevant logs.
 
 I just tried to update to see whether the issue occurs and can now 
 confirm that it does in fact happen.
 
 Should probably file a bug...
 
 

Filed bug - https://bugs.gentoo.org/show_bug.cgi?id=467776
CCing ebuild maintainer as well.
-- 
staticsafe
O ascii ribbon campaign - stop html mail - www.asciiribbon.org
Please don't top post - http://goo.gl/YrmAb
Don't CC me! I'm subscribed to whatever list I just posted on.



Re: [gentoo-user] Error building tar

2013-04-28 Thread staticsafe
On 4/28/2013 14:53, staticsafe wrote:
 On 4/28/2013 14:44, Mateusz Kowalczyk wrote:
 On 28/04/13 18:58, staticsafe wrote:
 Updating a Gentoo VM today when I encountered an issue with 
 building tar. Attaching relevant logs.

 I just tried to update to see whether the issue occurs and can now 
 confirm that it does in fact happen.

 Should probably file a bug...


 
 Filed bug - https://bugs.gentoo.org/show_bug.cgi?id=467776
 CCing ebuild maintainer as well.
 
My bug has been marked as a duplicate to this one:
https://bugs.gentoo.org/show_bug.cgi?id=467772

-- 
staticsafe
O ascii ribbon campaign - stop html mail - www.asciiribbon.org
Please don't top post - http://goo.gl/YrmAb
Don't CC me! I'm subscribed to whatever list I just posted on.



Re: [gentoo-user] Update to dev-libs/icu-51.1 results in borked Dolphin

2013-04-28 Thread staticsafe
On 4/28/2013 16:23, Mick wrote:
 On Sunday 28 Apr 2013 17:44:25 Alan McKinnon wrote:
 On 28/04/2013 17:46, Mick wrote:
 On Sunday 28 Apr 2013 14:50:58 Mick wrote:
 On Sunday 28 Apr 2013 13:21:35 Marc Joliet wrote:
 I have to admit, I'm a bit confused. I was going to suggest
 rebuilding QtWebKit, because of the undefined references
 and other warnings above, but I didn't rebuild it myself
 after upgrading icu, and various KDE software I have (that
 depends on QtWebKit, for example k3b and various games)
 still runs fine.
 
 I would try rebuilding QtWebKit anyway, though.
 
 That's fixed it.  Thanks!
 
 Does this mean that the new *default* for make.conf should be
 that preserve- libs is included in FEATURES, otherwise packages
 that depend on older lib files break if older files are
 removed?
 
 I dunno what the default is, but I've used preserve-libs since
 forever.
 
 Not having it doesn't give you less than what you used to have -
 apps that link to libs which get upgraded always used to break,
 hence why we had revdep-rebuild. And far years we just dealt with
 this breakage.
 
 preserve-libs just delays the delete of the old lib till the
 point where nothing uses it anymore.
 
 :-(
 
 This is getting worse!
 
 I downgraded dev-libs/icu to 49.1.2.  Then I run @preserve-rebuild
 and it did rebuild a bunch of packages.  Everything works fine.
 
 Then tried to run update world again to update icu to the latest
 stable version 51.1.  It fails straight away:
 
 What does this error about autotools mean?
 
 ===
 Emerging (1 of 7) dev-libs/icu-51.1
 * icu4c-51_1-src.tgz SHA256 SHA512 WHIRLPOOL size ;-) ...
 [ ok ]
 Unpacking source... Unpacking icu4c-51_1-src.tgz to
 /var/tmp/portage/dev-libs/icu-51.1/work Source unpacked in
 /var/tmp/portage/dev-libs/icu-51.1/work Preparing source in
 /var/tmp/portage/dev-libs/icu-51.1/work/icu/source ...
 * Applying icu-4.8.1-fix_binformat_fonts.patch ...
 [ ok ] * Applying icu-4.8.1.1-fix_ltr.patch ...
 [ ok ] * Running eautoreconf in
 '/var/tmp/portage/dev-libs/icu-51.1/work/icu/source' ... * Running
 autoconf ...[ 
 ok ] * ERROR: dev-libs/icu-51.1 failed (prepare phase): *
 internal error: add AC_CONFIG_HEADER to ALL_AUTOTOOLS_MACROS * *
 Call stack: * ebuild.sh, line   93:  Called src_prepare *
 environment, line 2975:  Called eautoreconf *   environment, line
 907:  Called eautoheader *   environment, line  829:  Called
 _at_uses_autoheader *   environment, line  277:  Called
 _at_uses_pkg 'AC_CONFIG_HEADERS' 'AC_CONFIG_HEADER'
 'AM_CONFIG_HEADERS' 'AM_CONFIG_HEADER' *   environment, line  309:
 Called autotools_check_macro 'AC_CONFIG_HEADERS' 'AC_CONFIG_HEADER'
 'AM_CONFIG_HEADERS' 'AM_CONFIG_HEADER' *   environment, line  484:
 Called die * The specific snippet of code: *   has ${macro}
 ${ALL_AUTOTOOLS_MACROS[@]} || die internal error: add ${macro} to
 ALL_AUTOTOOLS_MACROS; * * If you need support, post the output of
 `emerge --info '=dev- libs/icu-51.1'`, * the complete build log and
 the output of `emerge -pqv '=dev- libs/icu-51.1'`. 
 /usr/lib64/portage/bin/isolated-functions.sh: line 215: wait:
 `internal error: add AC_CONFIG_HEADER to ALL_AUTOTOOLS_MACROS': not
 a pid or valid job spec * The complete build log is located at
 '/var/log/portage/dev- libs:icu-51.1:20130428-201855.log'. * The
 ebuild environment file is located at '/var/tmp/portage/dev- 
 libs/icu-51.1/temp/environment'. * Working directory:
 '/var/tmp/portage/dev-libs/icu-51.1/work/icu/source' * S:
 '/var/tmp/portage/dev-libs/icu-51.1/work/icu/source'
 
 Failed to emerge dev-libs/icu-51.1, Log file:
 
 '/var/log/portage/dev-libs:icu-51.1:20130428-201855.log'
 
 * Messages for package dev-libs/icu-51.1:
 
 * ERROR: dev-libs/icu-51.1 failed (prepare phase): *   internal
 error: add AC_CONFIG_HEADER to ALL_AUTOTOOLS_MACROS * * Call
 stack: * ebuild.sh, line   93:  Called src_prepare *
 environment, line 2975:  Called eautoreconf *   environment, line
 907:  Called eautoheader *   environment, line  829:  Called
 _at_uses_autoheader *   environment, line  277:  Called
 _at_uses_pkg 'AC_CONFIG_HEADERS' 'AC_CONFIG_HEADER'
 'AM_CONFIG_HEADERS' 'AM_CONFIG_HEADER' *   environment, line  309:
 Called autotools_check_macro 'AC_CONFIG_HEADERS' 'AC_CONFIG_HEADER'
 'AM_CONFIG_HEADERS' 'AM_CONFIG_HEADER' *   environment, line  484:
 Called die * The specific snippet of code: *   has ${macro}
 ${ALL_AUTOTOOLS_MACROS[@]} || die internal error: add ${macro} to
 ALL_AUTOTOOLS_MACROS; * 
 ===
 
 Is this a result of me adding preserve-libs without changing
 something in my env?  :-/
 

No - see bug - https://bugs.gentoo.org/show_bug.cgi?id=467772
Bunch of packages are failing with that at the moment.
-- 
staticsafe
O ascii ribbon campaign - stop html mail - www.asciiribbon.org
Please don't top post - http://goo.gl/YrmAb
Don't CC me! I'm subscribed

Re: [gentoo-user] Server system date synchronizaion

2013-04-25 Thread staticsafe
On 4/25/2013 19:50, Alan McKinnon wrote:
 On 26/04/2013 01:42, William Kenworthy wrote:
 Does anyone know a good guide to using time sync in VM's, for both
 windows and linux (gentoo) guests using libvirt?  Especially for guests
 that are resumed, or the whole virtualisation system is hibernated? (ntp
 refuses to resync after guest pause/save/restore/resume (known problem),
 even with tinker panic 0
 
 
 That's not a bug, it's by design.
 
 If ntpd detects the clock is out by more than X seconds [1], it will not
 try to correct the difference, concluding that something is wrong and a
 human must decide. It can't easily tell the difference between a resumed
 guest (or even that it was resumed at all) and a severe problem.
 
 We fixed this by taking the easy route of least resistance;
 
 1. run ntpdate on startup/restart once before ntpd starts
 2. start ntpd as normal
 3. a colleague wrote a $MAGIC_HOOK to detect resumed guests that runs
 ntpdate once
 
 True, it's a brutal solution and uses a baseball bat where some finesse
 might be less ugly, but it suits our needs just fine.
 
 [1] I forget what X is and am too lazy to look it up. Is it 30 seconds
 or thereabouts?
 
 

When first started, the daemon normally polls the servers listed in the
configuration file at 64-s intervals. In order to allow a sufficient
number of samples for the NTP algorithms to reliably discriminate
between correctly operating servers and possible intruders, at least
four valid messages from the majority of servers and peers listed in the
configuration file is required before the daemon can set the local
clock. However, if the difference between the client time and server
time is greater than the panic threshold, which defaults to 1000 s, the
daemon will send a message to the system log and shut down without
setting the clock. [0]

[0] - http://doc.ntp.org/4.1.1/debug.htm
-- 
staticsafe
O ascii ribbon campaign - stop html mail - www.asciiribbon.org
Please don't top post - http://goo.gl/YrmAb
Don't CC me! I'm subscribed to whatever list I just posted on.



Re: [gentoo-user] A torrent client which can listen to interface

2013-04-22 Thread staticsafe
On 4/22/2013 13:18, Nilesh Govindrajan wrote:
 Hi,
 
 I'm looking for a torrent client which can listen to an interface instead
 of ips. Any pointers?
 

I don't understand, why would a torrent *client* listen on anything?

-- 
staticsafe
O ascii ribbon campaign - stop html mail - www.asciiribbon.org
Please don't top post - http://goo.gl/YrmAb
Don't CC me! I'm subscribed to whatever list I just posted on.



Re: [gentoo-user] A torrent client which can listen to interface

2013-04-22 Thread staticsafe
On 4/22/2013 13:51, Nilesh Govindrajan wrote:
 On Apr 22, 2013 11:14 PM, staticsafe m...@staticsafe.ca wrote:

 On 4/22/2013 13:18, Nilesh Govindrajan wrote:
 Hi,

 I'm looking for a torrent client which can listen to an interface
 instead
 of ips. Any pointers?


 I don't understand, why would a torrent *client* listen on anything?

 --
 staticsafe
 O ascii ribbon campaign - stop html mail - www.asciiribbon.org
 Please don't top post - http://goo.gl/YrmAb
 Don't CC me! I'm subscribed to whatever list I just posted on.

 
 Torrent clients listen for peers on a port. It always picks the default
 interface or route. It becomes a problem when you have two Internet
 connections.
 
Oh right. I don't think any clients allow you to specify an interface.
Only IPs and ports.

Like in rtorrent:
  -b a.b.c.d  Bind the listening socket to this IP
  -i a.b.c.d  Change the IP that is sent to the tracker
  -p int-intSet port range for incoming connections

-- 
staticsafe
O ascii ribbon campaign - stop html mail - www.asciiribbon.org
Please don't top post - http://goo.gl/YrmAb
Don't CC me! I'm subscribed to whatever list I just posted on.



Re: [gentoo-user] [way OT but interesting] Massive recent DDOS attack

2013-03-31 Thread staticsafe
On 3/31/2013 19:12, walt wrote:
 Any of you admin types out there have any grumpy thoughts about this
 article? :)  Is it really just marketing BS from cloudflare, or is it
 solid stuff?
 
 http://blog.cloudflare.com/the-ddos-that-almost-broke-the-internet
 
 

Some other good reads:
http://cluepon.net/ras/gizmodo
http://instituut.net/~job/cb3rob-spamhaus-hijack-21-mar-2013.txt
https://greenhost.nl/2013/03/21/spam-not-spam-tracking-hijacked-spamhaus-ip/


-- 
staticsafe
O ascii ribbon campaign - stop html mail - www.asciiribbon.org
Please don't top post - http://goo.gl/YrmAb
Don't CC me! I'm subscribed to whatever list I just posted on.



Re: [gentoo-user] netqmail fails to do CNAME lookup for lists.gentoo.org

2013-03-23 Thread staticsafe
On 3/23/2013 8:17, Sascha Cunz wrote:
 Hi list,
 
 I'm glad to see that my mail from yesterday did finally leave the queue
 of my netqmail install. 
 
 I'm recently having trouble to send mail to lists.gentoo.org via my
 netqmail. It says that it is _temporarily_ unable to do a CNAME lookup.
 But mails stay in queue until they eventually bounce. I have now configured
 a static smtp route to pigeon.gentoo.org and mails seem to go through.
 
 I'm currently using google's DNS in /etc/resolv.conf (But the results from
 the DNS server of my ISP are the same):
 
 I think that the real problem is, that $(dig @8.8.8.8 lists.gentoo.org any) 
 [1]
 doesn't give me a MX-Record at all. Also, directly asking for a MX-Record
 doesn't seem to report one[2].
 
 I'm not too deep into DNS, so I'm asking for any clues on how to really
 solve this issue?
 
 Sascha
 
 [1]
 $ dig @8.8.8.8 list.gentoo.org any
   
   

   
   
   
  
 ;  DiG 9.9.2  @8.8.8.8 list.gentoo.org any
   
   
  
 ; (1 server found)
 ;; global options: +cmd
 ;; Got answer:
 ;; -HEADER- opcode: QUERY, status: NXDOMAIN, id: 4294
 ;; flags: qr rd ra ad; QUERY: 1, ANSWER: 0, AUTHORITY: 6, ADDITIONAL: 1
 
 ;; OPT PSEUDOSECTION:
 ; EDNS: version: 0, flags:; udp: 512
 ;; QUESTION SECTION:
 ;list.gentoo.org.   IN  ANY
 
 ;; AUTHORITY SECTION:
 gentoo.org. 1389IN  SOA ns1.gentoo.org. 
 hostmaster.gentoo.org. 1363715159 3600 3602 604800 3600
 gentoo.org. 1389IN  RRSIG   SOA 5 2 86400 20130915164614 
 20130319164614 52980 gentoo.org. 
 jWJE78zdR5x+B/N7H21C76vAW7RptfAaxb5fcXayB5Vx2zwhdCKWpcNa 
 oGwF0lNrJz+7d48FsY3YQpg6+HwEHVLUa+wSe3jZZeQr6qTWwskL4BsY 
 7xQIvo6CcbXr+q+Rdpjuae6Gi9BZ1wrj2r1VQCijYjKwX32qq+kiqyK+ 
 ibevmHpI1tFydk5DYlYtDMoLD7dPyW46TH/Wtj4yEGHAyQ==
 gentoo.org. 3189IN  NSEC_include.gentoo.org. A NS SOA 
 MX TXT RRSIG NSEC DNSKEY
 gentoo.org. 3189IN  RRSIG   NSEC 5 2 3600 20130915164614 
 20130319164614 52980 gentoo.org. 
 OlIMzTIsTuwQqg2Jh/i7kCPCBl72gDz2zb33DLloua7LMJU9zs+3Fy52 
 AFIJ2BouWg0cIKouBXaVPX7DInly61KZ7WE8BBe1eXdq5ExCsyybE3F9 
 nYzM/3oPEdQ1sQoMyefsIG/JB8+9kbvKbhfpLercMVpSjLTSOWztvEBA 
 HHZee0E4mH/EcviPCkjR/4BWAvlYWTeiVb6xT2CXA5WmxA==
 ldap5.gentoo.org.   3189IN  NSEClists.gentoo.org. CNAME RRSIG 
 NSEC
 ldap5.gentoo.org.   3189IN  RRSIG   NSEC 5 3 3600 20130915164614 
 20130319164614 52980 gentoo.org. 
 cIzfv2GF4UTkZaTkkvadlLNyG6oZ4IRb30AXZGfmMeA+PoohDJtHF23q 
 m8NOGjxa1z2y0ytb83PZFb6SCckpj9xE5C0oSIeMRsg51Vhb6pR0u2We 
 IyWRfHBArkCVHEVbuys1IdDnQrPjODhW5epdEjpjKUn6+Zzao82uBCfv 
 LyA/0sAqs0+qYrw+mVdZIAeuJKdywehKnnXVN05ndkuuRA==
 
 ;; Query time: 64 msec
 ;; SERVER: 8.8.8.8#53(8.8.8.8)
 ;; WHEN: Sat Mar 23 12:56:33 2013
 ;; MSG SIZE  rcvd: 787
 
 [2]
 $ dig @8.8.8.8 list.gentoo.org mx
 
 ;  DiG 9.9.2  @8.8.8.8 list.gentoo.org mx
 ; (1 server found)
 ;; global options: +cmd
 ;; Got answer:
 ;; -HEADER- opcode: QUERY, status: NXDOMAIN, id: 54012
 ;; flags: qr rd ra ad; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
 
 ;; OPT PSEUDOSECTION:
 ; EDNS: version: 0, flags:; udp: 512
 ;; QUESTION SECTION:
 ;list.gentoo.org.   IN  MX
 
 ;; AUTHORITY SECTION:
 gentoo.org. 959 IN  SOA ns1.gentoo.org. 
 hostmaster.gentoo.org. 1363715159 3600 3602 604800 3600
 
 ;; Query time: 60 msec
 ;; SERVER: 8.8.8.8#53(8.8.8.8)
 ;; WHEN: Sat Mar 23 13:12:34 2013
 ;; MSG SIZE  rcvd: 95
 
 
 
In your DNS queries you did list.gentoo.org, the actual FQDN is
lists.gentoo.org

root@hellhound ~ # dig MX lists.gentoo.org

;  DiG 9.7.3  MX lists.gentoo.org
;; global options: +cmd
;; Got answer:
;; -HEADER- opcode: QUERY, status: NOERROR, id: 53706
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 3, ADDITIONAL: 6

;; QUESTION SECTION:
;lists.gentoo.org.  IN  MX

;; ANSWER SECTION:
lists.gentoo.org.   43200   IN  MX  10 lists.gentoo.org.

-- 
staticsafe
O ascii ribbon campaign - stop html mail - www.asciiribbon.org
Please don't top post - http://goo.gl/YrmAb
Don't CC me! I'm subscribed to whatever list I just posted on.



[gentoo-user] nvidia-drivers-304.64 build failure against vanilla linux-3.7.4

2013-01-26 Thread staticsafe
I just grabbed vanilla 3.7.4 from kernel.org, the kernel build itself
went fine but when I did a modules-rebuild, the nvidia module failed to
build. As requested by the error message:

output of `emerge --info '=x11-drivers/nvidia-drivers-304.64'`:
http://sprunge.us/QLUN

output of `emerge -pqv '=x11-drivers/nvidia-drivers-304.64'`
http://sprunge.us/PfcV

complete build log:
http://sprunge.us/AQfS

Anyone have any ideas?

-- 
staticsafe
O ascii ribbon campaign - stop html mail - www.asciiribbon.org
Please don't top post - http://goo.gl/YrmAb