Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Samba Crasha
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
Jamiro
n00b
n00b


Joined: 03 Jan 2004
Posts: 47
Location: Treviso (IT)

PostPosted: Tue Aug 16, 2005 4:28 pm    Post subject: Samba Crasha Reply with quote

Recentemente ho installato sul mio server casalingo una seconda scheda di rete in modo da utilizzarlo come router.
Tuttavia, non so bene per quale motivo, samba ha preso a non funzionare più lasciando questo bel ricordino nel log.
Code:
[2005/08/16 18:23:42, 0] passdb/secrets.c:secrets_init(64)
  Failed to open /var/lib/samba/private/secrets.tdb
[2005/08/16 18:23:42, 0] passdb/secrets.c:secrets_init(64)
  Failed to open /var/lib/samba/private/secrets.tdb
[2005/08/16 18:23:42, 0] passdb/secrets.c:secrets_init(64)
  Failed to open /var/lib/samba/private/secrets.tdb
[2005/08/16 18:23:42, 0] passdb/machine_sid.c:pdb_generate_sam_sid(176)
  pdb_generate_sam_sid: Failed to store generated machine SID.
[2005/08/16 18:23:42, 0] lib/util.c:smb_panic2(1495)
  PANIC: Could not generate a machine SID

[2005/08/16 18:23:42, 0] lib/util.c:smb_panic2(1503)
  BACKTRACE: 3 stack frames:
   #0 /usr/sbin/smbd(smb_panic2+0x10f) [0x81de1ff]
   #1 /lib/libc.so.6(__libc_start_main+0xbe) [0xb7d2129e]
   #2 /usr/sbin/smbd [0x8077a81]

Back to top
View user's profile Send private message
Raffo
Veteran
Veteran


Joined: 23 Apr 2004
Posts: 1019
Location: Berlin

PostPosted: Tue Aug 16, 2005 6:15 pm    Post subject: Reply with quote

che versione di samba usi??
Back to top
View user's profile Send private message
Jamiro
n00b
n00b


Joined: 03 Jan 2004
Posts: 47
Location: Treviso (IT)

PostPosted: Tue Aug 16, 2005 7:16 pm    Post subject: Reply with quote

Raffo wrote:
che versione di samba usi??

3.0.14a-r2

Se tento di avviare il servizio ottengo questo
Code:
webby samba3 # /etc/init.d/samba start
 * samba -> start: smbd...
/sbin/runscript.sh: line 532: 19312 Aborted                 ${cmd_exec} >/dev/null                                     [ !! ]

 * samba -> start: nmbd...                                                                                             [ ok ]
 * Error: stopping services (see system logs)
 * samba -> stop: smbd...                                                                                              [ !! ]

 * samba -> stop: nmbd...                                                                                              [ !! ]


Ho provato a emergere di nuovo baselayout che possiede il file runscript.sh ma con scarsi risultati.
bash si compila ma sia la versione 2.05 che la 3.0-r12 falliscono l'installazione con il seguente errore!

Code:
>>> Completed installing bash-2.05b-r9 into /var/tmp/portage/bash-2.05b-r9/image/

Traceback (most recent call last):
  File "/usr/bin/emerge", line 3200, in ?
    mydepgraph.merge(mydepgraph.altlist())
  File "/usr/bin/emerge", line 1912, in merge
    retval=portage.doebuild(y,"merge",myroot,self.pkgsettings,edebug)
  File "/usr/lib/portage/pym/portage.py", line 2724, in doebuild
    return merge(mysettings["CATEGORY"],mysettings["PF"],mysettings["D"],mysettings["BUILDDIR"]+"/build-info",myroot,mysettings,myebuild=mysettings["EBUILD"])
  File "/usr/lib/portage/pym/portage.py", line 2896, in merge
    return mylink.merge(pkgloc,infloc,myroot,myebuild)
  File "/usr/lib/portage/pym/portage.py", line 6893, in merge
    return self.treewalk(mergeroot,myroot,inforoot,myebuild,cleanup=cleanup)
  File "/usr/lib/portage/pym/portage.py", line 6367, in treewalk
    self.lockdb()
  File "/usr/lib/portage/pym/portage.py", line 5971, in lockdb
    self.lock_pkg = portage_locks.lockdir(self.dbpkgdir)
  File "/usr/lib/portage/pym/portage_locks.py", line 36, in lockdir
    return lockfile(mydir,wantnewlockfile=1)
  File "/usr/lib/portage/pym/portage_locks.py", line 68, in lockfile
    myfd = os.open(lockfilename, os.O_CREAT|os.O_RDWR,0660)
OSError: [Errno 5] Input/output error: '/var/db/pkg/app-shells/bash-2.05b-r9.portage_lockfile'
Back to top
View user's profile Send private message
Raffo
Veteran
Veteran


Joined: 23 Apr 2004
Posts: 1019
Location: Berlin

PostPosted: Tue Aug 16, 2005 7:20 pm    Post subject: Reply with quote

se ti fossi fatto un giretto per il forum sapresti che la 3.0.14 ha dei problemi... io nell'attesa che vengano risolti ho downgradato....
Back to top
View user's profile Send private message
Jamiro
n00b
n00b


Joined: 03 Jan 2004
Posts: 47
Location: Treviso (IT)

PostPosted: Tue Aug 16, 2005 7:24 pm    Post subject: Reply with quote

Raffo wrote:
se ti fossi fatto un giretto per il forum sapresti che la 3.0.14 ha dei problemi... io nell'attesa che vengano risolti ho downgradato....

è l'unica versione che al momento vedo in portage...
Back to top
View user's profile Send private message
Raffo
Veteran
Veteran


Joined: 23 Apr 2004
Posts: 1019
Location: Berlin

PostPosted: Tue Aug 16, 2005 10:09 pm    Post subject: Reply with quote

Jamiro wrote:
Raffo wrote:
se ti fossi fatto un giretto per il forum sapresti che la 3.0.14 ha dei problemi... io nell'attesa che vengano risolti ho downgradato....

è l'unica versione che al momento vedo in portage...

nn è vero, è la versione stabile che portage installa, ma se la maskeri ti installa la 3.0.10 tranquillamente.
Back to top
View user's profile Send private message
Jamiro
n00b
n00b


Joined: 03 Jan 2004
Posts: 47
Location: Treviso (IT)

PostPosted: Wed Aug 17, 2005 6:58 pm    Post subject: Reply with quote

la 3.0.10 in portage non la trovo. ho cmq cercanto di installarla con degli ebuild scaricati ma si blocca durante la compilazione.
ora mi è appena venuto in mente che la partizione ext3 è magicamente diventata una ext2 e ho dovuto cambiare a manina fstab per fare nuovamente il boot. è possibile che dei file critici si siano danneggiati in questa operazione?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum