listenerSupervisor: Failed service after upgrade to v0.14.48

I’m running syncthing in a FreeBSD 11.1 jail, Everything was working before upgrading from v0.14.45 to v0.14.48, at which point Syncthing began to fail to start.

Here’s what’s repeated in my log:

[IVJEE] 10:37:59 INFO: Relay listener (dynamic+https://relays.syncthing.net/endpoint) starting
[IVJEE] 10:37:59 INFO: Device IVJEE33-WBEK55O-FT6TTLB-PJCL6Y2-OGYL7CQ-MXJ3ZOI-JFGKXKY-QG7FPQX is "syncthing" at [dynamic]
[IVJEE] 10:37:59 INFO: GUI and API listening on 127.0.0.1:8384
[IVJEE] 10:37:59 INFO: Access the GUI via the following URL: http://127.0.0.1:8384/
[IVJEE] 10:38:00 INFO: Relay listener (dynamic+https://relays.syncthing.net/endpoint) shutting down
[IVJEE] 10:38:00 INFO: c.S.listenerSupervisor: Failed service 'dynamic+https://relays.syncthing.net/endpoint' (1.000000 failures of 2.000000), restarting: true, error: "{dynamic+https://relays.syncthing.net/endpoint dynamic+https://relays.syncthing.net/endpoint} returned unexpectedly", stacktrace: [unknown stack trace]

I rolled back to v0.14.45 and it starts.

This has nothing todo with syncthing, more todo with firewall allowing to connect out to the relay pool server. You can run with STTRACE=all env var and see if you see a more specific reason, but it’s usually firewall or OS certificates (or the way go reads them between different versions of Go used in different versions of syncthing).

Yea, 0.14.45 is doing it now too…

Looks like a cert issue as you mentioned

x509: failed to load system roots and no roots provided
1 Like

Here are my logs:

2018/07/24 15:44:41.487607 debug.go:36: DEBUG: Enabling lock logging at 100ms threshold
2018/07/24 15:44:41.585820 logfs.go:73: DEBUG: main.go:1128 basic /usr/local/etc/syncthing/ MkdirAll . 448 <nil>
2018/07/24 15:44:41.585848 logfs.go:115: DEBUG: main.go:1133 basic /usr/local/etc/syncthing/ Stat . {0xc4200cf970} <nil>
[start] 2018/07/24 15:44:41.586011 events.go:281: DEBUG: subscribe Unknown
[start] 2018/07/24 15:44:41.586056 events.go:281: DEBUG: subscribe Unknown
[IVJEE] 2018/07/24 15:44:41.590884 main.go:643: INFO: syncthing v0.14.48 "Dysprosium Dragonfly" (go1.10.3 freebsd-amd64) root@111amd64-quarterly-job-02 2018-07-03 07:57:30 UTC [noupgrade]
[IVJEE] 2018/07/24 15:44:41.590899 main.go:644: INFO: My ID: IVJEE33-WBEK55O-FT6TTLB-PJCL6Y2-OGYL7CQ-MXJ3ZOI-JFGKXKY-QG7FPQX
[IVJEE] 2018/07/24 15:44:42.109425 internal.go:56: DEBUG: Dialer logging disabled, as no proxy was detected
[IVJEE] 2018/07/24 15:44:42.495911 sha256.go:92: INFO: Single thread SHA256 performance is 360 MB/s using minio/sha256-simd (353 MB/s using crypto/sha256).
[IVJEE] 2018/07/24 15:44:42.495962 events.go:244: DEBUG: log 1 Starting map[home:/usr/local/etc/syncthing myID:IVJEE33-WBEK55O-FT6TTLB-PJCL6Y2-OGYL7CQ-MXJ3ZOI-JFGKXKY-QG7FPQX]
[IVJEE] 2018/07/24 15:44:42.964231 main.go:700: INFO: Hashing performance is 303.69 MB/s
[IVJEE] 2018/07/24 15:44:43.014999 progressemitter.go:196: DEBUG: progress emitter: updated interval 5s
[IVJEE] 2018/07/24 15:44:43.015235 logfs.go:79: DEBUG: ignore.go:304 basic /Sync/ Open .stignore <nil> open /Sync/.stignore: no such file or directory
[IVJEE] 2018/07/24 15:44:43.015352 logfs.go:115: DEBUG: folderconfiguration.go:192 basic /Sync/ Stat . <nil> stat /Sync/: no such file or directory
[IVJEE] 2018/07/24 15:44:43.015376 logfs.go:73: DEBUG: folderconfiguration.go:193 basic /Sync/ MkdirAll . 511 mkdir /Sync/: permission denied
[IVJEE] 2018/07/24 15:44:43.015383 folderconfiguration.go:194: WARNING: Creating directory for "Default Folder" (default): mkdir /Sync/: permission denied
[IVJEE] 2018/07/24 15:44:43.015392 logfs.go:115: DEBUG: folderconfiguration.go:151 basic /Sync/ Stat . <nil> stat /Sync/: no such file or directory
[IVJEE] 2018/07/24 15:44:43.015396 model.go:243: WARNING: Creating folder marker: folder path missing
[IVJEE] 2018/07/24 15:44:43.015423 logfs.go:145: DEBUG: model.go:259 basic /Sync/ Hide .stfolder <nil>
[IVJEE] 2018/07/24 15:44:43.015429 logfs.go:145: DEBUG: model.go:260 basic /Sync/ Hide .stversions <nil>
[IVJEE] 2018/07/24 15:44:43.015434 logfs.go:145: DEBUG: model.go:261 basic /Sync/ Hide .stignore <nil>
[IVJEE] 2018/07/24 15:44:43.015457 model.go:194: INFO: Ready to synchronize "Default Folder" (default) (readwrite)
[IVJEE] 2018/07/24 15:44:43.015502 rwfolder.go:141: DEBUG: sendReceiveFolder/default@0xc4200e0f00 starting
[IVJEE] 2018/07/24 15:44:43.015548 logfs.go:115: DEBUG: folderconfiguration.go:151 basic /Sync/ Stat . <nil> stat /Sync/: no such file or directory
[IVJEE] 2018/07/24 15:44:43.015559 limiter.go:161: INFO: Overall send rate is unlimited, receive rate is unlimited
[IVJEE] 2018/07/24 15:44:43.015565 limiter.go:166: INFO: Rate limits do not apply to LAN connections
[IVJEE] 2018/07/24 15:44:43.015586 folder.go:243: WARNING: Error on folder "Default Folder" (default): folder path missing
[IVJEE] 2018/07/24 15:44:43.015671 service.go:490: DEBUG: Starting listener dynamic+https://relays.syncthing.net/endpoint
[IVJEE] 2018/07/24 15:44:43.015684 service.go:490: DEBUG: Starting listener tcp://0.0.0.0:22000
[IVJEE] 2018/07/24 15:44:43.015698 service.go:576: DEBUG: Starting NAT service
[IVJEE] 2018/07/24 15:44:43.015714 events.go:244: DEBUG: log 2 StateChanged map[folder:default from:idle error:folder path missing to:error]
[IVJEE] 2018/07/24 15:44:43.015758 main.go:797: INFO: Using discovery server https://discovery-v4.syncthing.net/v2/?nolookup&id=LYXKCHX-VI3NYZR-ALCJBHF-WMZYSPK-QG6QJA3-MPFYMSO-U56GTUK-NA2MIAW
[IVJEE] 2018/07/24 15:44:43.015824 main.go:797: INFO: Using discovery server https://discovery-v6.syncthing.net/v2/?nolookup&id=LYXKCHX-VI3NYZR-ALCJBHF-WMZYSPK-QG6QJA3-MPFYMSO-U56GTUK-NA2MIAW
[IVJEE] 2018/07/24 15:44:43.015842 service.go:304: DEBUG: Reconnect loop
[IVJEE] 2018/07/24 15:44:43.015852 tcp_listen.go:69: INFO: TCP listener ([::]:22000) starting
[IVJEE] 2018/07/24 15:44:43.015894 service.go:422: DEBUG: initial rampup; sleep 1s and update to 2s
[IVJEE] 2018/07/24 15:44:43.015917 main.go:797: INFO: Using discovery server https://discovery.syncthing.net/v2/?noannounce&id=LYXKCHX-VI3NYZR-ALCJBHF-WMZYSPK-QG6QJA3-MPFYMSO-U56GTUK-NA2MIAW
[IVJEE] 2018/07/24 15:44:43.015932 events.go:281: DEBUG: subscribe ListenAddressesChanged
[IVJEE] 2018/07/24 15:44:43.016147 events.go:281: DEBUG: subscribe ListenAddressesChanged
[IVJEE] 2018/07/24 15:44:43.016190 relay_listen.go:65: INFO: Relay listener (dynamic+https://relays.syncthing.net/endpoint) starting
[IVJEE] 2018/07/24 15:44:43.016447 dynamic.go:61: DEBUG: DynamicClient:0xc4206d4000:<nil>@dynamic+https://relays.syncthing.net/endpoint looking up dynamic relays
[IVJEE] 2018/07/24 15:44:43.016582 global.go:234: DEBUG: Announcement: {"addresses":["tcp://0.0.0.0:22000"]}
[IVJEE] 2018/07/24 15:44:43.016605 upnp.go:144: DEBUG: Starting discovery of device type urn:schemas-upnp-org:device:InternetGatewayDevice:1 on lo0
[IVJEE] 2018/07/24 15:44:43.016692 broadcast.go:86: DEBUG: broadcastWriter@0xc420514100 starting
[IVJEE] 2018/07/24 15:44:43.016769 broadcast.go:178: DEBUG: broadcastReader@0xc4205140c0 starting
[IVJEE] 2018/07/24 15:44:43.018452 global.go:234: DEBUG: Announcement: {"addresses":["tcp://0.0.0.0:22000"]}
[IVJEE] 2018/07/24 15:44:43.018763 upnp.go:144: DEBUG: Starting discovery of device type urn:schemas-upnp-org:device:InternetGatewayDevice:2 on vnet1
[IVJEE] 2018/07/24 15:44:43.018853 upnp.go:144: DEBUG: Starting discovery of device type urn:schemas-upnp-org:device:InternetGatewayDevice:2 on lo0
[IVJEE] 2018/07/24 15:44:43.019019 multicast.go:159: DEBUG: multicastReader@0xc420514140 starting
[IVJEE] 2018/07/24 15:44:43.021152 upnp.go:159: DEBUG: Sending search request for device type urn:schemas-upnp-org:device:InternetGatewayDevice:1 on lo0
[IVJEE] 2018/07/24 15:44:43.021168 progressemitter.go:62: DEBUG: progress emitter: timer - looking after 0
[IVJEE] 2018/07/24 15:44:43.021193 multicast.go:85: DEBUG: multicastWriter@0xc420514180 starting
[IVJEE] 2018/07/24 15:44:43.021207 broadcast.go:122: DEBUG: addresses: [172.20.40.255]
[IVJEE] 2018/07/24 15:44:43.021225 multicast.go:190: DEBUG: IPv6 join lo0 success
[IVJEE] 2018/07/24 15:44:43.021253 rwfolder.go:200: DEBUG: sendReceiveFolder/default@0xc4200e0f00 Scanning subdirectories
[IVJEE] 2018/07/24 15:44:43.021278 upnp.go:169: DEBUG: Listening for UPnP response for device type urn:schemas-upnp-org:device:InternetGatewayDevice:1 on lo0
[IVJEE] 2018/07/24 15:44:43.021305 upnp.go:159: DEBUG: Sending search request for device type urn:schemas-upnp-org:device:InternetGatewayDevice:2 on vnet1
[IVJEE] 2018/07/24 15:44:43.021349 upnp.go:169: DEBUG: Listening for UPnP response for device type urn:schemas-upnp-org:device:InternetGatewayDevice:2 on vnet1
[IVJEE] 2018/07/24 15:44:43.021357 multicast.go:129: DEBUG: sent 69 bytes to [ff12::8384]:21027 on lo0
[IVJEE] 2018/07/24 15:44:43.021391 upnp.go:159: DEBUG: Sending search request for device type urn:schemas-upnp-org:device:InternetGatewayDevice:2 on lo0
[IVJEE] 2018/07/24 15:44:43.021408 broadcast.go:204: DEBUG: recv 69 bytes from 172.20.40.33:38510
[IVJEE] 2018/07/24 15:44:43.021426 broadcast.go:147: DEBUG: sent 69 bytes to 172.20.40.255:21027
[IVJEE] 2018/07/24 15:44:43.021434 multicast.go:190: DEBUG: IPv6 join vnet1 success
[IVJEE] 2018/07/24 15:44:43.021452 local.go:193: DEBUG: discover: Received local announcement from 172.20.40.33:38510 for IVJEE33-WBEK55O-FT6TTLB-PJCL6Y2-OGYL7CQ-MXJ3ZOI-JFGKXKY-QG7FPQX
[IVJEE] 2018/07/24 15:44:43.021470 logfs.go:115: DEBUG: folderconfiguration.go:151 basic /Sync/ Stat . <nil> stat /Sync/: no such file or directory
[IVJEE] 2018/07/24 15:44:43.021496 global.go:238: DEBUG: announce POST: Post https://discovery-v6.syncthing.net/v2/: dial tcp [2a03:b0c0:0:1010::bb:4001]:443: connect: no route to host
[IVJEE] 2018/07/24 15:44:43.021511 progressemitter.go:81: DEBUG: progress emitter: nothing new
[IVJEE] 2018/07/24 15:44:43.021528 multicast.go:209: DEBUG: recv 69 bytes from [fe80::1%lo0]:31001
[IVJEE] 2018/07/24 15:44:43.021575 local.go:193: DEBUG: discover: Received local announcement from [fe80::1%lo0]:31001 for IVJEE33-WBEK55O-FT6TTLB-PJCL6Y2-OGYL7CQ-MXJ3ZOI-JFGKXKY-QG7FPQX
[IVJEE] 2018/07/24 15:44:43.021590 folder.go:152: INFO: Failed initial scan of readwrite folder "Default Folder" (default)
[IVJEE] 2018/07/24 15:44:43.021602 multicast.go:124: DEBUG: write udp [::]:31001->[ff12::8384]:21027: sendmsg: can't assign requested address on write to [ff12::8384]:21027 vnet1
[IVJEE] 2018/07/24 15:44:43.021611 upnp.go:169: DEBUG: Listening for UPnP response for device type urn:schemas-upnp-org:device:InternetGatewayDevice:2 on lo0
[IVJEE] 2018/07/24 15:44:43.021634 folderscanner.go:44: DEBUG: &{3600000000000 0xc420176820 0xc420182cc0 0xc420182d20} next rescan in 53m7.295779304s
[IVJEE] 2018/07/24 15:44:43.021647 upnp.go:144: DEBUG: Starting discovery of device type urn:schemas-upnp-org:device:InternetGatewayDevice:1 on vnet1
[IVJEE] 2018/07/24 15:44:43.021661 logfs.go:115: DEBUG: folderconfiguration.go:151 basic /Sync/ Stat . <nil> stat /Sync/: no such file or directory
[IVJEE] 2018/07/24 15:44:43.021699 rwfolder.go:243: DEBUG: Skipping pull of "Default Folder" (default) due to folder error: folder path missing
[IVJEE] 2018/07/24 15:44:43.021755 upnp.go:159: DEBUG: Sending search request for device type urn:schemas-upnp-org:device:InternetGatewayDevice:1 on vnet1
[IVJEE] 2018/07/24 15:44:43.021781 upnp.go:169: DEBUG: Listening for UPnP response for device type urn:schemas-upnp-org:device:InternetGatewayDevice:1 on vnet1
[IVJEE] 2018/07/24 15:44:43.022633 pmp.go:34: DEBUG: Discovered gateway at 172.20.40.1
[IVJEE] 2018/07/24 15:44:43.023421 main.go:842: INFO: Device IVJEE33-WBEK55O-FT6TTLB-PJCL6Y2-OGYL7CQ-MXJ3ZOI-JFGKXKY-QG7FPQX is "syncthing" at [dynamic]
[IVJEE] 2018/07/24 15:44:43.023549 events.go:244: DEBUG: log 3 StartupComplete map[myID:IVJEE33-WBEK55O-FT6TTLB-PJCL6Y2-OGYL7CQ-MXJ3ZOI-JFGKXKY-QG7FPQX]
[IVJEE] 2018/07/24 15:44:43.023606 events.go:281: DEBUG: subscribe DeviceConnected
[IVJEE] 2018/07/24 15:44:43.023659 events.go:311: DEBUG: unsubscribe
[IVJEE] 2018/07/24 15:44:43.023670 logfs.go:151: DEBUG: main.go:1263 basic /usr/local/etc/syncthing/ Glob panic-*.log [] <nil>
[IVJEE] 2018/07/24 15:44:43.023701 logfs.go:151: DEBUG: main.go:1263 basic /usr/local/etc/syncthing/ Glob index-v0.11.0.db [] <nil>
[IVJEE] 2018/07/24 15:44:43.023746 logfs.go:151: DEBUG: main.go:1263 basic /usr/local/etc/syncthing/ Glob *.idx.gz [] <nil>
[IVJEE] 2018/07/24 15:44:43.023770 logfs.go:151: DEBUG: main.go:1263 basic /usr/local/etc/syncthing/ Glob backup-of-v0.8 [] <nil>
[IVJEE] 2018/07/24 15:44:43.023813 logfs.go:151: DEBUG: main.go:1263 basic /usr/local/etc/syncthing/ Glob tmp-index-sorter.* [] <nil>
[IVJEE] 2018/07/24 15:44:43.023854 logfs.go:151: DEBUG: main.go:1263 basic /usr/local/etc/syncthing/ Glob audit-*.log [] <nil>
[IVJEE] 2018/07/24 15:44:43.023877 logfs.go:151: DEBUG: main.go:1263 basic /usr/local/etc/syncthing/ Glob index [] <nil>
[IVJEE] 2018/07/24 15:44:43.023899 logfs.go:151: DEBUG: main.go:1263 basic /usr/local/etc/syncthing/ Glob index-v0.13.0.db [] <nil>
[IVJEE] 2018/07/24 15:44:43.023936 logfs.go:151: DEBUG: main.go:1263 basic /usr/local/etc/syncthing/ Glob index*.converted [] <nil>
[IVJEE] 2018/07/24 15:44:43.023983 gui.go:373: INFO: GUI and API listening on 127.0.0.1:8384
[IVJEE] 2018/07/24 15:44:43.023998 gui.go:374: INFO: Access the GUI via the following URL: http://127.0.0.1:8384/
[IVJEE] 2018/07/24 15:44:43.024017 events.go:281: DEBUG: subscribe Unknown
[IVJEE] 2018/07/24 15:44:43.024033 logfs.go:151: DEBUG: main.go:1263 basic /usr/local/etc/syncthing/ Glob config.xml.v* [] <nil>
[IVJEE] 2018/07/24 15:44:44.039643 service.go:304: DEBUG: Reconnect loop
[IVJEE] 2018/07/24 15:44:44.039664 service.go:422: DEBUG: initial rampup; sleep 2s and update to 4s
[IVJEE] 2018/07/24 15:44:45.368506 dynamic.go:86: DEBUG: DynamicClient:0xc4206d4000:<nil>@dynamic+https://relays.syncthing.net/endpoint found relay://51.15.169.145:22067/?id=PPF6S2U-ILQ4RUH-EG7DDDB-54RQSKI-SPU3GBJ-V5YYQOU-4GH3RAE-LZALVQQ&pingInterval=1m0s&networkTimeout=2m0s&sessionLimitBps=0&globalLimitBps=0&statusAddr=:22070&providedBy=janttsu
[REDACTED]
[IVJEE] 2018/07/24 15:44:45.498764 global.go:243: DEBUG: announce POST: 204 No Content
[IVJEE] 2018/07/24 15:44:45.498775 global.go:270: DEBUG: announce Reannounce-After: 3507 <nil>
[IVJEE] 2018/07/24 15:44:46.043670 service.go:304: DEBUG: Reconnect loop
[IVJEE] 2018/07/24 15:44:46.043689 service.go:422: DEBUG: initial rampup; sleep 4s and update to 8s
[IVJEE] 2018/07/24 15:44:50.102712 service.go:304: DEBUG: Reconnect loop
[IVJEE] 2018/07/24 15:44:50.102731 service.go:422: DEBUG: initial rampup; sleep 8s and update to 16s
[IVJEE] 2018/07/24 15:44:53.022587 upnp.go:191: DEBUG: Discovery for device type urn:schemas-upnp-org:device:InternetGatewayDevice:2 on vnet1 finished.
[IVJEE] 2018/07/24 15:44:53.022622 upnp.go:191: DEBUG: Discovery for device type urn:schemas-upnp-org:device:InternetGatewayDevice:1 on lo0 finished.
[IVJEE] 2018/07/24 15:44:53.022647 upnp.go:191: DEBUG: Discovery for device type urn:schemas-upnp-org:device:InternetGatewayDevice:2 on lo0 finished.
[IVJEE] 2018/07/24 15:44:53.022665 upnp.go:191: DEBUG: Discovery for device type urn:schemas-upnp-org:device:InternetGatewayDevice:1 on vnet1 finished.
[IVJEE] 2018/07/24 15:44:53.024401 pmp.go:41: DEBUG: Timeout trying to get external address, assume no NAT-PMP available
[IVJEE] 2018/07/24 15:44:53.024523 service.go:61: INFO: Detected 0 NAT services
[IVJEE] 2018/07/24 15:44:58.172596 service.go:304: DEBUG: Reconnect loop
[IVJEE] 2018/07/24 15:44:58.172619 service.go:422: DEBUG: initial rampup; sleep 16s and update to 32s
[IVJEE] 2018/07/24 15:45:03.758426 tcp_listen.go:103: DEBUG: Listen (BEP/tcp): connect from 172.20.20.2:57928
[IVJEE] 2018/07/24 15:45:03.793421 events.go:244: DEBUG: log 4 DeviceRejected map[name: device:LOE524N-Q23VGDE-EW4KVL5-PAFGTCA-SF6BIJG-SVUYS6G-33DVAOM-GAXFTAR address:172.20.20.2:57928]
[IVJEE] 2018/07/24 15:45:03.793561 service.go:220: INFO: Connection from LOE524N-Q23VGDE-EW4KVL5-PAFGTCA-SF6BIJG-SVUYS6G-33DVAOM-GAXFTAR at 172.20.20.2:57928 (tcp-server) rejected: unknown device
[IVJEE] 2018/07/24 15:45:13.022213 broadcast.go:122: DEBUG: addresses: [172.20.40.255]
[IVJEE] 2018/07/24 15:45:13.022255 multicast.go:129: DEBUG: sent 69 bytes to [ff12::8384]:21027 on lo0
[IVJEE] 2018/07/24 15:45:13.022277 multicast.go:209: DEBUG: recv 69 bytes from [fe80::1%lo0]:31001
[IVJEE] 2018/07/24 15:45:13.022298 broadcast.go:147: DEBUG: sent 69 bytes to 172.20.40.255:21027
[IVJEE] 2018/07/24 15:45:13.022318 broadcast.go:204: DEBUG: recv 69 bytes from 172.20.40.33:38510
[IVJEE] 2018/07/24 15:45:13.022349 local.go:193: DEBUG: discover: Received local announcement from 172.20.40.33:38510 for IVJEE33-WBEK55O-FT6TTLB-PJCL6Y2-OGYL7CQ-MXJ3ZOI-JFGKXKY-QG7FPQX
[IVJEE] 2018/07/24 15:45:13.022361 local.go:193: DEBUG: discover: Received local announcement from [fe80::1%lo0]:31001 for IVJEE33-WBEK55O-FT6TTLB-PJCL6Y2-OGYL7CQ-MXJ3ZOI-JFGKXKY-QG7FPQX
[IVJEE] 2018/07/24 15:45:13.022370 multicast.go:124: DEBUG: write udp [::]:31001->[ff12::8384]:21027: sendmsg: can't assign requested address on write to [ff12::8384]:21027 vnet1
[IVJEE] 2018/07/24 15:45:14.174337 service.go:304: DEBUG: Reconnect loop
[IVJEE] 2018/07/24 15:45:14.174376 service.go:422: DEBUG: initial rampup; sleep 32s and update to 1m4s

I don’t think the logs are needed if you see the x509 error. You need to fix that and make the certificates available in the jail.

It also shouldn’t affect much apart from connecting to the relay pool.

I did fix the x.509 error. I installed the certs. I still can’t get the GUI to open though and I’m getting the above logs when I start syncthing.

I don’t know how jails work, but perhaps they run in their own network namespace that is not normally available from the machine. The UI is listening on the port as listed in the logs. Anyways, this is more of a freebsd question than a syncthing question, so not much I can help you with.

So I figured it out. Recently the rc.conf parameter was changed from syncthing_dir to syncthing_home in The FreeBSD Port of syncthing, this changed my syncthing directory. After using the new parameter syncthing_home=${syncthing_dir} I was able to fix my problem.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.