public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] how can I make "emerge --sync" less verbose?
@ 2010-07-13 16:48 Jarry
  2010-07-13 18:28 ` Bill Longman
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Jarry @ 2010-07-13 16:48 UTC (permalink / raw
  To: gentoo-user

Hi,
subject says it all: I'm using gentoo over rather slow line,
and while syncing portage tree, lines keep scrolling so fast
it saturates my connection. How can I make "emerge --sync"
somehow less verbose?

I know, I can use "--quiet", but then I do not see anyting.
Maybe something like status-bar, or counter (0-100%) would
be nice...

Jarry
-- 
_______________________________________________________________
This mailbox accepts e-mails only from selected mailing-lists!
Everything else is considered to be spam and therefore deleted.



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] how can I make "emerge --sync" less verbose?
  2010-07-13 16:48 [gentoo-user] how can I make "emerge --sync" less verbose? Jarry
@ 2010-07-13 18:28 ` Bill Longman
  2010-07-13 22:14 ` Paul Hartman
  2010-07-14 18:45 ` Florian Philipp
  2 siblings, 0 replies; 6+ messages in thread
From: Bill Longman @ 2010-07-13 18:28 UTC (permalink / raw
  To: gentoo-user

On 07/13/2010 09:48 AM, Jarry wrote:
> Hi,
> subject says it all: I'm using gentoo over rather slow line,
> and while syncing portage tree, lines keep scrolling so fast
> it saturates my connection. How can I make "emerge --sync"
> somehow less verbose?
> 
> I know, I can use "--quiet", but then I do not see anyting.
> Maybe something like status-bar, or counter (0-100%) would
> be nice...

I usually use "screen" and run it from there. You can then "tailf" the
emerge-fetch.log if you really want to watch.



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] how can I make "emerge --sync" less verbose?
  2010-07-13 16:48 [gentoo-user] how can I make "emerge --sync" less verbose? Jarry
  2010-07-13 18:28 ` Bill Longman
@ 2010-07-13 22:14 ` Paul Hartman
  2010-07-13 22:14   ` Paul Hartman
  2010-07-14 18:45 ` Florian Philipp
  2 siblings, 1 reply; 6+ messages in thread
From: Paul Hartman @ 2010-07-13 22:14 UTC (permalink / raw
  To: gentoo-user

On Tue, Jul 13, 2010 at 11:48 AM, Jarry <mr.jarry@gmail.com> wrote:
> Hi,
> subject says it all: I'm using gentoo over rather slow line,
> and while syncing portage tree, lines keep scrolling so fast
> it saturates my connection. How can I make "emerge --sync"
> somehow less verbose?
>
> I know, I can use "--quiet", but then I do not see anyting.
> Maybe something like status-bar, or counter (0-100%) would
> be nice...

If you use eix-sync you can make emerge be quir and let eix show you
the differences when it's done. (It's very useful even if you're not
on a slow link.)



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] how can I make "emerge --sync" less verbose?
  2010-07-13 22:14 ` Paul Hartman
@ 2010-07-13 22:14   ` Paul Hartman
  0 siblings, 0 replies; 6+ messages in thread
From: Paul Hartman @ 2010-07-13 22:14 UTC (permalink / raw
  To: gentoo-user

On Tue, Jul 13, 2010 at 5:14 PM, Paul Hartman
<paul.hartman+gentoo@gmail.com> wrote:
> On Tue, Jul 13, 2010 at 11:48 AM, Jarry <mr.jarry@gmail.com> wrote:
>> Hi,
>> subject says it all: I'm using gentoo over rather slow line,
>> and while syncing portage tree, lines keep scrolling so fast
>> it saturates my connection. How can I make "emerge --sync"
>> somehow less verbose?
>>
>> I know, I can use "--quiet", but then I do not see anyting.
>> Maybe something like status-bar, or counter (0-100%) would
>> be nice...
>
> If you use eix-sync you can make emerge be quir and let eix show you
> the differences when it's done. (It's very useful even if you're not
> on a slow link.)

quir=quiet... typo, sorry.



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] how can I make "emerge --sync" less verbose?
  2010-07-13 16:48 [gentoo-user] how can I make "emerge --sync" less verbose? Jarry
  2010-07-13 18:28 ` Bill Longman
  2010-07-13 22:14 ` Paul Hartman
@ 2010-07-14 18:45 ` Florian Philipp
  2010-07-15  2:21   ` Peter Humphrey
  2 siblings, 1 reply; 6+ messages in thread
From: Florian Philipp @ 2010-07-14 18:45 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 964 bytes --]

Am 13.07.2010 18:48, schrieb Jarry:
> Hi,
> subject says it all: I'm using gentoo over rather slow line,
> and while syncing portage tree, lines keep scrolling so fast
> it saturates my connection. How can I make "emerge --sync"
> somehow less verbose?
> 
> I know, I can use "--quiet", but then I do not see anyting.
> Maybe something like status-bar, or counter (0-100%) would
> be nice...
> 
> Jarry

Portage relies on rsync for it's emerge --sync. You can add extra
command line parameters to the rsync call by specifying them in the
variable
PORTAGE_RSYNC_EXTRA_OPTS
in your /etc/make.conf

Take a look at `man rsync` for a list of possible options and `man
make.conf` for a list of all default options.

For example, you could specify --out-format '.'
That way, for every file it will only print a single dot and a line
feed. That way, you can still monitor progress with a minimum of traffic.

Hope this helps,
Florian Philipp


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 262 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] how can I make "emerge --sync" less verbose?
  2010-07-14 18:45 ` Florian Philipp
@ 2010-07-15  2:21   ` Peter Humphrey
  0 siblings, 0 replies; 6+ messages in thread
From: Peter Humphrey @ 2010-07-15  2:21 UTC (permalink / raw
  To: gentoo-user

On Wednesday 14 July 2010 19:45:46 Florian Philipp wrote:

> Portage relies on rsync for it's emerge --sync. You can add extra
> command line parameters to the rsync call by specifying them in the
> variable
> PORTAGE_RSYNC_EXTRA_OPTS
> in your /etc/make.conf
> 
> Take a look at `man rsync` for a list of possible options and `man
> make.conf` for a list of all default options.
> 
> For example, you could specify --out-format '.'
> That way, for every file it will only print a single dot and a line
> feed. That way, you can still monitor progress with a minimum of
> traffic.

What rsync should do, as I suggested recently , is not mention any 
directory in which it does no work.

-- 
Rgds
Peter.          Linux Counter 5290, 1994-04-23.



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-07-15  3:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-13 16:48 [gentoo-user] how can I make "emerge --sync" less verbose? Jarry
2010-07-13 18:28 ` Bill Longman
2010-07-13 22:14 ` Paul Hartman
2010-07-13 22:14   ` Paul Hartman
2010-07-14 18:45 ` Florian Philipp
2010-07-15  2:21   ` Peter Humphrey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox