Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Problemas con Enlaces Simbolicos

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
asley_bach
Posts: 3
Joined: 2017-01-02 19:03

Problemas con Enlaces Simbolicos

#1 Post by asley_bach »

Saludos a todos...
en mi computador uso desde hace algún tiempo Debian 7
Al intentar levantar la aplicación BleachBit... me lanza un error que dice:
Falló al ejecutar el proceso hijo «bleachbit» (Demasiados niveles de enlaces simbólicos)
indagando por google... leí algo sobre los enlaces simbólicos... pero en concreto no se como solucionar este fallo

¿Alguna Recomendación?

Saludos de nuevo y de antemano gracias 8)

User avatar
4D696B65
Site admin
Site admin
Posts: 2696
Joined: 2009-06-28 06:09
Been thanked: 86 times

Re: Problemas con Enlaces Simbolicos

#2 Post by 4D696B65 »

Translated with Google

Greetings to all...
On my computer for some time use Debian 7
When I try to raise the application BleachBit ... throws me an error that says:
Failed to execute child process «bleachbit» (Too many levels of symbolic links)
Searching for google ... I read something about the symbolic links ... but in particular I do not know how to solve this failure

Any recommendation?

Greetings again and in advance thanks

arochester
Emeritus
Emeritus
Posts: 2435
Joined: 2010-12-07 19:55
Has thanked: 14 times
Been thanked: 54 times

Re: Problemas con Enlaces Simbolicos

#3 Post by arochester »

Spain
http://barrapunto.com/index.pl?section=debian - Barrapunto.com - Debian related News.
http://blog.desdelinux.net/tag/debian - DesdeLinux - Documentation, news and forums related to Debian.
http://www.exdebian.org - exDebian - Documentation, news and forums related to Debian.
Mexico
http://www.garryricketsonartworks.org/Debian-spanish/ -New, support questions, discussion

User avatar
dasein
Posts: 7680
Joined: 2011-03-04 01:06
Location: Terra Incantationum

Re: Problemas con Enlaces Simbolicos

#4 Post by dasein »

I speak maybe 12 words of Spanish, but Google translate works both ways, so here's my best English answer...

Error messages like these typically mean that a directory has been recursively symlinked (e.g., to itself or to a parent). The only way fix the problem is to identify the offending link(s) and remove them.

Some pointers on ways to approach this problem (sorry, still English):

http://unix.stackexchange.com/questions ... -directory

http://askubuntu.com/questions/429247/h ... cular-file

asley_bach
Posts: 3
Joined: 2017-01-02 19:03

Re: Problemas con Enlaces Simbolicos

#5 Post by asley_bach »

Thanks for answer
In fact when I try to join this site ... I did not really know that any questions should be in English ...
I will try to do everything in which languish ...

by the way..

How do I know what link is the one that affects? And how to erase it?
Thanks for your contribution

User avatar
dasein
Posts: 7680
Joined: 2011-03-04 01:06
Location: Terra Incantationum

Re: Problemas con Enlaces Simbolicos

#6 Post by dasein »

You might want to actually read the links I already provided for you. You are the only one who can do the actual work.

User avatar
GarryRicketson
Posts: 5644
Joined: 2015-01-20 22:16
Location: Durango, Mexico

Re: Problemas con Enlaces Simbolicos

#7 Post by GarryRicketson »

Even though I also speak Spanish, I do not know enough about Bleach Bit, and
"symlinks" to give a answer.
But here is the same links, in Spanish.
The only thing, the code they show is in English,..you might need to still use the translator, but usually the commands and code, do not change for the language.

¿Cómo puedo comprobar si un archivo es un enlace simbólico a un directorio?¿Cómo puedo comprobar si un archivo es un enlace simbólico a un directorio?
"How do I check if a file is a symbolic link to a directory?"

The other, and they both look like they might help explain,...
¿Cómo encontrar y enumerar todos los enlaces simbólicos creados para un archivo en particular?
"How to find and list all the symbolic links created for a particular file?""
-------------------

I do not really understand this either, but maybe read the above links more carefull,
It seems like this one does show which ones are or contain symlinks,..
.
Here is a single command which will recursively list symlinks whose target is a directory (starting in the current directory):

Code: Select all

 find . -type l -xtype d 
If the problem is:
two (or more) symlinks that point to each other;
So I guess you need to look for the ones that point toward the same
directory, or file
But like I said , I do not understand this very well either,...maybe somebody that know more can explain better.
Dasein> Error messages like these typically mean that a directory has been recursively symlinked (e.g., to itself or to a parent). The only way fix the problem is to identify the offending link(s) and remove them
Translated says:
Los mensajes de error como estos normalmente significan que un directorio ha sido recursivamente simulado (por ejemplo, a sí mismo oa un padre). La única manera de solucionar el problema es identificar el (los) vínculo (s) infractor (es) y eliminarlos

asley_bach
Posts: 3
Joined: 2017-01-02 19:03

[solved] problems with Symbolic links

#8 Post by asley_bach »

Problems with symbolic links

Thanks for those finals orientations ... actually the problem was where they pointed the links ... and I solved

thank you a lot!!

Post Reply