Automatic Coding

Members
  • Posts

    218
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by Automatic Coding

  1. Valve doesn't seem to care about that? https://developer.va...wiki/Valve_Time
  2. I could swear there was a 64bit version of this application? I could swear I'm running it on my laptop? Screenshot from my download log:- As for the two advanced wishes, they're great ideas that I didn't even think about, even more so the protocol changers. Would be great for people at work who have certain protocols blocked (I know some block pretty much everything but HTTP and HTTPs, so, tunneling under a HTTPs handshake would be a nice way around it)
  3. My question from all of this:- Why don't you have remote SSH set up? Although, I'm confused with what you mean for number 3, I can't tell if you don't like the live updating of the webUI (Which, is more than likely just AJAX) or if you don't like the live syncing of files upon changes? For number four the answer is basically, "If you can see the PC in the web-UI, it's connected." Last but not least, none of these have been an issue to me other than not understanding a few icons on the web-UI, which was my own lack of knowledge and not the program's fault.
  4. Wrong thread? He wasn't asking for help with a crash/error, he was asking how to close the program (On linux, from what it looks like). AS for your 2nd question OP, yes, it'll save the configuration through restarts of the program & resync any updated/deleted files upon restart.
  5. I'm not saying that the resolution is to delete it (I'm not even saying that's a work around, I said move it out, update it, then move it back in), however, I am giving you a work-around. As for the issue itself, I can't comment, I've not had any issues like that.
  6. Wishlist:- Maybe a confirmation alert("Are you sure you want to delete said share") option on the webUI? I just accidentally deleted one of my shares with a single click, no confirmation what-so-ever.
  7. I'm confused, yes, it'll stop syncing that file to all clients (& be deleted on those clients), but, it'll be temporary (For about 10 seconds while you touch it and copy it back in), unless I'm missing something?
  8. That's why I said copy it out of the btsync directory (so it's 'deleted'), touch it, then copy it back in. Anyway, it's not really BTSync's fault as the file technically was last modified at Aug 23, 2014.
  9. I jokingly added that because I was bored:- Still indexing, at 100MB so far. I probably shouldn't be downloading random files from people, but, eh. EDIT:- Just what I always wanted, "Cat-Porn.jpg":-
  10. He did do the first two, and, for all I know (Maybe you know more? Being staff?) has also submitted an email. He probably just wants a second opinion in the matter. @OP, I would help, but, I don't own a mac so I can't even verify if real-time updates is a feature on macosx.
  11. Basically, how it works if your computer advertises "Hey, does anyone have the same private key as me? YooHoo, I'm bored. Please, please, please, someone contact me", when someone else with the same private key as you (E.G. you give them it, they set up a folder that uses the same private key, they start to sync) then they'll connect and stay in sync. I don't believe there's a limit on the amount of computers you can have in sync, although, there's probably a execution limit (Before your RAM gets killed by the mass amounts of 'computer' objects or when some collection array hits it's cap (2^16? 2^32? 2^64?).
  12. Best bet would probably to copy the file out of the sync, then run "touch" on it, then copy it back in. But before you do that, can you run the following command on it? stat $filename E.G.:- stat rssproxy/podcast.rss It should give you something like this:- automatic@automatic-G74Sx:~/Sync$ stat winbox.exe File: `winbox.exe' Size: 125440 Blocks: 248 IO Block: 4096 regular file Device: 801h/2049d Inode: 24642583 Links: 1 Access: (0644/-rw-r--r--) Uid: ( 1000/automatic) Gid: ( 128/vboxusers) Access: 2013-04-28 23:30:23.661197107 -0400 Modify: 2013-04-26 10:11:02.192668120 -0400 Change: 2013-04-26 10:11:02.192668120 -0400 Birth: - Can you give us what it says for said file?
  13. I think he was more talking about if the base time was out, for instance if I have a computer that thinks today is 00:00:00 1st of January 1970 GMT, then, whatever timezone I turn it to (Hell, it can even add 12 hours to this and take 12 hours from the other timezone), the update will be overwritten by my other computer that thinks today is 1:21AM, 30th of April 2013 EST. Best bet would be to run an hourly/daily NTP polling system, although, I think most operation systems do this? I believe windows does it once a week (if NTP is set up), linux (or ubuntu, to be more exact. I've only really ever used ubuntu) has a program to update it (ntpupdate? ntppull? Something like that), which, I don't believe is automatically executed, routerOS has a NTP station that pulls minutely I think.
  14. For starters, that's a windows disk, it'll work, just notifying you in case you want to reformat it. Anyway, one way would be to just run btsync with "sudo" before it, which runs you as a superuser that has quite a few more permissions, other than that, just give yourself permission to write to said file. I'm also very new to linux, however, google around for "fstab" options.
  15. Since when is 2GB a month a lot? Hell, I probably pull ~ 7TB/month. If you're on such a data cap that you can't even afford 2GB/month, then, you probably shouldn't be using a file sharer.
  16. To my knowledge, no, no source code is available.
  17. Probably not, assuming that the API provides everything that the protocol does, although, it still would be nice to have the protocol specifications.
  18. I currently do have that set up, I was just wondering in case I ever need to use it in a public location where UPnP isn't enabled & I don't have access to the SSH/WEB/TELNET interface.
  19. Question:- If only one side is forwarded (Assuming they're both behind NATs), will the non-forwarded side realize and connect to the forwarded side without a relay? @OP, Are you sure it's port forwarded? Get your friend to run something like:- nc -lu 1234 and then you run:- echo "Hi" | nc -u 127.0.0.1 1234 Replace 1234 with the BTSync port of the other computer and 127.0.0.1 with the other member's IP. You should see "Hi" appear in the first one's CLI, if you don't, there's something that's not forwarding correctly, my guess is the router (As that's the most common thing), although, could be anything. Here's what you should have in your router:- 1 ;;; BitTorrentSync chain=dstnat action=dst-nat to-addresses=$lanIPOfBitTorrentSyncComputer to-ports=$portNumber protocol=tcp in-interface=ether10 dst-port=$portNumber 2 ;;; BitTorrentSync chain=dstnat action=dst-nat to-addresses=$lanIPOfBitTorrentSyncComputer to-ports=$portNumber protocol=udp in-interface=ether10 dst-port=$portNumber
  20. I was more aiming it at everyone (OP & everyone else using read-only). Although, if it's a known issue and you've (hopefully? maybe? Unknown.) located where the issue is in the code, then, I doubt the logs are necessary.
  21. Considering they're all asking "WTF" kind of questions, may I ask, can I have said pornographic video? Other than that, I've yet to try out the read-only mode but I've noticed quite a few threads about how it doesn't seem to quite work, if you're using it, I recommend enabling debugging log so if anything ever goes wrong you can report it.
  22. Oh, I've seen the bottom right menu, not the top left one. Looks interesting, I'd never use it.
  23. Can you take a screenshot of said 'update'? I've not used dropbox in awhile due to the fact I've had to stop using my main computer for a temporary period. Oh, and, I haven't used the dropbox settings/webinterface in years, just when I first login to my account and never again.
  24. Are you using a configuration file? I had that issue before I set up my configuration file. Use:- ./btsync --dump-sample-config to acquire a default configuration file, then:- ./btsync --config /path/to/the/config/file To use the configuration file.
  25. Are you using a configuration file? I had that issue before I set up my configuration file.