Re: [gentoo-user] Latest unstable ntp not generating ntp.drift file.

2011-01-05 Thread Thanasis
I think you should prefer openntpd over ntpd, because I think openntpd
is developed by openbsd, which means more secure ...



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

2014-07-26 Thread Alexander Kapshuk
Howdy,

Which NTPd package would the list recommend using, ntp, openntpd, or
some other package?

openntpd seems to be easier to set up according to wiki.gentoo.org.

The list's advice would be much appreciated.




Re: [gentoo-user] openntp failed?

2016-08-10 Thread Michael Orlitzky
On 08/10/2016 09:27 AM, james wrote:
> 
> Googling produces little on this package, but the man pages.
> I even tried to stop and restart the daemon, but that makes no 
> difference but to verifyh that openntp is actually the daemon running::
> Starting OpenNTPD ...
> 
> Any hints on using this net-misc/openntpd ?
> 

There's no "ntpdate" executable in openntpd, but you can tell it to
force an update whenever you start the daemon by adding "-s" to your
NTPD_OPTS in /etc/conf.d/ntpd.

If you do that and restart the daemon, you should wind up with the
correct time at least.




Re: [gentoo-user] Winter clock change did not happen

2010-10-31 Thread Jacob Todd
Why don't you just use openntpd ( or whatever it's called)?


[gentoo-user] Failed to connect to lvmetad

2016-06-24 Thread James
Hello,

So I do not use 'lvm' on this system. So after adding net-misc/openntpd
and setting it up per the wiki, I  got this strange message::

#  /etc/init.d/ntpd restart
 * Caching service dependencies ...
File descriptor 3 (pipe:[25250801]) leaked on lvm invocation. Parent PID
1159: /bin/sh
  /run/lvm/lvmetad.socket: connect failed: No such file or directory
  WARNING: Failed to connect to lvmetad. Falling back to internal scanning.
   [ ok ]
 * Stopping OpenNTPD ...   
   [ ok ]
 * Starting OpenNTPD ...   
   [ ok ]


Now it is gone A transient error as the system syncs to the gentoo
time servers?


curiously,
James






Re: [gentoo-user] openntp failed?

2016-08-10 Thread james

On 08/10/2016 09:41 AM, Michael Orlitzky wrote:

On 08/10/2016 09:27 AM, james wrote:


Googling produces little on this package, but the man pages.
I even tried to stop and restart the daemon, but that makes no
difference but to verifyh that openntp is actually the daemon running::
Starting OpenNTPD ...

Any hints on using this net-misc/openntpd ?



There's no "ntpdate" executable in openntpd, but you can tell it to
force an update whenever you start the daemon by adding "-s" to your
NTPD_OPTS in /etc/conf.d/ntpd.

If you do that and restart the daemon, you should wind up with the
correct time at least.




fixed. Thx


James





Re: [gentoo-user] NTP

2005-04-21 Thread Robert Svoboda
* Peng [EMAIL PROTECTED] [2005-04-20 10:30]:
 I'm sorry to ask something so basic, but is there an Idiot's Guide to 
 Time Syncronization on Gentoo Linux anywhere? I just can't figure the 
 dumb thing out. :-(

try openntpd which is as simple as emerge openntpd

I don't remember if I had to change config file but my
ntpd.conf is only one line:

servers pool.ntp.org

Robert
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Latest unstable ntp not generating ntp.drift file.

2011-01-06 Thread kashani

On 1/5/2011 12:04 AM, Thanasis wrote:

I think you should prefer openntpd over ntpd, because I think openntpd
is developed by openbsd, which means more secure ...



	I tried openntp a couple years ago. It was a giant pain in the ass. 
IIRC it was combination of crap defaults, poor docs, and plain not 
working. I think this was over five years ago and doubtfully thing have 
improved, but I definitely wasn't impressed at the time.


kashani



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

2014-07-28 Thread Douglas J Hunley
On Sat, Jul 26, 2014 at 5:05 AM, Alexander Kapshuk 
alexander.kaps...@gmail.com wrote:


 Which NTPd package would the list recommend using, ntp, openntpd, or
 some other package?

 openntpd seems to be easier to set up according to wiki.gentoo.org.

 The list's advice would be much appreciated.


This is going to be very unpopular with the list, but if you've already
jumped to the systemd camp, it has one built in...

/me ducks


-- 
Douglas J Hunley (doug.hun...@gmail.com)
Twitter: @hunleyd   Web:
about.me/douglas_hunley
G+: http://google.com/+DouglasHunley


Re: [gentoo-user] Winter clock change did not happen

2010-10-31 Thread Stéphane Guedon
Le Sunday 31 October 2010 17:35:56, Jacob Todd a écrit :
 Why don't you just use openntpd ( or whatever it's called)?

ntp service (such as openntpd or regular ntp itself) doesn't lookup at the 
time printed on the desktop ! They work in utc time, furnishing a stable base 
of time. It's the os' job to convert it in local time (and winter/summer 
time).

For example, a openntpd launched in a chinese computer (and we know certainly 
that chinese computers have really different times than ours !) would have the 
hour of London (because it work in timestamp, which is a way to print utc) !

-- 
Stéphane Guedon
page web : http://www.22decembre.eu/
carte de visite : http://www.22decembre.eu/downloads/Stephane-Guedon.vcf
clé publique gpg : http://www.22decembre.eu/downloads/Stephane-Guedon.asc


signature.asc
Description: This is a digitally signed message part.


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

2014-07-26 Thread Holger Hoffstätte
On Sat, 26 Jul 2014 15:05:23 +0300, Alexander Kapshuk wrote:

 Which NTPd package would the list recommend using, ntp, openntpd, or
 some other package?

chrony - no competition, even for servers. ntpd is way overrated,
unnecessarily hard to setup correctly, fragile and contrary to
popular belief not even that accurate, unless you use external
HW clocks. Chrony is maintained by Red Hat in cooperation with the
timekeeping code in the kernel.

 openntpd seems to be easier to set up according to wiki.gentoo.org.

Many many years ago I helped port openntpd to Linux. It was OK-ish at
the time and easier/less hassle than ntpd, but the portable version for
Linux stopped working reliably many years ago due to kernel changes.
IMHO it really should no longer be in the tree since it gives a false
sense of accuracy.

just my 0.01€..

-h




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

2014-07-26 Thread Alexander Kapshuk
On 07/26/2014 03:31 PM, Holger Hoffstätte wrote:
 On Sat, 26 Jul 2014 15:05:23 +0300, Alexander Kapshuk wrote:

 Which NTPd package would the list recommend using, ntp, openntpd, or
 some other package?
 chrony - no competition, even for servers. ntpd is way overrated,
 unnecessarily hard to setup correctly, fragile and contrary to
 popular belief not even that accurate, unless you use external
 HW clocks. Chrony is maintained by Red Hat in cooperation with the
 timekeeping code in the kernel.

 openntpd seems to be easier to set up according to wiki.gentoo.org.
 Many many years ago I helped port openntpd to Linux. It was OK-ish at
 the time and easier/less hassle than ntpd, but the portable version for
 Linux stopped working reliably many years ago due to kernel changes.
 IMHO it really should no longer be in the tree since it gives a false
 sense of accuracy.

 just my 0.01€..

 -h


Thanks. That sounds interesting.




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

2014-07-26 Thread Alexander Kapshuk
On 07/26/2014 03:31 PM, Holger Hoffstätte wrote:
 On Sat, 26 Jul 2014 15:05:23 +0300, Alexander Kapshuk wrote:

 Which NTPd package would the list recommend using, ntp, openntpd, or
 some other package?
 chrony - no competition, even for servers. ntpd is way overrated,
 unnecessarily hard to setup correctly, fragile and contrary to
 popular belief not even that accurate, unless you use external
 HW clocks. Chrony is maintained by Red Hat in cooperation with the
 timekeeping code in the kernel.

 openntpd seems to be easier to set up according to wiki.gentoo.org.
 Many many years ago I helped port openntpd to Linux. It was OK-ish at
 the time and easier/less hassle than ntpd, but the portable version for
 Linux stopped working reliably many years ago due to kernel changes.
 IMHO it really should no longer be in the tree since it gives a false
 sense of accuracy.

 just my 0.01€..

 -h


Is this gentoo wiki article still relevant when it comes to configuring
chrony on gentoo?
http://www.gentoo-wiki.info/Chrony

Or should I stick to the instructions given here:
/usr/share/doc/chrony-1.29.1/chrony.txt.bz2

Thanks.




Re: [gentoo-user] date and gentoo running under vmplayer

2008-03-06 Thread Jan Seeger
On Thu, 06. Mar, John J. Foster spammed my inbox with 
 Hi all - it's been awhile
snip
 Is this common?
 Is there any way around it? I'm not really sure why openntpd didn't
 work.
I tried out vmware with a windows VM and it was always fast. I have recently
read an article on virtualization timing problems, and it seems this isn't so
easy. So an ntp daemon seems to be your best bet (Strange that openntpd didn't
work...), although this is curing the symptons rather than the disease...
Regards,
Jan
-- 
thenybble.de/blog/ -- four bits at a time


pgpov6p4TAYYg.pgp
Description: PGP signature


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

2014-07-26 Thread Dale
Alexander Kapshuk wrote:
 Howdy,

 Which NTPd package would the list recommend using, ntp, openntpd, or
 some other package?

 openntpd seems to be easier to set up according to wiki.gentoo.org.

 The list's advice would be much appreciated.




I have used ntp before, seen others recommend openntps.  At some point I
had trouble getting ntp and opentnpd to work so I started using chrony. 
It worked.  So, if you have trouble with the ntp options, give chrony a
try. 

My preference tho, ntp.  Both seems to be relatively active so flip a
coin and see which works.  :-)

Dale

:-)  :-)



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

2014-07-26 Thread Alexander Kapshuk
On 07/26/2014 03:18 PM, Dale wrote:
 Alexander Kapshuk wrote:
 Howdy,

 Which NTPd package would the list recommend using, ntp, openntpd, or
 some other package?

 openntpd seems to be easier to set up according to wiki.gentoo.org.

 The list's advice would be much appreciated.



 I have used ntp before, seen others recommend openntps.  At some point I
 had trouble getting ntp and opentnpd to work so I started using chrony. 
 It worked.  So, if you have trouble with the ntp options, give chrony a
 try. 

 My preference tho, ntp.  Both seems to be relatively active so flip a
 coin and see which works.  :-)

 Dale

 :-)  :-)

Understood. Thanks.




Re: [gentoo-user] NTP or chrony?

2006-09-22 Thread Mike Williams
On Friday 22 September 2006 14:26, Mick wrote:
 For a laptop . . .

 What do/would you use and why?

 I can't be bothered setting my clock manually anymore and thought of moving
 on with the times (pun intended).  :)

openntpd, it's easy. Install, run.

-- 
Mike Williams
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ntp-daemons

2013-04-03 Thread Marc Stürmer

Am 03.04.2013 01:36, schrieb Stefan G. Weichinger:


I always used net-misc/ntp for syncing time.

Now I found net-misc/chrony and set it up  looks good so far.

Any opinions and experiences on the various ways of getting THE TIME?


Just two different hammers for the same nail. Another alternative is 
OpenNTPD btw, http://www.openntpd.org/




Re: [gentoo-user] ntp-daemons

2013-04-03 Thread Stefan G. Weichinger
Am 03.04.2013 12:21, schrieb Marc Stürmer:

 Just two different hammers for the same nail. 

Sure. I just like the quicker syncing/adjusting of chrony.

 Another alternative is
 OpenNTPD btw, http://www.openntpd.org/

I will have a look as well ;-)

Thanks, Stefan



Re: [gentoo-user] openntp failed?

2016-08-10 Thread Peter Humphrey
On Wednesday 10 Aug 2016 08:27:53 james wrote:

> Any hints on using this net-misc/openntpd ?

No, but have you thought of using chrony instead? It's served me well for 
many years and I don't get any impression of bloat. That's just an informal 
opinion; I haven't looked into it closely.

-- 
Rgds
Peter




[gentoo-user] date and gentoo running under vmplayer

2008-03-05 Thread John J. Foster
Hi all - it's been awhile

This past week I've set up Gentoo running in a VM built by
http://www.easyvmx.com/ under a XP host. Installation and configuration
went fine. I normally leave the VM running when I walk away from the
machine, but when I return, time is way off. Shutting down Gentoo  the
VM  rebooting solvles the problem, as vmplayer must initially get the
date and time from the host, but it sure doesn't keep it right after
that. I tried openntpd, but it kept setting the time further and further
off. I live in Fort Collins, Co and my locatime is set correctly
(America/Denver). This is my 1st time playing with VM's. Is this common?
Is there any way around it? I'm not really sure why openntpd didn't
work.

Any and all help appreciated.

Thanks,
festus
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] ntpd clock adjusting

2007-07-27 Thread Dirk Heinrichs
Am Freitag, 27. Juli 2007 schrieb Aleksey V. Kunitskiy:
 Hi,

 I've just deployed my home server, of course using Gentoo :)
 I setup openntpd there and /var/log/messages says to me that every few
 minutes clock is adjusted by ~100s. Is it a bug or I've missed smth?
 chipset: nForce2
 And, btw, what is also strange - ntpd use different time in different log
 message types. Actual local time was 22h (GMT+3). System clock is UTC
 (note: I've terminated several times ntpd - I've changed servers, I hoped
 it help, but...)

 thanks for any suggestion

Don't know openntpd because I'm using ntpd, but: It seems the numbers are 
decreasing, so it looks like normal operation. At some point time will be 
adjusted completely.

You may also try running ntpd with -s once at boot time before starting the 
daemon permanently.

HTH...

Dirk


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Latest unstable ntp not generating ntp.drift file.

2011-01-06 Thread Dale

kashani wrote:

On 1/5/2011 12:04 AM, Thanasis wrote:

I think you should prefer openntpd over ntpd, because I think openntpd
is developed by openbsd, which means more secure ...



I tried openntp a couple years ago. It was a giant pain in the 
ass. IIRC it was combination of crap defaults, poor docs, and plain 
not working. I think this was over five years ago and doubtfully thing 
have improved, but I definitely wasn't impressed at the time.


kashani




It is a basic program for sure.  Commands that I used before with ntp 
were missing.  The plain ntp has a lot more options and more commands 
for seeing what is going on while openntp does not have much.


I think either would work here if I didn't have some underlying issue 
somewhere.


Dale

:-)  :-)



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

2014-07-28 Thread Rich Freeman
On Mon, Jul 28, 2014 at 12:42 PM, Douglas J Hunley
doug.hun...@gmail.com wrote:

 On Sat, Jul 26, 2014 at 5:05 AM, Alexander Kapshuk
 alexander.kaps...@gmail.com wrote:


 Which NTPd package would the list recommend using, ntp, openntpd, or
 some other package?

 openntpd seems to be easier to set up according to wiki.gentoo.org.

 The list's advice would be much appreciated.


 This is going to be very unpopular with the list, but if you've already
 jumped to the systemd camp, it has one built in...

Anybody have a decent comparison of timedated vs ntpd or anything else
for that matter?

Running ntpd isn't hard at all, so I'm not really sure why I'd want to
switch.  At the very least I'd want to ensure that the replacement
covers the basics.

I am running networkd and I'm very happy with it.  Setting it up for
dhcp-only is brain-dead simple, and I have it serving up a bridge for
containers/kvm with fairly little trouble as well.

Rich



[gentoo-user] openntp failed?

2016-08-10 Thread james

Hello,

Ok, so I have been looking for some lightweight, but reliable ntp system
to use on embedded, cluster-nodes and gentoo workstations. openntp
ran rock solid, for a while (weeks) but today, upon checking it's
off by about 6 minutes. No events here locally. I did use the default
gentoo servers for linkage::

# Choose servers announced from Gentoo NTP Pool
servers 0.gentoo.pool.ntp.org
servers 1.gentoo.pool.ntp.org
servers 2.gentoo.pool.ntp.org
servers 3.gentoo.pool.ntp.org

I tried to run ::
'ntpdate -sv pool.ntp.org' but that syntax does not seem to be 
supported::   bash: ntpdate: command not found




Googling produces little on this package, but the man pages.
I even tried to stop and restart the daemon, but that makes no 
difference but to verifyh that openntp is actually the daemon running::

Starting OpenNTPD ...


Any hints on using this net-misc/openntpd ?

James



[gentoo-user] extreme clock drift / openntpd won't sync

2005-08-31 Thread Matt Garman

My system clock is running extremely fast... so fast that even
openntpd (apparently) can't catch up!

I tried (oh how I tried) to get the regular ntp package to work.
I could correct my clock using ntpdate, but I could never get ntpd
to sync with any servers (see notes (*) below).

So I got fed up with trying to get it to work, and thought I'd have
better luck with openntpd (which is much simpler).  

As far as I can tell, openntpd *is* working, as I have many lines in my
syslog that look like this:

Aug 31 17:00:36 [ntpd] adjusting local clock by -344.003180s

However, the clock is still drifting---not as fast as it does with no
ntp daemon running, but noticeably (it's gained about 5 minutes in less
than 24 hours).  Note that without any ntp daemon running, my clock will
gain about 10 minutes per hour!

I have a hunch that whatever prevented the regular ntpd from syncing
is preventing openntpd from properly keeping the clock in sync.

So, my questions are: (1) what would cause my clock to run so fast?  And
(2) why can't any ntp daemon keep correct time?

Thanks,
Matt



(*) If anyone is interested in the plight I had with ntp, here is some
info:

This is what my /etc/ntp.conf looked like:

restrict 127.0.0.1 nomodify
server pool.ntp.org prefer
server 0.pool.ntp.org
server 1.pool.ntp.org
server 2.pool.ntp.org
server 127.127.1.1
fudge 127.127.1.1 stratum 10
driftfile /var/lib/ntp/ntp.drift
logfile /var/log/ntpd.log

