Re: [gentoo-user] Use Flags and Updating

2014-06-06 Thread Alan McKinnon
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

Re: [gentoo-user] Re: quick installs on older/embedded hardware

2014-06-06 Thread Alan McKinnon
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

Re: [gentoo-user] upower suddenly demands systemd

2014-06-06 Thread Alan McKinnon
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

[gentoo-user] Re: dev-ruby/json-1.8.0

2014-06-06 Thread walt
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

Re: [gentoo-user] OT: Mapping random numbers (PRNG)

2014-06-06 Thread Matti Nykyri
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

Re: [gentoo-user] OT: Mapping random numbers (PRNG)

2014-06-06 Thread Matti Nykyri
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

Re: [gentoo-user] OT: Mapping random numbers (PRNG)

2014-06-06 Thread Canek Peláez Valdés
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

Re: [gentoo-user] OT: Mapping random numbers (PRNG)

2014-06-06 Thread null_ptr
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

Re: [gentoo-user] Re: Systemd upower

2014-06-06 Thread Rich Freeman
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

Re: [gentoo-user] Re: Systemd upower

2014-06-06 Thread Mick
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

Re: [gentoo-user] OT: Mapping random numbers (PRNG)

2014-06-06 Thread meino . cramer
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

[gentoo-user] Re: quick installs on older/embedded hardware

2014-06-06 Thread James
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

Re: [gentoo-user] upower suddenly demands systemd

2014-06-06 Thread Alexander Kapshuk
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

[gentoo-user] dev-ruby/json-1.8.0

2014-06-06 Thread Stephen Reynolds
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

[gentoo-user] upower suddenly demands systemd

2014-06-06 Thread Gevisz
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

Re: [gentoo-user] problems with performance when booted using systemd

2014-06-06 Thread covici
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?

Re: [gentoo-user] problems with performance when booted using systemd

2014-06-06 Thread Walter Dnes
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

Re: [gentoo-user] Re: Systemd upower

2014-06-06 Thread Rich Freeman
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: > >

Re: [gentoo-user] problems with performance when booted using systemd

2014-06-06 Thread J. Roeleveld
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

Re: [gentoo-user] Use Flags and Updating

2014-06-06 Thread Rich Freeman
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 "

Re: [gentoo-user] problems with performance when booted using systemd

2014-06-06 Thread covici
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

Re: [gentoo-user] problems with performance when booted using systemd

2014-06-06 Thread Mick
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

Re: [gentoo-user] problems with performance when booted using systemd

2014-06-06 Thread covici
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

Re: [gentoo-user] problems with performance when booted using systemd

2014-06-06 Thread covici
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

Re: [gentoo-user] problems with performance when booted using systemd

2014-06-06 Thread J. Roeleveld
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

Re: [gentoo-user] problems with performance when booted using systemd

2014-06-06 Thread covici
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

Re: [gentoo-user] problems with performance when booted using systemd

2014-06-06 Thread J. Roeleveld
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

Re: [gentoo-user] systemd not shutting down all the way

2014-06-06 Thread covici
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 -- >