-
chsql call libchdb.so
clickhouse
in arm64 linux
|
Beta Was this translation helpful? Give feedback.
Answered by
auxten
Jul 16, 2025
Replies: 3 comments 2 replies
-
It's a docker image issue. the tzdata is missing. Please refer to ClickHouse/ClickHouse#3157 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
l1t1
-
but it runs well in amd64 linux +docker, also tz and tzdir is empty
|
Beta Was this translation helpful? Give feedback.
1 reply
-
I did as ClickHouse/ClickHouse#3157 said, still got errors dpkg-reconfigure tzdata
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 78.)
debconf: falling back to frontend: Readline
Configuring tzdata
------------------
Please select the geographic area in which you live. Subsequent configuration questions will narrow this down by presenting a list of cities, representing the time zones in which they are
located.
1. Africa 2. America 3. Antarctica 4. Arctic 5. Asia 6. Atlantic 7. Australia 8. Europe 9. Indian 10. Pacific 11. US 12. Etc
Geographic area: 5
Please select the city or region corresponding to your time zone.
1. Aden 9. Baghdad 17. Chita 25. Dushanbe 33. Irkutsk 41. Kashgar 49. Macau 57. Omsk 65. Riyadh 73. Tashkent 81. Urumqi
2. Almaty 10. Bahrain 18. Choibalsan 26. Famagusta 34. Istanbul 42. Kathmandu 50. Magadan 58. Oral 66. Sakhalin 74. Tbilisi 82. Ust-Nera
3. Amman 11. Baku 19. Chongqing 27. Gaza 35. Jakarta 43. Khandyga 51. Makassar 59. Phnom_Penh 67. Samarkand 75. Tehran 83. Vientiane
4. Anadyr 12. Bangkok 20. Colombo 28. Harbin 36. Jayapura 44. Kolkata 52. Manila 60. Pontianak 68. Seoul 76. Tel_Aviv 84. Vladivostok
5. Aqtau 13. Barnaul 21. Damascus 29. Hebron 37. Jerusalem 45. Krasnoyarsk 53. Muscat 61. Pyongyang 69. Shanghai 77. Thimphu 85. Yakutsk
6. Aqtobe 14. Beirut 22. Dhaka 30. Ho_Chi_Minh 38. Kabul 46. Kuala_Lumpur 54. Nicosia 62. Qatar 70. Singapore 78. Tokyo 86. Yangon
7. Ashgabat 15. Bishkek 23. Dili 31. Hong_Kong 39. Kamchatka 47. Kuching 55. Novokuznetsk 63. Qostanay 71. Srednekolymsk 79. Tomsk 87. Yekaterinburg
8. Atyrau 16. Brunei 24. Dubai 32. Hovd 40. Karachi 48. Kuwait 56. Novosibirsk 64. Qyzylorda 72. Taipei 80. Ulaanbaatar 88. Yerevan
Time zone: Shanghai
Current default time zone: 'Asia/Shanghai'
Local time is now: Fri Jul 18 15:52:36 CST 2025.
Universal Time is now: Fri Jul 18 07:52:36 UTC 2025.
root@66d4e20ec1d7:/# /par/clickhouse
Poco::Exception. Code: 1000, e.code() = 0, Exception: Could not determine local time zone: filesystem error: in canonical: Operation not permitted ["/usr/share/zoneinfo/"] [""], Stack trace (when copying this message, always include the lines below): set TZ env var aslo useless TZ=":Pacific/Fiji" /par/clickhouse
Poco::Exception. Code: 1000, e.code() = 0, Exception: Could not determine time zone from TZ variable value: ':Pacific/Fiji': filesystem error: in canonical: Operation not permitted ["/usr/share/zoneinfo/"] [""], Stack trace (when copying this message, always include the lines below): |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's a docker image issue. the tzdata is missing. Please refer to ClickHouse/ClickHouse#3157