* [gentoo-user] progress in emerge --sync
@ 2006-02-01 14:28 Beau E. Cox
2006-02-01 14:55 ` Holly Bostick
` (2 more replies)
0 siblings, 3 replies; 8+ messages in thread
From: Beau E. Cox @ 2006-02-01 14:28 UTC (permalink / raw
To: gentoo-user
Hi -
I notice that the rsync command generated by emerge --sync contains
the --progress flag. I run emerge --sync as a cron job ang log the
output; the progress goo messes up my logs.
I can't find any mention of a 'progress' (or a 'noprogress') flag
in the emerge man page. Is there a way to get rid of --progress
that I can't find?
This is picky-picky and really not important, it's just that I
tend to be that way some times...no big deal...just wondering. :)
--
Aloha => Beau;
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] progress in emerge --sync
2006-02-01 14:28 [gentoo-user] progress in emerge --sync Beau E. Cox
@ 2006-02-01 14:55 ` Holly Bostick
2006-02-01 15:42 ` Dale
2006-02-01 14:56 ` Neil Bothwick
2006-02-01 20:20 ` Steven Susbauer
2 siblings, 1 reply; 8+ messages in thread
From: Holly Bostick @ 2006-02-01 14:55 UTC (permalink / raw
To: gentoo-user
Beau E. Cox schreef:
> Hi -
>
> I notice that the rsync command generated by emerge --sync contains
> the --progress flag. I run emerge --sync as a cron job ang log the
> output; the progress goo messes up my logs.
>
> I can't find any mention of a 'progress' (or a 'noprogress') flag in
> the emerge man page. Is there a way to get rid of --progress that I
> can't find?
>
> This is picky-picky and really not important, it's just that I tend
> to be that way some times...no big deal...just wondering. :)
>
Myself, I used to mail myself the output of esync, and now I mail myself
the output of eix-sync, so I don't have so much experience with using
emerge --sync in a cron job, but this looks like it might be what you're
looking for:
--nospinner
Disables the spinner for the session. The spinner is
active when the terminal device is determined to be a TTY. This flag
disables it regardless.
You might also be interested in:
--quiet (-q)
Results may vary, but the general outcome is a reduced or
condensed output from portage's displays.
Hope this helps,
Holly
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] progress in emerge --sync
2006-02-01 14:28 [gentoo-user] progress in emerge --sync Beau E. Cox
2006-02-01 14:55 ` Holly Bostick
@ 2006-02-01 14:56 ` Neil Bothwick
2006-02-01 20:20 ` Steven Susbauer
2 siblings, 0 replies; 8+ messages in thread
From: Neil Bothwick @ 2006-02-01 14:56 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 383 bytes --]
On Wed, 1 Feb 2006 04:28:12 -1000, Beau E. Cox wrote:
> I notice that the rsync command generated by emerge --sync contains
> the --progress flag. I run emerge --sync as a cron job ang log the
> output; the progress goo messes up my logs.
Is "emerge --sync --quiet" too quiet for you?
--
Neil Bothwick
TEXAS VIRUS: Makes sure that it's bigger than any other file.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] progress in emerge --sync
2006-02-01 14:55 ` Holly Bostick
@ 2006-02-01 15:42 ` Dale
2006-02-01 16:02 ` Neil Bothwick
0 siblings, 1 reply; 8+ messages in thread
From: Dale @ 2006-02-01 15:42 UTC (permalink / raw
To: gentoo-user
Holly Bostick wrote:
>
>
>Myself, I used to mail myself the output of esync, and now I mail myself
>the output of eix-sync, so I don't have so much experience with using
>emerge --sync in a cron job, but this looks like it might be what you're
>looking for:
>
>
>--nospinner
> Disables the spinner for the session. The spinner is
>active when the terminal device is determined to be a TTY. This flag
> disables it regardless.
>
>You might also be interested in:
>
> --quiet (-q)
> Results may vary, but the general outcome is a reduced or
>condensed output from portage's displays.
>
>Hope this helps,
>Holly
>
>
Well, I didn't know it did this. I just type in emerge sync && emerge
-efv world && emerge -upv world and walk away. I check it latter one
when my modem is idle.
When did this start anyway?
Dale
:-)
--
To err is human, I'm most certainly human.
I have four rigs:
1: Home built; Abit NF7 ver 2.0 w/ AMD 2500+ CPU, 1GB of ram and right now two 80GB hard drives. Named Smoker
2: Home built; Iwill KK266-R w/ AMD 1GHz CPU, 256MBs of ram and a 4GB drive. Named Swifty
3: Home built; Gigabyte GA-71XE4 w/ 800MHz CPU, 224MBs of ram and a 2.5GB drive. Named Pokey
4: Compaq Proliant 6000 Server w/ Quad 200MHz CPUs, 128MBs of ram and a 4.3GB SCSI drive. Named Putput
All run Gentoo Linux, all run folding. #1 is my desktop, 2, 3, and 4 are set up as servers.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] progress in emerge --sync
2006-02-01 15:42 ` Dale
@ 2006-02-01 16:02 ` Neil Bothwick
2006-02-01 18:01 ` Dale
0 siblings, 1 reply; 8+ messages in thread
From: Neil Bothwick @ 2006-02-01 16:02 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 681 bytes --]
On Wed, 01 Feb 2006 09:42:10 -0600, Dale wrote:
> Well, I didn't know it did this. I just type in emerge sync && emerge
> -efv world && emerge -upv world and walk away. I check it latter one
> when my modem is idle.
Why -e? That will only fetch any source packages you have used and
deleted. Try emerge --sync && emerge -uDNf world && emerge -uavDN world.
Or put emerge --quiet --sync && emerge -uDNf world && emerge -upvDN world
in a cron job and you'll get the list of updates mailed to you.
> When did this start anyway?
--nospinner and --quiet have been there since Adam was a lad.
--
Neil Bothwick
[---- Printed on recycled electrons ----]
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] progress in emerge --sync
2006-02-01 16:02 ` Neil Bothwick
@ 2006-02-01 18:01 ` Dale
2006-02-01 21:11 ` Neil Bothwick
0 siblings, 1 reply; 8+ messages in thread
From: Dale @ 2006-02-01 18:01 UTC (permalink / raw
To: gentoo-user
Neil Bothwick wrote:
>On Wed, 01 Feb 2006 09:42:10 -0600, Dale wrote:
>
>
>
>>Well, I didn't know it did this. I just type in emerge sync && emerge
>>-efv world && emerge -upv world and walk away. I check it latter one
>>when my modem is idle.
>>
>>
>
>Why -e? That will only fetch any source packages you have used and
>deleted. Try emerge --sync && emerge -uDNf world && emerge -uavDN world.
>
>
Well, I'm paranoid OK. I'm always worried that something may go nuts
and I may have to start from scratch OS wise. I have not seen this
hapen yet but I'm still paranoid. I'm on a really slow dial-up and I
like to have ALL the source files I would need to at least get a GUI and
mozilla working. I would like to not have to spend a week downloading
it all either. That is my poor reason for the -e. It gets everything,
needed or not. Yes, I back it up to a second hard drive too.
>Or put emerge --quiet --sync && emerge -uDNf world && emerge -upvDN world
>in a cron job and you'll get the list of updates mailed to you.
>
>
>
>>When did this start anyway?
>>
>>
>
>--nospinner and --quiet have been there since Adam was a lad.
>
>
>
>
I was talking about the progress thing. Is this the little thing that
used to hang at 50%? Or is he talking about something else? I'm still
sleepy so maybe my gray cells are not working yet. Wouldn't be the
first time that happened either.
Dale
:-)
--
To err is human, I'm most certainly human.
I have four rigs:
1: Home built; Abit NF7 ver 2.0 w/ AMD 2500+ CPU, 1GB of ram and right now two 80GB hard drives. Named Smoker
2: Home built; Iwill KK266-R w/ AMD 1GHz CPU, 256MBs of ram and a 4GB drive. Named Swifty
3: Home built; Gigabyte GA-71XE4 w/ 800MHz CPU, 224MBs of ram and a 2.5GB drive. Named Pokey
4: Compaq Proliant 6000 Server w/ Quad 200MHz CPUs, 128MBs of ram and a 4.3GB SCSI drive. Named Putput
All run Gentoo Linux, all run folding. #1 is my desktop, 2, 3, and 4 are set up as servers.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] progress in emerge --sync
2006-02-01 14:28 [gentoo-user] progress in emerge --sync Beau E. Cox
2006-02-01 14:55 ` Holly Bostick
2006-02-01 14:56 ` Neil Bothwick
@ 2006-02-01 20:20 ` Steven Susbauer
2 siblings, 0 replies; 8+ messages in thread
From: Steven Susbauer @ 2006-02-01 20:20 UTC (permalink / raw
To: gentoo-user
'emerge --sync --quiet 1> /dev/null 2>&1' will put nothing in your logs.
If you prefer, just use 'emerge --sync --quiet' and it will say when it's
working but not do the progress or anything else really.
On Wed, 1 Feb 2006, Beau E. Cox wrote:
> Hi -
>
> I notice that the rsync command generated by emerge --sync contains
> the --progress flag. I run emerge --sync as a cron job ang log the
> output; the progress goo messes up my logs.
>
> I can't find any mention of a 'progress' (or a 'noprogress') flag
> in the emerge man page. Is there a way to get rid of --progress
> that I can't find?
>
> This is picky-picky and really not important, it's just that I
> tend to be that way some times...no big deal...just wondering. :)
>
> --
> Aloha => Beau;
>
>
> --
> gentoo-user@gentoo.org mailing list
>
>
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] progress in emerge --sync
2006-02-01 18:01 ` Dale
@ 2006-02-01 21:11 ` Neil Bothwick
0 siblings, 0 replies; 8+ messages in thread
From: Neil Bothwick @ 2006-02-01 21:11 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 664 bytes --]
On Wed, 01 Feb 2006 12:01:10 -0600, Dale wrote:
> >>When did this start anyway?
> >--nospinner and --quiet have been there since Adam was a lad.
> I was talking about the progress thing. Is this the little thing that
> used to hang at 50%? Or is he talking about something else?
Something else, the --progress option for rsync. emerge --sync calls
rsync with this option. It seems a bit pointless for emerge --sync, where
the files are so small there isn't time to show progress information
"find /usr/portage/ -size +100k" only finds four files.
--
Neil Bothwick
Smoking Can Damage Your Health....Unless us Non-Smokers do it first!
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2006-02-01 21:18 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-01 14:28 [gentoo-user] progress in emerge --sync Beau E. Cox
2006-02-01 14:55 ` Holly Bostick
2006-02-01 15:42 ` Dale
2006-02-01 16:02 ` Neil Bothwick
2006-02-01 18:01 ` Dale
2006-02-01 21:11 ` Neil Bothwick
2006-02-01 14:56 ` Neil Bothwick
2006-02-01 20:20 ` Steven Susbauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox