Powered by Invision Power Board


  
 
Reply to this topicStart new topicStart Poll

> IMPORTANT repository needs updating
Watz
  Geschrieben am: Sonntag, 16.Dezember 2012, 20:14 Uhr
Quote Post


Professional
****

Gruppe: Supporter
Beiträge: 562
Mitgliedsnummer.: 239
Mitglied seit: 2003-12-08



Was will mir Gentoo hier sagen?

* IMPORTANT: 7 news items need reading for repository 'gentoo'.
* Use eselect news to read news items.
* IMPORTANT: config file '/etc/portage/package.keywords/x11' needs updating.
* See the CONFIGURATION FILES section of the emerge
* man page to learn how to update config files.

Da scheint was nicht aktuell zu sein.
Gibt es einen einfachen Weg das gerade zu biegen.

Email PosterUsers Website
Top
NetWraith
Geschrieben am: Sonntag, 16.Dezember 2012, 20:26 Uhr
Quote Post


Professional
****

Gruppe: Supporter
Beiträge: 497
Mitgliedsnummer.: 12782
Mitglied seit: 2010-03-20



Du hast 7 News und eine config-Datei, die ein Update benötigt.

Mach mal:
CODE
eselect news read all
dispatch-conf


Näheres dazu findest Du in der Manpage.

Vy 53 ...
NetWraith
Email Poster
Top
Watz
  Geschrieben am: Montag, 17.Dezember 2012, 20:13 Uhr
Quote Post


Professional
****

Gruppe: Supporter
Beiträge: 562
Mitgliedsnummer.: 239
Mitglied seit: 2003-12-08



... mit der Antwort kann ich leider wenig anfangen.
Wünsche mir was handfestes, was ich hier direkt in die Konsole eingeben kann.

dispatch-conf
liefert mir was zu VDRadmin

und

eselect news read all
bringt mir eine Liste mit Meldungen ...

Wie rufe ich welche Manpage auf und nach was soll ich suchen ?
Email PosterUsers Website
Top
daxxa
Geschrieben am: Montag, 17.Dezember 2012, 20:58 Uhr
Quote Post


Professional
****

Gruppe: G2V3+User
Beiträge: 396
Mitgliedsnummer.: 3401
Mitglied seit: 2008-01-11



Hi



CODE
/etc/portage/package.keywords/x11'



Portage hat eine Neue Datei mit dem Namen X11 in /etc/portage/package.keywords angelegt.


ls -la /etc/portage/package.keywords
total 40
drwxr-xr-x 2 root root 4096 Dec 17 12:57 .
drwxr-xr-x 11 root root 4096 Dec 17 12:56 ..
-rw-r--r-- 1 root root 189 Dec 17 15:21 devel
-rw-r--r-- 1 root root 324 Sep 23 2011 media
-rw-r--r-- 1 root root 30 Jul 29 2011 net
-rw-r--r-- 1 root root 420 Jul 29 2011 qt
-rw-r--r-- 1 root root 538 Jul 29 2011 system
-rw-r--r-- 1 root root 258 Jul 29 2011 vdr
-rw-r--r-- 1 root root 53 Aug 12 2011 www
-rw-r--r-- 1 root root 912 Dec 17 12:48 x11


Email Poster
Top
nvertigo
Geschrieben am: Montag, 17.Dezember 2012, 21:18 Uhr
Quote Post


Professional
****

Gruppe: Members
Beiträge: 1048
Mitgliedsnummer.: 15738
Mitglied seit: 2010-09-18



QUOTE (Watz @ Montag, 17.Dezember 2012, 20:13 Uhr)
... mit der Antwort kann ich leider wenig anfangen.
Wünsche mir was handfestes, was ich hier direkt in die Konsole eingeben kann.

dispatch-conf
liefert mir was zu VDRadmin

und

eselect news read all
bringt mir eine Liste mit Meldungen ...

Wie rufe ich welche Manpage auf und nach was soll ich suchen ?

dispatch-conf liefert Dir eine Auswahl von config-Dateien, die Du überschreiben, zusammenführen und bearbeiten kannst.

eselect news read all zeigt keine Liste, sondern läßt Dich alle news items lesen. Lesen mußt Du sie dann schon selbst. ;)

...und dann gibt es noch die Möglichkeit:

See the CONFIGURATION FILES section of the emerge
man page to learn how to update config files.

CODE
CONFIGURATION FILES
      Portage has a special feature called "config file protection". The purpose of this feature is to prevent new package installs from clobbering existing  con
      figuration files. By default, config file protection is turned on for /etc and the KDE configuration dirs; more may be added in the future.

      When  Portage  installs  a  file  into  a protected directory tree like /etc, any existing files will not be overwritten. If a file of the same name already
      exists, Portage will change the name of the to-be-installed file from 'foo' to  ._cfg0000_foo.  If  ._cfg0000_foo  already  exists,  this  name  becomes
      ._cfg0001_foo, etc. In this way, existing files are not overwritten, allowing the administrator to manually merge the new config files and avoid any unex
      pected changes.

      In addition to protecting overwritten files, Portage will not delete any files from a protected directory when a package is unmerged. While this  may  be  a
      little bit untidy, it does prevent potentially valuable config files from being deleted, which is of paramount importance.

      Protected  directories are set using the CONFIG_PROTECT variable, normally defined in make.globals. Directory exceptions to the CONFIG_PROTECTed directories
      can be specified using the CONFIG_PROTECT_MASK variable. To find files that need to be updated in /etc, type find /etc -iname ._cfg????_*.

      You can disable this feature by setting CONFIG_PROTECT="-*" in /etc/make.conf.  Then, Portage will mercilessly auto-update your config files. Alternatively,
      you  can  leave  Config  File Protection on but tell Portage that it can overwrite files in certain specific /etc subdirectories. For example, if you wanted
      Portage to automatically update your rc scripts and your wget configuration, but didn't want any other changes made without your  explicit  approval,  you'd
      add this to /etc/make.conf:

      CONFIG_PROTECT_MASK="/etc/wget /etc/rc.d"

      Tools  such  as  dispatch-conf, cfg-update, and etc-update are also available to aid in the merging of these files. They provide interactive merging and can
      auto-merge trivial changes.

Handfester als die Empfehlung von Netwraith geht es wirklich nicht.

Gruß, Ingo
Email Poster
Top
R2D2
Geschrieben am: Montag, 17.Dezember 2012, 21:42 Uhr
Quote Post


Prinz
****

Gruppe: Moderators
Beiträge: 6149
Mitgliedsnummer.: 1131
Mitglied seit: 2005-10-30



Nette Erklärungen. :)

Sollte aber Jemand der seit über 9 Jahren hier Member ist, nicht wenigstens die simpelsten Gentoo Basics beherrschen?? :rolleyes:
Email PosterUsers WebsiteICQ
Top
ee
Geschrieben am: Montag, 17.Dezember 2012, 23:18 Uhr
Quote Post


Prinz
****

Gruppe: Supporter
Beiträge: 1119
Mitgliedsnummer.: 1340
Mitglied seit: 2006-05-22



Hallo Ingo,

Du hast in Deiner Erklärung vergessen anzugeben wie er die emerge Manpage öffnet.

man emerge

;)

Gruß
ee
Email PosterICQ
Top
NetWraith
Geschrieben am: Dienstag, 18.Dezember 2012, 07:15 Uhr
Quote Post


Professional
****

Gruppe: Supporter
Beiträge: 497
Mitgliedsnummer.: 12782
Mitglied seit: 2010-03-20



@Ingo und EE:
Habt was vergessen ;) :
CODE
man dispatch-conf


@Watz:
Eins interessiert mich schon, wie kommst Du bei dispatch-conf auf den VDRadmin ??
Das irritiert mich ein wenig.

vy 73 ...
NetWraith
Email Poster
Top
nvertigo
Geschrieben am: Dienstag, 18.Dezember 2012, 15:27 Uhr
Quote Post


Professional
****

Gruppe: Members
Beiträge: 1048
Mitgliedsnummer.: 15738
Mitglied seit: 2010-09-18



...weil das ebuild vdradmin-am vermutlich inkl. Configs geupdated wurde... ...nicht vdr-plugin-admin...

Ist aber nur geraten - nix handfestes...

Gruß, Ingo
Email Poster
Top
Watz
  Geschrieben am: Samstag, 22.Dezember 2012, 18:34 Uhr
Quote Post


Professional
****

Gruppe: Supporter
Beiträge: 562
Mitgliedsnummer.: 239
Mitglied seit: 2003-12-08



... vielen Dank für die netten Hilfestellungen muss mir dass alles noch einmal in Ruhe anschauen.

Allen ein Frohes Fest und 'n guten Rutsch.
Email PosterUsers Website
Top
Thema wird von 1 Benutzer(n) gelesen (1 Gäste und 0 Anonyme Benutzer)
0 Mitglieder:

Topic Options Reply to this topicStart new topicStart Poll