Jump to content

ツЛешик

Forum Members
  • Posts

    169
  • Joined

  • Last visited

Everything posted by ツЛешик

  1. Можно ли добавить Ограничение кол-ва подключенных Ограничение скорости Добавить множественный выбоп папок, а не одну (я ставлю, весь диск для доступа, но хочу, чтоб пользователь видел только определнные папки, да можно создать одну папку и предоставить ему туда доступ, но это повлечет копирование файлов) Добавить поддержку двух внешних HDD (у меня один под торренты отдан, второй под хранилище), USB то два 😃
  2. 1 Обычно версию апгрейдят, а не даунгрейдят 2 Ваша операция перенсти файлы с диска на диска разовая, нет смысла понижать 3 Я когда переносил, просто копировал и потому восстановил пути все работает 4 есть программы, которые умеют просмтаривать torrent файлы и выдают все нужнаю вам инфу, вплоать откуда скачали
  3. Сам с собой ... Развернул БД пакеты все nexcloud Запнулся с nginx Как его настроить на внешний ip? И еще сюда SSL реально подключить или обычный http толко?
  4. Никто с такими ошибками не сталкивался ?( Почти развернул Некст , но что-то не 100 работает
  5. { "reqId": "YpHQiDthBlrmObIFXRhy", "level": 3, "time": "2021-11-21T20:36:08+00:00", "remoteAddr": "192.168.1.10", "user": "--", "app": "PHP", "method": "POST", "url": "/nextcloud/index.php", "message": "Allowed memory size of 33554432 bytes exhausted (tried to allocate 4096 bytes) at /opt/share/www/nextcloud/lib/private/App/AppStore/Fetcher/Fetcher.php#118", "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.114 Safari/537.36", "version": "22.2.3.0" }
  6. После заполнения админа и пароля и доступа к БД Ловлю следуюущую ошибку http://192.168.1.1:82/nextcloud/index.php An error occurred. Sorry, the page you are looking for is currently unavailable. Please try again later. If you are the system administrator of this resource then you should check the error log for details. Faithfully yours, nginx.
  7. Сделал как вы сказали хост прописал, предупреждение исчезло, но ошибка осталась на это шаге mysql_install_db Какой памаяти ему не хватате? ~ # mysql_install_db Could not find plugin directory. Will continue with "/opt/lib/mariadb/plugin". Installing MariaDB/MySQL system tables in '/opt/var/lib/mysql' ... 2021-11-21 21:59:50 0 [ERROR] mysqld: Out of memory (Needed 130760704 bytes) 2021-11-21 21:59:50 0 [Warning] InnoDB: Linux Native AIO interface is not supported on this platform. Please check your OS documentation and install appropriate binary of InnoDB. 2021-11-21 21:59:50 0 [Warning] InnoDB: Linux Native AIO disabled. 2021-11-21 21:59:50 0 [ERROR] InnoDB: mmap(134217728 bytes) failed; errno 12 2021-11-21 21:59:50 0 [ERROR] InnoDB: Cannot allocate memory for the buffer pool 2021-11-21 21:59:50 0 [ERROR] InnoDB: Database creation was aborted with error Generic error. You may need to delete the ibdata1 file before trying to start up again. double free or corruption (out) 211121 21:59:50 [ERROR] mysqld got signal 6 ; This could be because you hit a bug. It is also possible that this binary or one of the libraries it was linked against is corrupt, improperly built, or misconfigured. This error can also be caused by malfunctioning hardware. To report this bug, see https://mariadb.com/kb/en/reporting-bugs We will try our best to scrape up some info that will hopefully help diagnose the problem, but since we have already crashed, something is definitely wrong and this may fail. Server version: 10.4.18-MariaDB key_buffer_size=16777216 read_buffer_size=131072 max_used_connections=0 max_threads=153 thread_count=0 It is possible that mysqld could use up to key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 351739 K bytes of memory Hope that's ok; if not, decrease some variables in the equation. Thread pointer: 0x0 Attempting backtrace. You can use the following information to find out where mysqld died. If you see no messages after this, something went terribly wrong... stack_bottom = 0x0 thread_stack 0x30000 PS вопрос такой можно ли подключиться по SSH к дсику OPKG и очистить его? Полнолстью, через веб интерфейс и SMB не получается
  8. Что я должен получить на выходе? Как это отвечает на мой вопрос - Смысл выставлять доступы им, они не связаны?
  9. Я делаю все как вы описали в первом сообщений, у вас работает, у меня не поднмиается база Чудес не бывает, есть значит какой-то нюанс, который вы не упомянули
  10. А пробелма Ну вроде у нас логи совпадают только у меня есть WARNING: The host 'Cloud' could not be looked up with /opt/bin/resolveip. This probably means that your libc libraries are not 100 % compatible with this binary MariaDB version. The MariaDB daemon, mysqld, should work normally with the exception that host name resolving will not work. This means that you should use IP addresses instead of hostnames when specifying MariaDB privileges ! И далее уже полшла ошибка
  11. Вроде делаю все от тутад по шагам, но как дохожу до mysql ошибки BusyBox v1.33.1 (2021-08-22 06:41:01 UTC) built-in shell (ash) ~ # /opt/etc/init.d/S70mysqld start ~ # mysqladmin -u root password 'Passw0rd' mysqladmin: connect to server at 'localhost' failed error: 'Can't connect to local MySQL server through socket '/opt/var/run/mysqld/ mysqld.sock' (2)' Check that mysqld is running and that the socket: '/opt/var/run/mysqld/mysqld.so ck' exists! ~ # /opt/etc/init.d/S70mysqld start ~ # mysqladmin -u root password 'Passw0rd' mysqladmin: connect to server at 'localhost' failed error: 'Can't connect to local MySQL server through socket '/opt/var/run/mysqld/ mysqld.sock' (2)' Check that mysqld is running and that the socket: '/opt/var/run/mysqld/mysqld.so ck' exists! ~ # mysql_install_db Could not find plugin directory. Will continue with "/opt/lib/mariadb/plugin". WARNING: The host 'Cloud' could not be looked up with /opt/bin/resolveip. This probably means that your libc libraries are not 100 % compatible with this binary MariaDB version. The MariaDB daemon, mysqld, should work normally with the exception that host name resolving will not work. This means that you should use IP addresses instead of hostnames when specifying MariaDB privileges ! Installing MariaDB/MySQL system tables in '/opt/var/lib/mysql' ... 2021-11-20 19:12:01 0 [ERROR] mysqld: Can't lock aria control file '/opt/var/lib /mysql/aria_log_control' for exclusive use, error: 11. Will retry for 30 seconds 2021-11-20 19:12:32 0 [ERROR] mysqld: Got error 'Could not get an exclusive lock; file is probably in use by another process' when trying to use aria control file '/opt/var/lib/mysql/aria_log_control' 2021-11-20 19:12:32 0 [ERROR] Plugin 'Aria' init function returned error. 2021-11-20 19:12:32 0 [ERROR] Plugin 'Aria' registration as a STORAGE ENGINE failed. 2021-11-20 19:12:32 0 [Warning] InnoDB: Linux Native AIO interface is not supported on this platform. Please check your OS documentation and install appropriate binary of InnoDB. 2021-11-20 19:12:32 0 [Warning] InnoDB: Linux Native AIO disabled. 2021-11-20 19:12:32 0 [ERROR] InnoDB: mmap(134217728 bytes) failed; errno 12 2021-11-20 19:12:32 0 [ERROR] InnoDB: Cannot allocate memory for the buffer pool 2021-11-20 19:12:32 0 [ERROR] InnoDB: Database creation was aborted with error Generic error. You may need to delete the ibdata1 file before trying to start up again. mysql_install_dbdouble free or corruption (out) 211120 19:12:32 [ERROR] mysqld got signal 6 ; This could be because you hit a bug. It is also possible that this binary or one of the libraries it was linked against is corrupt, improperly built, or misconfigured. This error can also be caused by malfunctioning hardware. To report this bug, see https://mariadb.com/kb/en/reporting-bugs We will try our best to scrape up some info that will hopefully help diagnose the problem, but since we have already crashed, something is definitely wrong and this may fail. Server version: 10.4.18-MariaDB key_buffer_size=16777216 read_buffer_size=131072 max_used_connections=0 max_threads=153 thread_count=0 It is possible that mysqld could use up to key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 351739 K bytes of memory Hope that's ok; if not, decrease some variables in the equation. Thread pointer: 0x0 Attempting backtrace. You can use the following information to find out where mysqld died. If you see no messages after this, something went terribly wrong... stack_bottom = 0x0 thread_stack 0x30000 ^Cmysql_install_db^C^Cmysql_install_dbmysql_install_db
  12. есть раздел, как это связано с вопросом "А есть актуальная иснтрукция для установки?" я инструкцию ищу актуальную на 2021 данной теме просто уже 5 лет и не понятно, что старое, что нет вроде пробовал из 1 сообщения делать
  13. Хорошо я тогда не прав, но второй вопрос открыт Смысл выставлять доступы им, они не связаны?
  14. ~ # mysql_upgrade Version check failed. Got the following error when calling the 'mysql' command line client ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/opt/var/run/mysqld/mysqld.sock' (2) FATAL ERROR: Upgrade failed ~ #
  15. Подскажите куда копать, запнулся тут ~ # mysql_install_db Could not find plugin directory. Will continue with "/opt/lib/mariadb/plugin". WARNING: The host 'Cloud' could not be looked up with /opt/bin/resolveip. This probably means that your libc libraries are not 100 % compatible with this binary MariaDB version. The MariaDB daemon, mysqld, should work normally with the exception that host name resolving will not work. This means that you should use IP addresses instead of hostnames when specifying MariaDB privileges ! mysql.user table already exists! Run mysql_upgrade, not mysql_install_db ~ # ~ # ~ # mysqladmin -u root password '$Mega#Pixar$' mysqladmin: connect to server at 'localhost' failed error: 'Can't connect to local MySQL server through socket '/opt/var/run/mysqld/mysqld.sock' (2)' Check that mysqld is running and that the socket: '/opt/var/run/mysqld/mysqld.sock' exists!
  16. Моего пользователя по SSH пускает на 22 порт, а на 222 нет Проходит root/keenetic Тогда смысл было тут выставлять ему доступ?
×
×
  • Create New...