Search results

  1. tarynkelley

    Send Buffer is full, ignoring error

    I noticed there is always an Upload Throughput spike when this error is happening. My max upload speed is 100Mbit.
  2. tarynkelley

    Approved GeoIP

    I suspect that a GeoIP query creates a small lag on the rust server. I see it with the CountryBlackList plugin for example. Everytime a player is joining and a GeoIP query is made, its lagging a little. Is there any way to improve the performance or maybe also cache queries?
  3. tarynkelley

    How to install fougerite on Linux

    You have to patch the server files with Fougerite Patcher on a windows machine first and then transfer the files to the linux machine
  4. tarynkelley

    Fougerite Official

    ShutDownCommand.cs does not exist in the source code on github
  5. tarynkelley

    Solved Rust++ C# Datastore

    Hi, Iam trying to modify Rust++ to add a value to the DataStore when a moderator or admin uses godmode. by adding to the GodModeCommand.cs at the correct section: DataStore GOMD = new DataStore(); GOMD.Add("Gomd", pl.SteamID, "true"); But this command does not have any effect at all. The...
  6. tarynkelley

    Approved GeoIP

    I'm sometimes receiving this error: [GeoIP] Error: System.FormatException: Input string was not in the correct forma t at System.Int32.Parse (System.String s) [0x00000] in <filename unknown>:0 at GeoIP.GeoIP+IPData..ctor (System.String ip, System.String data, System.Stri ng keyweneed)...
  7. tarynkelley

    Approved Restriction Zones

    A python version of this plugin would be very interesting.
  8. tarynkelley

    Approved DonatorRank

    This happens only after a server restart. I need to reload the plugin after a restart manually in order to get all kits to work. [VKIT_Level1] Inv1=P250 Qty1=1 Inv2=9mm Ammo Qty2=40 Inv3=Leather Helmet Qty3=1 Inv4=Leather Vest Qty4=1 Inv5=Leather Pants Qty5=1 Inv6=Leather Boots Qty6=1...
  9. tarynkelley

    Approved DonatorRank

    Please also have a look into this
  10. tarynkelley

    About my Inactivity

    Thanks for all your work and participation for the Rust Community with Fougerite. Good luck already for your final exam. I keep my fingers crossed.
  11. tarynkelley

    resynchronization clock is still in progress error

    http://lifehacker.com/5819797/synchronize-your-windows-clock-with-an-alternative-time-server-to-increase-accuracy
  12. tarynkelley

    Fougerite Official

    Please also updated the github sources, since I made a small modification which allows me to log if a mod/admin activated or deactivated godmode.
  13. tarynkelley

    Approved ❄ FreeZer ❄

    It only happened once, then never again
  14. tarynkelley

    Approved TimeVoter

    Any fix for this?
  15. tarynkelley

    resynchronization clock is still in progress error

    Your server is maybe not fast enough or your clock is not synchronized? Use NTP or "Internet Time" in windows, to sync your clock. Use custom server like: ptbtime1.ptb.de
  16. tarynkelley

    Send Buffer is full, ignoring error

    The core(s) can go upto 3,1 GHZ. I don't think its because of that. I changed in the Taskmanger to the Logical Processors and all CPU Cores are balanced
  17. tarynkelley

    Send Buffer is full, ignoring error

    It is a dedicated machine. I have 4 cores and CPU load is at 14 %. RAM load at 20% Nothing else is running than Rust Server .
  18. tarynkelley

    Send Buffer is full, ignoring error

    I'm not hosting on a low end device. Its a 2.8 GHZ Quad Core i5 with 16 GB RAM and 100mbit up/down in a Datacenter.
  19. tarynkelley

    Send Buffer is full, ignoring error

    I'm getting the Send Buffer is full, ignoring error: A non-blocking socket operation could not b e completed immediately error now very often on a dedicated server with Windows 2012 R2. What could be the problem?
  20. tarynkelley

    Approved Group++

    Did you delete the DataStore file? When the DataStore file is fresh it will create a error message because nothing has been written by Group++ in it yet. Simply create a group and problem should be solved.