Author Topic: Cómo puedo quitar un objeto que el dbcheck no le encuentra padre?  (Read 953 times)

denis.morejon

  • Zen Apprentice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Cómo puedo quitar un objeto que el dbcheck no le encuentra padre?
« on: September 22, 2014, 04:14:14 pm »
Tengo un Zentyal 3.5. Cuando ejecuto samba-tool dbcheck me sale un error.

root@zentyal-slave:~# samba-tool dbcheck
Checking 1751 objects
ERROR: parent object not found for CN=PC008466-HP LaserJet 2300 Ser0015793561\0ACNF:915044b8-3409-4d6e-a980-01e3b737b1d6,CN=PC008466,CN=Computers,DC=dtcf,DC=etecsa,DC=cu
Not moving object CN=PC008466-HP LaserJet 2300 Ser0015793561\0ACNF:915044b8-3409-4d6e-a980-01e3b737b1d6,CN=PC008466,CN=Computers,DC=dtcf,DC=etecsa,DC=cu into LostAndFound
Please use --fix to fix these errors
Checked 1751 objects (1 errors)

Pero cuando intento ajustarlo con --fix no puede quitar el objeto que da el error aunque de cualquier opción y/N/all/none.

root@zentyal-slave:~# samba-tool dbcheck --fix
Checking 1751 objects
ERROR: parent object not found for CN=PC008466-HP LaserJet 2300 Ser0015793561\0ACNF:915044b8-3409-4d6e-a980-01e3b737b1d6,CN=PC008466,CN=Computers,DC=dtcf,DC=etecsa,DC=cu
Move object CN=PC008466-HP LaserJet 2300 Ser0015793561\0ACNF:915044b8-3409-4d6e-a980-01e3b737b1d6,CN=PC008466,CN=Computers,DC=dtcf,DC=etecsa,DC=cu into LostAndFound? [y/N/all/none] y
Failed to rename object CN=PC008466-HP LaserJet 2300 Ser0015793561\0ACNF:915044b8-3409-4d6e-a980-01e3b737b1d6,CN=PC008466,CN=Computers,DC=dtcf,DC=etecsa,DC=cu into lostAndFound at CN=PC008466-HP LaserJet 2300 Ser0015793561\0ACNF:915044b8-3409-4d6e-a980-01e3b737b1d6,CN=LostAndFound,DC=dtcf,DC=etecsa,DC=cu : (32, 'objectclass: Cannot rename CN=PC008466-HP LaserJet 2300 Ser0015793561\\0ACNF:915044b8-3409-4d6e-a980-01e3b737b1d6,CN=PC008466,CN=Computers,DC=dtcf,DC=etecsa,DC=cu, entry does not exist!')
Checked 1751 objects (1 errors)

Cómo quito ese objeto "fantasma" y con qué herramienta ?