Re: make slaves not getting tasks anymore

2015-12-30 Thread Jeremy Olexa
Hi Mike, Yes, there is another way besides the maintenance primitives that aren't fully complete yet (IMO). If you wish to not schedule anymore jobs, you can remove that host from the whitelist on the masters. You might have to engineer this for your setup abit, but this is what we do: 1) Al

Re: mesos ui best practise - mesos cluster in HA

2015-12-02 Thread Jeremy Olexa
This is what we use in haproxy: backend master_cluster   option httpclose   option forwardfor   mode http   option httpchk GET /metrics/snapshot   http-check expect string master\/elected":1   server master-0 ip1:5050 check   server master-1 ip2:5050 check   server master-2 ip3:5050 check Hop

Re: Mesos and Zookeeper TCP keepalive

2015-11-13 Thread Jeremy Olexa
curious about the correlation between snapshot creation and timeouts. Wondering if you can change “max_slave_ping_timeouts” / "slave_ping_timeout" as Joris suggested and keep the “snapshot/backup” also. thanks Jojy > On Nov 11, 2015, at 6:04 PM, Jeremy Olexa > mailto:jol.

Re: Mesos and Zookeeper TCP keepalive

2015-11-11 Thread Jeremy Olexa
low re-registration by the agent after the agent notices it needs to re-establish the connection. — Joris Van Remoortere Mesosphere On Tue, Nov 10, 2015 at 5:02 AM, Jeremy Olexa mailto:jol...@spscommerce.com>> wrote: Hi Tommy, Erik, all, You are correct in your assumption that I'm tr

Re: Mesos and Zookeeper TCP keepalive

2015-11-10 Thread Jeremy Olexa
If you think there is a special case you are trying to solve, I suggest proposing a design document for review. For ZK client code, I would suggest asking the zookeeper mailing list. thanks -Jojy On Nov 9, 2015, at 7:56 PM, Jeremy Olexa mailto:jol...@spscommerce.com>> wrote: Alright

Re: Mesos and Zookeeper TCP keepalive

2015-11-09 Thread Jeremy Olexa
os and Zookeeper TCP keepalive Hi Jeremy The "network" code is at "3rdparty/libprocess/include/process/network.hpp" , "3rdparty/libprocess/src/poll_socket.hpp/cpp". thanks jojy On Nov 9, 2015, at 6:54 AM, Jeremy Olexa mailto:jol...@spscommerce.com>> wrote:

Re: Mesos and Zookeeper TCP keepalive

2015-11-09 Thread Jeremy Olexa
should be set in Zookeeper, not in Mesos. See this related issue in Zookeeper. https://issues.apache.org/jira/browse/ZOOKEEPER-2246?focusedCommentId=14724085&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14724085 On Sun, Nov 8, 2015 at 4:47 AM, Jere

Mesos and Zookeeper TCP keepalive

2015-11-07 Thread Jeremy Olexa
Hello all, We have been fighting some network/session disconnection issues between datacenters and I'm curious if there is anyway to enable tcp keepalive on the zookeeper/mesos sockets? If there was a way, then the sysctl tcp kernel settings would be used. I believe keepalive has to be enabled

Re: upgrade from 0.24.1 to 0.25

2015-10-15 Thread Jeremy Olexa
Hi Craig, it was posted on the marathon email list that 0.11.0 is not safe for production. https://groups.google.com/d/msg/marathon-framework/u4-FKVkh5RQ/wH-s1sdECgAJ From: craig w Sent: Thursday, October 15, 2015 4:13 AM To: user@mesos.apache.org Subject: Re

Advice on agent disconnect and reconnect

2015-10-04 Thread Jeremy Olexa
Hello, We have been observing some agent processes disconnects when our agent processes are in another datacenter, A, and accessing the master cluster in datacenter B. I would like to mitigate this issue because it ejects all the applications running and then all of the sandbox links, etc, are

[jira] [Commented] (MESOS-3282) Web UI no longer shows Tasks information

2015-09-21 Thread Jeremy Olexa (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-3282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14901872#comment-14901872 ] Jeremy Olexa commented on MESOS-3282: - I understand that, hasodent. Do you know

[jira] [Commented] (MESOS-3282) Web UI no longer shows Tasks information

2015-09-21 Thread Jeremy Olexa (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-3282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14901777#comment-14901777 ] Jeremy Olexa commented on MESOS-3282: - Hi hasodent, thanks for working on this

Master UI - Tasks section is empty

2015-08-23 Thread Jeremy Olexa
Hi all, On a new cluster, the tasks section of the left sidebar is populated as jobs are staged, started, killed, etc. I've noticed that after a rolling restart of the cluster, like taking a node out for maintenance - or restarted instances in an ASG, that the Tasks section of the UI stops work

Re: Mesos Whitelist syntax

2015-08-13 Thread Jeremy Olexa
, 2015 1:56 AM To: user@mesos.apache.org Subject: Re: Mesos Whitelist syntax Hi, @Jeremy If the whitelist file, you need add every explicit IP as per line. If you don't special --whitelist or use --whitelist="*", it would accept all ip. On Thu, Aug 13, 2015 at 6:49 AM, Jeremy Ol

Re: [gentoo-alt] Gentoo Prefix on OSX now uses Clang

2015-06-09 Thread Jeremy Olexa
On Tue, Jun 9, 2015 at 5:47 AM, Fabian Groffen wrote: > On 06-06-2015 09:11:34 -0500, Jeremy Olexa wrote: >> =dev-libs/iniparser-3.1-r1 ** >> >> I added it to package.accept_keywords and re-ran bootstrap-prefix.sh >> and it blew up on me because it tried to

Re: [gentoo-alt] Gentoo Prefix on OSX now uses Clang

2015-06-06 Thread Jeremy Olexa
Great work! It almost finished for me ... ~x64-macos The following keyword changes are necessary to proceed: (see "package.accept_keywords" in the portage(5) man page for more details) # required by app-portage/portage-utils-0.56[-static] # required by app-admin/perl-cleaner-2.17 # required by d

Re: [tor-relays] "Very Safe" Exit Policy

2015-02-10 Thread Jeremy Olexa
On Tue, Feb 10, 2015 at 4:57 PM, Stephen R Guglielmo wrote: "safe": > This would be my first time running an exit relay and I'd be happy to > hear advice and suggestions! According to the spec, your relay will never gain the exit flag without 2/3 of 80, 443, 6667. "Exit" -- A router is calle

[gentoo-commits] gentoo-x86 commit in net-misc/s3cmd: ChangeLog s3cmd-1.5.0_rc1.ebuild

2015-01-31 Thread Jeremy Olexa (darkside)
o Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/s3cmd/ChangeLog,v 1.25 2015/01/31 16:57:08 darkside Exp $ + + 31 Jan 2015; Jeremy Olexa s3cmd-1.5.0_rc1.ebuild: + Add Gentoo Prefix mods and keyword, bug 537050 *s3cmd-1.5.0_rc1 (13 Oct 2014) 1.2

[gentoo-commits] gentoo-x86 commit in net-misc/sshpass: sshpass-1.05.ebuild ChangeLog

2015-01-31 Thread Jeremy Olexa (darkside)
1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/sshpass/ChangeLog,v 1.13 2014/08/10 20:47:53 slyfox Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/sshpass/ChangeLog,

[gentoo-commits] gentoo-x86 commit in app-admin/ansible: ChangeLog ansible-1.8.2.ebuild

2015-01-31 Thread Jeremy Olexa (darkside)
o Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/ansible/ChangeLog,v 1.58 2015/01/31 16:49:30 darkside Exp $ + + 31 Jan 2015; Jeremy Olexa ansible-1.8.2.ebuild: + add ~x64-macos, bug 535970 22 Dec 2014; Sergey Popov ansible-1.8.2.ebuild: Drop tests

[tor-relays] eventdns: Address mismatch on received DNS packet.

2015-01-11 Thread Jeremy Olexa
Hi List, I'm seeing these messages in one of my relays. Pretty often, too. eventdns: Address mismatch on received DNS packet. Apparent source was : I've searched this and found references[1] to a faulty resolver of some type and torservers.net ignores the message[2]. I use my ISPs resolvers

Re: [gentoo-alt] Problems with getting gentoo scientific packages installed

2015-01-04 Thread Jeremy Olexa
Hi JC, On Sun, Jan 4, 2015 at 10:54 AM, JC D wrote: > Hi Group! > > I am using gentoo_prefix on a Mac OS 10.10. > > I am trying to install some packages, especially scientific stuff like > maxima/wxmaxima, paraview and mayavi. > None of these packages works right now and I suspect a major problem

Re: [tor-dev] Tor Cloud Maintenance, revisited

2015-01-02 Thread Jeremy Olexa
reat to try to also address > TorCloud's currently susceptibility to discovery by internet-wide port > scanning as I mentioned in > https://lists.torproject.org/pipermail/tor-dev/2014-December/007957.html > > On Thu Jan 01 2015 at 1:23:49 PM Jeremy Olexa wrote: >> >> Hi Ev

[tor-dev] Tor Cloud Maintenance, revisited

2015-01-01 Thread Jeremy Olexa
Hi Everyone, Happy New Year, first post to the -dev list but I've been running some relays for months[1]. Overall a new user to Tor so feel free to point me elsewhere if I'm asking poor questions. I've noticed that the Tor Cloud project is dead in the water right now. The last post on this list is

Re: [tor-talk] Sybil Attack

2014-12-26 Thread Jeremy Olexa
I'm abit concerned about not having a consensus of the dirauth's knowing about the BadExit flag. Is this a problem? Only 4/9 know about that flag right now and 3/9 are missing signatures. Can someone explain this better? Thanks! https://consensus-health.torproject.org/ On Fri, Dec 26, 2014 at 5:2

Re: [tor-relays] Tor Weather doesn't register my fingerprint

2014-12-25 Thread Jeremy Olexa
It does take some time for various systems to update. You should try again tomorrow, I wouldn't be worried. -Jeremy On Thu, Dec 25, 2014 at 8:56 PM, Giovanny Andres Gongora Granada wrote: > Hi, > > Today I decided to run a Tor Relay and contribute to Tor Project on a > Rackspace that I have free

Re: [tor-talk] Including Adblock to TBB to save bandwith

2014-12-15 Thread Jeremy Olexa
On Mon, Dec 15, 2014 at 6:16 PM, Daniel Roskams wrote: > On Mon, Dec 15, 2014 at 02:44:05PM +0100, Justaguy wrote: >> I had an idea last night >> What if torbrowser would include adblock, this would reduce the amount >> of bandwith used, and thus increase the overal speeds @ tor >> > I think this

Re: [tor-relays] Changing ulimit for debian-tor

2014-12-11 Thread Jeremy Olexa
On Thu, Dec 11, 2014 at 2:56 AM, Lluís wrote: > Hello everyone, > >> Tor can generally raise the limits itself, though, when started as >> root. Can you post the error message that caused you to ask this >> question ? > > There's no error message, I followed this thread: > > "Tor Server - DDOS or

Re: [tor-relays] FYI: ISP's and blocked Authorities

2014-11-15 Thread Jeremy Olexa
Hi Sebastian, Is there a way to manually check this? I'm curious to why my non-exit relay, C1B84214, only gets fast/stable/running flags from some authorities but not all of them, as seen here: https://consensus-health.torproject.org/ -Jeremy On Fri, Nov 14, 2014 at 4:37 AM, Sebastian Urbach wr

Re: [tor-relays] Bwauths Measures question, friends.

2014-11-01 Thread Jeremy Olexa
It is normal and you should wait. Eventually, your relay will get more weight, more connections, and a higher advertised bandwidth. You can somewhat see the effect when the one month graph is rendered on atlas. eg, see this new relay https://atlas.torproject.org/#details/C1B84214C9E336C82CEFF150A47

Re: [tor-talk] Tor Relay Smartphone App

2014-10-13 Thread Jeremy Olexa
On Mon, Oct 13, 2014 at 12:31 AM, Casey Rodarmor wrote: > On Mon, Oct 13, 2014 at 2:07 PM, Griffin Boyce > wrote: > >> Casey Rodarmor wrote: >> >>> I just thought of an additional perk: The custom distro could >>> blacklist known-bad hardware. >>> >> >> I think this is a really bad idea overall

Re: [tor-relays] Slow relay speeds for Australian geographic location(s)

2014-10-13 Thread Jeremy Olexa
Hi Jon, On Mon, Oct 13, 2014 at 10:36 AM, Jon Daniels wrote: > Recently I turned up nineteen additional nodes on that server and they're > averaging 60Mbps of overall throughput. CPU load is still 0.00. While I can't speak for the Australian problem, I do want to highlight that you can only ha

Re: [tor-relays] Arch Linux packages?

2014-10-05 Thread Jeremy Olexa
On Sun, Oct 5, 2014 at 8:54 AM, Eric Hocking wrote: > Hi all, > I looked through the Arch Linux repository, and wasn’t able to find any > packages for Tor or arm. Does anyone use archlinux that could create a > package for Tor and arm? Hi, I don't use Arch Linux, but it seems to me that tor and t

Re: [tor-relays] Port-Based Best-Fit Circuit Selection

2014-09-19 Thread Jeremy Olexa
On Fri, Sep 19, 2014 at 6:10 PM, Tim wrote: > [Edit: Convert to end-posting & fix quote levels] > > On 18 Sep 2014, at 10:40 , Paritesh Boyeyoko wrote: > > On Wednesday 17 Sep 2014 22:40:36 Tim wrote: > > On 17 Sep 2014, at 22:00, Paritesh Boyeyoko wrote: > > > On Tuesday 16 Sep 2014 17:36:41 To

Re: [tor-relays] Understanding Reduced Exit Policies..?

2014-09-13 Thread Jeremy Olexa
On Fri, Sep 12, 2014 at 7:46 AM, Moritz Bartl wrote: > Hi Jeremy, > > On 09/12/2014 05:02 AM, Jeremy Olexa wrote: >> My question: If I want to "try" being an exit node and add allowed >> exit ports slowly, does that help the network or not? For example, >> m

[tor-relays] Understanding Reduced Exit Policies..?

2014-09-11 Thread Jeremy Olexa
Hello, I've setup a non-exit node so that I can contribute and understand the TOR network somewhat better. I've only had my node (jolexarelay1) up for a few weeks so it is still becoming a part of the network at guard status. So, as I understand my ISP, I can run an exit node if I "handle" abuse c

Re: [tor-relays] enable-ec_nistp_64_gcc_128

2014-09-08 Thread Jeremy Olexa
Thanks for your contribution, can you also add some note to the underlying bug report https://bugs.gentoo.org/469976 so others may see it easier? -Jeremy On Mon, Sep 8, 2014 at 2:52 PM, Harold Naparst wrote: > If you want a version of openssl compiled with the > enable-ec_nistp_64_gcc_128 option

Re: [tor-relays] is a KVM fine for a first quick test to setup a tor exit node

2014-09-01 Thread Jeremy Olexa
On Mon, Sep 1, 2014 at 4:42 PM, Toralf Förster wrote: > I do have here a Gentoo Linux and a KVM (Gentoo too) - now I'm wondering > if I can just emerge the Gentoo Tor package here in the KVM and play with > it or should I prepare few things before to avoid that it will be used by > the Tor networ

Re: [gentoo-alt] Prefix bootstrap state

2014-02-17 Thread Jeremy Olexa
On Mon, Feb 17, 2014 at 8:49 PM, François Bissey < francois.bis...@canterbury.ac.nz> wrote: > I got the bootstrap script from files.redlizard.nl and it is going much > better. Hi, I'm just checking to make sure that you know you are testing a experimental feature and not using the official metho

Re: [gentoo-alt] prefix-overlay-20140202.tar.bz2 unexpected EOF

2014-02-06 Thread Jeremy Olexa
On Thu, Feb 6, 2014 at 5:35 AM, Phil Tooley wrote: > Hello all, > > Attempting to use the latest bootstrap script from > > http://prefix.gentooexperimental.org/hg/prefix-tree/raw-file/default/scripts/bootstrap-prefix.sh > i get the following error when beginning stage2: > Dear All, Let me explai

Re: [gentoo-alt] Restructuring the bootstrap (or: getting rid of gcc 4.2)

2014-02-02 Thread Jeremy Olexa
On Sat, Feb 1, 2014 at 8:31 PM, Ruud Koolen wrote: > Hi all, > > I have recently been doing some cleanup work to the bootstrap script, > getting > rid of cruft here and there. My goals in this have been twofold: part of > the > I do have to say that I respect your goals here. The essential probl

Re: [gentoo-alt] prefix overlay moved from svn to mercurial

2014-01-14 Thread Jeremy Olexa
On Sat, Jan 11, 2014 at 2:41 PM, Fabian Groffen wrote: > > Should you have any questions, feel free to ask them, > > Will the bootstrapping docs be updated? -Jeremy

[gentoo-alt] OSX 10.9(.1): stage3 failure (gcc-apple)

2013-12-27 Thread Jeremy Olexa
Hello, I'm seeking assistance in debugging the stage3 bootstrapping issue on OSX 10.9(.1). gcc-apple fails to build. This is my first OSX experience, so I'm somewhat lost on the standard procedures. I'll post the logs for review. http://dev.gentoo.org/~darkside/tmp/logs/ Thanks all, Jeremy

Re: [gentoo-alt] emaint --check world subversion and git missing

2013-11-05 Thread Jeremy Olexa
On Wednesday, 6 November 2013, Michael Yang wrote: > hi everyone, > > I haven't used gentoo prefix for a few years now and ran `emerge --sync` > and `emerge - > What Dennis said was correct. Gentoo Prefix iterates faster than Gentoo Linux does. It is difficult to upgrade a 2 year old Gentoo Linux

Re: [gentoo-alt] Names of Prefix variants

2013-10-30 Thread Jeremy Olexa
On Wednesday, 30 October 2013, Ruud Koolen wrote: > On Tuesday 29 October 2013 08:40:59 Michael Haubenwallner wrote: > > On 10/26/13 00:54, Ruud Koolen wrote: > > > It's bikeshedding time. > > > > > > The RAP project (prefix with libc) is now ready to start getting merged > > > > > > I propose "pr

Re: [gentoo-alt] QNX support

2013-10-01 Thread Jeremy Olexa
Formal guide? No. Basically, the first step is to create a profile and then assume that all packages work (accept all keywords) and patch the broken ones. :) Have fun! -Jeremy On Wed, Oct 2, 2013 at 8:58 AM, Christopher Friedt wrote: > Hi list, > > Long-time user of Prefix on OS X. So happy wit

Re: [gentoo-mirrors] Mirrorstats

2013-06-19 Thread Jeremy Olexa
On Saturday, 18 May 2013, Adrian Sandor wrote: > Hi, what happened to http://mirrorstats.gentoo.org/ ? > It seems to be last updated on Wed Dec 26 13:11:03 2012 (GMT) > > Adrian > It would be best if a bug report was filed. Cheers.

Re: [gentoo-alt] Qt and pkg-config

2013-03-14 Thread Jeremy Olexa
On Friday, March 8, 2013, Sylvain Chevallier wrote: > Hi all, > I just solve a Qt issue that you may encounter. I use prefix on OS X. > I try to compile sci-visualization/gnuplot with the support for Qt > terminal (USE=qt4) and it failed during linking with the following error: > > x86_64-appl

Re: [gentoo-alt] Failure of emerge dev-lang/icon

2013-02-08 Thread Jeremy Olexa
On Friday, February 8, 2013, William Morris wrote: > Hi, in merging Lyx on an iMac (10.8.2), I got a failure in dev- > lang/icon-9.5.0 > Logs attached (info is shown below also). > Any ideas how I can fix this? > Thanks > Hi William, I please urge you to submit bugs on bugs.gentoo.org and not ab

Re: [gentoo-alt] Failure bootstrapping on Mountain Lion

2013-02-02 Thread Jeremy Olexa
On Fri, Feb 1, 2013 at 8:45 AM, William Morris wrote: > I just tried re-running the bootstrap script in the Guest account > and so far it is fine. Stage 1 just completed, so it got beyond my > previous failure. There must be something in my environment it > doesn't like. > If you want to be abs

Re: [gentoo-alt] gcc on OS X

2012-11-07 Thread Jeremy Olexa
On Wednesday, November 7, 2012, Francois Bissey wrote: > On 07/11/12 21:08, Konstantin Tokarev wrote: > > > > > > 07.11.2012, 07:03, "François Bissey" > > > >: > >> Hi, > >> > >> I have currently a prefix on OS X and I use gcc-apple. I tried a couple > >> of times to use vanilla gcc which is cur

[gentoo-alt] Re: [PATCH] make bootstrap-prefix.sh use consistent GENTOO_MIRRORS setting

2012-09-25 Thread Jeremy Olexa
On Mon, Sep 24, 2012 at 10:24 PM, Liu Yubao wrote: > [[ Directly cc some gentoo-alt dev because my last email to > gentoo-alt@ is ignored...]] Are you subscribed to the list? I see no email from you at all. > > Hi, > > Some days ago I played with gentoo-prefix on MacOS X, it's a pleasure to see

Re: [gentoo-alt] a "compact" gentoo-prefix

2012-09-07 Thread Jeremy Olexa
On Friday, September 7, 2012, yegle wrote: > Hi everyone, > > I'm using Gentoo-prefix on a server with a very limited quota to normal > user. That's about 2GB per user. > > There are so many small files in $PORTDIR, it takes about 600MB. The > default $PORTAGE_TMPDIR, $BUILD_PREFIX, $DISTDIR are

[gentoo-alt] Bootstrap Instuctions - use the proper source, not third-party

2012-09-06 Thread Jeremy Olexa
Ok people, there has been TWO instances of people using third party instructions in the past hour(s). One in IRC and one on this ML. Apparently when googling for "gentoo prefix osx" the first link is some lugons.net site. DO NOT USE THAT. It is third party and we cannot support it. You can find al

Re: [gentoo-alt] Emerge Zsh on Mac OS X Mountain Lion

2012-09-06 Thread Jeremy Olexa
On Thu, Sep 6, 2012 at 7:06 AM, Konstantin Tokarev wrote: > > > 06.09.2012, 04:01, "hero...@gmail.com" : >> Ke Wu writes: >> >>> USE="unicode nls" >>> CFLAGS="${CFLAGS} -O2 -pipe" >>> CXXFLAGS="${CFLAGS}" >> >> This is not recommended, though I forgot the reason (maybe CFLAGS in >> make.conf i

Re: [gentoo-alt] [PREFIX] Does Gentoo Prefix now install it's own glibc ?

2012-09-03 Thread Jeremy Olexa
On Monday, September 3, 2012, Asfand Qazi wrote: > On 03/09/12 10:11, Asfand Qazi wrote: > >> On 31/08/12 19:10, Jeremy Olexa wrote: >> >>> On Fri, Aug 31, 2012 at 11:40 AM, Asfand Qazi wrote: >>> >>>> Hi, >>>> >>>>

Re: [gentoo-alt] [PREFIX] Does Gentoo Prefix now install it's own glibc ?

2012-08-31 Thread Jeremy Olexa
On Fri, Aug 31, 2012 at 11:40 AM, Asfand Qazi wrote: > Hi, > > I'm doing an update after a long time, and find that glibc is is being > compiled - is that right? How comes the change from the previous model to > use system libc? No, and it doesn't have any prefix KEYWORDS, so I guess that you im

Re: [gentoo-alt] Perl 5.16.x on Prefix ?

2012-08-21 Thread Jeremy Olexa
On Tue, Aug 21, 2012 at 10:19 AM, Alan Hourihane wrote: > On 08/21/12 15:34, Jeremy Olexa wrote: >> On Tue, Aug 21, 2012 at 4:23 AM, Alan Hourihane wrote: >>> Hi all, >>> >>> I talked to Jeremy about this last night, but it seems perl 5.16.x >>>

Re: [gentoo-alt] Perl 5.16.x on Prefix ?

2012-08-21 Thread Jeremy Olexa
On Tue, Aug 21, 2012 at 4:23 AM, Alan Hourihane wrote: > Hi all, > > I talked to Jeremy about this last night, but it seems perl 5.16.x > hasn't been adjusted for Prefix. > > The patches aren't applied and it's a much reduced ebuild. Has anyone > tested 5.16.x on prefix yet ? > > Thanks, > > Alan.

Re: [gentoo-alt] Re: Prefix on a Gentoo host: sharing the Portage tree

2012-07-25 Thread Jeremy Olexa
On Tue, Jul 24, 2012 at 9:08 PM, W. Trevor King wrote: > On Tue, Jul 24, 2012 at 10:20:22AM -0500, Jeremy Olexa wrote: >> On Tue, Jul 24, 2012 at 8:09 AM, W. Trevor King wrote: >> > Also, in Jeremy's bootstrap-gentoo post [1], I think you need… >> >> … >

Re: [gentoo-alt] Re: Prefix on a Gentoo host: sharing the Portage tree

2012-07-24 Thread Jeremy Olexa
On Tue, Jul 24, 2012 at 8:09 AM, W. Trevor King wrote: > Also, in Jeremy's bootstrap-gentoo post [1], I think you need > > $ ./bootstrap-prefix.sh $EPREFIX latest_tree > > before > > $ ./bootstrap-prefix.sh $EPREFIX portage > > in code listing 1.3, otherwise there's no local tree there to do

Re: [gentoo-alt] Prefix on a Gentoo host: sharing the Portage tree

2012-07-23 Thread Jeremy Olexa
On Mon, Jul 23, 2012 at 2:14 PM, Christoph Junghans wrote: > Can you give us some motivating number how many packages still need to > be back-ported to gx86? % pwd .../prefix_trunk % find . -maxdepth 2 -mindepth 2 -type d | wc -l 338 So, roughly 338 packages are still in the prefix repo alone.

Re: [gentoo-alt] Prefix on a Gentoo host: sharing the Portage tree

2012-07-23 Thread Jeremy Olexa
On Mon, Jul 23, 2012 at 12:32 PM, W. Trevor King wrote: > I'm interested in running Prefix on a Gentoo host, and I wanted to use > the Portage tree from the host instead of installing a duplicate. > This seems reasonable, but bootstrapping fails with: It is a different tree, you can't share it wi

Re: [gentoo-alt] [PREFIX] there are no ebuilds to satisfy "app-text/ghostscript-gpl[cups]".

2012-06-15 Thread Jeremy Olexa
On Fri, Jun 15, 2012 at 9:44 AM, Asfand Qazi wrote: > Hello, when I've been trying to do a emerge -DuvNta world recently, this is > what I've been getting: > > emerge: there are no ebuilds to satisfy "app-text/ghostscript-gpl[cups]". > (dependency required by "net-print/cups-1.5.3" [ebuild]) > (de

[gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: source_mirrors.xml

2012-05-07 Thread Jeremy Olexa (darkside)
darkside12/05/07 19:07:17 Modified: source_mirrors.xml Log: Update disk usage Revision ChangesPath 1.40 xml/htdocs/doc/en/source_mirrors.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/source_mirrors.xml?rev=1.40&view=markup pl

Re: [gentoo-mirrors] gentoo.lcc.ufmg.br: mirror discontinuation

2012-05-07 Thread Jeremy Olexa
On Mon, May 7, 2012 at 6:20 AM, Daniel A. Avelino wrote: > Hi all. I'm very sad to announce that mirror > > gentoo.lcc.ufmg.br > > is not available anymore. > > Thank you very much for all those years, I really appreciate the project. > > > All the best, > > > Daniel A. Avelino > Thanks for your

Re: [gentoo-alt] take arm-linux

2012-04-03 Thread Jeremy Olexa
On Tue, Apr 3, 2012 at 6:33 AM, wrote: > Dear all, > > I am going to maintain arm-linux. Just made an update to > >  http://www.gentoo.org/proj/en/gentoo-alt/prefix > > One thing I want to try is just to use arm to represent arm-linux. > > GLEP22 defines that ${arch} defaults ${arch}-linux. We ar

[gentoo-mirrors] Re: Recent changes to gentoo-portage

2012-04-02 Thread Jeremy Olexa
On Mon, Apr 2, 2012 at 7:49 AM, Carsten Otto wrote: > Dear Gentoo admins, > > it seems you made some changes to the data you distribute as > "gentoo-portage". Well, the infra team didn't make any changes. The gentoo-portage tree is a living thing that adapts as the software becomes more complex.

Re: [gentoo-alt] sys-apps/net-tools-1.60_p20120127084908 build fail on prefix

2012-03-22 Thread Jeremy Olexa
Hate to be a broken record, but bugs DO get fixed...ya know. Workarounds in random side projects are, well...not helpful to everyone. https://bugs.gentoo.org/show_bug.cgi?id=409357 -Jeremy On Thu, Mar 22, 2012 at 10:21 AM, Brent Millare wrote: > Thanks Nicolas, emerging linux-headers first fixe

Re: [gentoo-alt] sys-apps/net-tools-1.60_p20120127084908 build fail on prefix

2012-03-22 Thread Jeremy Olexa
(top posting to avoid confusion) Hello, The proper place to document and work on build failures is with bugs.gentoo.org. If a package is missing a dependancy then we can forward it to the proper dev. https://bugs.gentoo.org/enter_bug.cgi?product=Gentoo%2FAlt (select 'Prefix Support') Thanks, Jer

Re: [gentoo-mirrors] gentoo.c3sl.ufpr.br has IPv6

2012-03-14 Thread Jeremy Olexa
On Tue, Mar 13, 2012 at 9:52 PM, Carlos Carvalho wrote: > In http://www.gentoo.org/main/en/mirrors2.xml C3SL is not marked as > having IPv6. Please do it; we've had it for quite some time. dns is > fully configured, both direct and reverse. added. -Jeremy

Re: [gentoo-alt] alias repos: gentoo_prefix to gentoo

2012-02-15 Thread Jeremy Olexa
On Wed, Feb 15, 2012 at 2:04 AM, Fabian Groffen wrote: > On 27-01-2012 12:49:37 +0100, justin wrote: >> Hi, >> >> in order to use "normal" overlays with the prefix overlay I like to >> suggest to add >> >> alias = gentoo >> >> to the repos layout.conf. >> >> This is needed if the overlay request t

Re: [gentoo-alt] Re: sparc mysql-5.5.20

2012-02-14 Thread Jeremy Olexa
On Tue, Feb 14, 2012 at 1:14 PM, Scott Spyrison wrote: > On Tue, Feb 14, 2012 at 12:06 PM, Jeremy Olexa wrote: >> >> On Tue, Feb 14, 2012 at 11:29 AM, Scott Spyrison >> wrote: >> > Been a while since I used Gentoo... and I am new to Gentoo Prefix. >> &

Re: [gentoo-alt] Re: sparc mysql-5.5.20

2012-02-14 Thread Jeremy Olexa
On Tue, Feb 14, 2012 at 11:29 AM, Scott Spyrison wrote: > Been a while since I used Gentoo... and I am new to Gentoo Prefix. > > I was in the Testing branch by default for some reason, because I had not > configured make.conf otherwise. > > Long story short, explicitly configuring for the stable b

Re: [gentoo-alt] Gentoo Prefix on github ?

2012-02-03 Thread Jeremy Olexa
On Fri, Feb 3, 2012 at 7:48 AM, Nicolas Pinto wrote: > Hey guys, > > Please accept my apologies for the noise if this has already been discussed. > > I was simply wondering if it would be a good idea to put the Gentoo > Prefix tree and bootstrap script on github.com. I found that most > projects w

Re: [gentoo-alt] Prefix: how to prevent the linker to prepend -L/usr/lib/../lib64 ?

2011-12-08 Thread Jeremy Olexa
On Thu, Dec 8, 2011 at 12:05 AM, Nicolas Pinto wrote: > I was indeed using USE=vanilla to get gcc 4.5.3 to compile and it > appears that all my issues where caused by this useflag. > > So I removed this useflag and masked >sys-devel/gcc-4.2.4-r01. You shouldn't need to mask it (anymore), see bug

[gentoo-mirrors] masterdistfiles-eu : Regression in space usage detected

2011-11-23 Thread Jeremy Olexa
Hello mirror admins, I'm writing to inform you that today at about 16:05UTC, I fixed masterdistfiles-eu.gentoo.org. It was carrying ~110G of extra files and subsequently ran out of space. I have fixed this and altered the reporting to Gentoo Infra so it should not happen again. So, you may see a i

Re: [gentoo-alt] Dropping ia64-linux - anyone care?

2011-11-22 Thread Jeremy Olexa
On Mon, Nov 21, 2011 at 5:06 PM, Burcin Erocal wrote: > I needed to add the profile for ia64. After that, initial bootstrap > went fine (build portage & baselayout-prefix). Then 148 of the 150 The ia64 profile is there, what went wrong exactly? -Jeremy

Re: [gentoo-alt] Dropping ia64-linux - anyone care?

2011-11-21 Thread Jeremy Olexa
On Wed, Nov 16, 2011 at 9:34 AM, Burcin Erocal wrote: > On Wed, 16 Nov 2011 08:29:00 -0600 > Jeremy Olexa wrote: > >> Fabian and I discussed dropping ia64-linux support. Time to face >> reality, we don't use it and we don't test it... Does anyone out there >

[gentoo-alt] Dropping ia64-linux - anyone care?

2011-11-16 Thread Jeremy Olexa
Fabian and I discussed dropping ia64-linux support. Time to face reality, we don't use it and we don't test it... Does anyone out there care about ia64-linux? -Jeremy

Re: [gentoo-alt] dev-libs/libffi ??

2011-11-11 Thread Jeremy Olexa
On Fri, Nov 11, 2011 at 3:20 AM, Alan Hourihane wrote: > Seems the keywords are commented out yet it's being pulled in. > > Not sure, but what's the status on libffi ? What's the problem that you are seeing? % epkginfo libffi * dev-libs/libffi [gentoo_prefix] Keywords:3.0.10:0: amd64 hppa

Re: [gentoo-alt] succeed emerge gcc-4.5.3-r1 on CentOS 4.9 (glibc-2.3.4)

2011-11-05 Thread Jeremy Olexa
On Sat, Nov 5, 2011 at 10:38 AM, wrote: > Hey guys and gals, > > I was hesitating to try gcc-4.5.3 on a CentOS 4.9 with stone aged > glibc-2.3 when I am bootstrapping it. In the past my experience with a > couple of old machines is that >=gcc-4.3 never emerge with <=glibc-2.5 > without USE vanill

[gentoo-announce] Removing USE={python,perl} from profile defaults

2011-09-30 Thread Jeremy Olexa
Hello, In a few days, USE={python,perl} will be removed from the profile defaults. There has been sufficient levels of testing so the impact to users will be small besides a potentially large number of rebuilds which should not be a cause for alarm. The end result will be beneficial for a vast maj

Re: [gentoo-mirrors] rsync processes

2011-09-15 Thread Jeremy Olexa
On Thu, Sep 15, 2011 at 1:12 PM, Adrian Sandor wrote: > I'm using masterdistfiles.gentoo.org ; the server is located in Asia (Hong > Kong) so neither US nor Europe is "close". Of course, by 'close' I meant via ping/latency/network, not geographical location. -Jeremy

Re: [gentoo-mirrors] rsync processes

2011-09-15 Thread Jeremy Olexa
On Thu, Sep 15, 2011 at 12:25 PM, Adrian Sandor wrote: > > Hi, from time to time I notice that I have some rsync processes (with > masterdistfiles) that never seem to finish, they keep on running for days > (and multiple instances are running in parallel). > I've been killing them manually, is t

Re: [gentoo-alt] does 'emerge world' replace already updated packages?

2011-09-13 Thread Jeremy Olexa
On 2011-09-13 15:55, Askar Bektassov wrote: Hi all, My question is straightforward, under what circumstances emerge world re-emerges packages even if installed and updated? So, strictly speaking, emerge takes an atom and will install that. In this case, 'world' is the atom. 'emerge world' wil

Re: [gentoo-dev] Rewriting bash-completion.eclass

2011-09-01 Thread Jeremy Olexa
On 09/01/2011 07:48 AM, Michał Górny wrote: Hello, Our bash-completion.eclass is awful and ugly. I'm not even talking about flags and stuff now but dobashcompletion() itself. That function doesn't follow do*() argument scheme; it matches rather one used by new*() funcs. Sadly, a number of ebuil

Re: [gentoo-dev] Re: Warn users not to do separate /usr partition without proper initramfs in the handbook?

2011-08-16 Thread Jeremy Olexa
On 08/16/2011 09:01 PM, Dale wrote: Allow me to start this way. If you change a page, send me a link, http://archives.gentoo.org/gentoo-doc-cvs/

Re: [gentoo-dev] USE=introspection has been unmasked in the tree

2011-08-16 Thread Jeremy Olexa
On 08/16/2011 06:07 PM, Nirbheek Chauhan wrote: The use-case for disabling introspection globally is if you will never use any gobject language bindings for the next 4-5 years. FYI: I disabled it globally, already, on my server. As the rrdtool stack pulls in pango with the +introspection defau

Re: [gentoo-alt] Best Practice in Adopting New Ebuilds in Prefix

2011-08-09 Thread Jeremy Olexa
e for that one. -Jeremy Yours, Benda Jeremy Olexa writes: Correct you are. Without boring you of historical details, the layman-2* ebuilds should be hitting the mirrors soon that more align us with gentoo-x86. Moving forward, there will not be a seperate Gentoo Prefix layman list of overlays.

Re: [gentoo-alt] Best Practice in Adopting New Ebuilds in Prefix

2011-08-05 Thread Jeremy Olexa
On Wed, 03 Aug 2011 10:36:00 +0900, hero...@gmail.com wrote: < > Furthermore, if I want to test the ebuilds that are just included in the Gentoo overlay, there is no straight forward way in Prefix. Layman in Prefix is different from that in Gentoo-x86. Correct you are. Without boring you

Re: [gentoo-dev] Voting on adding Leechcraft to the tree

2011-07-20 Thread Jeremy Olexa
On Wed, 20 Jul 2011 19:05:54 +0400, Maxim Koltsov wrote: Hi devs, I got a request to add Leechcraft (http://leechcraft.org/) to the portage tree. Leechcraft is modular internet client with many plugins. Main problem with it is that it has very few (less than 5, i suppose) active maintainers, an

Re: [gentoo-dev] rfc: should openrc be mandatory on all gentoo systems?

2011-06-29 Thread Jeremy Olexa
On Wed, 29 Jun 2011 17:31:43 +0200, Patrick Lauer wrote: On 06/29/11 17:14, Olivier Crête wrote: Stop polluting the thread with $init vs $init2, please. -Jeremy

Re: [gentoo-alt] portable EPREFIX? ... crossdev toolchains, anyone?

2011-05-27 Thread Jeremy Olexa
On Fri, 27 May 2011 11:42:21 -0400, Christopher Friedt wrote: Hi list, The EPREFIX suggested on the bootstrap page[1] (at least for Mac) is completely non-portable, since EPREFIX=${HOME}/Gentoo will change with every single username. This prevents people like me from sharing useful things like

Re: [gentoo-mirrors] HDD usage statistics for distfiles+mirror for last few years

2011-05-13 Thread Jeremy Olexa
On Fri, 13 May 2011 21:47:20 +0200, Domen Kožar wrote: Did anyone measure growth of HDD usage through time? Id like an estimate how much the mirror will take space in one year from now.  Cheers, Domen There hasn't been any formal tracking. Every once in awhile, someone will update the space r

[gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: source_mirrors.xml

2011-05-13 Thread Jeremy Olexa (darkside)
darkside11/05/13 20:22:26 Modified: source_mirrors.xml Log: Update space requirements for source mirrors Revision ChangesPath 1.38 xml/htdocs/doc/en/source_mirrors.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/source_mirrors.

[gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in net-irc/inspircd: inspircd-1.1.19.ebuild inspircd-1.1.23.ebuild

2011-05-11 Thread Jeremy Olexa
On 05/11/2011 07:39 AM, Samuli Suominen (ssuominen) wrote: ssuominen11/05/11 12:39:52 Removed: inspircd-1.1.19.ebuild inspircd-1.1.23.ebuild Log: drop 2 oldest, fails to build with gcc-4.4 and openssl-1 (Portage version: 2.2.0_alpha31/cvs/Linux x86_64) Please mak

Re: [gentoo-dev] hardened flavor of the developer profile

2011-05-05 Thread Jeremy Olexa
On Thu, 05 May 2011 17:23:51 +0200, Paweł Hajdan, Jr. wrote: Currently I'm using the default/linux/x86/10.0/developer profile, but I'd like to switch to hardened on my developer system to catch more issues. However, eselect profile list only displays one hardened profile for me: $ eselect p

Re: [gentoo-alt] portage modifications for prefix

2011-05-05 Thread Jeremy Olexa
On 05/05/2011 02:59 AM, Burcin Erocal wrote: Hi, I am trying to automate the bootstrapping process for gentoo-prefix as much as possible, partly based on the instructions here: http://dev.gentoo.org/~darkside/prefix/gentoo/bootstrap-gentoo.xml This document is not supportable in *any* way. I

[gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sys-kernel/git-sources: ChangeLog git-sources-2.6.39_rc6.ebuild

2011-05-04 Thread Jeremy Olexa
On Wed, 4 May 2011 15:13:18 + (UTC), Mike Pagano (mpagano) wrote: mpagano 11/05/04 15:13:18 Modified: ChangeLog Added:git-sources-2.6.39_rc6.ebuild Log: Version bump K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and experi

  1   2   3   4   5   6   >