On 06/06/2014 12:44, Rich Freeman wrote:
> On Thu, May 22, 2014 at 3:54 AM, Marc Joliet wrote:
>> I think nowadays one would prefer --keep-going, which automatically resumes
>> on
>> failure (and recomputes the dependency tree!), and prints a list of failed
>> packages when it's finished. However
On 06/06/2014 19:20, James wrote:
> Alan McKinnon gmail.com> writes:
>
>
>> So how do other vendors do it? If we look at their workflow, perhaps a
>> useable method will filter up through the wetware
>
>
> I have no idea how to find and convince an appropriate company to share how
> they setu
On 06/06/2014 16:34, Gevisz wrote:
> After today's emerge-webrsync, I have found out that usual
> # emerge --update --deep --with-bdeps=y --newuse --ask world
> does not work, trying but being unable to emerge systemd.
>
> As I have found out, the reason for it was that upower
> suddenly decided t
On 06/06/2014 09:48 AM, Stephen Reynolds wrote:
> rdoc -o doc -t 'JSON Implementation for Ruby' -m README.rdoc
> ext/json/ext/generator/generator.c sh: rdoc: command not found
You apparently have ruby19 and ruby20 installed, is this right?
Do you have a version of ruby eselected? "eselect ruby
On Fri, Jun 06, 2014 at 08:39:28PM +0200, meino.cra...@gmx.de wrote:
> Canek Peláez Valdés [14-06-06 17:36]:
> > On Thu, Jun 5, 2014 at 9:56 PM, wrote:
> > > Hi,
> > >
> > > I am experimenting with the C code of the ISAAC pseudo random number
> > > generator
> > > (http://burtleburtle.net/bob/r
On Thu, Jun 05, 2014 at 10:58:51PM -0500, Canek Peláez Valdés wrote:
> On Thu, Jun 5, 2014 at 9:56 PM, wrote:
> > Hi,
> >
> > I am experimenting with the C code of the ISAAC pseudo random number
> > generator
> > (http://burtleburtle.net/bob/rand/isaacafa.html).
> >
> > Currently the implementat
On Fri, Jun 6, 2014 at 1:39 PM, wrote:
> Canek Peláez Valdés [14-06-06 17:36]:
>> On Thu, Jun 5, 2014 at 9:56 PM, wrote:
>> > Hi,
>> >
>> > I am experimenting with the C code of the ISAAC pseudo random number
>> > generator
>> > (http://burtleburtle.net/bob/rand/isaacafa.html).
>> >
>> > Curr
On 06/06/14 20:39, meino.cra...@gmx.de wrote:
To get an better imagination of that...suppose the rand() would only
return numbers in the range of 1...12 and the alphabet has only 8
characters (as 2^32 is not devideable by 62)
rand():
1 2 3 4 5 6 7 8 9 10 11 12
rand()%N : rand()%7
1 2 3 4 5 6 7
On Fri, Jun 6, 2014 at 3:13 PM, Mick wrote:
>
> I am mostly happy with openrc and therefore have no reason to move to the
> systemd monoculture, unless gentoo falls in line with Debian et al. and leaves
> me no choice.
>
I don't really see that happening anytime soon - it will be more
likely to b
On Friday 06 Jun 2014 12:18:09 Rich Freeman wrote:
> That would be udev. It has been around long before systemd, and you
> must have missed the huge flamewar when they renamed it to
> systemd-udevd. Maybe we'll see "java" renamed to
> "java-by-oracle-with-ask-toolbar" next. :)
TBH I wouldn't b
Canek Peláez Valdés [14-06-06 17:36]:
> On Thu, Jun 5, 2014 at 9:56 PM, wrote:
> > Hi,
> >
> > I am experimenting with the C code of the ISAAC pseudo random number
> > generator
> > (http://burtleburtle.net/bob/rand/isaacafa.html).
> >
> > Currently the implementation creates (on my embedded li
Alan McKinnon gmail.com> writes:
> So how do other vendors do it? If we look at their workflow, perhaps a
> useable method will filter up through the wetware
I have no idea how to find and convince an appropriate company to share how
they setup for multi image testing on various hardware plat
On 06/06/2014 05:34 PM, Gevisz wrote:
> After today's emerge-webrsync, I have found out that usual
> # emerge --update --deep --with-bdeps=y --newuse --ask world
> does not work, trying but being unable to emerge systemd.
>
> As I have found out, the reason for it was that upower
> suddenly decided
Hi all
I am trying to emerge dev-ruby/json-1.8.0 and it keeps failing.
I have tried everything I know to fix it, without any success.
Regards
* Package:dev-ruby/json-1.8.0
* Repository: gen
After today's emerge-webrsync, I have found out that usual
# emerge --update --deep --with-bdeps=y --newuse --ask world
does not work, trying but being unable to emerge systemd.
As I have found out, the reason for it was that upower
suddenly decided that it needs systemd but, for some
(lucky :) re
Walter Dnes wrote:
> On Fri, Jun 06, 2014 at 05:19:58AM -0400, cov...@ccs.covici.com wrote
>
> > I am using uvesafb, because when I tried the kernel driver, nvidia
> > closed source driver was not happy when X was started.
>
> Have you tried the nouveau open-source drivers for Nvidia cards?
On Fri, Jun 06, 2014 at 05:19:58AM -0400, cov...@ccs.covici.com wrote
> I am using uvesafb, because when I tried the kernel driver, nvidia
> closed source driver was not happy when X was started.
Have you tried the nouveau open-source drivers for Nvidia cards? You
don't have to rebuild/upgrade
On Fri, Jun 6, 2014 at 1:46 AM, Mick wrote:
> On Friday 06 Jun 2014 00:15:02 Peter Humphrey wrote:
>>
>> I bet you have quite a lot of systemd components lurking in the background
>> though, ready to take over the world the next time you aren't looking :-)
>
> Ha! I can already see this one:
>
>
On Friday, June 06, 2014 04:46:35 AM cov...@ccs.covici.com wrote:
> J. Roeleveld wrote:
> > On Friday, June 06, 2014 03:45:17 AM cov...@ccs.covici.com wrote:
> > > J. Roeleveld wrote:
> > > > On Friday, June 06, 2014 01:59:18 AM cov...@ccs.covici.com wrote:
> > > > > Hi. I am having some strange
On Thu, May 22, 2014 at 3:54 AM, Marc Joliet wrote:
> I think nowadays one would prefer --keep-going, which automatically resumes on
> failure (and recomputes the dependency tree!), and prints a list of failed
> packages when it's finished. However its output is more verbose than just "ok"
> and "
Mick wrote:
> On Friday 06 Jun 2014 06:59:18 cov...@ccs.covici.com wrote:
> > I am using uvesafb for the console, so I get 64x160 screens.
>
> Why don't you use KMS? I am asking in the off-chance that uvesa is not
> working happily with your video card and the native kernel drive performs
> b
On Friday 06 Jun 2014 06:59:18 cov...@ccs.covici.com wrote:
> I am using uvesafb for the console, so I get 64x160 screens.
Why don't you use KMS? I am asking in the off-chance that uvesa is not
working happily with your video card and the native kernel drive performs
better.
This of course wou
J. Roeleveld wrote:
> On Friday, June 06, 2014 03:45:17 AM cov...@ccs.covici.com wrote:
> > J. Roeleveld wrote:
> > > On Friday, June 06, 2014 01:59:18 AM cov...@ccs.covici.com wrote:
> > > > Hi. I am having some strange performance problems when booted under
> > > > systemd. These problems ha
J. Roeleveld wrote:
> On Friday, June 06, 2014 01:59:18 AM cov...@ccs.covici.com wrote:
> > Hi. I am having some strange performance problems when booted under
> > systemd. These problems happened a little bit under openrc, but are
> > much more pronounced with systemd.
>
> I don't think it's
On Friday, June 06, 2014 03:45:17 AM cov...@ccs.covici.com wrote:
> J. Roeleveld wrote:
> > On Friday, June 06, 2014 01:59:18 AM cov...@ccs.covici.com wrote:
> > > Hi. I am having some strange performance problems when booted under
> > > systemd. These problems happened a little bit under openrc
J. Roeleveld wrote:
> On Friday, June 06, 2014 01:59:18 AM cov...@ccs.covici.com wrote:
> > Hi. I am having some strange performance problems when booted under
> > systemd. These problems happened a little bit under openrc, but are
> > much more pronounced with systemd.
>
> I don't think it's
On Friday, June 06, 2014 01:59:18 AM cov...@ccs.covici.com wrote:
> Hi. I am having some strange performance problems when booted under
> systemd. These problems happened a little bit under openrc, but are
> much more pronounced with systemd.
I don't think it's necessarily systemd itself, just a
Bryan Gardiner wrote:
> On June 6, 2014 01:27:51 cov...@ccs.covici.com wrote:
> > Hi. Whenever I issue the command shutdown -h now to shutdown the
> > system, having booted under systemd, the computer never actually shuts
> > down. It does stop some services, but eventually just sits there --
>
28 matches
Mail list logo