
denis4inet
Employees-
Content Count
34 -
Joined
-
Last visited
About denis4inet

-
Rank
Sync Support
Profile Information
-
Gender
Not Telling
Recent Profile Visitors
310 profile views
-
Btsync With Systemd On Linux Doesn't Connect On Startup
denis4inet replied to mikey's topic in Sync Troubleshooting
@mikey, try .service that described at archlinux AUR: https://aur.archlinux.org/packages/btsync/. It is work properly on my ArchLinux system with systemd. -
@feanorknd, try to install newer version of BitTorrent Sync. It contains some optimizations related to CPU usage.
-
btsync 1.1.5 segfaults on the Nokia n9
denis4inet replied to nikhilm's topic in Sync General Discussion
Please refer to "$ man mount", section "Mount options for fat" or run btsync as root. -
Sync Interrupting With The Foundry Nuke Autosaving (Windows)
denis4inet replied to VFXLegion's topic in Sync Troubleshooting
VFXLegion,BitTorrent Sync open all files in shared mode (ShareMode: FILE_SHARE_READ | FILE_SHARE_WRITE | FILE_SHARE_DELETE), doesn't lock files. But, VFX compositing program open file in non-shared mode, when BtSync open file in shared mode (IMHO). This cause an ERROR_SHARING_VIOLATION in VFX program. From msdn: http://msdn.microsoft.com/en-us/library/windows/desktop/aa363858%28v=vs.85%29.aspx You can test it using Procmon.exe utility with Path a filter (set to you shared folder). -
File Cloning Between Read-Only Encrypted Nodes
denis4inet replied to benguild's topic in Sync Troubleshooting
@benguild,Please describe what you want to happen in this situation? Because this behaviour is correct (by design). Thanks. -
btsync 1.1.5 segfaults on the Nokia n9
denis4inet replied to nikhilm's topic in Sync General Discussion
Try to run: # echo 2 > /proc/cpu/alignment $ ./btsync -
Rebuild Required For Wd Mycloud Fw 4
denis4inet replied to pjo65's topic in Sync for NAS (Network Attached Storage)
Dear user, try to gather a coredump please. Run these commands via ssh on your box: ulimit -c unlimited./btsync_arm --nodaemonand send to PM coredump and terminal output. Refer to https://docs.google.com/document/d/1wCYAXYxR8z8JXCfnqhsSBg2N1uBxoE1XnqD-V4rg12M/edit?usp=sharing for details. -
@feanorknd, Please, make a coredump with the gcore and send compressed coredump us via syncapp.zendesk.com (leave a link to this topic). Thanks
-
Btsync Op Raspberry Pi: Merge: Failed To Verify Group Signature
denis4inet replied to tjarra's topic in Sync Troubleshooting
@tjarra, Please, create ticket at syncapp.zendesk.com with link to this topic. You could create ticket via web-based UI or feedback feature in the BitTorrent Sync context menu. -
@nectar Could your attach .dmp file, that you can locate at ~/Library/Application Support/BitTorrent Sync.
-
Btsync Op Raspberry Pi: Merge: Failed To Verify Group Signature
denis4inet replied to tjarra's topic in Sync Troubleshooting
Hi everyone! I have analyzed represented logs. The error message was issued by file name encoding error on linux (RPi). 1. You can check file names on valid UTF8. You need iconv tool. # cd <shared_folder_path># ls -R | iconv -f utf8 | grep illegal --color=autoIf you see message: that mean in your file tree exists files with non-valid file names. 2. Or you can wait new releases in which this bug will be fixed. Thanks. -
Did you test on another linux dists, or you use only Gentoo?
- 14 replies
-
Hi, If you open in firewall only 3000/UDP than btsync will work only via relay server - is very slowly. You can look at ports, which btsync use using command # netstat -lp | grep btsyncbtsync use 80/TCP for getting information about tracker and relays. Also, you should open UDP/TCP that setup in your btsync settings for incoming peer connections.
-
Indexing Stops When A Non Accessible Folder Is Found
denis4inet replied to okibcn's topic in Sync Troubleshooting
Yes, it will be fixed.- 3 replies
-
- indexing
- syncfolderscanner
- (and 5 more)