View previous topic :: View next topic |
Author |
Message |
logrusx Advocate
Joined: 22 Feb 2018 Posts: 2437
|
Posted: Tue Nov 19, 2024 12:09 pm Post subject: eix-sync exessive output |
|
|
How can I silence this output:
Code: |
<some standard and normal output here>
...Applying masks...
Calculating hash tables...
Writing database file /var/cache/eix/portage.eix...
Database contains 21942 packages in 179 categories
* eix-remote add1
* Unpacking data
layman/4nykey -> 4nykey
layman/9999 -> 9999
layman/ace -> ace
layman/activehome -> activehome
layman/adasss -> adasss
layman/ago -> ago
layman/ag-ops -> ag-ops
layman/ahyangyi-overlay -> ahyangyi-overlay
layman/akater -> akater
layman/alatar-lay -> alatar-lay
layman/alesharik -> alesharik
layman/AlexandreFournier -> AlexandreFournier
layman/alexxy -> alexxy
layman/alxu -> alxu
...
layman/zscheile -> zscheile
layman/zugaina -> zugaina
layman/zyrenth -> zyrenth
* 1 file in /var/cache/eix/remote.tar.bz2 contains no overlay
* Output to remote database /var/cache/eix/remote.eix
* Calling eix-update
Reading Portage settings...
Adding virtual overlays from /var/cache/eix/portage.eix...
Building database (/var/cache/eix/remote.eix)...
[0] "gentoo" /var/db/repos/gentoo/ (cache: eix)
Reading Packages...Finished
[1] "guru" /var/db/repos/guru (cache: eix [/var/db/repos/guru])
Reading Packages...Finished
[2] "logrusx" /var/db/repos/logrusx (cache: eix [/var/db/repos/logrusx])
Reading Packages...Finished
[3] "nest" /var/db/repos/nest (cache: eix [/var/db/repos/nest])
Reading Packages...Finished
.... |
Those are several hundred, if not more than a thousand lines. I want to suppress them somehow.
Those started after me following the eix wiki page and I think the only way to stop this output is to remove the remote databases and it maybe requires a reboot, but if I run eix-remote update, it appears again.
Any ideas?
Best Regards,
Georgi |
|
Back to top |
|
|
grknight Retired Dev
Joined: 20 Feb 2015 Posts: 1922
|
Posted: Tue Nov 19, 2024 1:28 pm Post subject: |
|
|
In /etc/eixrc: Code: | EIX_REMOTE_OPTS="-q" |
Alternatively to limit to eix-sync, edit /etc/eix-sync.conf with: Code: | !!export EIX_REMOTE_OPTS=${EIX_REMOTE_OPTS:--q} |
(This syntax allows the environment to override as needed.) |
|
Back to top |
|
|
logrusx Advocate
Joined: 22 Feb 2018 Posts: 2437
|
Posted: Tue Nov 19, 2024 2:01 pm Post subject: |
|
|
Thanks a ton! |
|
Back to top |
|
|
|