After starting ntpd, and waiting a while, ntpq results looked like
this:

ntpq pe

remote   refid  st t when poll reach   delay   offset  jitter
==
frigg.interstro 138.195.130.71   3 u   21  128  377  124.592  -3950.7 1260.34
cteha.ulp.co.il 192.114.62.249   3 u   26  128  377  201.236  -4670.9 1715.95
Time4.Stupi.SE  .PPS.1 u   79  128  377  129.134  -1668.9 1996.01
Time1.Stupi.SE  193.10.7.246 2 u   21  128  377  128.697  -3962.7 1253.70
*LOCAL(1)LOCAL(1)10 l   13   64  3770.0000.000   0.001

ntpq assoc

ind assID status  conf reach auth condition  last_event cnt
===
1   57708  9014   yes   yes  nonereject   reachable 1
2   57709  9014   yes   yes  nonereject   reachable 1
3   57710  9014   yes   yes  nonereject   reachable 1
4   57711  9014   yes   yes  nonereject   reachable 1
5   57712  9614   yes   yes  none  sys.peer   reachable 1


-- 
Matt Garman
email at: http://raw-sewage.net/index.php?file=email
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] proper proxy syntax to synchronize time via rdate

2007-09-01 Thread Liviu Andronic
Hello everyone,

I'm trying to synchronize the system time with the help of rdate
(openNTPD is on the list in case of failure). I have one problem,
though: I connect to the Internet through a proxy server. I have set
up the necessary environment, but I doubt that rdate listens to it:

localhost init.d # env | grep -i proxy
http_proxy=proxy.address.dom:port
ftp_proxy=proxy.address.dom:port
rsync_proxy=proxy.address.dom:port
https_proxy=proxy.address.dom:port

localhost init.d # rdate pool.ntp.org
rdate: couldn't connect to host pool.ntp.org: Connection refused

Please advise on how to correctly specify the proxy server in the NTP
server address. I am wondering if there is a syntax similar to
proxy.address.dom:[EMAIL PROTECTED] Alternatively, how can I make
rdate honour the proxy settings?

Regards,
Liviu
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Update the clock using internet servers: recommendations

2008-11-24 Thread Dave Jones
Hi Damian,

damian wrote on 24/11/08 21:01:
 In the past I've used htpdate to synchronize my computer's clock. But
 I would like to know what daemon would you recommend me. I'm searching
 for a lightweight option.

ntp is a 'standard' ntp set-up. It needs some configuration work to get
it running properly, though it works more or less 'out of the box'.

openntpd is a simplified ntp. It is very easy to set up, but has less
possibilities than the 'standard' ntp.

Both packages are lightweight, with very low system overhead.

Cheers, Dave



Re: [gentoo-user] rdate stopped working, and I just upgraded to baselayout 2

2011-05-11 Thread Michael Orlitzky
On 05/11/2011 08:09 PM, Walter Dnes wrote:
 On Wed, May 11, 2011 at 10:49:44PM +0100, Mick wrote
 
 I recall that not all ntp servers respond to rdate - perhaps the
 server(s) you tried have changed their configuration?
 
   Finally found one... nist1-ny.ustiming.org
 
   I'm in Toronto Canada, and New York City is about as close as it gets
 to me.  Your message implies that there is some other program to get
 time from a server.  Is it ntpd?
 

Most people (made-up statistic) use NTP. There are a couple of different
implementations available; I personally think openntpd is the easiest to
configure if you don't have chronic (pun extremely intended) time issues.




Re: [gentoo-user] ntp-daemons

2013-04-03 Thread Mick
On Wednesday 03 Apr 2013 11:38:56 Stefan G. Weichinger wrote:
 Am 03.04.2013 12:21, schrieb Marc Stürmer:
  Just two different hammers for the same nail.
 
 Sure. I just like the quicker syncing/adjusting of chrony.
 
  Another alternative is
  OpenNTPD btw, http://www.openntpd.org/
 
 I will have a look as well ;-)
 
 Thanks, Stefan

I use chrony on a box of mine and found that it is listening for connections 
on UDP 123 - I assume it is running as a server.  I didn't find a way of 
switching this off though.

-- 
Regards,
Mick


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Server system date synchronizaion

2013-04-25 Thread Dale
Nick Khamis wrote:
 Hello Everyone,

 We are trying to sync our server's time with an accurate ntp
 server, and was wondering which of the many solutions are
 considered viable. I did see the
 http://en.gentoo-wiki.com/wiki/Time_Synchronization.
 Our services are quite time sensitive.

 Thanks in Advance,

 N.



net-misc/ntp
net-misc/openntpd
net-misc/chrony

One of those should work.  I think the plain ntp has been around the
longest.  I couldn't get it to work right on my rig so I switched to
chrony.  Basically, I would try ntp first then go from there if needed.

Hope that helps.

Dale

:-)  :-) 

-- 
I am only responsible for what I said ... Not for what you understood or how 
you interpreted my words!




Re: [gentoo-user] Server system date synchronizaion

2013-04-25 Thread Nilesh Govindrajan

On Thursday 25 April 2013 08:09 PM, Dale wrote:

Nick Khamis wrote:

Hello Everyone,

We are trying to sync our server's time with an accurate ntp
server, and was wondering which of the many solutions are
considered viable. I did see the
http://en.gentoo-wiki.com/wiki/Time_Synchronization.
Our services are quite time sensitive.

Thanks in Advance,

N.



net-misc/ntp
net-misc/openntpd
net-misc/chrony

One of those should work.  I think the plain ntp has been around the
longest.  I couldn't get it to work right on my rig so I switched to
chrony.  Basically, I would try ntp first then go from there if needed.

Hope that helps.

Dale

:-)  :-)



You forgot busybox-ntpd



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] date and gentoo running under vmplayer

2008-03-06 Thread John J. Foster
On Wed, Mar 05, 2008 at 08:25:59PM -0700, John J. Foster wrote:
 Hi all - it's been awhile
 
 This past week I've set up Gentoo running in a VM built by
 http://www.easyvmx.com/ under a XP host. Installation and configuration
 went fine. I normally leave the VM running when I walk away from the
 machine, but when I return, time is way off. Shutting down Gentoo  the
 VM  rebooting solvles the problem, as vmplayer must initially get the
 date and time from the host, but it sure doesn't keep it right after
 that. I tried openntpd, but it kept setting the time further and further
 off. I live in Fort Collins, Co and my locatime is set correctly
 (America/Denver). This is my 1st time playing with VM's. Is this common?
 Is there any way around it? I'm not really sure why openntpd didn't
 work.
 
 Any and all help appreciated.
 
I need to explain this a little further, me thinks. My Gentoo VM is
losing right around 20 seconds every minute! This is not a problem that
ntp in any of its incarnations is designed to solve. A couple other
thing I have tried are

clock=pit noapic

appended to the kernel command line. I tried these together and
separately with no luck. Right now I'm trying another suggestion I
found, which is to change the kernel frequency timer from 1000Hz to
250Hz. I'm recompiling now and will let you know.

Any other suggestions still welcome.

Thanks,
festus


pgpOxNVvHGBE9.pgp
Description: PGP signature


Re: [gentoo-user] BS dependencies?

2006-02-26 Thread Rumen Yotov
On Sunday 26 February 2006 12:21, gentuxx wrote:
 Why in the world to I need Apache, php(4), and a whole host of other
 packages (22 to be exact) just to install NTP?  Now, I'm assuming that
 the net-misc/ntp package is actually the daemon, and not just the client.

 Can anyone suggest a client *only* package?  I've got a system that
 doesn't hold it's time after a reboot - all I really need is the
 ability to update the system time.

 --
 gentux
 echo hfouvyAdpy/ofu | perl -pe 's/(.)/chr(ord($1)-1)/ge'

 gentux's gpg fingerprint == 34CE 2E97 40C7 EF6E EC40  9795 2D81 924A
 6996 0993
Hi,
Think that some other package fetches all these deps.
Check:
# dep -l net-misc/ntp
net-misc/ntp-4.2.0.20050303-r1:
!openntpd?  !net-misc/openntpd
=sys-apps/portage-2.0.51 sys-apps/portage-2.1_pre5
=sys-libs/ncurses-5.2   sys-libs/ncurses-5.5-r1
=sys-libs/readline-4.1  sys-libs/readline-5.1_p2
ssl?dev-libs/openssl dev-libs/openssl-0.9.7i
!bootstrap? sys-devel/patch  sys-devel/patch-2.5.9-r1
kernel_linux? !nodroproot? sys-libs/libcap sys-libs/libcap-1.10-r5
...END...
As you see nothing from Apache,PHP comes here. No such flags too.
HTH.Rumen


pgpr2EjyxEL9t.pgp
Description: PGP signature


Re: [gentoo-user] Latest unstable ntp not generating ntp.drift file.

2011-01-06 Thread William Kenworthy
On Thu, 2011-01-06 at 14:46 -0600, Dale wrote:
 kashani wrote:
  On 1/5/2011 12:04 AM, Thanasis wrote:
  I think you should prefer openntpd over ntpd, because I think openntpd
  is developed by openbsd, which means more secure ...
 
 
  I tried openntp a couple years ago. It was a giant pain in the 
  ass. IIRC it was combination of crap defaults, poor docs, and plain 
  not working. I think this was over five years ago and doubtfully thing 
  have improved, but I definitely wasn't impressed at the time.
 
  kashani
 
 
 
 It is a basic program for sure.  Commands that I used before with ntp 
 were missing.  The plain ntp has a lot more options and more commands 
 for seeing what is going on while openntp does not have much.
 
 I think either would work here if I didn't have some underlying issue 
 somewhere.
 
 Dale
 
 :-)  :-)
 

Dale, can you post (a sanitised) version of what 'ntpq -p' gives after
ntpd has been running for some time, and the sanitised result of
'ntptrace.  Also include your full (sanitised) ntp.conf
and /etc/conf.d/ntpd.

This might help us see more detail of what is happening.

BillK

* sanitised - obfuscate public IP's only.

-- 
William Kenworthy bi...@iinet.net.au
Home in Perth!




Re: [gentoo-user] date and gentoo running under vmplayer

2008-03-05 Thread Chris Brennan

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

you need to make sure ntp-client and ntpd (from openntpd) have been
started, and you have a valid time server.

Below I have included everything I hope will help you

- 
[EMAIL PROTECTED] ~ $ emerge -vp openntpd

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] net-misc/openntpd-3.9_p1-r1  USE=ssl (-selinux) 150 kB

Total: 1 package (1 reinstall), Size of downloads: 150 kB
[EMAIL PROTECTED] ~ $ cat /etc/conf.d/ntpd
# /etc/conf.d/ntpd: config file for openntpd's ntpd

NTPD_HOME=/var/empty

# See ntpd(8) man page ... some popular options:
#  -s   Set the time immediately at startup
NTPD_OPTS=
[EMAIL PROTECTED] ~ $ cat /etc/conf.d/ntp-client
# /etc/conf.d/ntp-client

# Command to run to set the clock initially
# Most people should just leave this line alone ...
# however, if you know what you're doing, and you
# want to use ntpd to set the clock, change this to 'ntpd'
NTPCLIENT_CMD=ntpdate

# Options to pass to the above command
# This default setting should work fine but you should
# change the default 'pool.ntp.org' to something closer
# to your machine.  See http://www.pool.ntp.org/ or
# try running `netselect -s 3 pool.ntp.org`.
NTPCLIENT_OPTS=-s -b -u pool.ntp.org
[EMAIL PROTECTED] ~ $ cat /etc/ntp
ntp.conf   ntp.conf~  ntpd.conf
[EMAIL PROTECTED] ~ $ cat /etc/ntpd.conf
# $OpenBSD: ntpd.conf,v 1.7 2004/07/20 17:38:35 henning Exp $
# sample ntpd configuration file, see ntpd.conf(5)

# Addresses to listen on (ntpd does not listen by default)
#listen on *
#listen on 127.0.0.1
#listen on ::1

# sync to a single server
#server ntp.example.org

# use a random selection of 8 public stratum 2 servers
# see http://twiki.ntp.org/bin/view/Servers/NTPPoolServers
servers pool.ntp.org
[EMAIL PROTECTED] ~ $ cat /etc/ntp.conf
# NOTES:
#  - you should only have to update the server line below
#  - if you start getting lines like 'restrict' and 'fudge'
#and you didnt add them, AND you run dhcpcd on your
#network interfaces, be sure to add '-Y -N' to the
#dhcpcd_ethX variables in /etc/conf.d/net

# Name of the servers ntpd should sync with
# Please respect the access policy as stated by the responsible person.
#server ntp.example.tld iburst

server pool.ntp.org
netselect -s 3 pool.ntp.org

##
# A list of available servers can be found here:
# http://www.pool.ntp.org/
# http://www.pool.ntp.org/#use
# A good way to get servers for your machine is:
# netselect -s 3 pool.ntp.org
##

# you should not need to modify the following paths
driftfile   /var/lib/ntp/ntp.drift

#server ntplocal.example.com prefer
#server timeserver.example.org

# Warning: Using default NTP settings will leave your NTP
# server accessible to all hosts on the Internet.

# If you want to deny all machines (including your own)
# from accessing the NTP server, uncomment:
#restrict default ignore


# To deny other machines from changing the
# configuration but allow localhost:
restrict default nomodify nopeer
restrict 127.0.0.1


# To allow machines within your network to synchronize
# their clocks with your server, but ensure they are
# not allowed to configure the server or used as peers
# to synchronize against, uncomment this line.
#
restrict 192.168.1.0 mask 255.255.255.0 nomodify nopeer notrap
[EMAIL PROTECTED] ~ $

- -
EOF


John J. Foster wrote:
| Hi all - it's been awhile
|
| This past week I've set up Gentoo running in a VM built by
| http://www.easyvmx.com/ under a XP host. Installation and configuration
| went fine. I normally leave the VM running when I walk away from the
| machine, but when I return, time is way off. Shutting down Gentoo  the
| VM  rebooting solvles the problem, as vmplayer must initially get the
| date and time from the host, but it sure doesn't keep it right after
| that. I tried openntpd, but it kept setting the time further and further
| off. I live in Fort Collins, Co and my locatime is set correctly
| (America/Denver). This is my 1st time playing with VM's. Is this common?
| Is there any way around it? I'm not really sure why openntpd didn't
| work.
|
| Any and all help appreciated.
|
| Thanks,
| festus
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHz2xd8hUIAnGfls4RAhofAKCKc3nbVbdY7Pu8m7UNu192PuLJ4QCeLpCz
suznhio3Jt+UMeQSE4zOwL4=
=/XSs
-END PGP SIGNATURE-
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] date and gentoo running under vmplayer

2008-03-05 Thread Mike Mazur
Hi,

What could also help in this is installing vmware-workstation-tools[1]
in your Gentoo instance.

Not directly related to your specific problem, but I've been running
RHEL 5 x86_64 in a VM on a CentOS 5 i386 host. The time in RHEL flows
slowly, and soon the clock is way behind. I have tried setting up ntpd
to keep the time in sync with the host machine, but it crashed
silently right away.

To work around this, I have a cron job that sets the correct time with
the ntpdate command every 2 minutes. It's good enough for my needs.

[1] http://gentoo-portage.com/app-emulation/vmware-workstation-tools

Good luck!
Mike


On Thu, Mar 6, 2008 at 1:00 PM, Chris Brennan [EMAIL PROTECTED] wrote:
 -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1

  you need to make sure ntp-client and ntpd (from openntpd) have been
  started, and you have a valid time server.

  Below I have included everything I hope will help you

  - 
  [EMAIL PROTECTED] ~ $ emerge -vp openntpd

  These are the packages that would be merged, in order:

  Calculating dependencies... done!
  [ebuild   R   ] net-misc/openntpd-3.9_p1-r1  USE=ssl (-selinux) 150 kB

  Total: 1 package (1 reinstall), Size of downloads: 150 kB
  [EMAIL PROTECTED] ~ $ cat /etc/conf.d/ntpd
  # /etc/conf.d/ntpd: config file for openntpd's ntpd

  NTPD_HOME=/var/empty

  # See ntpd(8) man page ... some popular options:
  #  -s   Set the time immediately at startup
  NTPD_OPTS=
  [EMAIL PROTECTED] ~ $ cat /etc/conf.d/ntp-client
  # /etc/conf.d/ntp-client

  # Command to run to set the clock initially
  # Most people should just leave this line alone ...
  # however, if you know what you're doing, and you
  # want to use ntpd to set the clock, change this to 'ntpd'
  NTPCLIENT_CMD=ntpdate

  # Options to pass to the above command
  # This default setting should work fine but you should
  # change the default 'pool.ntp.org' to something closer
  # to your machine.  See http://www.pool.ntp.org/ or
  # try running `netselect -s 3 pool.ntp.org`.
  NTPCLIENT_OPTS=-s -b -u pool.ntp.org
  [EMAIL PROTECTED] ~ $ cat /etc/ntp
  ntp.conf   ntp.conf~  ntpd.conf
  [EMAIL PROTECTED] ~ $ cat /etc/ntpd.conf
  # $OpenBSD: ntpd.conf,v 1.7 2004/07/20 17:38:35 henning Exp $
  # sample ntpd configuration file, see ntpd.conf(5)

  # Addresses to listen on (ntpd does not listen by default)
  #listen on *
  #listen on 127.0.0.1
  #listen on ::1

  # sync to a single server
  #server ntp.example.org

  # use a random selection of 8 public stratum 2 servers
  # see http://twiki.ntp.org/bin/view/Servers/NTPPoolServers
  servers pool.ntp.org
  [EMAIL PROTECTED] ~ $ cat /etc/ntp.conf
  # NOTES:
  #  - you should only have to update the server line below
  #  - if you start getting lines like 'restrict' and 'fudge'
  #and you didnt add them, AND you run dhcpcd on your
  #network interfaces, be sure to add '-Y -N' to the
  #dhcpcd_ethX variables in /etc/conf.d/net

  # Name of the servers ntpd should sync with
  # Please respect the access policy as stated by the responsible person.
  #server ntp.example.tld iburst

  server pool.ntp.org
  netselect -s 3 pool.ntp.org

  ##
  # A list of available servers can be found here:
  # http://www.pool.ntp.org/
  # http://www.pool.ntp.org/#use
  # A good way to get servers for your machine is:
  # netselect -s 3 pool.ntp.org
  ##

  # you should not need to modify the following paths
  driftfile   /var/lib/ntp/ntp.drift

  #server ntplocal.example.com prefer
  #server timeserver.example.org

  # Warning: Using default NTP settings will leave your NTP
  # server accessible to all hosts on the Internet.

  # If you want to deny all machines (including your own)
  # from accessing the NTP server, uncomment:
  #restrict default ignore


  # To deny other machines from changing the
  # configuration but allow localhost:
  restrict default nomodify nopeer
  restrict 127.0.0.1


  # To allow machines within your network to synchronize
  # their clocks with your server, but ensure they are
  # not allowed to configure the server or used as peers
  # to synchronize against, uncomment this line.
  #
  restrict 192.168.1.0 mask 255.255.255.0 nomodify nopeer notrap
  [EMAIL PROTECTED] ~ $

  - -
  EOF




  John J. Foster wrote:
  | Hi all - it's been awhile
  |
  | This past week I've set up Gentoo running in a VM built by
  | http://www.easyvmx.com/ under a XP host. Installation and configuration
  | went fine. I normally leave the VM running when I walk away from the
  | machine, but when I return, time is way off. Shutting down Gentoo  the
  | VM  rebooting solvles the problem, as vmplayer must initially get the
  | date and time from the host, but it sure doesn't keep it right after
  | that. I tried openntpd, but it kept setting the time further and further
  | off. I live in Fort Collins, Co and my locatime is set correctly
  | (America/Denver). This is my 1st time playing with VM's. Is this common?
  | Is there any way

Re: [gentoo-user] extreme clock drift / openntpd won't sync

2005-08-31 Thread William Kenworthy
First add the line tinker panic 0 to the top of ntp.conf (for ntpd,
not openntp)  This allows it to step when outside normal parameters.
Otherwise it will register the time difference but wont try and correct
it.  If it is drifting faster than the allowable correction rate, it
will slowly move to the threshold where ntp will stop correcting.

Second, some combinations of hardware (dell for me :( , kernels and
applets will cause this.  They pause the system when they
access /proc/something.  The one that did it for me was the gnome batt
stat applet (which works ok these days).  There's also some reports of
KDE applets doing the same thing.  If possible stop X and all X apps and
monitor to confirm this is the area where the cause lies.  Start by
removing any applets that might be causing the problem.  

It sometimes happens that various config files and states contribute to
the problem as when the clock is drifting so fast they set wild values
when trying to correct.  Boot to level 1 (simplifies things) so ntp is
not running, remove /etc/adjtime and /etc/ntp.drift then set the clock
using hwclock.  Reboot and see how it goes.  Never had much luck trying
to sort it out when the system was fully up.

BillK

On Wed, 2005-08-31 at 17:13 -0500, Matt Garman wrote:
 My system clock is running extremely fast... so fast that even
 openntpd (apparently) can't catch up!
 
 I tried (oh how I tried) to get the regular ntp package to work.
 I could correct my clock using ntpdate, but I could never get ntpd
 to sync with any servers (see notes (*) below).
 
 So I got fed up with trying to get it to work, and thought I'd have
 better luck with openntpd (which is much simpler).  
 
 As far as I can tell, openntpd *is* working, as I have many lines in my
 syslog that look like this:
 
 Aug 31 17:00:36 [ntpd] adjusting local clock by -344.003180s
 
 However, the clock is still drifting---not as fast as it does with no
 ntp daemon running, but noticeably (it's gained about 5 minutes in less
 than 24 hours).  Note that without any ntp daemon running, my clock will
 gain about 10 minutes per hour!
 
 I have a hunch that whatever prevented the regular ntpd from syncing
 is preventing openntpd from properly keeping the clock in sync.
 
 So, my questions are: (1) what would cause my clock to run so fast?  And
 (2) why can't any ntp daemon keep correct time?
 
 Thanks,
 Matt
 
 
 
 (*) If anyone is interested in the plight I had with ntp, here is some
 info:
 
 This is what my /etc/ntp.conf looked like:
 
 restrict 127.0.0.1 nomodify
 server pool.ntp.org prefer
 server 0.pool.ntp.org
 server 1.pool.ntp.org
 server 2.pool.ntp.org
 server 127.127.1.1
 fudge 127.127.1.1 stratum 10
 driftfile /var/lib/ntp/ntp.drift
 logfile /var/log/ntpd.log
 
 After starting ntpd, and waiting a while, ntpq results looked like
 this:
 
 ntpq pe
 
 remote   refid  st t when poll reach   delay   offset  jitter
 ==
 frigg.interstro 138.195.130.71   3 u   21  128  377  124.592  -3950.7 1260.34
 cteha.ulp.co.il 192.114.62.249   3 u   26  128  377  201.236  -4670.9 1715.95
 Time4.Stupi.SE  .PPS.1 u   79  128  377  129.134  -1668.9 1996.01
 Time1.Stupi.SE  193.10.7.246 2 u   21  128  377  128.697  -3962.7 1253.70
 *LOCAL(1)LOCAL(1)10 l   13   64  3770.0000.000   0.001
 
 ntpq assoc
 
 ind assID status  conf reach auth condition  last_event cnt
 ===
 1   57708  9014   yes   yes  nonereject   reachable 1
 2   57709  9014   yes   yes  nonereject   reachable 1
 3   57710  9014   yes   yes  nonereject   reachable 1
 4   57711  9014   yes   yes  nonereject   reachable 1
 5   57712  9614   yes   yes  none  sys.peer   reachable 1
 
 
 -- 
 Matt Garman
 email at: http://raw-sewage.net/index.php?file=email
-- 
William Kenworthy [EMAIL PROTECTED]
Home!
-- 
gentoo-user@gentoo.org mailing list



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

2014-07-26 Thread Dale
Alexander Kapshuk wrote:
 On 07/26/2014 03:31 PM, Holger Hoffstätte wrote:
 On Sat, 26 Jul 2014 15:05:23 +0300, Alexander Kapshuk wrote:

 Which NTPd package would the list recommend using, ntp, openntpd, or
 some other package?
 chrony - no competition, even for servers. ntpd is way overrated,
 unnecessarily hard to setup correctly, fragile and contrary to
 popular belief not even that accurate, unless you use external
 HW clocks. Chrony is maintained by Red Hat in cooperation with the
 timekeeping code in the kernel.

 openntpd seems to be easier to set up according to wiki.gentoo.org.
 Many many years ago I helped port openntpd to Linux. It was OK-ish at
 the time and easier/less hassle than ntpd, but the portable version for
 Linux stopped working reliably many years ago due to kernel changes.
 IMHO it really should no longer be in the tree since it gives a false
 sense of accuracy.

 just my 0.01€..

 -h


 Is this gentoo wiki article still relevant when it comes to configuring
 chrony on gentoo?
 http://www.gentoo-wiki.info/Chrony

 Or should I stick to the instructions given here:
 /usr/share/doc/chrony-1.29.1/chrony.txt.bz2

 Thanks.





This is my chrony.conf without all the commented out parts. 

server  64.6.144.6
server  67.159.5.90
server  67.59.168.233
server  204.62.14.98

server  69.50.219.51
server  209.114.111.1

driftfile /etc/chrony.drift

keyfile /etc/chrony/chrony.keys

commandkey 1

logdir /var/log/chrony
log measurements statistics tracking rtc


The last two lines are optional.  Use those if you like to be nosy and
watch it do its thing.  I still have ntpdate installed and use it to
check and see how close it is on occasion.  This is what I get from the
test:

root@fireball / # ntpdate -b -u -q pool.ntp.org
server 198.144.194.12, stratum 2, offset -0.003320, delay 0.10658
server 173.44.32.10, stratum 2, offset -0.003313, delay 0.07515
server 70.60.65.40, stratum 2, offset -0.003059, delay 0.09262
server 38.229.71.1, stratum 2, offset -0.001002, delay 0.09563
26 Jul 15:16:00 ntpdate[10232]: step time server 173.44.32.10 offset
-0.003313 sec
root@fireball / # 

I did a fair sized upgrade the other day and went to the boot runlevel
afterwards to restart the services that were updated.  I'm pretty sure
it has been doing its thing since then without me doing anything to it. 
I think you can use mirrorselect to find the best mirrors for your
area.  I can't recall the command but I bet a search of the Gentoo
forums would find it fairly quick. 

Looking at the howto, the only thing I do different is put it in the
default runlevel.  Unless I am in the default runlevel, there is no
internet access available anyway.  No internet access, no way to set the
clock anyway.  ;-)

Hope that helps.

Dale

:-)  :-) 



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

2014-07-27 Thread Alexander Kapshuk
On 07/26/2014 11:25 PM, Dale wrote:
 Alexander Kapshuk wrote:
 On 07/26/2014 03:31 PM, Holger Hoffstätte wrote:
 On Sat, 26 Jul 2014 15:05:23 +0300, Alexander Kapshuk wrote:

 Which NTPd package would the list recommend using, ntp, openntpd, or
 some other package?
 chrony - no competition, even for servers. ntpd is way overrated,
 unnecessarily hard to setup correctly, fragile and contrary to
 popular belief not even that accurate, unless you use external
 HW clocks. Chrony is maintained by Red Hat in cooperation with the
 timekeeping code in the kernel.

 openntpd seems to be easier to set up according to wiki.gentoo.org.
 Many many years ago I helped port openntpd to Linux. It was OK-ish at
 the time and easier/less hassle than ntpd, but the portable version for
 Linux stopped working reliably many years ago due to kernel changes.
 IMHO it really should no longer be in the tree since it gives a false
 sense of accuracy.

 just my 0.01€..

 -h


 Is this gentoo wiki article still relevant when it comes to configuring
 chrony on gentoo?
 http://www.gentoo-wiki.info/Chrony

 Or should I stick to the instructions given here:
 /usr/share/doc/chrony-1.29.1/chrony.txt.bz2

 Thanks.




 This is my chrony.conf without all the commented out parts. 

 server  64.6.144.6
 server  67.159.5.90
 server  67.59.168.233
 server  204.62.14.98

 server  69.50.219.51
 server  209.114.111.1

 driftfile /etc/chrony.drift

 keyfile /etc/chrony/chrony.keys

 commandkey 1

 logdir /var/log/chrony
 log measurements statistics tracking rtc


 The last two lines are optional.  Use those if you like to be nosy and
 watch it do its thing.  I still have ntpdate installed and use it to
 check and see how close it is on occasion.  This is what I get from the
 test:

 root@fireball / # ntpdate -b -u -q pool.ntp.org
 server 198.144.194.12, stratum 2, offset -0.003320, delay 0.10658
 server 173.44.32.10, stratum 2, offset -0.003313, delay 0.07515
 server 70.60.65.40, stratum 2, offset -0.003059, delay 0.09262
 server 38.229.71.1, stratum 2, offset -0.001002, delay 0.09563
 26 Jul 15:16:00 ntpdate[10232]: step time server 173.44.32.10 offset
 -0.003313 sec
 root@fireball / # 

 I did a fair sized upgrade the other day and went to the boot runlevel
 afterwards to restart the services that were updated.  I'm pretty sure
 it has been doing its thing since then without me doing anything to it. 
 I think you can use mirrorselect to find the best mirrors for your
 area.  I can't recall the command but I bet a search of the Gentoo
 forums would find it fairly quick. 

 Looking at the howto, the only thing I do different is put it in the
 default runlevel.  Unless I am in the default runlevel, there is no
 internet access available anyway.  No internet access, no way to set the
 clock anyway.  ;-)

 Hope that helps.

 Dale

 :-)  :-) 

Terrific. Thanks.




Re: [gentoo-user] ntpd clock adjusting

2007-07-27 Thread Aleksey V. Kunitskiy
On Friday 27 July 2007 23:04, Dirk Heinrichs wrote:
 Don't know openntpd because I'm using ntpd, but: It seems the numbers are
 decreasing, so it looks like normal operation. At some point time will be
 adjusted completely.
Yes, it is OK. I've just found it on openbsd.org:
...Once your clock is accurately set, ntpd will hold it at a high degree of 
accuracy, however, if your clock is more than a few minutes off, it is highly 
recommended that you bring it to close to accurate initially, as it may take 
days or weeks to bring a very-off clock to sync. You can do this using 
the -s option of ntpd(8) or any other way to accurately set your system 
clock.


-- 
best regards,
Aleksey V. Kunitskiy
my public GPG/PGP key: http://www.alexey-kv.org.ua/pubkey.asc


pgprso8LqQppL.pgp
Description: PGP signature


Re: [gentoo-user] BS dependencies?

2006-02-26 Thread Boyd Stephen Smith Jr.
On Sunday 26 February 2006 16:20, gentuxx [EMAIL PROTECTED] wrote about 
'Re: [gentoo-user] BS dependencies?':
 rdate doesn't give me the functionality that I'm looking for as it
 expects to connect to the (x)?inetd 'time' subdaemon, instead of an
 ntpd server.  But, removing some of the heavier USE flags (php,
 apache2, etc.) brought me down to net-misc/ntp and 2 other
 dependencies (libcap and swig), which I thought were acceptable.

You could also try openntpd.  It seems to be lacking some features (ntpq 
doesn't work against it, for example) but it will connect to an ntp server 
and set your time.

Of course with net-misc/ntp you get the ntpdate binary and startup script 
that are pure clients, to completely avoid running a daemon at all.

-- 
If there's one thing we've established over the years,
it's that the vast majority of our users don't have the slightest
clue what's best for them in terms of package stability.
-- Gentoo Developer Ciaran McCreesh
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Update the clock using internet servers: recommendations

2008-11-24 Thread Dale
Dave Jones wrote:
 Hi Damian,

 damian wrote on 24/11/08 21:01:
   
 In the past I've used htpdate to synchronize my computer's clock. But
 I would like to know what daemon would you recommend me. I'm searching
 for a lightweight option.
 

 ntp is a 'standard' ntp set-up. It needs some configuration work to get
 it running properly, though it works more or less 'out of the box'.

 openntpd is a simplified ntp. It is very easy to set up, but has less
 possibilities than the 'standard' ntp.

 Both packages are lightweight, with very low system overhead.

 Cheers, Dave


   

I agree.  I been using ntp here and it works fine.  If you need help
configuring it, let me know.  Off list if needed, just put Gentoo in the
subject line. 

Dale

:-)  :-)



Re: [gentoo-user] Server system date synchronizaion

2013-04-25 Thread Dale
Nilesh Govindrajan wrote:
 On Thursday 25 April 2013 08:09 PM, Dale wrote:
 Nick Khamis wrote:
 Hello Everyone,

 We are trying to sync our server's time with an accurate ntp
 server, and was wondering which of the many solutions are
 considered viable. I did see the
 http://en.gentoo-wiki.com/wiki/Time_Synchronization.
 Our services are quite time sensitive.

 Thanks in Advance,

 N.


 net-misc/ntp
 net-misc/openntpd
 net-misc/chrony

 One of those should work.  I think the plain ntp has been around the
 longest.  I couldn't get it to work right on my rig so I switched to
 chrony.  Basically, I would try ntp first then go from there if needed.

 Hope that helps.

 Dale

 :-)  :-)


 You forgot busybox-ntpd


Didn't forget, didn't know about it. ;-)   I just listed the ones I have
heard of and either tried or was told about. 

Let's see if I can remember it for next time tho.  :-)

Dale 

:-)  :-) 

-- 
I am only responsible for what I said ... Not for what you understood or how 
you interpreted my words!




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

2014-07-26 Thread Peter Humphrey
On Saturday 26 July 2014 12:31:55 Holger Hoffstätte wrote:
 On Sat, 26 Jul 2014 15:05:23 +0300, Alexander Kapshuk wrote:
  Which NTPd package would the list recommend using, ntp, openntpd, or
  some other package?
 
 chrony - no competition, even for servers. ntpd is way overrated,
 unnecessarily hard to setup correctly, fragile and contrary to
 popular belief not even that accurate, unless you use external
 HW clocks. Chrony is maintained by Red Hat in cooperation with the
 timekeeping code in the kernel.

I too have been using chrony since before I can remember, when ntpd could only 
step the clock. Chrony just works - I haven't even bothered to look round for 
an alternative. As the docs say (somewhere or other), if you run any kind of 
mail service, you certainly don't want your clock to step backwards suddenly.

I didn't know Red Hat had taken over its maintenance - thanks for the info.

-- 
Regards
Peter




Re: [gentoo-user] openntp failed?

2016-08-10 Thread james

On 08/10/2016 10:48 AM, Peter Humphrey wrote:

On Wednesday 10 Aug 2016 08:27:53 james wrote:


Any hints on using this net-misc/openntpd ?


No, but have you thought of using chrony instead? It's served me well for
many years and I don't get any impression of bloat. That's just an informal
opinion; I haven't looked into it closely.



I may look into that later. Right now, I just need something easy and 
lightweight, that works across system, VM, containers and embedded 
systems. Openntp seems to be fine for that. I may look at chrony at a 
later date, if openntp fails for unknown reasons. It is pretty small

and quite simple, so it does meet my needs, atm.

Later on, I may need to test  a variety of ntp daemons against musl and 
maybe some other glibc replacements, but not now.



thx,
James




Re: [gentoo-user] Re: ntp Vs openntp vis a vis Plasma desktop

2017-06-17 Thread Walter Dnes
On Fri, Jun 16, 2017 at 09:44:27PM +1000, Michael Palimaka wrote

