| Anonymous | Login | Signup for a new account | 2013-06-19 16:45 UTC | ![]() |
| Main | My View | View Issues |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0000163 | uhub | Unspecified | public | 2011-08-31 13:48 | 2011-09-07 10:32 | ||||
| Reporter | Delion | ||||||||
| Assigned To | janvidar | ||||||||
| Priority | normal | Severity | minor | Reproducibility | always | ||||
| Status | resolved | Resolution | won't fix | ||||||
| Platform | OS | OS Version | |||||||
| Summary | 0000163: customization problems | ||||||||
| Description | Tried to translate into russian some hub messages like "CID taken", "no nickname given". After doing that hub stops showing this messages. | ||||||||
| Additional Information | Same problem with 0.2.8 on win32 and 0.3.2 on Linux. | ||||||||
| Tags | No tags attached. | ||||||||
| Attached Files | |||||||||
Notes |
|
|
(0000505) janvidar (administrator) 2011-08-31 14:18 |
How did you translate the strings? Are the strings properly utf-8 encoded? |
|
(0000506) Delion (reporter) 2011-08-31 18:17 |
Yepp, didnt noticed that conf files are ANSI encoded. Now it's OK with UTF-8. |
|
(0000507) Delion (reporter) 2011-09-01 16:37 |
No, it's not OK. First, after I converted all conf files to UTF-8, I don't see my MotD more(UTF-8 .txt file) when logging into hub. Second, users.conf goes back to ANSI when hub starts. |
|
(0000508) janvidar (administrator) 2011-09-02 04:40 |
That is weird. uhub do not change these files by itself. It is just that anything that is sent over the protocol that is not valid UTF-8 is discarded by the hub, plus DC++ is also discarding anything that a wrongly configured hub might be sending. Could you provide more information, for instance attach your MOTD? When it comes to the users.conf file, I am unsure what you mean. |
|
(0000509) janvidar (administrator) 2011-09-05 10:16 |
I compiled version 0.2.8 (for Linux) and everything seems to work for me: Can you start uhub with parameters "-vvvvv" and print all the debug output? |
|
(0000510) janvidar (administrator) 2011-09-05 10:17 |
Here is what I get: ./uhub -vvvvv -c /tmp/my_1/uhub.conf 2011-09-05 12:14:20 TRACE: Initializing network monitor. 2011-09-05 12:14:20 TRACE: Opening file /tmp/my_1/uhub.conf for line reading. 2011-09-05 12:14:20 DUMP: Line: server_port=1412 2011-09-05 12:14:20 DUMP: Line: server_bind_addr=any 2011-09-05 12:14:20 DUMP: Line: 2011-09-05 12:14:20 DUMP: Line: max_users=2008 2011-09-05 12:14:20 DUMP: Line: 2011-09-05 12:14:20 DUMP: Line: show_banner=0 2011-09-05 12:14:20 DUMP: Line: 2011-09-05 12:14:20 DUMP: Line: registered_users_only=0 2011-09-05 12:14:20 DUMP: Line: 2011-09-05 12:14:20 DUMP: Line: hub_name=Babylon [A]DC Hub 2011-09-05 12:14:20 DUMP: Line: hub_description=Are you future? 2011-09-05 12:14:20 DUMP: Line: 2011-09-05 12:14:20 DUMP: Line: hub_enabled=1 2011-09-05 12:14:20 DUMP: Line: 2011-09-05 12:14:20 DUMP: Line: file_acl=/tmp/my_1/users.conf 2011-09-05 12:14:20 DUMP: Line: file_motd=/tmp/my_1/???????????.txt 2011-09-05 12:14:20 DUMP: Line: 2011-09-05 12:14:20 DUMP: Line: msg_hub_full = hub is full 2011-09-05 12:14:20 DUMP: Line: msg_hub_disabled = hub is disabled 2011-09-05 12:14:20 DUMP: Line: msg_hub_registered_users_only = hub is for registered users only 2011-09-05 12:14:20 DUMP: Line: msg_inf_error_nick_missing = ??, ??????, ?? ?? ??????? ???? ??? ? ?????????? ???????. 2011-09-05 12:14:20 DUMP: Line: msg_inf_error_nick_multiple = multiple nicknames given 2011-09-05 12:14:20 DUMP: Line: msg_inf_error_nick_invalid = nickname is invalid 2011-09-05 12:14:20 DUMP: Line: msg_inf_error_nick_long = nickname is too long 2011-09-05 12:14:20 DUMP: Line: msg_inf_error_nick_short = nickname is too short 2011-09-05 12:14:20 DUMP: Line: msg_inf_error_nick_spaces = nickname cannot start with spaces 2011-09-05 12:14:20 DUMP: Line: msg_inf_error_nick_bad_chars = nickname contains invalid characters 2011-09-05 12:14:20 DUMP: Line: msg_inf_error_nick_not_utf8 = nickname is not valid utf8 2011-09-05 12:14:20 DUMP: Line: msg_inf_error_nick_taken = nickname is already in use 2011-09-05 12:14:20 DUMP: Line: msg_inf_error_nick_restricted = nickname cannot be used on this hub 2011-09-05 12:14:20 DUMP: Line: msg_inf_error_cid_invalid = CID is not valid 2011-09-05 12:14:20 DUMP: Line: msg_inf_error_cid_missing = CID is not specified 2011-09-05 12:14:20 DUMP: Line: msg_inf_error_cid_taken = CID is taken 2011-09-05 12:14:20 DUMP: Line: msg_inf_error_pid_missing = PID is not specified 2011-09-05 12:14:20 DUMP: Line: msg_inf_error_pid_invalid = PID is invalid 2011-09-05 12:14:20 DUMP: Line: msg_ban_permanently = ??, ??????, ????? ??? ?????? ?? ?????. 2011-09-05 12:14:20 DUMP: Line: msg_ban_temporarily = banned temporarily 2011-09-05 12:14:20 DUMP: Line: msg_auth_invalid_password = password is wrong 2011-09-05 12:14:20 DUMP: Line: msg_auth_user_not_found = user not found in password database 2011-09-05 12:14:20 DUMP: Line: msg_error_no_memory = no memory 2011-09-05 12:14:20 TRACE: Opening file /tmp/my_1/users.conf for line reading. 2011-09-05 12:14:20 DUMP: Line: #user_reg 2011-09-05 12:14:20 DUMP: Line: #user_op 2011-09-05 12:14:20 DUMP: Line: user_admin Delion:password 2011-09-05 12:14:20 DEBUG: ACL: Added user 'Delion' (admin) 2011-09-05 12:14:20 DUMP: Line: #deny_nick Hub-Security 2011-09-05 12:14:20 DUMP: Line: #ban_nick H4X0R 2011-09-05 12:14:20 DUMP: Line: ban_cid JWAXLXWLPG4JETTSPOZI7M2XSCHDLGGUQL5ZEPQ 2011-09-05 12:14:20 DEBUG: ACL: Deny access for: 'JWAXLXWLPG4JETTSPOZI7M2XSCHDLGGUQL5ZEPQ' (ban_cid) 2011-09-05 12:14:20 DUMP: Line: ban_cid L7WJ4UHYFT3BA23E7SCJV7ZLOH3FXIXFCCSUMTY 2011-09-05 12:14:20 DEBUG: ACL: Deny access for: 'L7WJ4UHYFT3BA23E7SCJV7ZLOH3FXIXFCCSUMTY' (ban_cid) 2011-09-05 12:14:20 DUMP: Line: ban_cid PUAG5UY74G5XMWX3XEHNAN7T526GBH7OPXWE4JY 2011-09-05 12:14:20 DEBUG: ACL: Deny access for: 'PUAG5UY74G5XMWX3XEHNAN7T526GBH7OPXWE4JY' (ban_cid) 2011-09-05 12:14:20 DUMP: Line: ban_cid BAQ7D43T5GZEH3F7M5Z3UMYCAPO6G5R2KWZ2XDA 2011-09-05 12:14:20 DEBUG: ACL: Deny access for: 'BAQ7D43T5GZEH3F7M5Z3UMYCAPO6G5R2KWZ2XDA' (ban_cid) 2011-09-05 12:14:20 DUMP: Line: ban_cid QKN4QE3Z7Y3MXICO3Y5HE3O4P7UADVJ6F4XWL3Q 2011-09-05 12:14:20 DEBUG: ACL: Deny access for: 'QKN4QE3Z7Y3MXICO3Y5HE3O4P7UADVJ6F4XWL3Q' (ban_cid) 2011-09-05 12:14:20 DUMP: Line: #deny_ip 10.21.44.0/24 2011-09-05 12:14:20 DUMP: Line: #deny_ip 10.21.44.7-10.21.44.9 2011-09-05 12:14:20 DUMP: Line: #deny_ip 10.21.44.7 2011-09-05 12:14:20 DUMP: Line: #deny_ip 10.21.44.7/32 2011-09-05 12:14:20 DUMP: Line: #nat_ip 10.0.0.0/8 2011-09-05 12:14:20 DUMP: Line: nat_ip 127.0.0.0/8 2011-09-05 12:14:20 DEBUG: ACL: Deny access for: 127.0.0.0/8 2011-09-05 12:14:20 DEBUG: ACL: Deny access for: 127.0.0.0-127.255.255.255 2011-09-05 12:14:20 DEBUG: IPv6 supported. 2011-09-05 12:14:20 INFO: Starting uHub/0.2.8, listening on :::1412... 2011-09-05 12:14:35 TRACE: Got connection from 127.0.0.1 2011-09-05 12:14:35 TRACE: user_create(), hub=0x20f6fb0, sd=7 2011-09-05 12:14:35 TRACE: net_on_read() : fd=7, ev=2, arg=0x20f81c0 2011-09-05 12:14:35 TRACE: net_on_read() : fd=7, ev=2, arg=0x20f81c0 2011-09-05 12:14:35 USER: LoginOK AAAB/OKGNUQWKBP5AW4EBYBBINY67JWNRBAVXJTNQW4I 127.0.0.1 "Dj_Offset" (guest) "EiskaltDC++ V:2.0.3" ^C2011-09-05 12:15:02 INFO: Interrupted. Shutting down... 2011-09-05 12:15:02 TRACE: hub_shutdown_service() 2011-09-05 12:15:02 TRACE: user_destroy(), user=0x20f81c0 2011-09-05 12:15:02 TRACE: Shutting down network monitor |
|
(0000511) Delion (reporter) 2011-09-05 17:10 edited on: 2011-09-05 17:13 |
C:\Project\TRILOGY\Babylon ADC Hub\uHub\0.2.8>uhub.exe -vvvvv 2011-09-05 21:03:48 TRACE: Initializing network monitor. 2011-09-05 21:03:48 TRACE: Opening file uhub.conf for line reading. 2011-09-05 21:03:48 DUMP: Line: server_port=412 2011-09-05 21:03:48 DUMP: Line: server_bind_addr=any 2011-09-05 21:03:48 DUMP: Line: max_users=2008 2011-09-05 21:03:48 DUMP: Line: show_banner=0 2011-09-05 21:03:48 DUMP: Line: registered_users_only=0 2011-09-05 21:03:48 DUMP: Line: hub_name=Babylon [A]DC Hub 2011-09-05 21:03:48 DUMP: Line: hub_description=Are you future? 2011-09-05 21:03:48 DUMP: Line: hub_enabled=1 2011-09-05 21:03:48 DUMP: Line: file_acl=C:\Project\TRILOGY\Babylon ADC Hub\uHu b\0.2.8\users.conf 2011-09-05 21:03:48 DUMP: Line: file_motd=C:\Project\TRILOGY\Babylon ADC Hub\uH ub\0.2.8\??????????????????????.txt 2011-09-05 21:03:48 DUMP: Line: msg_hub_full = hub is full 2011-09-05 21:03:48 DUMP: Line: msg_hub_disabled = hub is disable d 2011-09-05 21:03:48 DUMP: Line: msg_hub_registered_users_only = hub is for reg istered users only 2011-09-05 21:03:48 DUMP: Line: msg_inf_error_nick_missing = ????, ???????? ????, ???? ???? ?????????????? ???????? ?????? ?? ???????????????????? ????????? ?????. 2011-09-05 21:03:48 DUMP: Line: msg_inf_error_nick_multiple = multiple nickn ames given 2011-09-05 21:03:48 DUMP: Line: msg_inf_error_nick_invalid = nickname is in valid 2011-09-05 21:03:48 DUMP: Line: msg_inf_error_nick_long = nickname is to o long 2011-09-05 21:03:48 DUMP: Line: msg_inf_error_nick_short = nickname is to o short 2011-09-05 21:03:48 DUMP: Line: msg_inf_error_nick_spaces = nickname canno t start with spaces 2011-09-05 21:03:48 DUMP: Line: msg_inf_error_nick_bad_chars = nickname conta ins invalid characters 2011-09-05 21:03:48 DUMP: Line: msg_inf_error_nick_not_utf8 = nickname is no t valid utf8 2011-09-05 21:03:48 DUMP: Line: msg_inf_error_nick_taken = nickname is al ready in use 2011-09-05 21:03:48 DUMP: Line: msg_inf_error_nick_restricted = nickname canno t be used on this hub 2011-09-05 21:03:48 DUMP: Line: msg_inf_error_cid_invalid = CID is not val id 2011-09-05 21:03:48 DUMP: Line: msg_inf_error_cid_missing = CID is not spe cified 2011-09-05 21:03:48 DUMP: Line: msg_inf_error_cid_taken = CID is taken 2011-09-05 21:03:48 DUMP: Line: msg_inf_error_pid_missing = PID is not spe cified 2011-09-05 21:03:48 DUMP: Line: msg_inf_error_pid_invalid = PID is invalid 2011-09-05 21:03:48 DUMP: Line: msg_ban_permanently = ????, ???????? ????, ?????????? ?????? ???????????? ???? ??????????. 2011-09-05 21:03:48 DUMP: Line: msg_ban_temporarily = banned tempora rily 2011-09-05 21:03:48 DUMP: Line: msg_auth_invalid_password = password is wr ong 2011-09-05 21:03:48 DUMP: Line: msg_auth_user_not_found = user not found in password database 2011-09-05 21:03:48 DUMP: Line: msg_error_no_memory = no memory_erro r_no_memory = no memory 2011-09-05 21:03:48 TRACE: Opening file C:\Project\TRILOGY\Babylon ADC Hub\uHub\ 0.2.8\users.conf for line reading. 2011-09-05 21:03:48 DUMP: Line: #user_reg 2011-09-05 21:03:48 DUMP: Line: #user_op 2011-09-05 21:03:48 DUMP: Line: user_admin Delion:mypass 2011-09-05 21:03:48 DEBUG: ACL: Added user 'Delion' (admin) 2011-09-05 21:03:48 DUMP: Line: #deny_nick Hub-Security 2011-09-05 21:03:48 DUMP: Line: #ban_nick H4X0R 2011-09-05 21:03:48 DUMP: Line: ban_cid JWAXLXWLPG4JETTSPOZI7M2XSCHDLGGUQL5ZEPQ 2011-09-05 21:03:48 DEBUG: ACL: Deny access for: 'JWAXLXWLPG4JETTSPOZI7M2XSCHDLG GUQL5ZEPQ' (ban_cid) 2011-09-05 21:03:48 DUMP: Line: ban_cid L7WJ4UHYFT3BA23E7SCJV7ZLOH3FXIXFCCSUMTY 2011-09-05 21:03:48 DEBUG: ACL: Deny access for: 'L7WJ4UHYFT3BA23E7SCJV7ZLOH3FXI XFCCSUMTY' (ban_cid) 2011-09-05 21:03:48 DUMP: Line: ban_cid PUAG5UY74G5XMWX3XEHNAN7T526GBH7OPXWE4JY 2011-09-05 21:03:48 DEBUG: ACL: Deny access for: 'PUAG5UY74G5XMWX3XEHNAN7T526GBH 7OPXWE4JY' (ban_cid) 2011-09-05 21:03:48 DUMP: Line: ban_cid BAQ7D43T5GZEH3F7M5Z3UMYCAPO6G5R2KWZ2XDA 2011-09-05 21:03:48 DEBUG: ACL: Deny access for: 'BAQ7D43T5GZEH3F7M5Z3UMYCAPO6G5 R2KWZ2XDA' (ban_cid) 2011-09-05 21:03:48 DUMP: Line: ban_cid QKN4QE3Z7Y3MXICO3Y5HE3O4P7UADVJ6F4XWL3Q 2011-09-05 21:03:48 DEBUG: ACL: Deny access for: 'QKN4QE3Z7Y3MXICO3Y5HE3O4P7UADV J6F4XWL3Q' (ban_cid) 2011-09-05 21:03:48 DUMP: Line: #deny_ip 10.21.44.0/24 2011-09-05 21:03:48 DUMP: Line: #deny_ip 10.21.44.7-10.21.44.9 2011-09-05 21:03:48 DUMP: Line: #deny_ip 10.21.44.7 2011-09-05 21:03:48 DUMP: Line: #deny_ip 10.21.44.7/32 2011-09-05 21:03:48 DUMP: Line: #nat_ip 10.0.0.0/8 2011-09-05 21:03:48 DUMP: Line: nat_ip 127.0.0.0/8 2011-09-05 21:03:48 DEBUG: ACL: Deny access for: 127.0.0.0/8 2011-09-05 21:03:48 TRACE: net_is_ipv6_supported(): IPv6 is not supported on thi s system. 2011-09-05 21:03:48 DEBUG: ACL: Deny access for: 127.0.0.0-127.255.255.255 2011-09-05 21:03:48 DEBUG: IPv6 not supported. 2011-09-05 21:03:48 INFO: Starting uHub/0.2.8, listening on 0.0.0.0:412... 2011-09-05 21:03:49 TRACE: Got connection from 188.142.33.141 2011-09-05 21:03:49 TRACE: user_create(), hub=0p3e5290, sd=1876 2011-09-05 21:03:49 TRACE: net_on_read() : fd=1876, ev=2, arg=0p3e5d48 2011-09-05 21:03:49 TRACE: net_on_read() : fd=1876, ev=2, arg=0p3e5d48 2011-09-05 21:03:49 USER: LoginOK AAAB/HQLLGQA2XW3YOUZMHZISIJBR62T6OEKJXTKI RCA 188.142.33.141 "Ayo" (guest) "ncdc 0.8g" 2011-09-05 21:03:50 TRACE: Got connection from 85.66.226.228 2011-09-05 21:03:50 TRACE: user_create(), hub=0p3e5290, sd=1860 2011-09-05 21:03:50 TRACE: net_on_read() : fd=1860, ev=2, arg=0p3e63e0 2011-09-05 21:03:50 TRACE: Got connection from 213.191.29.65 2011-09-05 21:03:50 TRACE: user_create(), hub=0p3e5290, sd=1848 2011-09-05 21:03:50 TRACE: net_on_read() : fd=1848, ev=2, arg=0p3e65d0 2011-09-05 21:03:50 TRACE: Got connection from 91.203.67.216 2011-09-05 21:03:50 TRACE: user_create(), hub=0p3e5290, sd=1836 2011-09-05 21:03:50 TRACE: net_on_read() : fd=1836, ev=2, arg=0p3e67d8 2011-09-05 21:03:50 TRACE: net_on_read() : fd=1860, ev=2, arg=0p3e63e0 2011-09-05 21:03:50 USER: LoginOK AAAC/NFFM2DWY2E3WEHF7FVFAZLJRTJSCXUMQC74B YJA 85.66.226.228 "Luj??" (guest) "gl++ 5.88" 2011-09-05 21:03:50 TRACE: Got connection from 188.128.109.194 2011-09-05 21:03:50 TRACE: user_create(), hub=0p3e5290, sd=1824 2011-09-05 21:03:50 TRACE: net_on_read() : fd=1824, ev=2, arg=0p3e6d18 2011-09-05 21:03:50 TRACE: net_on_read() : fd=1836, ev=2, arg=0p3e67d8 2011-09-05 21:03:50 USER: LoginOK AAAE/PF7TOAMFMA373MMYVTAQYLGC4KI7HGZFTY6K BBQ 91.203.67.216 "shilodmb" (guest) "gl++ 5.93" 2011-09-05 21:03:50 TRACE: net_on_read() : fd=1848, ev=2, arg=0p3e65d0 2011-09-05 21:03:50 USER: LoginOK AAAD/FF2LWPVQMZPXW3N3OIT2VSLPS5PSJJALACEL UUY 213.191.29.65 "Andrew-Verbickii" (guest) "gl++ 0.33" 2011-09-05 21:03:50 TRACE: Got connection from 212.103.113.38 2011-09-05 21:03:50 TRACE: user_create(), hub=0p3e5290, sd=1812 2011-09-05 21:03:50 TRACE: net_on_read() : fd=1812, ev=2, arg=0p3e75e0 2011-09-05 21:03:51 TRACE: net_on_read() : fd=1824, ev=2, arg=0p3e6d18 2011-09-05 21:03:51 USER: LoginOK AAAF/WHBZVI35542JBFFZEUIB2QOYKZFJWFOUW3YY O7Y 188.128.109.194 "likstepan" (guest) "StrgDC++ 2.21" 2011-09-05 21:03:51 TRACE: Got connection from 46.0.185.160 2011-09-05 21:03:51 TRACE: user_create(), hub=0p3e5290, sd=1800 2011-09-05 21:03:51 TRACE: net_on_read() : fd=1800, ev=2, arg=0p3e7a88 2011-09-05 21:03:51 TRACE: Got connection from 188.134.60.91 2011-09-05 21:03:51 TRACE: user_create(), hub=0p3e5290, sd=1788 2011-09-05 21:03:51 TRACE: net_on_read() : fd=1788, ev=2, arg=0p3e7c78 2011-09-05 21:03:51 TRACE: net_on_read() : fd=1812, ev=2, arg=0p3e75e0 2011-09-05 21:03:51 USER: LoginOK AAAG/SRZFJA4B6CVZG66MJBEZLS6GOMARYQP3FB3P D5I 212.103.113.38 "????????????????????" (guest) "gl++ 0.23" 2011-09-05 21:03:51 TRACE: net_on_read() : fd=1788, ev=2, arg=0p3e7c78 2011-09-05 21:03:51 USER: LoginOK AAAI/BO6BYMH6X6MLR43ZMQSNMFWVDQCQVQYUYUEH ZOQ 188.134.60.91 "Gcanzax65" (guest) "gl++ 0.49" 2011-09-05 21:03:51 TRACE: net_on_read() : fd=1800, ev=2, arg=0p3e7a88 2011-09-05 21:03:51 USER: LoginOK AAAH/W55HYKCOTTBY433V5553UMEZVXWQMJAZ6NV6 IWI 46.0.185.160 "HDMI" (guest) "pl++ 5.96" 2011-09-05 21:03:53 TRACE: Got connection from 127.0.0.1 2011-09-05 21:03:53 TRACE: user_create(), hub=0p3e5290, sd=1776 2011-09-05 21:03:53 TRACE: net_on_read() : fd=1776, ev=2, arg=0p3e85f0 2011-09-05 21:03:53 TRACE: net_on_read() : fd=1776, ev=2, arg=0p3e85f0 2011-09-05 21:03:53 TRACE: net_on_read() : fd=1776, ev=2, arg=0p3e85f0 2011-09-05 21:03:53 USER: LoginOK AAAJ/H5IDOG4FQHTEIOJUJ7AYR2HYJQHG5ORAK7JQ B4I 127.0.0.1 "Delion" (admin) "RSX++ 1.21" 2011-09-05 21:03:54 TRACE: Got connection from 94.251.59.225 2011-09-05 21:03:54 TRACE: user_create(), hub=0p3e5290, sd=1764 2011-09-05 21:03:54 TRACE: net_on_read() : fd=1764, ev=2, arg=0p3e8b90 2011-09-05 21:03:54 TRACE: net_on_read() : fd=1764, ev=2, arg=0p3e8b90 2011-09-05 21:03:54 USER: LoginOK AAAK/VFIA7ZMKHS3WOWIV25REZV74FLAQWEWD7JZI W5Y 94.251.59.225 "aneo78" (guest) "EiskaltDC++ 2.2.3" 2011-09-05 21:03:57 TRACE: Got connection from 46.247.176.187 2011-09-05 21:03:57 TRACE: user_create(), hub=0p3e5290, sd=1752 2011-09-05 21:03:57 TRACE: net_on_read() : fd=1752, ev=2, arg=0p3e9398 2011-09-05 21:03:58 TRACE: net_on_read() : fd=1752, ev=2, arg=0p3e9398 2011-09-05 21:03:58 USER: LoginOK AAAL/Q5456TRQ3NQE5SHW5HSZMCEAHVN2P77HVZIG RPI 46.247.176.187 "oleg1992" (guest) "++ 0.75" 2011-09-05 21:04:00 TRACE: net_on_read() : fd=1776, ev=2, arg=0p3e85f0 2011-09-05 21:04:00 TRACE: hub_shutdown_service() 2011-09-05 21:04:00 TRACE: user_destroy(), user=0p3e5d48 2011-09-05 21:04:00 TRACE: user_destroy(), user=0p3e63e0 2011-09-05 21:04:00 TRACE: user_destroy(), user=0p3e67d8 2011-09-05 21:04:00 TRACE: user_destroy(), user=0p3e65d0 2011-09-05 21:04:00 TRACE: user_destroy(), user=0p3e6d18 2011-09-05 21:04:00 TRACE: user_destroy(), user=0p3e75e0 2011-09-05 21:04:00 TRACE: user_destroy(), user=0p3e7c78 2011-09-05 21:04:00 TRACE: user_destroy(), user=0p3e7a88 2011-09-05 21:04:00 TRACE: user_destroy(), user=0p3e85f0 2011-09-05 21:04:00 TRACE: user_destroy(), user=0p3e8b90 2011-09-05 21:04:00 TRACE: user_destroy(), user=0p3e9398 2011-09-05 21:04:00 TRACE: Shutting down network monitor C:\Project\TRILOGY\Babylon ADC Hub\uHub\0.2.8> Like that. |
|
(0000512) janvidar (administrator) 2011-09-05 20:46 |
That did not catch any issues. Can you rename your motd file to contain ascii characters only (in the filename)? |
|
(0000513) Delion (reporter) 2011-09-06 09:13 |
???????????.txt => privetstvie.txt Now it works. |
|
(0000514) janvidar (administrator) 2011-09-06 22:37 |
OK, so it is some kind of encoding problem. What is the system encoding you use on your file system? |
|
(0000515) Delion (reporter) 2011-09-07 05:18 |
Hm, I'm just using NTFS on Windows XP SP3. |
|
(0000517) janvidar (administrator) 2011-09-07 10:31 |
Yes, but what is your system locale? If it is not utf-8 then this will surely fail as the configuration file is limited to utf-8. There is no conversion from utf-8 to system local encoding when opening a file on the local file system, so any mismatch will cause uhub to see the file as not existing. |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2011-08-31 13:48 | Delion | New Issue | |
| 2011-08-31 14:18 | janvidar | Note Added: 0000505 | |
| 2011-08-31 18:17 | Delion | Note Added: 0000506 | |
| 2011-09-01 08:09 | janvidar | Status | new => resolved |
| 2011-09-01 08:09 | janvidar | Resolution | open => no change required |
| 2011-09-01 08:09 | janvidar | Assigned To | => janvidar |
| 2011-09-01 16:37 | Delion | Note Added: 0000507 | |
| 2011-09-01 16:37 | Delion | Status | resolved => feedback |
| 2011-09-01 16:37 | Delion | Resolution | no change required => reopened |
| 2011-09-02 04:40 | janvidar | Note Added: 0000508 | |
| 2011-09-02 16:32 | Delion | File Added: my.zip | |
| 2011-09-05 10:16 | janvidar | Note Added: 0000509 | |
| 2011-09-05 10:17 | janvidar | Note Added: 0000510 | |
| 2011-09-05 17:10 | Delion | Note Added: 0000511 | |
| 2011-09-05 17:12 | Delion | Note Edited: 0000511 | |
| 2011-09-05 17:13 | Delion | Note Edited: 0000511 | |
| 2011-09-05 20:46 | janvidar | Note Added: 0000512 | |
| 2011-09-06 09:13 | Delion | Note Added: 0000513 | |
| 2011-09-06 22:37 | janvidar | Note Added: 0000514 | |
| 2011-09-07 05:18 | Delion | Note Added: 0000515 | |
| 2011-09-07 10:31 | janvidar | Note Added: 0000517 | |
| 2011-09-07 10:32 | janvidar | Status | feedback => resolved |
| 2011-09-07 10:32 | janvidar | Resolution | reopened => won't fix |
| 2013-04-15 12:32 | janvidar | Category | => Unspecified |
| Copyright © 2000 - 2013 MantisBT Team |