Programovací jazyk JavaScript (Wikipedie) dnes slaví 30 let od svého oficiálního představení 4. prosince 1995.
Byly zveřejněny informace o kritické zranitelnosti CVE-2025-55182 s CVSS 10.0 v React Server Components. Zranitelnost je opravena v Reactu 19.0.1, 19.1.2 a 19.2.1.
Bylo rozhodnuto, že nejnovější Linux 6.18 je jádrem s prodlouženou upstream podporou (LTS). Ta je aktuálně plánována do prosince 2027. LTS jader je aktuálně šest: 5.10, 5.15, 6.1, 6.6, 6.12 a 6.18.
Byla vydána nová stabilní verze 3.23.0, tj. první z nové řady 3.23, minimalistické linuxové distribuce zaměřené na bezpečnost Alpine Linux (Wikipedie) postavené na standardní knihovně jazyka C musl libc a BusyBoxu. Přehled novinek v poznámkách k vydání.
Byla vydána verze 6.0 webového aplikačního frameworku napsaného v Pythonu Django (Wikipedie). Přehled novinek v poznámkách k vydání.
Po více než 7 měsících vývoje od vydání verze 6.8 byla vydána nová verze 6.9 svobodného open source redakčního systému WordPress. Kódové jméno Gene bylo vybráno na počest amerického jazzového klavíristy Gene Harrise (Ray Brown Trio - Summertime).
Na čem pracují vývojáři webového prohlížeče Ladybird (GitHub)? Byl publikován přehled vývoje za listopad (YouTube).
Google Chrome 143 byl prohlášen za stabilní. Nejnovější stabilní verze 143.0.7499.40 přináší řadu novinek z hlediska uživatelů i vývojářů. Podrobný přehled v poznámkách k vydání. Opraveno bylo 13 bezpečnostních chyb.
Společnost Valve aktualizovala přehled o hardwarovém a softwarovém vybavení uživatelů služby Steam. Podíl uživatelů Linuxu dosáhl 3,2 %. Nejčastěji používané linuxové distribuce jsou Arch Linux, Linux Mint a Ubuntu. Při výběru jenom Linuxu vede SteamOS Holo s 26,42 %. Procesor AMD používá 66,72 % hráčů na Linuxu.
Canonical oznámil (YouTube), že nově nabízí svou podporu Ubuntu Pro také pro instance Ubuntu na WSL (Windows Subsystem for Linux).
Mam na serveri nainstalovany debian lenny 5.0.4, z dotdeb MySQL 5.1.44 a vykompilovany sphinx modul do MySQL.
Modul vidim v enginoch. Ak vytvorim ale tabulku so storage engine, MySQL server spadne.
Tu prikladam log zo syslog:
Mar 30 23:46:54 victorius mysqld: Version: '5.1.44-0.dotdeb.0-log' socket:
'/var/run/mysqld/mysqld.sock' port: 3306 (Debian)
Mar 31 00:09:01 victorius /USR/SBIN/CRON[20402]: (root) CMD ( [ -x
/usr/lib/php5/maxlifetime ]&& [ -d /var/lib/php5 ]&& find /var/lib/php5/ -type f -cmin
+$(/usr/lib/php5/maxlifetime) -print0 | xargs -n 200 -r -0 rm)
Mar 31 00:12:58 victorius mysqld: 100331 0:12:58 [Warning] Storage engine 'SPHINX' has
conflicting typecode. Assigning value 42.
Mar 31 00:13:22 victorius mysqld: 100331 0:13:22 - mysqld got signal 11 ;
Mar 31 00:13:22 victorius mysqld: This could be because you hit a bug. It is also
possible that this binary
Mar 31 00:13:22 victorius mysqld: or one of the libraries it was linked against is
corrupt, improperly built,
Mar 31 00:13:22 victorius mysqld: or misconfigured. This error can also be caused by
malfunctioning hardware.
Mar 31 00:13:22 victorius mysqld: We will try our best to scrape up some info that will
hopefully help diagnose
Mar 31 00:13:22 victorius mysqld: the problem, but since we have already crashed,
something is definitely wrong
Mar 31 00:13:22 victorius mysqld: and this may fail.
Mar 31 00:13:22 victorius mysqld:
Mar 31 00:13:22 victorius mysqld: key_buffer_size=16777216
Mar 31 00:13:22 victorius mysqld: read_buffer_size=131072
Mar 31 00:13:22 victorius mysqld: max_used_connections=2
Mar 31 00:13:22 victorius mysqld: max_threads=50000
Mar 31 00:13:22 victorius mysqld: threads_connected=2
Mar 31 00:13:22 victorius mysqld: It is possible that mysqld could use up to
Mar 31 00:13:22 victorius mysqld: key_buffer_size + (read_buffer_size +
sort_buffer_size)*max_threads = 109324977 K
Mar 31 00:13:22 victorius mysqld: bytes of memory
Mar 31 00:13:22 victorius mysqld: Hope that's ok; if not, decrease some variables in the
equation.
Mar 31 00:13:22 victorius mysqld:
Mar 31 00:13:22 victorius mysqld: thd: 0x7f59d1898940
Mar 31 00:13:22 victorius mysqld: Attempting backtrace. You can use the following
information to find out
Mar 31 00:13:22 victorius mysqld: where mysqld died. If you see no messages after this,
something went
Mar 31 00:13:22 victorius mysqld: terribly wrong...
Mar 31 00:13:22 victorius mysqld: stack_bottom = 0x4095a100 thread_stack 0x30000
Mar 31 00:13:22 victorius mysqld: /usr/sbin/mysqld(my_print_stacktrace+0x29)
[0x7f59cf0634b9]
Mar 31 00:13:22 victorius mysqld: /usr/sbin/mysqld(handle_segfault+0x36a) [0x7f59ced78dfa]
Mar 31 00:13:22 victorius mysqld: /lib/libpthread.so.0 [0x7f59ce5dfa80]
Mar 31 00:13:22 victorius mysqld: /usr/lib/mysql/plugin/ha_sphinx.so(ha_sphinx::open(char
const*, int, unsigned int)+0x17a) [0x7f59ca84391a]
Mar 31 00:13:22 victorius mysqld: /usr/sbin/mysqld(handler::ha_open(st_table*, char
const*, int, int)+0x3f) [0x7f59cee7174f]
Mar 31 00:13:22 victorius mysqld: /usr/sbin/mysqld(open_table_from_share(THD*,
st_table_share*, char const*, unsigned int, unsigned int, unsigned int, st_tab
le*, bool)+0x57a) [0x7f59cedcd4da]
Mar 31 00:13:22 victorius mysqld: /usr/sbin/mysqld [0x7f59cedc6c90]
Mar 31 00:13:22 victorius mysqld: /usr/sbin/mysqld(open_table(THD*, TABLE_LIST*,
st_mem_root*, bool*, unsigned int)+0x5e3) [0x7f59cedc85a3]
Mar 31 00:13:22 victorius mysqld: /usr/sbin/mysqld(open_tables(THD*, TABLE_LIST**,
unsigned int*, unsigned int)+0x719) [0x7f59cedc94a9]
Mar 31 00:13:22 victorius mysqld: /usr/sbin/mysqld(open_normal_and_derived_tables(THD*,
TABLE_LIST*, unsigned int)+0x1e) [0x7f59cedc962e]
Mar 31 00:13:22 victorius mysqld: /usr/sbin/mysqld(get_all_tables(THD*, TABLE_LIST*,
Item*)+0xb77) [0x7f59ceea8747]
Mar 31 00:13:22 victorius mysqld: /usr/sbin/mysqld(get_schema_tables_result(JOIN*,
enum_schema_table_state)+0x1f0) [0x7f59cee991f0]
Mar 31 00:13:22 victorius mysqld: /usr/sbin/mysqld(JOIN::exec()+0x61d) [0x7f59cedf783d]
Mar 31 00:13:22 victorius mysqld: /usr/sbin/mysqld(mysql_select(THD*, Item***,
TABLE_LIST*, unsigned int, List<Item>&, Item*, unsigned int, st_order*, st_ord
er*, Item*, st_order*, unsigned long long, select_result*, st_select_lex_unit*,
st_select_lex*)+0x124) [0x7f59cedf3884]
Mar 31 00:13:22 victorius mysqld: /usr/sbin/mysqld(handle_select(THD*, st_lex*,
select_result*, unsigned long)+0x16c) [0x7f59cedf955c]
Mar 31 00:13:22 victorius mysqld: /usr/sbin/mysqld [0x7f59ced8730f]
Mar 31 00:13:22 victorius mysqld: /usr/sbin/mysqld(mysql_execute_command(THD*)+0x10d9)
[0x7f59ced8b109]
Mar 31 00:13:22 victorius mysqld: /usr/sbin/mysqld(mysql_parse(THD*, char const*,
unsigned int, char const**)+0x36e) [0x7f59ced8fc8e]
Mar 31 00:13:22 victorius mysqld: /usr/sbin/mysqld(dispatch_command(enum_server_command,
THD*, char*, unsigned int)+0xe38) [0x7f59ced90ad8]
Mar 31 00:13:22 victorius mysqld: /usr/sbin/mysqld(do_command(THD*)+0xe8) [0x7f59ced91508]
Mar 31 00:13:22 victorius mysqld: /usr/sbin/mysqld(handle_one_connection+0x22e)
[0x7f59ced838ae]
Mar 31 00:13:22 victorius mysqld: /lib/libpthread.so.0 [0x7f59ce5d7fc7]
Mar 31 00:13:22 victorius mysqld: /lib/libc.so.6(clone+0x6d) [0x7f59cd13359d]
Mar 31 00:13:22 victorius mysqld: Trying to get some variables.
Mar 31 00:13:22 victorius mysqld: Some pointers may be invalid and cause the dump to
abort...
Mar 31 00:13:22 victorius mysqld: thd->query at 0x7f59d18a3230 = SELECT *,
Mar 31 00:13:22 victorius mysqld: `TABLE_SCHEMA` AS `Db`,
Mar 31 00:13:22 victorius mysqld: `TABLE_NAME` AS `Name`,
Mar 31 00:13:22 victorius mysqld: `ENGINE` AS `Engine`,
Mar 31 00:13:22 victorius mysqld: `ENGINE` AS `Type`,
Mar 31 00:13:22 victorius mysqld: `VERSION` AS `Version`,
Mar 31 00:13:22 victorius mysqld: `ROW_FORMAT` AS `Row_format`,
Mar 31 00:13:22 victorius mysqld: `TABLE_ROWS` AS `Rows`,
Mar 31 00:13:22 victorius mysqld: `AVG_ROW_LENGTH` AS `Avg_row_length`,
Mar 31 00:13:22 victorius mysqld: `DATA_LENGTH` AS `Data_length`,
Mar 31 00:13:22 victorius mysqld: `MAX_DATA_LENGTH` AS `Max_data_length`,
Mar 31 00:13:22 victorius mysqld: `INDEX_LENGTH` AS `Index_length`,
Mar 31 00:13:22 victorius mysqld: `DATA_FREE` AS `Data_free`,
Mar 31 00:13:22 victorius mysqld: `AUTO_INCREMENT` AS `Auto_increment`,
Mar 31 00:13:22 victorius mysqld: `CREATE_TIME` AS `Create_time`,
Mar 31 00:13:22 victorius mysqld: `UPDATE_TIME` AS `Update_time`,
Mar 31 00:13:22 victorius mysqld: `CHECK_TIME` AS `Check_time`,
Mar 31 00:13:22 victorius mysqld: `TABLE_COLLATION` AS `Collation`,
Mar 31 00:13:22 victorius mysqld: `CHECKSUM` AS `
Mar 31 00:13:22 victorius mysqld: thd->thread_id=7
Mar 31 00:13:22 victorius mysqld: thd->killed=NOT_KILLED
Mar 31 00:13:22 victorius mysqld: The manual page at
http://dev.mysql.com/doc/mysql/en/crashing.html contains
Mar 31 00:13:22 victorius mysqld: information that should help you find out what is
causing the crash.
Mar 31 00:13:22 victorius mysqld_safe: Number of processes running now: 0
Mar 31 00:13:22 victorius mysqld_safe: mysqld restarted
Mar 31 00:13:22 victorius mysqld: 100331 0:13:22 [Note] Plugin 'FEDERATED' is disabled.
Mar 31 00:13:22 victorius mysqld: /usr/sbin/mysqld: Table './mysql/plugin' is marked as
crashed and should be repaired
Mar 31 00:13:22 victorius mysqld: /usr/sbin/mysqld: Table 'plugin' is marked as crashed
and should be repaired
Mar 31 00:13:22 victorius mysqld: 100331 0:13:22 [Warning] Checking table:
'./mysql/plugin'
Mar 31 00:13:22 victorius mysqld: 100331 0:13:22 [ERROR] 1 client is using or hasn't
closed the table properly
Mar 31 00:13:22 victorius mysqld: 100331 0:13:22 InnoDB: Started; log sequence number 0
44233 [/code]
Thanks for reply.
Mar 31 00:13:22 victorius mysqld: 100331 0:13:22 [Warning] Storage engine 'SPHINX' has
conflicting typecode. Assigning value 42.
Mar 31 00:13:22 victorius mysqld: 100331 0:13:22 [Note] Event Scheduler: Loaded 0 events
Mar 31 00:13:22 victorius mysqld: 100331 0:13:22 [Note] /usr/sbin/mysqld: ready for
connections.
Neviete co moze sposobovat tento problem?
Tiskni
Sdílej: