View previous topic :: View next topic |
Author |
Message |
2bbionic Apprentice
Joined: 24 Mar 2005 Posts: 152
|
Posted: Fri Sep 23, 2005 12:46 pm Post subject: update deep world schlägt fehl mit sandbox fehler [SOLVED] |
|
|
Hallo,
ich habe heute mal versucht, ein emerge --update --deep world zu fahren. er zeigt mir 11 Pakete an und beginnt auch brav die Teile runterzuladen.
Dann kommt allerdings folgende Fehlermeldung (perl ist das erste Paket, das er versucht, upzudaten):
Code: | ACCESS DENIED open_wr: /var/samba/locks/gencache.tdb
sandbox: Caught signal 2 in pid 27019
--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/var/log/sandbox/sandbox-dev-lang_-_perl-5.8.6-r6-27019.log"
open_wr: /var/samba/locks/gencache.tdb
--------------------------------------------------------------------------------
Exiting on signal 2
|
Testweise habe ich die Perl-Version mal in package.mask eingetragen (>=dev-lang/perl-5.8.6-r6); er überspringt dann so wie's sein soll.
Beim nächsten Paket ist aberwieder die gleiche Chose...
Warum will die Sandbox unbedingt in meinen Samba-Locks rumwerkeln bzw. warum kommt diese Fehlermeldung?
Hier noch der aktuelle uname -a :
Code: | Linux zentra 2.6.12-gentoo-r6 #2 SMP Thu Jul 21 14:21:25 CEST 2005 i686 Intel(R) Pentium(R) 4 CPU 1700MHz GenuineIntel GNU/Linux |
Sandbox-Version ist die 1.2.13
Wäre nett, wenn mir jemand einen Tipp geben könnte, wo ich ansetzen kann!
Grüße,
2bbionic
Last edited by 2bbionic on Sun Sep 25, 2005 2:56 pm; edited 1 time in total |
|
Back to top |
|
|
2bbionic Apprentice
Joined: 24 Mar 2005 Posts: 152
|
Posted: Sat Sep 24, 2005 1:58 pm Post subject: |
|
|
Keiner da, der helfen könnte?
Ich habe es heute nochmal probiert; hier der komplette Ergebnisauszug:
Code: | >>> md5 src_uri ;-) perl-5.8.6.tar.bz2
ACCESS DENIED open_wr: /var/samba/locks/gencache.tdb
ACCESS DENIED open_wr: /var/samba/locks/gencache.tdb
ACCESS DENIED open_wr: /var/samba/locks/gencache.tdb
>>> Unpacking source...
>>> Unpacking perl-5.8.6.tar.bz2 to /var/tmp/portage/perl-5.8.6-r6/work
ACCESS DENIED open_wr: /var/samba/locks/gencache.tdb
ACCESS DENIED open_wr: /var/samba/locks/gencache.tdb
ACCESS DENIED open_wr: /var/samba/locks/gencache.tdb
* Applying perl-prelink-lpthread.patch ... [ ok ]
* Applying perl-perldoc-emptydirs.patch ... [ ok ]
* Applying perl-reorder-INC.patch ... [ ok ]
* Applying perl-picdl.patch ... [ ok ]
* Applying perl-noksh.patch ... [ ok ]
* Applying perl-uclibc.patch ... [ ok ]
* Applying perl-5.8.6-tempfiles.patch ... [ ok ]
* Applying perl-5.8.7-MakeMaker-RUNPATH.patch ... [ ok ]
>>> Source unpacked.
--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/var/log/sandbox/sandbox-dev-lang_-_perl-5.8.6-r6-904.log"
open_wr: /var/samba/locks/gencache.tdb
open_wr: /var/samba/locks/gencache.tdb
open_wr: /var/samba/locks/gencache.tdb
open_wr: /var/samba/locks/gencache.tdb
open_wr: /var/samba/locks/gencache.tdb
open_wr: /var/samba/locks/gencache.tdb
--------------------------------------------------------------------------------
|
|
|
Back to top |
|
|
mrsteven Veteran
Joined: 04 Jul 2003 Posts: 1939
|
Posted: Sat Sep 24, 2005 9:53 pm Post subject: |
|
|
Nimm mal andere Mirrors:
Code: | #/etc/make.conf
GENTOO_MIRRORS="http://pandemonium.tiscali.de/pub/gentoo/ http://mirror.switch.ch/mirror/gentoo/ http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/ http://ftp.du.se/pub/os/gentoo http://gentoo.mirror.solnet.ch"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
|
Danach ein "emerge sync" machen
Notiere dir aber vorher die alten, ich glaube da stimmt was nicht (evtl. Mirror gehackt). Dafür dass das ebuild für perl an Samba rumschrauben will gibt es nämlich keinen vernünftigen Grund. Falls mein Verdacht stimmt, melde das mal auf https://bugs.gentoo.org
EDIT: Ich glaube das war mein fehlerhaftester Post seit langem... Ich hoffe jetzt ist alles richtig so... |
|
Back to top |
|
|
2bbionic Apprentice
Joined: 24 Mar 2005 Posts: 152
|
Posted: Sun Sep 25, 2005 11:45 am Post subject: |
|
|
Ich habe mal Deine Mirrors benutzt und neu gesynct. Ohne Effekt, der Fehler tritt wieder auf. Meine Mirrors waren sber auch fast identisch...
Auf einem anderen Rechner geht's (bis jetzt) ohne Probleme- da ist aber kein Samba installiert.
Also muss bugs herhalten...
Trotzdem Danke schon mal!
2bbionic |
|
Back to top |
|
|
2bbionic Apprentice
Joined: 24 Mar 2005 Posts: 152
|
Posted: Sun Sep 25, 2005 2:55 pm Post subject: |
|
|
Ich habs...
In meiner nsswitch.conf waren folgende Einträge:
hosts: wins files dns
networks: wins files dns
Nachdem ich "wins" rausgelöscht hatte, funktionierte es... |
|
Back to top |
|
|
|