No such file or directory linux ��� ���������

Debian: No such file or directory — а файл есть

Здравствуйте, уважаемые. Скачал btsync (у меня arm, по ссылке Linux ARM тут), положил в /usr/bin и не могу запустить:

Как так и что с этим делать?

P.S. Тоже самое происходит, если переместить исполняемый файл, например, в домашний каталог.

P.S.S. Debian Jessie, вот такая железка.

chmod +x точно не поможет?

apparmor, selinux, noexec?

noexec на разделе

такое бывает когда исполняемый файл например предназначенный для 32 битной архитектуры пытаются запустить в 64-битной системе

А что покажет file btsync ? Необязательно на самой железке.

apparmor, selinux, chattr — это что? Что посмотреть?

В общем, похоже-таки несовместимость архитектур. Придётся пересобирать из исходников. Источник: http://otvety.google.ru/otvety/thread?tid=1e74bf1617bdb4b6

Try to run the following command

I had the same issue on Cubieboard.

Try to run the following command:

sudo ln -s /lib/arm-linux-gnueabihf/ld-linux.so.3 /lib/ld-linux.so.3

На Debian 7.6.0 (Linux 3.2.0-4-amd64 #1 SMP Debian 3.2.60-1+deb7u3 x86_64 GNU/Linux) столкнулся с той же проблемой. Для запуска 32-битного приложения может потребоваться пакет ia32-libs-i386. Дебиан по умолчанию не дает его установить из-за зависимостей. Решается таким образом:

sudo dpkg —add-architecture i386 sudo apt-get update sudo apt-get install ia32-libs-i386 (тянет за собой 60Мб зависимостей)

Источник

bash: ./programm: No such file or directory

Народ! Уже несколько раз попадал на такую фигню:

Читайте также:  Root доступ для windows

скачаешь что-нибудь,разархивируешь(всё ок),запускаешь программу и получаешь:

bash: ./programm: No such file or directory

Файл вроде нормальный: делаешь file programm и видишь:

./programm: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), stripped

Ну что это такое?Я просто не понимаю даже где проблема. в файле? во мне. не знаю

Помогите пожалуйста если кто знает!

Re: bash: ./programm: No such file or directory

Может я что-то недо понял, но вроде, когда скачиваешь тарболл, его нужно разархивировать и дать команды
./configure
make
make install

Re: bash: ./programm: No such file or directory

Не всегда именно их и менно в таком порядке. Но в файле INSTALL (реже — README) описано какие команды собирают/устанавливают пакет.

Re: bash: ./programm: No such file or directory

библиотек своих твой бинарник не находит скорее всего, то есть он
был слинкован на другой системе, а в твоей этих библиотек нету или
они лежат не там. посмотреть какие либы он хочет можно с помощью
ldd. ну а дальше по ситуации — ставить недостающее/делать линки или
еше чего. пример:
sasha@as255:

$ file `which links`
/usr/local/bin/links: ELF 64-bit LSB executable, Alpha (unofficial), version 1,
dynamically linked (uses shared libs), not stripped
sasha@as255:

$ ldd `which links`
libtiff.so.3 => /usr/lib/libtiff.so.3 (0x0000020000026000)
libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x0000020000120000)
libpng.so.2 => /usr/lib/libpng.so.2 (0x000002000008a000)
libz.so.1 => /usr/lib/libz.so.1 (0x000002000024a000)
libdl.so.2.1 => /lib/libdl.so.2.1 (0x000002000035e000)
libgpm.so.1 => /usr/lib/libgpm.so.1 (0x00000200000c8000)
libm.so.6.1 => /lib/libm.so.6.1 (0x0000020000462000)
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x000002000059c000)
libc.so.6.1 => /lib/libc.so.6.1 (0x00000200006d8000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x0000020000000000)
libncurses.so.5 => /lib/libncurses.so.5 (0x000002000090c000)
sasha@as255:

$
если скажешь что за программа может чего поконкретнее скажу.

Re: bash: ./programm: No such file or directory

Итак по порядку:

первым двум — я не собираю программу,это бинарник.

ldd мне выдал вот такую вещь: ( :] )

/usr/bin/ldd: ./fragstats: No such file or directory

Программа — fragstats — подсчёт фрагов в Q2 из лога сервера и генерирование из этого HTML.Кстати — я с такой фигнёй сталкивался,когда пытался DOOM II для linux`a поставить.

ls ./fragstats -rwxr-xr-x 1 root root 66928 Oct 12 1998 fragstats

Если кому интересно — пишите мыло,вышлю архив,он мелкий(59,463 bytes)

Если бы библиотек не было — он бы наверно при запуске орал,что найти не может..

открываешь в редакторе — с виду обычный бинарник.

Re: bash: ./programm: No such file or directory

Всё просто. Программа пытается открыть файл, которого нет.

Re: bash: ./programm: No such file or directory

Не понимаю! Когда я пытаюсь запустить программу,мне bash говорит что этой программы нет.

Мне кажется что если бы _программа_ пыталась открыть файл,которого нет,то сообщение бы шло от программы,а не от bash. или как ?

Re: bash: ./programm: No such file or directory

Источник

Читайте также:  Как обновить windows чтобы не слетела активация

ENOENT: no such file or directory, stat ‘/home/site/wwwroot/server/build/index.html’ #1114

Comments

diraschk commented Aug 25, 2019 •

I’m using your Node.js & Vue template. Everything works fine while using it locally.
But after deploying it to Azure and trying it to run (click browse) I get this error msg:

ENOENT: no such file or directory, stat ‘/home/site/wwwroot/server/build/index.html’

the index.html is contained in the public folder:

I tried it to change in public but still the same effect.

The Log stream is in both cases the same:

2019-08-25T06:48:05 No new trace in the past 1 min(s).
2019-08-25T06:48:03.096348057Z [1] < [Error: ENOENT: no such file or directory, stat '/home/site/wwwroot/server/public/index.html']
2019-08-25T06:48:03.096407559Z [1] errno: -2,
2019-08-25T06:48:03.096419560Z [1] code: ‘ENOENT’,
2019-08-25T06:48:03.096428360Z [1] syscall: ‘stat’,
2019-08-25T06:48:03.096436561Z [1] path: ‘/home/site/wwwroot/server/public/index.html’,
2019-08-25T06:48:03.096444961Z [1] expose: false,
2019-08-25T06:48:03.096452961Z [1] statusCode: 404,
2019-08-25T06:48:03.096461062Z [1] status: 404 >
2019-08-25T06:48:03.113890062Z [1] �[0mGET / �[33m404 �[0m33.131 ms — 85�[0m
2019-08-25T06:48:02.990499695Z �[40m�[32minfo�[39m�[22m�[49m: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
2019-08-25T06:48:02.993645139Z Request starting HTTP/1.1 GET http://tbase.azurewebsites.net/
2019-08-25T06:48:03.126128024Z �[40m�[32minfo�[39m�[22m�[49m: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
2019-08-25T06:48:03.126172026Z Request finished in 138.55ms 404 text/html; charset=utf-8

The text was updated successfully, but these errors were encountered:

Источник

[catalina] after workaround for «idevice_id» run returns ProcessException: ProcessException: No such file or directory #44406

Comments

cfchris commented Nov 8, 2019

Mac updated to Catalina. Ended up with a bunch of permission errors with «idevice_id» etc. Think I got those fixed. But, now I just can’t flutter run from terminal or VS Code.

command

exception

ProcessException: ProcessException: No such file or directory
Command: /usr/local/bin/pod install —verbose

flutter doctor

The text was updated successfully, but these errors were encountered:

iapicca commented Nov 8, 2019 •

Hi @cfchris
did you follow this workaround to fix the idevice_id issue?
Is it the whole log?
thank you

truonghoangduy commented Nov 8, 2019 •

If you has an opened dialog saying somethings about security.

I did a video how to fix it it on YouTube here the link https://youtu.be/L98Y0UT8wuQ

cfchris commented Nov 8, 2019

Hi @cfchris
did you follow this workaround to fix the idevice_id issue?
Is it the whole log?
thank you

I have followed the workaround. And that is the whole log. I just repeated the steps of the workaround and then did flutter run again. Here is what I get in the terminal (which points to a log record like the on I submitted).

cfchris commented Nov 8, 2019

I am going to attempt to delete flutter, and re-install. If that doesn’t fix it, I will attempt to delete and re-clone our repository (for the app).

cfchris commented Nov 8, 2019 •

OK. After re-installing flutter (rm -rf && unzip), and running flutter doctor , I got the security prompts again. So, I cancelled and ran the attribute update fix. Then, I ran flutter doctor and got a more helpful error.

Читайте также:  Ошибка windows boot manager boot bcd

So, then I ran sudo gem install cocoapods . That went fine. So, I tried flutter run again. That failed. But, I just needed to run flutter pub get .

And now finally, I can run the app again. Hope this info helps someone else that get’s stuck.

Источник

cannot run ssh: no such file or directory #70

Comments

glerma commented May 19, 2019

Problem: When running terragrunt using modules with source pointing to git repos, errors occur when attempting to access the source with ssh authentication.

[terragrunt:Terraform/S3] 2019/05/19 00:14:54.713 �[31mERROR — module.s3
Updating source «git@github.com:rootleveltech/rlt-aws-s3.git//source?ref=v1.3»
�[31mError loading modules: error downloading ‘ssh://git@github.com/rootleveltech/rlt-aws-s3.git?ref=v1.3’: /usr/bin/git exited with 128: Cloning into ‘.terraform/modules/e741b2731ee3faf37c0604f0abd29872’.
error: cannot run ssh: No such file or directory

Not sure what is going on, but perhaps missing openssl-client?

The text was updated successfully, but these errors were encountered:

jocgir commented May 20, 2019

Which version of the tgf image are you using?

I added openssh-client to the latest images. Please, tell me if that solves your problem.

glerma commented May 20, 2019

I was using latest, but if you have a new version w/ openssh-client, i’ll try again and give you feedback shortly. Thanks!

glerma commented May 21, 2019

It seems to work fine now, using latest. Resolved. Thank you!

Tiny-wlx commented Jun 23, 2019

which version did you used? i use 1.21.0, it seems not work for me in my OSX

aaa (master) tgf plan
[terragrunt:main] 2019/06/23 11:27:10.999 ERROR error downloading ‘ssh://git@xxx:xxx/dop/infrastructure-modules?ref=0.1.67’: /usr/bin/git exited with 128: Cloning into ‘/tmp/tf759519972/module’.
error: cannot run ssh: No such file or directory
fatal: unable to fork

➜ aaa (master) tgf —current-version
tgf v1.21.0

jocgir commented Jun 23, 2019

Hi @Tiny-wlx, could you retry?

I think the problem came because someone published a previous version of the tgf-image and that version has been marked as the latest. I just pushed a new release of the v2 image (that include the openssh client).

Tiny-wlx commented Jun 24, 2019

Hi @jocgir , Thank you for your reply.

It worked as expected after pull new images.

Thank you very much.

ifeanyiA commented Jul 10, 2020

Run pkg install openssh

You can’t perform that action at this time.

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.

Источник

Оцените статью