> Someone raised the issue that the "time server" option in the date
> and time applet was greyed out on their system. It turns out that
> this occurs if neither ntpdate nor rdate binaries are present, so I
> added the dep. There's been some pushback on this so maybe it'll be
> reverted or maybe not. It's being tracked in bug #621754 for anyone
> who wants to chime in.

  Not a KDE user, but some thoughts anyways.

1) If you don't have a time server, you don't have a time server.  Why
is that a problem?  Remember that Gentoo is about choice.  An "ewarn"
message might be appropriate about "missing functionality", but that's
about it.

2) Remember that Gentoo is about choice.  Howsabout a USE flag that
pulls in a "virtual-ntpserver" ebuild?  This could be satisfied by ntp
or openntpd.  There are probably other packages that might satisfy the
virtual.

-- 
Walter Dnes <waltd...@waltdnes.org>
I don't run "desktop environments"; I run useful applications



Re: [gentoo-user] date and gentoo running under vmplayer

2008-03-06 Thread John J. Foster
On Thu, Mar 06, 2008 at 08:00:00PM -0700, John J. Foster wrote:
 On Wed, Mar 05, 2008 at 08:25:59PM -0700, John J. Foster wrote:
  Hi all - it's been awhile
  
  This past week I've set up Gentoo running in a VM built by
  http://www.easyvmx.com/ under a XP host. Installation and configuration
  went fine. I normally leave the VM running when I walk away from the
  machine, but when I return, time is way off. Shutting down Gentoo  the
  VM  rebooting solvles the problem, as vmplayer must initially get the
  date and time from the host, but it sure doesn't keep it right after
  that. I tried openntpd, but it kept setting the time further and further
  off. I live in Fort Collins, Co and my locatime is set correctly
  (America/Denver). This is my 1st time playing with VM's. Is this common?
  Is there any way around it? I'm not really sure why openntpd didn't
  work.
  
  Any and all help appreciated.
  
 I need to explain this a little further, me thinks. My Gentoo VM is
 losing right around 20 seconds every minute! This is not a problem that
 ntp in any of its incarnations is designed to solve. A couple other
 thing I have tried are
 
 clock=pit noapic
 
 appended to the kernel command line. I tried these together and
 separately with no luck. Right now I'm trying another suggestion I
 found, which is to change the kernel frequency timer from 1000Hz to
 250Hz. I'm recompiling now and will let you know.
 
Switching to 250Hz looks like it has solved the problem. No time lost
for a little over an hour now, and ntp is syncing properly, I think. But
my reading of the help on this setting led me to believe that 1000Hz was
right for a desktop system.

Can any explain what this setting actually does, and why it works now?

* from make menuconfig help *

CONFIG_HZ_1000:

1000 Hz is the preferred choice for desktop systems and other
systems requiring fast interactive responses to events.

Symbol: HZ_1000 [=n]
Prompt: 1000 HZ
  Defined at kernel/Kconfig.hz:42
  Depends on: choice
  Location:
- Processor type and features
  - Timer frequency (choice [=y]) 



pgpG30DmnsjHG.pgp
Description: PGP signature


Re: [gentoo-user] NTP: ntp-client doesn't start

2006-11-07 Thread PaulNM
Christopher Kern wrote:
 Hope this helps...
 
 
 When investigating this myself, I found that I needed to set up a link
 to the service in /etc/init.d with this command as the root user:
 
 cd /etc/runlevels/default  ln -s /etc/init.d/ntp-client . (no
 quotes, of course)
 
 This works fine at boot, as the service start is indicated in the boot
 display, and the time is indeed set to the correct time once executed
 at boot time. I also found that one can alter the timeout for this
 service by changing the NTPCLIENT_TIMEOUT variable in
 /etc/conf.d/ntp-client file so that it is whatever you'd like it to
 be. The default setting was 30 seconds, but I thought a shorter time
 would have been better, especially at boot time.
 
 Contents of /etc/conf.d/ntp-client:
 
 # /etc/conf.d/ntp-client
 

Look here..

 # Command to run to set the clock initially

ntp-client is meant to be a one time thing.

 # Most people should just leave this line alone ...
 # however, if you know what you're doing, and you
 # want to use ntpd to set the clock, change this to 'ntpd'
 NTPCLIENT_CMD=ntpdate

Ntpdate was a simple utility meant to be run as a cron job, but now is
mostly depreciated in favor of using ntpd/openntpd.  The full daemons
are not the resource hogs they used to be, and are much better at
handling clock skew. They keep track of the skew, so they only do a
correction as often as needed. Using a daemon also helps keep the other
ntp servers from getting pounded at certain points of the day by people
who use cron jobs, which strains their resouces and makes it harder for
you to get accurate info.

You're a little better than most since you are doing daily syncs and
not hourly or 4x a day, but do you have any idea how many people set up
syncs at midnight?

Use a daemon, it'll do a better job keeping your system in sync and be
much nicer on all the ntp servers you're syncing against.

OpenNTPD guide
http://gentoo-wiki.com/HOWTO_NTP_Using_OpenNTPD

NTPD guide
http://gentoo-wiki.com/NTP

PaulNM
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] proper proxy syntax to synchronize time via rdate

2007-09-02 Thread Roman Zilka
Hi Liviu,

it seems you're only allowed to access web, FTP and rsync services on
the Internet through your proxy. Both rsync and NTP use their own ports
and protocols, different from HTTP/FTP/rsync. Firstly, you need a proxy
server (or some other form of tunnel) that will allow for rdate/NTP
traffic between your computer and Internet.

Secondly, you have to configure rdate/NTP to make use of the proxy, but
AFAIK there's nothing like ntp_proxy or rdate_proxy env. variables
these programs would honor. Instead, timeserver proxies are more common
in the form of a local timeserver which sync's with an external
timesource and offers its services to the local network via standard
protocols. You would then sync time using this proxy directly, e.g.
rdate -s timeproxy.localaddress.dom. Try asking around if there's such
a service available in your local network.

-Roman


 Hello everyone,
 
 I'm trying to synchronize the system time with the help of rdate
 (openNTPD is on the list in case of failure). I have one problem,
 though: I connect to the Internet through a proxy server. I have set
 up the necessary environment, but I doubt that rdate listens to it:
 
 localhost init.d # env | grep -i proxy
 http_proxy=proxy.address.dom:port
 ftp_proxy=proxy.address.dom:port
 rsync_proxy=proxy.address.dom:port
 https_proxy=proxy.address.dom:port
 
 localhost init.d # rdate pool.ntp.org
 rdate: couldn't connect to host pool.ntp.org: Connection refused
 
 Please advise on how to correctly specify the proxy server in the NTP
 server address. I am wondering if there is a syntax similar to
 proxy.address.dom:[EMAIL PROTECTED] Alternatively, how can I make
 rdate honour the proxy settings?
 
 Regards,
 Liviu
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] BS dependencies?

2006-02-26 Thread Boyd Stephen Smith Jr.
On Sunday 26 February 2006 04:21, gentuxx [EMAIL PROTECTED] wrote about 
'[gentoo-user] BS dependencies?':
 Why in the world to I need Apache, php(4), and a whole host of other
 packages (22 to be exact) just to install NTP?  Now, I'm assuming that
 the net-misc/ntp package is actually the daemon, and not just the
 client.

NTP is similar to many P2P protocols in that clients are normally also 
long running background processes, daemons (or paenguins).  There are some 
clients that use NTP messages to fetch a single time and set your clock 
using it, but then you still get network latency noise and other 
inaccuracies.  For daily work that's really not a big deal, but if you are 
going to use NTP I suggest you really use NTP and run a daemon.  The 
default config for both net-misc/ntp and openntpd does not listen on any 
ports by default, so it shouldn't raise many security issues.

As far an these unwanted dependencies go, could you please provide the 
output for emerge -pvt net-misc/ntp so we can see the whole dependency 
chain?

 Can anyone suggest a client *only* package?  I've got a system that
 doesn't hold it's time after a reboot - all I really need is the
 ability to update the system time.

Just use rdate then.

-- 
Boyd Stephen Smith Jr.
[EMAIL PROTECTED]
ICQ: 514984 YM/AIM: DaTwinkDaddy
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] public time server

2005-05-22 Thread =?UTF-8?B?QW5kcmVhcyBQcmllw58=?=
Joseph wrote:
 I used these two time servers in the past with rdate and didn't have
 much problem:
 tick.usno.navy.mil
 time.nist.gov
 
 However, I couldn't get any one of the to work yesterday, the first one
 is working fine on windows but not with Linux.
 
 They respond to ping correctly.
 Yesterday I've tried pool.ntp.org it wouldn't work, today it works
 correctly.

At first, you should realize, that there are two different protocols for
time syncronization: the more simple time protocol (RFC 868 TCP protocol
server) or the more accurate NTP (RFC 2030 protocol).

Often rdate uses the first one by default. So if you refer to
pool.ntp.org, which is obviously for the second protocol, the servers
may support the firts one just by coincidence, but it's not what they
are here for.

You could have a look to man rdate, if an option like

-n  Use SNTP (RFC 2030) instead of the RFC 868 time protocol

exists, as it does on OpenBSD - I don't have rdate on my Gentoo box.
Or you could try an ntpd - OpenNTPD for example. It's a lightweight NTP
Deamon and it's in portage. That should work with pool.ntp.org.

If you are familiar with all that, maybe some other servers may work
better for you. To select a timeserver which is geographically close you
may take a look at:
http://ntp.isc.org/bin/view/Servers/NTPPoolServers
and of course
http://ntp.isc.org/bin/view/Servers/RulesOfEngagement

-- 
Hope that helps.

Andreas


signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] ntp problems

2006-03-12 Thread Rumen Yotov
On Sunday 12 March 2006 19:43, David Corbin wrote:
 On Sunday 12 March 2006 04:28 pm, Peter Ruskin wrote:
  On Sunday 12 March 2006 20:16, David Corbin wrote:
   ntp-client is in my default run level.  However, when I it runs
   at boot time, I get this error message:
  
   12 Mar 09:06:24 ntpd[9516]: cap_set_proc() failed to drop root
   privileges: Operation not permitted
   12 Mar 09:06:26 ntpd[9561]: parent died before we finished,
   exiting
  
  
   If I run it as root manually, it runs fine.
 
  Add nodroproot to your USE flags and remerge ntp

 I will, but why does it work fine from the command line?

  --
  Peter
  
  Gentoo Linux: Portage 2.0.54.   kernel-2.6.15-gentoo-r5.
  i686 AMD Athlon(tm) XP 3200+.   gcc(GCC): 3.4.5.
  KDE: 3.5.1. Qt: 3.3.4.
  
Hi,
Because when it wants to drop it's privileges from root to e.g. ntpd (user or 
group) it can't - get's killed.
Usually permission problems or in this case it/ntpd can't access /proc to set 
time (cap_set_proc()).
Just a sidenote, recently (a day ago) exchanged ntp for openntpd (from 
OpenBSD) on a hardened router, because ntp wanted to lock too much memory 
(RLIMIT_MEMLOCK - from 32K (default) - ~8 MB) and other minor issues.
HTH.Rumen


pgpQeBMSIHpnf.pgp
Description: PGP signature


Re: [gentoo-user] ntp problems

2006-03-15 Thread David Corbin
On Monday 13 March 2006 12:22 am, Rumen Yotov wrote:
 On Sunday 12 March 2006 19:43, David Corbin wrote:
  On Sunday 12 March 2006 04:28 pm, Peter Ruskin wrote:
   On Sunday 12 March 2006 20:16, David Corbin wrote:
ntp-client is in my default run level.  However, when I it runs
at boot time, I get this error message:
   
12 Mar 09:06:24 ntpd[9516]: cap_set_proc() failed to drop root
privileges: Operation not permitted
12 Mar 09:06:26 ntpd[9561]: parent died before we finished,
exiting
   
   
If I run it as root manually, it runs fine.
  
   Add nodroproot to your USE flags and remerge ntp
 
  I will, but why does it work fine from the command line?
 Hi,

I don't mean to sound like child who continues to go but why?.  Still, it 
doesn't make sense to me.

 Because when it wants to drop it's privileges from root to e.g. ntpd (user
 or group) it can't - get's killed.

First, I don't understand how root could ever have a permission problem try to 
downgrade its privleges.

Second, I don't understand how it could not have the require privileges during 
the boot process (presumably running starting as root), and yet it works when 
I run it by hand as root.

 Usually permission problems or in this case it/ntpd can't access /proc to
 set time (cap_set_proc()).


 Just a sidenote, recently (a day ago) exchanged ntp for openntpd (from
 OpenBSD) on a hardened router, because ntp wanted to lock too much memory
 (RLIMIT_MEMLOCK - from 32K (default) - ~8 MB) and other minor issues.
 HTH.Rumen
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] extreme clock drift / openntpd won't sync

2005-08-31 Thread Matt Randolph
This is almost certainly a hardware problem. If it isn't a hardware 
problem, it is at least not distribution specific. This doesn't really 
belong in a Gentoo mailing list. That being said...


Some rhetorical questions (in no particular order):

Does the problem persist when you use Knoppix? Does the problem persist 
when you use Windoze? Are you overclocking? Did you fiddle with any 
voltages in BIOS? Does the problem go away if you use a different power 
supply? Do you have the latest BIOS? Have you tried an older BIOS? Does 
your BIOS or xsensors (or equivalent) report reasonable voltages? Do you 
have a replacement motherboard? Have you tried changing the update 
interval of your NTP daemon to a smaller value? What was the last thing 
you did before the problem started? Is the motherboard still under 
warranty? Are you competent to solder a new oscillator onto your 
motherboard?


Good luck!

Matt Garman wrote:

My system clock is running extremely fast... 


So, my questions are: (1) what would cause my clock to run so fast?  And
(2) why can't any ntp daemon keep correct time?
 


--

Pluralitas non est ponenda sine necessitate - W. of O.

--
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: Latest unstable ntp not generating ntp.drift file.

2011-01-05 Thread Dale

Hi again,

Little update.  I tried every version of ntp in the tree including one 
released in the past few days that was supposed to have some more bug 
fixes.  No joy.  Same thing in the log file and ntp.drift.  It just 
would not adjust the clock like it should and did on my old rig.


I unmerged ntp and emerged openntpd.  Does this look normal?

Jan  5 21:59:02 localhost ntpd[11410]: ntp engine ready
Jan  5 21:59:22 localhost ntpd[11410]: peer 72.26.217.210 now valid
Jan  5 21:59:23 localhost ntpd[11410]: peer 169.229.70.95 now valid
Jan  5 21:59:26 localhost ntpd[11410]: peer 149.20.54.20 now valid
Jan  5 22:00:24 localhost ntpd[11409]: adjusting local clock by 0.790318s
Jan  5 22:01:53 localhost ntpd[11410]: ntp engine exiting
Jan  5 22:01:53 localhost ntpd[11409]: dispatch_imsg in main: pipe closed
Jan  5 22:01:53 localhost ntpd[11409]: Lost child: child exited
Jan  5 22:01:53 localhost ntpd[11409]: Terminating
Jan  5 22:01:53 localhost ntpd[11581]: ntp engine ready
Jan  5 22:02:10 localhost ntpd[11581]: peer 173.203.202.87 now valid
Jan  5 22:02:13 localhost ntpd[11581]: peer 68.49.223.120 now valid
Jan  5 22:02:13 localhost ntpd[11581]: peer 64.22.86.210 now valid
Jan  5 22:02:14 localhost ntpd[11581]: peer 67.59.168.233 now valid
Jan  5 22:02:16 localhost ntpd[11581]: peer 64.6.144.6 now valid
Jan  5 22:02:16 localhost ntpd[11581]: peer 67.159.5.90 now valid
Jan  5 22:03:13 localhost ntpd[11579]: adjusting local clock by 0.828631s
Jan  5 22:03:56 localhost ntpd[11581]: peer 64.6.144.6 now invalid
Jan  5 22:06:15 localhost ntpd[11579]: adjusting local clock by 0.842206s
Jan  5 22:08:57 localhost ntpd[11579]: adjusting local clock by 0.872386s
Jan  5 22:13:06 localhost ntpd[11579]: adjusting local clock by 0.900218s
Jan  5 22:14:45 localhost ntpd[11581]: peer 64.6.144.6 now valid
Jan  5 22:17:22 localhost ntpd[11579]: adjusting local clock by -11.516304s
Jan  5 22:17:22 localhost ntpd[11581]: clock is now synced
Jan  5 22:18:56 localhost ntpd[11581]: peer 64.6.144.6 now invalid
Jan  5 22:20:38 localhost ntpd[11579]: adjusting local clock by -23.876356s
Jan  5 22:20:38 localhost ntpd[11581]: clock is now unsynced
Jan  5 22:23:46 localhost ntpd[11579]: adjusting local clock by -23.624100s
r...@fireball / #

I assume it will eventually sync up.  It hasn't been running very long 
so I'll give it a while.  It does appear to me that it is working 
better.  I still would like to know why ntp failed me all of a sudden.


Thanks.

:-)  :-)



Re: [gentoo-user] BS dependencies?

2006-02-26 Thread gentuxx
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Boyd Stephen Smith Jr. wrote:

On Sunday 26 February 2006 04:21, gentuxx [EMAIL PROTECTED] wrote about
'[gentoo-user] BS dependencies?':

Why in the world to I need Apache, php(4), and a whole host of other
packages (22 to be exact) just to install NTP? Now, I'm assuming that
the net-misc/ntp package is actually the daemon, and not just the
client.


NTP is similar to many P2P protocols in that clients are normally also
long running background processes, daemons (or paenguins). There are some
clients that use NTP messages to fetch a single time and set your clock
using it, but then you still get network latency noise and other
inaccuracies. For daily work that's really not a big deal, but if you are
going to use NTP I suggest you really use NTP and run a daemon. The
default config for both net-misc/ntp and openntpd does not listen on any
ports by default, so it shouldn't raise many security issues.

As far an these unwanted dependencies go, could you please provide the
output for emerge -pvt net-misc/ntp so we can see the whole dependency
chain?

Can anyone suggest a client *only* package? I've got a system that
doesn't hold it's time after a reboot - all I really need is the
ability to update the system time.


Just use rdate then.

I'm looking into `rdate'.  But here is the list of dependencies that
comes up.  I think Mr. Fish may have hit the nail on the recursive
dependencies, as I do have 'python' and 'php' in my USE flags
(included below).

emerge -pvt net-misc/ntp

These are the packages that I would merge, in reverse order:

Calculating dependencies ...done!
[ebuild  N] dev-php/php-4.4.0-r4  -X +berkdb +crypt -curl -debug
- -doc (-fdftk) -firebird -flash -freetds -gd -gd-external +gdbm -gmp
- -hardenedphp -imap (-informix) -ipv6 (-java) +jpeg -kerberos -ldap
- -mcal -memlimit -mssql -mysql +ncurses +nls (-oci8) -odbc +pam +png
- -postgres +readline -snmp +spell +ssl -tiff +truetype +xml2 -yaz 4,339 kB
[ebuild  N] net-misc/ntp-4.2.0.20040617-r3  -debug -ipv6
- -logrotate -nodroproot -openntpd -parse-clocks (-selinux) +ssl 2,403 kB
[ebuild  N]  sys-libs/libcap-1.10-r5  -nocxx +python -static 38 kB
[ebuild  N]   dev-lang/swig-1.3.21  -X -doc -guile (-java) +perl
+php +python -ruby -tcltk 1,975 kB
[ebuild  N]dev-php/mod_php-4.4.0-r9  -X +apache2 +berkdb
+crypt -curl -debug -doc (-fdftk) -firebird -flash -freetds -gd
- -gd-external +gdbm -gmp -hardenedphp -imap (-informix) -ipv6 (-java)
+jpeg -kerberos -ldap -mcal -memlimit -mssql -mysql +nls (-oci8) -odbc
+pam +png -postgres -snmp +spell +ssl -tiff +truetype +xml2 -yaz 0 kB
[ebuild  N] media-libs/t1lib-5.0.2  -X -doc 1,657 kB
[ebuild  N] media-libs/freetype-1.3.1-r4  +nls -tetex 1,919 kB
[ebuild  N] media-libs/libpng-1.2.8  -doc 0 kB
[ebuild  NS   ] sys-libs/db-1.85-r2  279 kB
[ebuild  N] app-text/sablotron-1.0.1  -doc +perl 474 kB
[ebuild  N] media-libs/jpeg-6b-r5  0 kB
[ebuild  N] net-www/apache-2.0.55-r1  +apache2 -debug -doc
- -ldap -mpm-leader (-mpm-peruser) -mpm-prefork -mpm-threadpool
- -mpm-worker -no-suexec (-selinux) +ssl -static-modules +threads 4,684 kB
[ebuild  N]  dev-libs/apr-util-0.9.7  +berkdb +gdbm -ldap 724 kB
[ebuild  N]  app-misc/mime-types-4  7 kB
[ebuild  N]  dev-libs/apr-0.9.7  -ipv6 -urandom 1,020 kB
[ebuild  N]  net-www/gentoo-webroot-default-0.2  -no-htdocs 64 kB
[ebuild  N] dev-libs/libxslt-1.1.15  +crypt -debug +python
- -static 1,780 kB
[ebuild  N]  dev-libs/libxml2-2.6.23  -debug -doc -ipv6
+python +readline 3,338 kB
[ebuild  N] dev-libs/libmcrypt-2.5.7  511 kB
[ebuild  N] media-libs/freetype-2.1.9-r1  -bindist -doc +zlib 0 kB
[ebuild  N] app-text/aspell-0.50.5-r4  -gpm 992 kB

USE flags from `emerge --info':

USE=sparc apache2 arts avi berkdb bitmap-fonts bzip2 cdb crypt cups
dlloader eds encode esd expat fastcgi fbcon foomaticdb fortran gcc64
gdbm gif gstreamer gtk2 iconv imlib javascript jpeg libwww mad mbox
mhash mikmod milter mime motif mpeg ncurses nls nptl ogg opengl oss
pam pcre pdflib perl php png python readline sdl socketstcpd spell ssl
symlink tcpd threads tidy truetype truetype-fonts type1-fonts udev
vhosts vorbis xml xml2 xmlrpc xmms xsl xv zlib userland_GNU
kernel_linux elibc_glibc

(NOTE:  This differs from what is actuall in my '/etc/make.conf'):
USE=-X -kde -qt -gnome -gtk perl php python ssl apache2 fastcgi iconv
java javascript libwww mime milter mbox ncurses pcre socketstcpd spell
threads tidy vhosts xml xml2 xmlrpc xsl zlib symlink



- --
gentux
echo hfouvyAdpy/ofu | perl -pe 's/(.)/chr(ord($1)-1)/ge'

gentux's gpg fingerprint == 34CE 2E97 40C7 EF6E EC40  9795 2D81 924A
6996 0993
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.1 (GNU/Linux)

iD8DBQFEAftFLYGSSmmWCZMRAhqtAJ9zXcQiDz7+dCXV12NjRahxLTLDbACgtp7J
byQW2LizpEh0nJ52DARW/f0=
=zOUP
-END PGP SIGNATURE-

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] emerge starts slowly

2005-12-14 Thread Justin Krejci
I have a system with a 1.33Ghz Athlon-XP with a decently fast IDE hard drive
I have a system with a 1.80Ghz AMD64 with a decently fast IDE hard drive

When I run emerge -s whatever or emerge sync or any emerge command 
apparently, it usually takes about 1 second to start the command on the AMD64 
system whereas on the Athlon-XP system it usually takes about 10-30 seconds 
fore the command to start. What I mean by that is for example

1. # emerge -s tcpdump  (press enter)
2. Searching... spinner
3. output of search

the time it takes to get to #2 is 1 or less seconds on the AMD64 and 10-30 
seconds on the Athlon-XP.

As I said, this seems to be the case for any emerge command on the Athlon-XP 
system. I seem to recall it not being so slow in the past. Both are on 2.6 
kernels and both have pleanty of RAM. Gentoo was was installed on the 
Athlon-XP about 2 or 3 years ago but it is up to date.

Anyone have any ideas?

Athlon-XP emerge info: 

Portage 2.0.51.22-r3 (default-linux/x86/2005.0, gcc-3.3.6, glibc-2.3.5-r2, 
2.6.13-gentoo-r3 i686)
=
System uname: 2.6.13-gentoo-r3 i686 AMD Athlon(tm) XP 1500+
Gentoo Base System version 1.6.13
ccache version 2.3 [enabled]
dev-lang/python: 2.2.3-r5, 2.3.5-r2, 2.4.2
sys-apps/sandbox:1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.20
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS=x86
AUTOCLEAN=yes
CBUILD=i686-pc-linux-gnu
CFLAGS=-march=athlon-xp -O2 -pipe -funroll-loops -ftracer
CHOST=i686-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/kde/2/share/config /usr/kde/3.4/env\
 /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config\
 /usr/lib/X11/xkb /usr/share/config /var/qmail/control
CONFIG_PROTECT_MASK=/etc/gconf /etc/terminfo /etc/env.d
CXXFLAGS=-march=athlon-xp -O2 -pipe -funroll-loops -ftracer
DISTDIR=/usr/portage/distfiles
FEATURES=autoconfig buildpkg ccache distlocks sandbox sfperms strict
GENTOO_MIRRORS=http://128.213.5.34/gentoo/ 
http://open-systems.ufl.edu/mirrors/gentoo http://gentoo.mirrors.pair.com/;
MAKEOPTS=-j2
PKGDIR=/usr/portage/packages
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
PORTDIR_OVERLAY=/usr/local/portage
SYNC=rsync://rsync.gentoo.org/gentoo-portage
USE=x86 3dnow X X509 acl adns alsa apm arts audiofile avi berkdb bitmap-fonts 
bonobo bzip2 cddb cdr chroot crypt cups curl dedicated directfb divx4linux 
dts dvb dvd dvdr dvdread edl eds emboss encode esd ethereal exif expat fam 
ffmpeg flac foomaticdb fortran freetds gd gdbm gif gimp glut gphoto2 gpm 
gstreamer gtk gtk2 gtkhtml hpn idn imagemagick imap imlib ipv6 jabber java 
jpeg junit kde kdeenablefinal kdexdeltas lcms ldap libcaca libg++ libwww mad 
matroska mhash mikmod mmx mng motif mp3 mpeg mppe-mppc mssql mysql nas 
ncurses network nls nowin nvidia ogg oggvorbis openal opengl openntpd openssh 
oss pam pcre pdflib perl png python qt quicktime rdesktop readline real samba 
scanner sdl sftplogging slang snmp speex spell sse ssl svg svga tcltk tcpd 
tiff truetype truetype-fonts type1-fonts udev usb videos vorbis wmf xine 
xinerama xml xml2 xmms xv xvid zlib userland_GNU kernel_linux elibc_glibc
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Bootstrap USE flags opinions?

2005-10-12 Thread Dave Nebinger
On Wednesday 12 October 2005 08:17 pm, Alexey Asprov wrote:
 On Wed, 12 Oct 2005 11:21:08 -0400

 Dave Nebinger [EMAIL PROTECTED] wrote:
  On Wednesday 12 October 2005 01:54 pm, Alexey Asprov wrote:
   Hi list again..
 
  Hello Alexey.  Just a quick FYI: Your timezone does not appear to be set
  correctly; I can tell because your sent time is in the future ;-)

 Hello Dave. Why this can be so important? Yes, I set my local timezone
 to GMT. If it won't harm the system, who cares? Or, does it harm?
 And yes, I am in st.Petersburg (Russia), but I coudn't find any
 relevant timesone when I've installed Gentoo for the (3)rd time
 and thoght this would be fine. Does this interfere with my using
 and compiling the system?

Well, spamassassin flags the messages because they have the date in the 
future.  I've got a rule allowing messages from the list so it goes through, 
but some sites might block your email whether you know it or not.

From your local system perspective, no it really doesn't matter.  But being 
part of the internet means that you should be playing by internet rules, 
therefore having the right time/date for the system.

As far as compiling goes, it wouldn't matter either.  I'd worry about the 
rsync process as, since you are in the future, the timestamps from your local 
system and the remote rsync mirror might indicate to your system that you're 
newer than what the mirror thinks.

Enough preaching, I was just pointing it out in case you weren't aware.

 I have only found exaple with working ( as athour claims) USE flags for
 workingbootstraping . If you feel that some packages will hogtie, please
 advice on what USE flags have to be removed ( or added).

Well if you're not running X you can slim down quite a bit.  The list you 
included has all multimedia and stuff for more of a desktop system.  My 
server box has a much shorter list:

USE=-mbox -gnome -kde -X atm maildir cdr bzlib curl -emacs exif fam ftp 
gnutls -ipv6 kerberos libwww mime mmap mmx mng nptl pcre pic php perl sockets 
sse ssl sysvipc posix sasl shared sharedmem usb mysql xml cups pam imap aac 
apache2 bash-completion berkdb bidi bzip2 canna caps cjk clamav cpdflib crypt 
dbus dbx dio ethereal examples expat flac freewnn gd gdm javascript ncurses 
nls png jpeg junit ldap libclamav mcve ming openntpd mysqli nas netboot 
openal tcpd spl spell snmp sockets soap python samba vhosts xml2 zlib

  Use emerge --pretend to see what kind of results you'll actually get.

 Not sure what do you mean by that. Emerge -pv just estimating what packages
 have to be emerged.

It will show all of the dependencies as well as the package.  For example, you 
had gnomedb in your USE list, but -gnome also.  If you emerged a package that 
used the gnomedb flag, but gnomedb has dependencies upon gnome, you're either 
going to be looking at a  nasty message about a blocked package, the package 
won't install, or you'll get gnome anyway (note this is just an example, I 
don't know for sure what the gnomedb flag would incur).

 Thanks for your response, but probably some one added to USE flags in
 make.conf? And how did it go in bootstrapping? Also, to rephrase my
 original question do I have include all of them or only mmx, sse, mtrr as
 Dave suggested?

I did include them in my USE flags.  I don't have any clue what, if any, 
effect they have on the system.  Many of the USE flags have descriptions 
available, but I haven't seen any sort of cross-reference that says when USE 
flag X is set, Y happens as a result.

I look at these as clarifying the base system architecture, but do not have 
the same kind of impact as gnome/-gnome would have.


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problem emerging kdebase

2006-07-04 Thread David Corbin
On Saturday 01 July 2006 17:10, David Corbin wrote:
 On Saturday 24 June 2006 12:45 pm, Richard Fish wrote:
  On 6/23/06, David Corbin [EMAIL PROTECTED] wrote:
   Any suggestions as to how to fix this problem?
 
  My first guess is MAKEOPTS=-j1 emerge --oneshot kdebase.  If that
  doesn't help, please post the output of emerge --info.

Looking closer, my original copy of the error wasn't very complete.  There are 
screenfuls of undefined references to various std:: symbols.  Clearly my C++ 
library is messed up.  How do I fix it?


== cut: emerge --info 

Portage 2.1-r1 (default-linux/x86/2006.0, gcc-3.4.6, glibc-2.3.6-r4, 2.6.14 
i686)
=
System uname: 2.6.14 i686 Intel(R) Pentium(R) M processor 1700MHz
Gentoo Base System version 1.6.15
dev-lang/python: 2.3.5-r2, 2.4.2
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache: [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r2
sys-devel/gcc-config: 1.3.13-r2
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS=x86
AUTOCLEAN=yes
CBUILD=i686-pc-linux-gnu
CFLAGS=-O2 -march=i686 -fomit-frame-pointer
CHOST=i686-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/kde/3.2/share/config /usr/kde/3.3/env 
/usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3.4/env 
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3.5/env 
/usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/lib/X11/xkb 
/usr/share/config /usr/share/texmf/dvipdfm/config/ 
/usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ 
/usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/
CONFIG_PROTECT_MASK=/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo
CXXFLAGS=-O2 -march=i686 -fomit-frame-pointer
DISTDIR=/usr/portage/distfiles
FEATURES=autoconfig distlocks metadata-transfer sandbox sfperms strict
GENTOO_MIRRORS=http://gentoo.mirrors.easynews.com/linux/gentoo/ 
http://194.117.143.69 http://194.117.143.70 ftp://mirror.datapipe.net/gentoo;
PKGDIR=/usr/portage/packages
PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times --compress 
--force --whole-file --delete --delete-after --stats --timeout=180 
--exclude='/distfiles' --exclude='/local' --exclude='/packages'
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
PORTDIR_OVERLAY=/usr/local/portage
SYNC=rsync://trombone/gentoo-portage
USE=x86 X aim alsa apache2 apm arts avi bash-completion berkdb bitmap-fonts 
cdr cli crypt cups doc dri eds emboss encode esd foomaticdb gdbm gif gpm 
gstreamer gtk gtk2 hal imap imlib innodb isdnlog jpeg junit kde libg++ libwww 
mad mikmod motif mp3 mpeg ncurses nls nodroproot nptl nptlonly nsplugin ogg 
opengl openntpd oss pam pcre pdflib perl png pppd python qt qt3 qt4 quicktime 
readline reflection sdl session spell spl ssl tcpd truetype truetype-fonts 
type1-fonts udev vorbis win32codecs xml xmms xorg xv zlib elibc_glibc 
kernel_linux userland_GNU
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, 
LINGUAS, MAKEOPTS, PORTAGE_RSYNC_EXTRA_OPTS

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] ntpd clock adjusting

2007-07-27 Thread Aleksey V. Kunitskiy
Hi,

I've just deployed my home server, of course using Gentoo :)
I setup openntpd there and /var/log/messages says to me that every few minutes 
clock is adjusted by ~100s. Is it a bug or I've missed smth?
chipset: nForce2
And, btw, what is also strange - ntpd use different time in different log 
message types. Actual local time was 22h (GMT+3). System clock is UTC
(note: I've terminated several times ntpd - I've changed servers, I hoped it 
help, but...)

thanks for any suggestion

/var/log/messages:
Jul 27 22:07:27 enigma ntpd[32345]: listening on 192.168.3.1
Jul 27 19:07:27 enigma ntpd[32345]: ntp engine ready
Jul 27 19:07:50 enigma ntpd[32345]: peer 129.6.15.29 now valid
Jul 27 19:07:53 enigma ntpd[32345]: peer 129.6.15.28 now valid
Jul 27 22:08:43 enigma ntpd[32344]: adjusting local clock by 102.470196s
Jul 27 19:09:31 enigma ntpd[32345]: peer 129.6.15.29 now invalid
Jul 27 19:10:21 enigma ntpd[32345]: ntp engine exiting
Jul 27 22:10:21 enigma ntpd[32344]: Terminating
Jul 27 22:10:21 enigma ntpd[32677]: listening on 192.168.3.1
Jul 27 19:10:21 enigma ntpd[32677]: ntp engine ready
Jul 27 19:10:45 enigma ntpd[32677]: peer 129.6.15.28 now valid
Jul 27 19:10:45 enigma ntpd[32677]: peer 129.6.15.29 now valid
Jul 27 22:11:46 enigma ntpd[32676]: adjusting local clock by 102.424075s
Jul 27 22:13:21 enigma ntpd[32676]: adjusting local clock by 102.314918s
Jul 27 22:17:10 enigma ntpd[32676]: adjusting local clock by 102.248247s
Jul 27 22:19:13 enigma ntpd[32676]: adjusting local clock by 102.065928s
Jul 27 19:20:04 enigma ntpd[32677]: ntp engine exiting
Jul 27 22:20:04 enigma ntpd[32676]: Terminating
Jul 27 22:20:04 enigma ntpd[1092]: listening on 192.168.3.1
Jul 27 19:20:04 enigma ntpd[1092]: ntp engine ready
Jul 27 19:20:22 enigma ntpd[1092]: peer 81.210.250.102 now valid
Jul 27 19:20:22 enigma ntpd[1092]: peer 89.25.11.9 now valid
Jul 27 19:20:23 enigma ntpd[1092]: peer 212.244.104.2 now valid
Jul 27 19:20:25 enigma ntpd[1092]: peer 139.143.5.30 now valid
Jul 27 19:20:26 enigma ntpd[1092]: peer 130.60.75.60 now valid
Jul 27 19:20:27 enigma ntpd[1092]: peer 213.239.212.133 now valid
Jul 27 19:20:30 enigma ntpd[1092]: peer 66.180.136.186 now valid
Jul 27 22:21:26 enigma ntpd[1091]: adjusting local clock by 101.912042s
Jul 27 19:24:18 enigma ntpd[1092]: ntp engine exiting
Jul 27 22:24:18 enigma ntpd[1091]: Terminating
Jul 27 22:24:18 enigma ntpd[1431]: listening on 192.168.3.1
Jul 27 19:24:18 enigma ntpd[1431]: ntp engine ready
Jul 27 19:24:37 enigma ntpd[1431]: peer 213.239.212.133 now valid
Jul 27 19:24:38 enigma ntpd[1431]: peer 212.244.104.2 now valid
Jul 27 19:24:39 enigma ntpd[1431]: peer 89.25.11.9 now valid
Jul 27 19:24:39 enigma ntpd[1431]: peer 209.11.160.7 now valid
Jul 27 19:24:41 enigma ntpd[1431]: peer 130.60.75.60 now valid
Jul 27 19:24:43 enigma ntpd[1431]: peer 81.210.250.102 now valid
Jul 27 19:24:44 enigma ntpd[1431]: peer 66.180.136.186 now valid
Jul 27 19:25:45 enigma ntpd[1431]: peer 89.25.11.9 now invalid
Jul 27 22:26:08 enigma ntpd[1430]: adjusting local clock by 101.742480s
Jul 27 19:26:24 enigma ntpd[1431]: peer 130.60.75.60 now invalid
Jul 27 19:26:54 enigma ntpd[1431]: peer 81.210.250.102 now invalid
Jul 27 22:29:46 enigma ntpd[1430]: adjusting local clock by 101.681414s
Jul 27 22:32:30 enigma ntpd[1430]: adjusting local clock by 101.532742s
Jul 27 19:34:59 enigma ntpd[1431]: peer 82.225.138.2 now valid
Jul 27 22:35:57 enigma ntpd[1430]: adjusting local clock by 101.413649s
Jul 27 19:36:58 enigma ntpd[1431]: peer 89.25.11.9 now valid
Jul 27 19:37:14 enigma ntpd[1431]: peer 130.60.75.60 now valid
Jul 27 19:37:57 enigma ntpd[1431]: peer 81.210.250.102 now valid
Jul 27 22:38:35 enigma ntpd[1430]: adjusting local clock by 101.265187s

-- 
best regards,
Aleksey V. Kunitskiy
my public GPG/PGP key: http://www.alexey-kv.org.ua/pubkey.asc


pgp2G3Ioaw1qy.pgp
Description: PGP signature


[gentoo-user] nvidia and i/o problem

2010-11-25 Thread Zhu Sha Zang
=/
PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times
--compress --force --whole-file --delete --stats --timeout=180
--exclude=/distfiles --exclude=/local --exclude=/packages
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
PORTDIR_OVERLAY=/var/lib/layman/haskell /var/lib/layman/zugaina
/var/lib/layman/pro-audio
SYNC=rsync://dns.liec.ufscar.br/gentoo-portage
Portage 2.2.0_alpha5 (default/linux/amd64/10.0/desktop/kde, gcc-4.4.5,
glibc-2.12.1-r3, 2.6.34-gentoo-r12-sakura x86_64)
=
System uname:
Linux-2.6.34-gentoo-r12-sakura-x86_64-AMD_Phenom-tm-_II_X4_945_Processor-with-gentoo-2.0.1
Timestamp of tree: Thu, 25 Nov 2010 11:00:01 +
distcc 3.1 x86_64-pc-linux-gnu [disabled]
ccache version 2.4 [disabled]
USE=32bit 3dnow 3dnowext 64bit R X X509 a52 aac aalib accessibility acl
acpi ada addressbook aim alsa amd64 analogtv ansi ant antlr ao apm
assistant atmo autostart bash-completion bazaar berkdb bidi bineditor
binfilter bl bl
uetooth bookmarks branding bs2b bugzilla bzip2 c3p0 cairo caps cdda
cddax cddb cdparanoia cdr classic cli cmake cmdreccmdi18n cmdsubmenu
consolekit cracklib crypt cscope ctype ctypes-python cups curl
cutterlimit cutterqueue c
uttime cvs cxx d darcs dbus dc1394 ddepgentry debugger declarative
deltimeshiftrec designer designer-plugin desktopglobe dga dia
digitalradio dirac directv djbfft dolbyinrec dri dts dv dvb dvbplayer
dvbsetup dvd dvdarchive dv
dchapjump dvdr dvlfriendlyfnames dvlrecscriptaddon dvlvidprefer em84xx
emboss emovix encode epydoc escreen esd examples exceptions exif expat
extensions extra extra-algorithms extra-tools extraengine extras faac
faad fakevim
fam fbcon ffmpeg fftw firefox firefox3 flac flash fltk fluidsynth
fontconfig fontforge fortran fpx ftp fuse gadu gallium gd gdbm gecko
genders geoip geolocation geos gfortran ggi gif gimp git gkrellm glade
glib gmail gmp gnut
ls gpg gpm graphtft graphviz groupwise gsm gstreamer gtk gzip hal
handbook hardlinkcutter hddtemp hscolour html http httpd i18n iconv icq
icu id3 id3tag idb idn ieee1394 imap imlib ipc iptv ipv6 irc jabber jack
jackmidi jai j
ava java6 javacomm javamail javascript jbig jce jde jingle jmf jms jmx
jni john joystick jpeg jpeg2k jumpplay kate kde kdrive keychain
konqueror kqemu kvm ladspa lame lapack largepages lash latex lcd lcms
ldap libass libcaca
libffi libnotify libproxy libsysfs libtiger libv4l libv4l2 liemikuutio
live livebuffer lj lm_sensors lnbshare log log4j lua lv2 lzma lzo mad
mail maildir mainmenuhooks matroska md5 md5sum meanwhile mercurial midi
mikmod mkl m
map mms mmx mmxext mng modplug modules mozdom mozilla mozsha1 mp3 mp4
mpeg mpi msn mtp mudflap multilib multimedia multiprocess multislot
multitarget multiuser musepack musicbrainz mysql nas ncurses
network-cron newmousefocus
 nls nntp noepg nptl nptlonly nsplugin nspluginwrapper ntlm nut nvram
objc objc++ objc-gc odk ogg ogg123 ogm okteta openal openexr opengl
openmp openntpd optimisememory optimization optimized-qmake oscar
osdmaxitems oss otr p
am pango parentalrating parse-clocks pch pcre pcsc-lite pdf perforce
perl phonon pinplugin pkcs11 plasma png pnm policykit pop portaudio
postgres ppds pppd prediction private-headers profile profiler profiling
projectm pulsea
udio pvr python python3 qalculate qdbm qml qq qt-dbus qt-faststart
qt-webkit qt3support qt4 qthelp qtscript quicktime qwt radio rar raw
rdesktop rdesktop-vrdp readline real remoteosd reviewboard rle rotor rss
s3 sasl schroedi
nger scim script sdk sdl sdl-image sdl-sound sdlaudio secure-delete
semantic-desktop servletapi session settime setup shine shout sidebar
silc skey skins skype slang smartcard smi smime smp sms smtp sndfile
snmp sockets socks
 socks5 softosd sortrecords source sourcecaps sox sparse speex spell sql
sqlite sqlite3 sse sse2 ssl ssse3 startup-notification stream
strong-optimization subversion svg syncearly sysfs system-sqlite
system-v8 taglib tcl tcpd  teletext templates test-framework testbed
testutil themes theora threads threadsafe thumbnail thumbnails
thunderbird tiff timercmd timerinfo timestats timezone tk tls
tokyocabinet toolame toolbar tools tor tordns tpm trace t
ruetype ttxtsubs twolame type3 udev unicode usb utils v4l v4l2 vaapi
validinput vboxwebsrv vcard vcd vcdinfo vcdx vde vdpau video vidix vim
vim-pager vim-syntax vlm volctrl vorbis wareagleicon wav wavpack
webinterface webkit
webpresence wifi win32codecs windeco winpopup wma wma-fixed wmf
wxwidgets x264 xanim xcb xcomposite xfs xft xine xinerama xml
xmlpatterns xorg xosd xrandr xscreensaver xv xvid xvmc yaepg yahoo
zephyr zip zlib zsh-completion z
vbi ALSA_CARDS=ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci
emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0
intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci
ALSA_PCM_PLUGINS=adp
cm 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

[gentoo-user] python-fchksum problem + access denied

2006-09-30 Thread Marco Calviani
='/distfiles' --exclude='/local'
--exclude='/packages'
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
SYNC=rsync://rsync.gentoo.org/gentoo-portage
USE=X Xaw3d acpi alsa amd64 apache2 arts audiofile avi berkdb
bitmap-fonts bzip2 cdr cli crypt ctype cups dba dlloader dri dvd
dvdread eds elibc_glibc emacs emboss encode esd ethereal exif expat
fam fastbuild foomaticdb force-cgi-redirect fortran ftp gd gdbm gif
glut gmp gnome gpm gstreamer gtk gtk2 gtkhtml idn ieee1394 imlib
input_devices_evdev input_devices_keyboard input_devices_mouse ipv6
isdnlog java jpeg jpeg2k kde kernel_linux lcms libg++ logrotate lzw
lzw-tiff memlimit mng motif mozilla mp3 mpeg ncurses nls nptl nptlonly
opengl openntpd pam pcre pdf pdflib perl plotutils png posix ppds pppd
python qt quicktime readline reflection samba sdl session simplexml
soap sockets spell spl ssl tcltk tcpd tiff tokenizer truetype
truetype-fonts type1-fonts udev unicode usb userland_GNU userlocales
video_cards_fglrx video_cards_radeon video_cards_vesa xml xml2 xorg
xpm xsl xv zlib
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL,
LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY

Thanks,
Marco
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: LVM, /usr and really really bad thoughts.

2012-03-14 Thread Dale
/patch-2.6.1  USE=-static -test 0 kB
[ebuild   R] sys-apps/which-2.20  0 kB
[ebuild   R] sys-apps/pciutils-3.1.7  USE=-network-cron -zlib 0 kB
[ebuild   R] app-admin/showconsole-1.08  21 kB
[ebuild   R] sys-fs/reiserfsprogs-3.6.21-r1  414 kB
[ebuild   R] sys-apps/dcfldd-1.3.4.1  160 kB
[ebuild   R] net-misc/dhcpcd-5.2.12  USE=zeroconf 71 kB
[ebuild   R] sys-process/lsof-4.83  USE=(-selinux) -static 736 kB
[ebuild   R] sys-apps/rename-1.3  82 kB
[ebuild   R] sys-apps/memtester-4.2.2  0 kB
[ebuild   R] sys-fs/dosfstools-3.0.9  68 kB
[ebuild   R] sys-boot/grub-static-0.97-r10  869 kB
[ebuild   R] sys-apps/dmidecode-2.10  51 kB
[ebuild   R] net-analyzer/traceroute-2.0.18  USE=-static 66 kB
[ebuild   R] sys-apps/hdparm-9.36  119 kB
[ebuild   R] sys-kernel/module-rebuild-0.5  0 kB
[ebuild   R] app-benchmarks/iozone-3.397  0 kB
[ebuild   R] sys-apps/sed-4.2.1  USE=nls -acl (-selinux) -static 0 kB
[ebuild   R] sys-apps/findutils-4.4.2-r1  USE=nls (-selinux)
-static 0 kB
[ebuild   R] sys-apps/texinfo-4.13  USE=nls -static 0 kB
[ebuild   R] sys-apps/coreutils-8.14  USE=nls unicode -acl -caps
-gmp (-selinux) -static -vanilla -xattr 0 kB
[ebuild   R] sys-devel/make-3.82-r1  USE=nls -static 0 kB
[ebuild   R] app-shells/bash-4.1_p9  USE=net nls -afs -bashlogger
-examples -mem-scramble -plugins -vanilla 0 kB
[ebuild   R] virtual/dev-manager-0  0 kB
[ebuild   R] virtual/os-headers-0  0 kB
[ebuild   R] sys-apps/grep-2.9  USE=nls pcre 0 kB
[ebuild   R] virtual/man-0  0 kB
[ebuild   R] virtual/modutils-0  0 kB
[ebuild   R] sys-apps/gawk-3.1.8  USE=nls 0 kB
[ebuild   R] sys-apps/file-5.09  USE=zlib -python -static-libs 0 kB
[ebuild   R] net-misc/rsync-3.0.9  USE=iconv ipv6 -acl -static
-xattr 0 kB
[ebuild   R] sys-apps/baselayout-2.0.3  USE=-build 0 kB
[ebuild   R] sys-apps/less-444  USE=unicode 0 kB
[ebuild   R] app-editors/nano-2.2.5  USE=justify ncurses nls spell
unicode -debug -minimal -slang 1,519 kB
[ebuild   R] sys-apps/kbd-1.15.3  USE=nls 0 kB
[ebuild   R] sys-apps/busybox-1.19.3-r1  USE=ipv6 pam
-make-symlinks -mdev -savedconfig (-selinux) -static 0 kB
[ebuild   R] sys-apps/net-tools-1.60_p20110409135728  USE=nls
-static 0 kB
[ebuild   R] sys-process/psmisc-22.14  USE=X ipv6 nls (-selinux) 0 kB
[ebuild   R] app-arch/tar-1.26  USE=nls -static 0 kB
[ebuild   R] sys-process/procps-3.2.8_p11  USE=unicode 0 kB
[ebuild   R] virtual/ssh-0  USE=-minimal 0 kB
[ebuild   R] app-arch/gzip-1.4  USE=nls -pic -static 0 kB
[ebuild   R] net-misc/wget-1.12-r3  USE=ipv6 nls ssl -debug -idn
-ntlm -static 0 kB
[ebuild   R] sys-apps/diffutils-3.0  USE=nls -static 0 kB
[ebuild   R] virtual/libc-0  0 kB
[ebuild   R] media-fonts/font-alias-1.0.3  101 kB
[ebuild   R] x11-base/xorg-server-1.11.2-r2  USE=ipv6 nptl udev
xorg -dmx -doc -kdrive -minimal -static-libs -tslib -xnest -xvfb 4,831 kB
[ebuild   R   ~] media-video/dvdauthor-0.7.0  USE=-graphicsmagick 405 kB
[ebuild   R] media-fonts/liberation-fonts-1.07.0-r2  USE=X
-fontforge 1,296 kB
[ebuild   R] media-fonts/dejavu-2.33  USE=X -fontforge 0 kB
[ebuild   R] media-fonts/ttf-bitstream-vera-1.10-r3  USE=X 259 kB
[ebuild   R] media-fonts/unifont-5.1.20080914  USE=X 8,351 kB
[ebuild   R] app-misc/uptimed-0.3.16-r4  193 kB
[ebuild   R] sys-apps/mlocate-0.24  USE=nls (-selinux) 346 kB
[ebuild   R] sys-apps/dstat-0.6.9-r1  73 kB
[ebuild   R] app-portage/mirrorselect-2.1.0-r3  10 kB
[ebuild   R] sys-process/iotop-0.4.3  27 kB
[ebuild   R] net-misc/tor-0.2.2.35  USE=threads transparent-proxy
-doc -tor-hardening 2,723 kB
[ebuild   R] app-misc/tmux-1.5  USE=-vim-syntax 366 kB
[ebuild   R] sys-apps/lshw-02.15b  USE=gtk -sqlite -static 1,353 kB
[ebuild   R] sys-apps/dbus-1.4.18  USE=X -debug -doc (-selinux)
-static-libs -test 0 kB
[ebuild   R] www-plugins/gecko-mediaplayer-1.0.5  USE=curl 257 kB
[ebuild   R] app-portage/eix-0.23.10  USE=nls -debug -doc
-optimization -security -sqlite -strong-optimization -tools
-zsh-completion 0 kB
[ebuild   R] sys-boot/syslinux-4.05  USE=-custom-cflags 5,358 kB
[ebuild   R] net-misc/chrony-1.26  USE=readline -caps 373 kB
[ebuild   R] app-portage/ufed-0.40.1  77 kB
[ebuild   R] net-analyzer/nmap-5.51  USE=gtk ssl -lua 16,474 kB
[ebuild   R] media-fonts/artwiz-aleczapka-en-1.3  USE=X 36 kB
[ebuild   R] sys-fs/reiser4progs-1.0.7  USE=readline -debug
-static 825 kB
[ebuild   R] app-portage/genlop-0.30.8-r2  USE=bash-completion 21 kB
[ebuild   R] media-fonts/freefont-ttf-20090104  USE=X 2,867 kB
[ebuild   R] media-video/smplayer-0.6.9  USE=-debug LINGUAS=en_US
-ar -bg -ca -cs -de -el -es -et -eu -fi -fr -gl -hu -it -ja -ka -ko -ku
-mk -nl -pl -pt -pt_BR -ro -ru -sk -sl -sr -sv -tr -uk -vi -zh_CN
-zh_TW 1,683 kB
[ebuild   R   ~] net-misc/ntp-4.2.6_p4  USE=caps ssl zeroconf -debug
-ipv6 -openntpd -parse

Re: [gentoo-user] Re: [OT] Dual-Opteron

2006-01-04 Thread Boyd Stephen Smith Jr.
-2.1.1-r1  
[ebuild  N] media-libs/tunepimp-0.3.0-r1  
[ebuild  N] media-plugins/gst-plugins-flac-0.8.11  
[ebuild  N] media-plugins/gst-plugins-mad-0.8.11  
[ebuild  N] media-plugins/gst-plugins-ogg-0.8.11  
[ebuild  N] media-plugins/gst-plugins-vorbis-0.8.11  
[ebuild  N] kde-base/juk-3.5.0  
[ebuild  N] kde-base/kscd-3.5.0  
[ebuild  N] kde-base/kaboodle-3.5.0  
[ebuild  N] kde-base/kdemultimedia-meta-3.5.0  
[ebuild  N] kde-base/eyesapplet-3.5.0  
[ebuild  N] kde-base/fifteenapplet-3.5.0  
[ebuild  N] kde-base/kodo-3.5.0  
[ebuild  N] kde-base/amor-3.5.0  
[ebuild  N] kde-base/kteatime-3.5.0  
[ebuild  N] kde-base/kweather-3.5.0  
[ebuild  N] kde-base/ktux-3.5.0  
[ebuild  N] kde-base/kmoon-3.5.0  
[ebuild  N] kde-base/kdetoys-meta-3.5.0  
[ebuild  N] kde-base/kde-meta-3.5.0  
[ebuild  N] net-misc/openntpd-3.7_p1  
[ebuild  N] kde-base/arts-3.4.3  
[ebuild  N] kde-base/kdelibs-3.4.3  
[ebuild  N] kde-base/vimpart-3.4.2  
[ebuild  N] app-arch/cabextract-1.1  
[ebuild  N] media-fonts/corefonts-1-r2  
[ebuild  N] sys-apps/kbd-1.12-r5  
[ebuild  N] media-libs/libdvdread-0.9.4-r1  
[ebuild  N] media-libs/libdvdnav-0.1.10  
[ebuild  N] dev-libs/libebml-0.7.6  
[ebuild  N] media-libs/libdvbpsi-0.1.5  
[ebuild  N] media-libs/libdvdplay-1.0.1  
[ebuild  N] media-libs/libmpeg2-0.4.0b  
[ebuild  N] media-libs/libmatroska-0.8.0  
[ebuild  N] media-video/vlc-0.8.4a  
[ebuild  N] sys-libs/pwdb-0.62  
[ebuild  N] app-misc/pv-0.9.0  
[ebuild  N] x11-libs/startup-notification-0.8  
[ebuild  N] net-libs/libsoup-2.2.7  
[ebuild  N] gnome-base/libbonobo-2.10.1  
[ebuild  N] gnome-base/gnome-mime-data-2.4.2  
[ebuild  N] net-misc/howl-1.0.0  
[ebuild  N] gnome-base/gnome-vfs-2.12.2  
[ebuild  N] gnome-base/libgnome-2.12.0.1  
[ebuild  N] dev-libs/nspr-4.4.1-r2  
[ebuild  N] dev-libs/nss-3.9.2-r3  
[ebuild  N] gnome-base/libgnomecanvas-2.12.0  
[ebuild  N] gnome-base/libbonoboui-2.10.1-r1  
[ebuild  N] gnome-base/gnome-keyring-0.4.6  
[ebuild  N] gnome-base/libgnomeui-2.12.0  
[ebuild  N] gnome-extra/evolution-data-server-1.4.2.1  
[ebuild  N] x11-themes/hicolor-icon-theme-0.8  
[ebuild  N] x11-themes/gnome-icon-theme-2.12.1  
[ebuild  N] x11-themes/gtk-engines-2.6.6  
[ebuild  N] x11-themes/gnome-themes-2.12.1  
[ebuild  N] app-dicts/aspell-en-6.0.0  
[ebuild  N] app-text/enchant-1.2.0  
[ebuild  N] app-text/gtkspell-2.0.11  
[ebuild  N] net-im/gaim-1.5.0  
[ebuild  N] x11-plugins/gaim-latex-0.3-r1  
[ebuild  N] app-office/koffice-data-1.4.2  
[ebuild  N] app-office/koffice-libs-1.4.2  
[ebuild  N] app-office/karbon-1.4.2  
[ebuild  N] app-text/libwpd-0.8.2  
[ebuild  N] app-text/wv2-0.2.2  
[ebuild  N] app-office/kchart-1.4.2  
[ebuild  N] app-office/kspread-1.4.2-r1  
[ebuild  N] app-office/kword-1.4.2-r7  
[ebuild  N] app-office/koshell-1.4.2  
[ebuild  N] dev-libs/libpqxx-2.5.5  
[ebuild  N] app-office/kexi-1.4.2-r1  
[ebuild  N] app-office/kivio-1.4.2  
[ebuild  N] app-office/kformula-1.4.2  
[ebuild  N] app-office/kugar-1.4.2  
[ebuild  N] app-office/kpresenter-1.4.2  
[ebuild  N] kde-base/kjsembed-3.5.0  
[ebuild  N] app-office/krita-1.4.2  
[ebuild  N] app-office/koffice-meta-1.4.2  
[ebuild  N] media-fonts/urwvn-fonts-3.0_rc3  
[ebuild  N] media-libs/libmodplug-0.7  
[ebuild  N] media-libs/sdl-sound-1.0.1-r2  
[ebuild  N] x11-libs/wxGTK-2.6.2-r1  
[ebuild  N] dev-python/wxpython-2.6.1.0  
[ebuild  N] net-p2p/bittornado-0.3.14  
[ebuild  N] games-board/qgo-1.0.3  
[ebuild  N] sys-apps/linux32-2.0  
[ebuild  N] net-misc/iputils-021109-r3  
[ebuild  N] dev-util/ccache-2.4  
[ebuild  N] dev-util/poseidonPE-3.1.0  
[ebuild  N] sys-apps/smartmontools-5.33  
[ebuild  N] x11-wm/ratpoison-1.4.0_beta4  
[ebuild  N] sys-apps/less-394  
[ebuild  N] media-fonts/urw-fonts-2.1-r2  
[ebuild  N] dev-libs/log4cxx-0.9.7-r2  
[ebuild  N] net-libs/libpcap-0.9.3  
[ebuild  N] net-analyzer/nettop-0.2.3  
[ebuild  N] net-print/cups-pdf-1.7.3  
[ebuild  N] dev-libs/apr-0.9.7  
[ebuild  N] dev-libs/apr-util-0.9.7  
[ebuild  N] net-misc/neon-0.25.3  
[ebuild  N] dev-util/subversion-1.3.0_rc4  
[ebuild  N] media-fonts/freefonts-0.10-r3  
[ebuild  N] sys-fs/lvm2-2.01.14  
[ebuild  N] sys-apps/net-tools-1.60-r11  
[ebuild  N] games-fps/doom3-1.3.1302-r1  
[ebuild  N] sys-process/psmisc-21.9  
[ebuild  N] sys-devel/prelink-20050901  
[ebuild  N] app-emulation/emul-linux-x86-qtlibs-2.2  
[ebuild  N] net-im/skype-1.2.0.18  
[ebuild  N] sys-boot/grub-0.97-r2  
[ebuild  N] net-misc/bridge-utils-1.0.6-r3  
[ebuild  N] net-misc/rsync-2.6.6-r1  
[ebuild  N] cross-i686-pc-linux-gnu/linux-headers-2.6.11-r3

Re: [gentoo-user] Re: Is --changed-deps going to be *that* useless?

2018-02-26 Thread tuxic
ntoo  USE="ipv6 -daemon -debug 
(-selinux) {-test} -xmlrpc" 0 KiB
[ebuild   R] media-sound/aacgain-1.9-r2::gentoo  0 KiB
[ebuild   R] dev-util/systemtap-3.1-r1::gentoo  USE="-libvirt -sqlite" 
PYTHON_TARGETS="python2_7" 0 KiB
[ebuild   R] net-dns/bind-tools-9.11.2_p1::gentoo  USE="ipv6 readline 
seccomp ssl -doc -gost -gssapi -idn -libressl -urandom -xml" 0 KiB
[ebuild   R] sci-visualization/gnuplot-5.2.2::gentoo  USE="X cairo gd lua 
readline (-aqua) -bitmap -compat -doc -examples -ggi -latex -libcaca -libcerf 
-qt5 -regis (-svga) -wxwidgets" 0 KiB
[ebuild   R] sys-process/at-3.1.20::gentoo  USE="pam (-selinux)" 0 KiB
[ebuild   R] dev-util/ltrace-0.7.3_p4::gentoo  USE="-debug (-selinux) 
{-test} -unwind" 0 KiB
[ebuild   R] x11-apps/transset-1.0.1::gentoo  0 KiB
[ebuild   R] x11-misc/x11vnc-0.9.14_p20161013::gentoo  USE="crypt ssl 
-fbcon -libressl -xinerama -zeroconf" 0 KiB
[ebuild   R] media-sound/sonic-visualiser-3.0.2::gentoo  USE="jack mad ogg 
portaudio -id3tag -osc -pulseaudio" 0 KiB
[ebuild   R] sys-process/htop-2.1.0::gentoo  USE="unicode -openvz -vserver" 
0 KiB
[ebuild   R] net-analyzer/nload-0.7.4::gentoo  0 KiB
[ebuild   R] sys-apps/smartmontools-6.6::gentoo  USE="daemon -caps 
(-selinux) -static -update_drivedb" 0 KiB
[ebuild   R] media-sound/mp3splt-gtk-0.9.2-r1::gentoo  USE="nls 
(-audacious) -doc -gstreamer" 0 KiB
[ebuild   R] app-text/tesseract-3.05.01::gentoo  USE="doc jpeg math opencl 
osd png scrollview tiff -examples -static-libs -training -webp" L10N="-ar -bg 
-ca -chr -cs -da -de -el -es -fi -fr -he -hi -hu -id -it -ja -ko -lt -lv -nl 
-no -pl -pt -ro -ru -sk -sl -sr -sv -th -tl -tr -uk -vi -zh-CN -zh-TW" 0 KiB
[ebuild   R] dev-util/valgrind-3.13.0-r1::gentoo  USE="-mpi" 0 KiB
[ebuild   R] app-text/a2ps-4.14-r6::gentoo  USE="nls -cjk -emacs -latex 
-static-libs -vanilla" 0 KiB
[ebuild   R] app-text/unrtf-0.21.9::gentoo  0 KiB
[ebuild   R] media-sound/vorbis-tools-1.4.0-r4::gentoo  USE="flac nls 
ogg123 -kate -speex" 0 KiB
[ebuild   R] media-video/recordmydesktop-0.3.8.1-r4::gentoo  USE="alsa 
jack" 0 KiB
[ebuild   R] dev-libs/libedit-20170329.3.1::gentoo  USE="-static-libs" 0 KiB
[ebuild   R] media-sound/timidity++-2.14.0-r2::gentoo  USE="X alsa flac gtk 
jack ncurses vorbis -ao -emacs -motif -nas -oss (-selinux) -slang -speex -tk" 0 
KiB
[ebuild   R] media-gfx/graphicsmagick-1.3.28:0/1.3::gentoo  USE="X bzip2 
cxx jpeg jpeg2k modules openmp png zlib -debug -fpx -imagemagick -jbig -lcms 
-lzma -perl -postscript -q16 -q32 -static-libs -svg {-test} -threads -tiff 
-truetype -webp -wmf" 0 KiB
[ebuild   R] x11-apps/xwininfo-1.1.3::gentoo  0 KiB
[ebuild   R] net-proxy/tsocks-1.8_beta5-r8::gentoo  USE="-dns -envconf 
-server-lookups -tordns" 0 KiB
[ebuild   R] app-accessibility/flite-1.4-r4::gentoo  USE="alsa -oss 
-static-libs" 0 KiB
[ebuild   R] net-misc/socat-1.7.3.2::gentoo  USE="ipv6 readline ssl tcpd 
-bindist -libressl" 0 KiB
[ebuild   R] x11-wm/openbox-3.6.1:3::gentoo  USE="nls -branding -debug 
-imlib -session -startup-notification -static-libs -svg -xdg" 
PYTHON_TARGETS="python2_7" 0 KiB
[ebuild   R] media-video/transcode-1.1.7-r3::gentoo  USE="X alsa iconv jpeg 
lzo mp3 ogg sdl v4l vorbis x264 -a52 -aac (-altivec) -dv -dvd -imagemagick 
-mjpeg -mpeg (-nuv) -oss (-pic) -postproc -quicktime -theora -truetype -xml 
-xvid" CPU_FLAGS_X86="3dnow mmx sse sse2" 0 KiB
[ebuild   R] sys-fs/ecryptfs-utils-108-r1::gentoo  USE="gtk pam -doc -gpg 
-openssl -pkcs11 -python -suid -tpm" PYTHON_TARGETS="python2_7" 0 KiB
[ebuild   R] media-gfx/xpaint-2.9.10.3::gentoo  USE="jpeg2k -pgf -tiff" 0 
KiB
[ebuild   R] app-portage/eix-0.33.0-r1::gentoo  USE="nls -debug -doc 
-sqlite" 0 KiB
[ebuild   R] net-analyzer/iftop-1.0_pre4-r3::gentoo  0 KiB
[ebuild   R] app-misc/mc-4.8.20-r2::gentoo  USE="X edit nls slang unicode 
xdg -gpm -mclib -samba -sftp -spell {-test}" 0 KiB
[ebuild   R] net-dns/dnstop-20140915-r2::gentoo  0 KiB
[ebuild   R] dev-db/kyotocabinet-1.2.76-r1::gentoo  USE="-debug -doc 
-examples -static-libs" 0 KiB
[ebuild   R] app-arch/rzip-2.1-r3::gentoo  0 KiB
[ebuild   R] app-text/t1utils-1.41-r2::gentoo  0 KiB
[ebuild   R] app-cdr/graveman-0.3.12_p5-r2::gentoo  USE="dvdr flac mp3 nls 
vorbis -debug" 0 KiB
[ebuild   R] app-arch/rpm-4.12.0.1::gentoo  USE="acl lua nls -caps -doc 
-python (-selinux)" PYTHON_TARGETS="python2_7" 0 KiB
[ebuild   R] media-sound/alsamixergui-0.9.0.1.2-r4::gentoo  0 KiB
[ebuild   R] x11-apps/xkill-1.0.4::gentoo  0 KiB
[ebuild   R] games-mis

Re: [gentoo-user] Re: Well, I went about updating my system again. (day 6)

2016-12-07 Thread Alan Grimes
quot;python2_7 python3_4 python3_5 (-python3_3%)" 0 KiB
[ebuild U  ] dev-libs/libatasmart-0.19-r2:0/4::gentoo
[0.19-r1:0/0::gentoo] USE="-static-libs" 0 KiB
[ebuild U  ] dev-qt/qtpaths-5.6.2:5/5.6::gentoo
[5.6.1:5/5.6::gentoo] USE="-debug {-test}" 0 KiB
[ebuild   R] dev-python/pyyaml-3.12::gentoo  USE="-examples
-libyaml" PYTHON_TARGETS="python2_7 python3_4 python3_5 -pypy -pypy3
(-python3_3%)" 0 KiB
[ebuild   R] dev-python/pycups-1.9.73::gentoo  USE="-doc -examples"
PYTHON_TARGETS="python2_7 python3_4 -pypy (-python3_3%)" 0 KiB
[ebuild U  ] gnome-base/gnome-common-3.18.0-r1:3::gentoo
[3.18.0:3::gentoo] USE="autoconf-archive" 0 KiB
[ebuild   R] dev-python/decorator-4.0.10::gentoo  USE="-doc"
PYTHON_TARGETS="python2_7 python3_4 python3_5 -pypy -pypy3
(-python3_3%)" 0 KiB
[ebuild   R] dev-python/appdirs-1.4.0::gentoo 
PYTHON_TARGETS="python2_7 python3_4 python3_5 -pypy -pypy3
(-python3_3%)" 0 KiB
[ebuild   R] dev-python/ptyprocess-0.5.1::gentoo  USE="{-test}"
PYTHON_TARGETS="python2_7 python3_4 python3_5 -pypy -pypy3
(-python3_3%)" 0 KiB
[ebuild U  ] media-libs/libass-0.13.4:0/5::gentoo
[0.13.3:0/5::gentoo] USE="fontconfig harfbuzz -static-libs" ABI_X86="32
(64) (-x32)" 343 KiB
[ebuild U  ] net-dialup/ppp-2.4.7-r3:0/2.4.7::gentoo
[2.4.7-r2:0/2.4.7::gentoo] USE="gtk ipv6 pam -activefilter -atm -dhcp
-eap-tls -libressl -radius" 37 KiB
[ebuild U  ] virtual/perl-Compress-Raw-Bzip2-2.69.0-r1::gentoo
[2.69.0::gentoo] 0 KiB
[ebuild U  ] virtual/perl-Digest-SHA-5.950.100_rc-r1::gentoo
[5.950.0-r1::gentoo] 0 KiB
[ebuild U  ] virtual/perl-XSLoader-0.210.0-r1::gentoo
[0.210.0::gentoo] 0 KiB
[ebuild U  ] virtual/perl-if-0.60.600-r1::gentoo [0.60.600::gentoo]
0 KiB
[ebuild U  ] dev-python/ipaddress-1.0.17-r1::gentoo [1.0.16::gentoo]
PYTHON_TARGETS="python2_7 -pypy (-pypy3%)" 32 KiB
[ebuild U  ] dev-vcs/mercurial-4.0.1::gentoo [3.9.2::gentoo] USE="tk
-bugzilla -emacs -gpg {-test}" PYTHON_TARGETS="python2_7" 4,738 KiB
[ebuild U  ] dev-python/pip-9.0.1::gentoo [8.1.2::gentoo]
PYTHON_TARGETS="python2_7 python3_4 python3_5 -pypy (-python3_3%)" 1,170 KiB
[ebuild U  ] dev-vcs/cvs-1.12.12-r11::gentoo [1.12.12-r10::gentoo]
USE="crypt nls pam server -doc -kerberos" 0 KiB
[ebuild   R] app-portage/gentoolkit-0.3.2-r1::gentoo 
PYTHON_TARGETS="python2_7 python3_4 python3_5 -pypy (-python3_3%)" 0 KiB
[ebuild U  ] net-misc/ntp-4.2.8_p9::gentoo [4.2.8_p8::gentoo]
USE="caps ipv6 readline ssl threads zeroconf -debug -libressl -openntpd
-parse-clocks -samba (-selinux) -snmp -vim-syntax" 7,087 KiB
[ebuild U  ] dev-java/commons-cli-1.3.1:1::gentoo [1.2:1::gentoo]
USE="-doc -source {-test}" 143 KiB
[ebuild   R] dev-python/pbkdf2-1.3::gentoo 
PYTHON_TARGETS="python2_7 python3_4 -pypy -pypy3 (-python3_3%)" 0 KiB
[ebuild   R] dev-python/ecdsa-0.13::gentoo 
PYTHON_TARGETS="python2_7 python3_4 python3_5 -pypy -pypy3
(-python3_3%)" 0 KiB
[ebuild U  ] media-libs/gexiv2-0.10.4::gentoo [0.10.3::gentoo]
USE="introspection python -static-libs" PYTHON_TARGETS="python2_7
python3_4 python3_5 (-python3_3%)" 262 KiB
[ebuild U  ] media-libs/babl-0.1.20::gentoo [0.1.18::gentoo]
USE="(-altivec)" CPU_FLAGS_X86="mmx sse sse2 -f16c -sse4_1" 746 KiB
[ebuild U  ] virtual/freedesktop-icon-theme-0-r1::gentoo [0::gentoo]
0 KiB
[ebuild U  ] app-text/hunspell-1.4.2:0/1.4::gentoo
[1.4.1-r1:0/1.4::gentoo] USE="ncurses nls readline -static-libs"
L10N="-af -bg -ca -cs -cy -da -de -de-1901 -el -en -eo -es -et -fo -fr
-ga -gl -he -hr -hu -ia -id -is -it -km -ku -lt -lv -mi -mk -ms -nb -nl
-nn -pl -pt -pt-BR -ro -ru -sk -sl -sq -sv -sw -tn -uk -zu" 978 KiB
[ebuild U  ] dev-libs/libcdio-0.94-r1:0/16::gentoo
[0.93:0/15::gentoo] USE="cxx -cddb -minimal -static-libs {-test}"
ABI_X86="32* (64) (-x32)" 2,301 KiB
[ebuild U  ] dev-python/lxml-3.6.4-r1::gentoo [3.6.4::gentoo]
USE="threads -doc -examples {-test}" PYTHON_TARGETS="python2_7 python3_4
python3_5 (-python3_3%)" 0 KiB
[ebuild U  ] media-libs/libgphoto2-2.5.11:0/6::gentoo
[2.5.10:0/6::gentoo] USE="exif gd jpeg nls -doc -examples -serial"
ABI_X86="32 (64) (-x32)" CAMERAS="ptp2 -adc65 -agfa_cl20 -aox -ax203
-barbie -canon -casio_qv -clicksmart310 -digigr8 -digita -dimagev
-dimera3500 -directory -enigma13 -fuji -gsmart300 -hp215 -iclick -jamcam
-jd11 -jl2005a -jl2005c -kodak_dc120 -kodak_dc210 -kodak_dc240
-kodak_dc3200 -kodak_ez200 -konica -konica_qm150 -largan -lg_gsm -mars
-mustek -panasonic_coolshot -panasonic_dc1000 -panasonic_dc1580
-panasonic_l859 -pccam300 -pccam600 -pentax -polaroid_pdc320
-polaroid_pdc640 -polaroid_pdc700 -ricoh

Re: [gentoo-user] Re: Konsole

2016-07-12 Thread Daniel Frey
(-gd%) (-gl%) (-gu%) (-gug%) (-he%) 
(-hi%) (-hr%) (-hu%) (-id%) (-is%) (-it%) (-ja%) (-ka%) (-kk%) (-km%) 
(-kmr_Latn%) (-kn%) (-ko%) (-kok%) (-ks%) (-lb%) (-lo%) (-lt%) (-lv%) (-mai%) 
(-mk%) (-ml%) (-mn%) (-mni%) (-mr%) (-my%) (-nb%) (-ne%) (-nl%) (-nn%) (-nr%) 
(-nso%) (-oc%) (-om%) (-or%) (-pa_IN%) (-pl%) (-pt%) (-pt_BR%) (-ro%) (-ru%) 
(-rw%) (-sa_IN%) (-sat%) (-sd%) (-si%) (-sid%) (-sk%) (-sl%) (-sq%) (-sr%) 
(-sr_Latn%) (-ss%) (-st%) (-sv%) (-sw_TZ%) (-ta%) (-te%) (-tg%) (-th%) (-tn%) 
(-tr%) (-ts%) (-tt%) (-ug%) (-uk%) (-uz%) (-ve%) (-vi%) (-xh%) (-zh_CN%) 
(-zh_TW%) (-zu%)" 0 KiB 
 
[ebuild U  ] net-libs/gnutls-3.3.24::gentoo [3.3.17.1::gentoo] USE="crywrap 
cxx nls openssl zlib -dane -doc -examples -guile -pkcs11 -static-libs {-test}" 
ABI_X86="32 (64) (-x32)" LINGUAS="en -cs -de -fi -fr -it -ms -nl -pl -sv -uk 
-vi -zh_CN" 6,148 KiB  
[ebuild U  ] sys-apps/pciutils-3.4.1::gentoo [3.3.1::gentoo] USE="kmod udev 
zlib -dns -static-libs" ABI_X86="(64) -32 (-x32)" 395 KiB   

   
[ebuild U  ] sys-apps/gptfdisk-1.0.1::gentoo [0.8.10::gentoo] USE="ncurses 
-static" 191 KiB


[ebuild U  ] media-libs/libgphoto2-2.5.10:0/6::gentoo [2.5.9:0/6::gentoo] 
USE="exif jpeg nls -doc -examples -gd -serial" ABI_X86="32 (64) (-x32)" 
CAMERAS="ptp2 -adc65 -agfa_cl20 -aox -ax203 -barbie -canon -casio_qv 
-clicksmart310 -digigr8 -digita -dimagev -dimera3500 -directory -enigma13 -fuji 
-gsmart300 -hp215 -iclick -jamcam -jd11 -jl2005a -jl2005c -kodak_dc120 
-kodak_dc210 -kodak_dc240 -kodak_dc3200 -kodak_ez200 -konica -konica_qm150 
-largan -lg_gsm -mars -mustek -panasonic_coolshot -panasonic_dc1000 
-panasonic_dc1580 -panasonic_l859 -pccam300 -pccam600 -pentax -polaroid_pdc320 
-polaroid_pdc640 -polaroid_pdc700 -ricoh -ricoh_g3 -samsung -sierra 
-sipix_blink2 -sipix_web2 -smal -sonix -sony_dscf1 -sony_dscf55 -soundvision 
-spca50x -sq905 -st2205 -stv0674 -stv0680 -sx330z -topfield -toshiba_pdrm11 
-tp6801" 6,829 KiB
[ebuild  NS] dev-qt/qtdbus-5.5.1:5::gentoo [4.8.6-r1:4::gentoo] USE="-debug 
{-test}" 0 KiB
[ebuild   R] sys-apps/groff-1.22.2::gentoo  USE="X -examples" L10N="-ja%" 
LINGUAS="(-ja%)" 0 KiB
[ebuild  N#] kde-frameworks/kf-env-3:5::gentoo  0 KiB
[ebuild   R] sys-apps/man-pages-4.05::gentoo  USE="nls" L10N="-da% -de% 
-fr% -it% -ja% -nl% -pl% -ro% -ru% -zh-CN%" LINGUAS="(-da%) (-de%) (-fr%) 
(-it%) (-ja%) (-nl%) (-pl%) (-ro%) (-ru%) (-zh_CN%)" 0 KiB
[ebuild U  ] x11-libs/cairo-1.14.6::gentoo [1.14.2::gentoo] USE="X glib 
opengl svg xcb (-aqua) -debug (-directfb) (-gles2) -static-libs -valgrind 
-xlib-xcb" ABI_X86="32 (64) (-x32)" 35,196 KiB
[ebuild U  ] sys-apps/pcsc-lite-1.8.16-r1::gentoo [1.8.12-r1::gentoo] 
USE="(policykit) udev -libusb -python% (-selinux)" ABI_X86="(64%*) -32% (-x32)" 
PYTHON_TARGETS="python2_7" 694 KiB
[ebuild U  ] app-text/iso-codes-3.68::gentoo [3.65::gentoo] LINGUAS="en -af 
-am -ar -as -ast -az -be -bg -bn -bn_IN -br -bs -byn -ca -crh -cs -cy -da -de 
-dz -el -eo -es -et -eu -fa -fi -fo -fr -ga -gez -gl -gu -haw -he -hi -hr -hu 
-hy -ia -id -is -it -ja -ka -kk -km -kn -ko -kok -ku -lt -lv -mi -mk -ml -mn 
-mr -ms -mt -nb -ne -nl -nn -nso -oc -or -pa -pl -ps -pt -pt_BR -ro -ru -rw -si 
-sk -sl -so -sq -sr -sr@latin -sv -sw -ta -te -th -ti -tig -tk -tl -tr -tt 
-tt@iqtelif -ug -uk -ve -vi -wa -wal -wo -xh -zh_CN -zh_HK -zh_TW -zu" 3,368 KiB
[ebuild U  ] dev-libs/librevenge-0.0.4::gentoo [0.0.2::gentoo] USE="-doc 
{-test}" ABI_X86="(64) -32 (-x32)" 412 KiB
[ebuild U  ] app-admin/perl-cleaner-2.20::gentoo [2.19::gentoo] 7 KiB
[ebuild U  ] media-gfx/imagemagick-6.9.4.6:0/6.9.4.6::gentoo 
[6.9.4.1:0/6.9.4.1::gentoo] USE="X bzip2 corefonts cxx jpeg lcms openmp pango 
perl png svg tiff truetype xml zlib -autotrace -djvu -fftw -fontconfig -fpx 
-graphviz -hdri -jbig -jpeg2k -lqr -lzma (-opencl) -openexr -postscript -q32 
-q64 -q8 -raw -static-libs {-test} -webp -wmf" 8,580 KiB
[ebuild U  ] dev-libs/openssl-1.0.2h-r2::gentoo [1.0.2h::gentoo] USE="asm 
kerberos sslv3%* tls-heartbeat zlib -bindist -gmp -rfc3779 -sctp -sslv2% 
-static-libs {-test} -vanilla" ABI_X86="32 (64) (-x32)" CPU_FLAGS_X86="(sse2)" 
0 KiB
[ebuild  N ] dev-qt/qtnetwork-5.5.1:5::gentoo  USE="ssl -bindist -connman 
-debug -libproxy -networkmanager {-test}" 0 KiB
[ebuild U  ] net-misc/wg

Re: [gentoo-user] Re: Is --changed-deps going to be *that* useless?

2018-02-26 Thread tuxic
"-doc -static-libs" 
> 0 KiB
> [nomerge   ] media-sound/grip-3.6.3::gentoo  USE="vorbis" 
> [ebuild   R]  media-sound/cdparanoia-3.10.2-r6::gentoo  
> USE="-static-libs" 0 KiB
> [nomerge   ] x11-base/xorg-x11-7.4-r2::gentoo 
> [ebuild   R]  x11-apps/luit-1.1.1::gentoo  0 KiB
> [nomerge   ] x11-terms/xterm-331::gentoo  USE="openpty unicode -Xaw3d 
> -toolbar -truetype -xinerama" 
> [ebuild   R]  x11-apps/xmessage-1.0.4::gentoo  0 KiB
> [nomerge   ] net-analyzer/netwag-5.39.0::gentoo  USE="-doc" 
> [ebuild   R]  dev-lang/tk-8.6.7:0/8.6::gentoo  USE="threads (-aqua) 
> -debug {-test} -truetype -xscreensaver" 0 KiB
> [ebuild   R] net-ftp/atftp-0.7-r5::gentoo  USE="pcre readline tcpd 
> (-selinux)" 0 KiB
> [ebuild   R] net-analyzer/wireshark-2.5.0:0/2.5.0::gentoo  USE="capinfos 
> caps captype dftest dumpcap editcap filecaps gtk lua mergecap netlink pcap 
> qt5 randpkt randpktdump reordercap sharkd ssl text2pcap tshark udpdump zlib 
> -adns -androiddump -bcg729 -ciscodump -doc -doc-pdf -geoip -kerberos -libssh 
> -libxml2 -lz4 -nghttp2 -portaudio -sbc (-selinux) -smi -snappy -spandsp 
> -sshdump -tfshark" CPU_FLAGS_X86="-sse4_2" 0 KiB
> [ebuild   R] net-misc/taylor-uucp-1.07-r3::gentoo  0 KiB
> [ebuild   R] sys-fs/sysfsutils-2.1.0::gentoo  USE="-static-libs" 0 KiB
> [ebuild   R] net-p2p/rtorrent-0.9.6-r1::gentoo  USE="ipv6 -daemon -debug 
> (-selinux) {-test} -xmlrpc" 0 KiB
> [ebuild   R] media-sound/aacgain-1.9-r2::gentoo  0 KiB
> [ebuild   R] dev-util/systemtap-3.1-r1::gentoo  USE="-libvirt -sqlite" 
> PYTHON_TARGETS="python2_7" 0 KiB
> [ebuild   R] net-dns/bind-tools-9.11.2_p1::gentoo  USE="ipv6 readline 
> seccomp ssl -doc -gost -gssapi -idn -libressl -urandom -xml" 0 KiB
> [ebuild   R] sci-visualization/gnuplot-5.2.2::gentoo  USE="X cairo gd lua 
> readline (-aqua) -bitmap -compat -doc -examples -ggi -latex -libcaca -libcerf 
> -qt5 -regis (-svga) -wxwidgets" 0 KiB
> [ebuild   R] sys-process/at-3.1.20::gentoo  USE="pam (-selinux)" 0 KiB
> [ebuild   R] dev-util/ltrace-0.7.3_p4::gentoo  USE="-debug (-selinux) 
> {-test} -unwind" 0 KiB
> [ebuild   R] x11-apps/transset-1.0.1::gentoo  0 KiB
> [ebuild   R] x11-misc/x11vnc-0.9.14_p20161013::gentoo  USE="crypt ssl 
> -fbcon -libressl -xinerama -zeroconf" 0 KiB
> [ebuild   R] media-sound/sonic-visualiser-3.0.2::gentoo  USE="jack mad 
> ogg portaudio -id3tag -osc -pulseaudio" 0 KiB
> [ebuild   R] sys-process/htop-2.1.0::gentoo  USE="unicode -openvz 
> -vserver" 0 KiB
> [ebuild   R] net-analyzer/nload-0.7.4::gentoo  0 KiB
> [ebuild   R] sys-apps/smartmontools-6.6::gentoo  USE="daemon -caps 
> (-selinux) -static -update_drivedb" 0 KiB
> [ebuild   R] media-sound/mp3splt-gtk-0.9.2-r1::gentoo  USE="nls 
> (-audacious) -doc -gstreamer" 0 KiB
> [ebuild   R] app-text/tesseract-3.05.01::gentoo  USE="doc jpeg math 
> opencl osd png scrollview tiff -examples -static-libs -training -webp" 
> L10N="-ar -bg -ca -chr -cs -da -de -el -es -fi -fr -he -hi -hu -id -it -ja 
> -ko -lt -lv -nl -no -pl -pt -ro -ru -sk -sl -sr -sv -th -tl -tr -uk -vi 
> -zh-CN -zh-TW" 0 KiB
> [ebuild   R] dev-util/valgrind-3.13.0-r1::gentoo  USE="-mpi" 0 KiB
> [ebuild   R] app-text/a2ps-4.14-r6::gentoo  USE="nls -cjk -emacs -latex 
> -static-libs -vanilla" 0 KiB
> [ebuild   R] app-text/unrtf-0.21.9::gentoo  0 KiB
> [ebuild   R] media-sound/vorbis-tools-1.4.0-r4::gentoo  USE="flac nls 
> ogg123 -kate -speex" 0 KiB
> [ebuild   R] media-video/recordmydesktop-0.3.8.1-r4::gentoo  USE="alsa 
> jack" 0 KiB
> [ebuild   R] dev-libs/libedit-20170329.3.1::gentoo  USE="-static-libs" 0 
> KiB
> [ebuild   R] media-sound/timidity++-2.14.0-r2::gentoo  USE="X alsa flac 
> gtk jack ncurses vorbis -ao -emacs -motif -nas -oss (-selinux) -slang -speex 
> -tk" 0 KiB
> [ebuild   R] media-gfx/graphicsmagick-1.3.28:0/1.3::gentoo  USE="X bzip2 
> cxx jpeg jpeg2k modules openmp png zlib -debug -fpx -imagemagick -jbig -lcms 
> -lzma -perl -postscript -q16 -q32 -static-libs -svg {-test} -threads -tiff 
> -truetype -webp -wmf" 0 KiB
> [ebuild   R] x11-apps/xwininfo-1.1.3::gentoo  0 KiB
> [ebuild   R] net-proxy/tsocks-1.8_beta5-r8::gentoo  USE="-dns -envconf 
> -server-lookups -tordns" 0 KiB
> [ebuild   R] app-accessibility/flite-1.4-r4::gentoo  USE="alsa -oss 
> -static-libs" 0 KiB
> [ebuild   R] net-misc/socat-1.7.3.2::gentoo  USE="