can't save server + player data getting reset.

Discussion in 'General Help' started by miraclecow, Nov 9, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    miraclecow

    i'm running a Cauldron server 1.6.4 on a tppi modpack, on Linux os (Ubuntu) been getting crashes because the world folder is apparently in use by another program "net.minecraft.world.MinecraftException: The save folder for world ./Pserver is being accessed from another location, aborting" (also loosing player data this is probably the reason)

    I've ran "ps auxt" in console trying to pinpoint the second program possibly using my worlds folder, but there is nothing, also tried re-naming the world folder, but still had the same result

    quick step-by-step of how i start my server:

    1: open 2 terminals
    2: go to my hard drive containing my server and run startup.sh
    3: Load up my ftb launder and load up tppi
    4: open a terminal and run "top" to get the PID's of the server + client
    5: in my second termianl run "taskset -p 0,1,2,3 'PID NUMBER FOR CLIENT'
    6: in my second termianl run "taskset -p 4,5,6,7 'PID NUMBER FOR SEVER'

    this is exactly what i did from a clean reboot of my system this morning.

    If any has any ideas on how to pin-point the issue, would be much appreciated

    P.S this is a new world (1-2 days old)

    Crash log: http://pastebin.com/7pTseGJz
    Folder Layout+plugins: http://s12.postimg.org/t9t7fkm57/Screenshot_from_2014_11_09_16_37_41.png[​IMG]

    If you need any more info about my server then just ask and i will provide with the info

    This is from "ps aux" command
    Code:
    USER      PID %CPU %MEM    VSZ  RSS TTY      STAT START  TIME COMMAND
    root        1  0.0  0.0  24432  1608 ?        Ss  15:28  0:01 /sbin/init
    root        2  0.0  0.0      0    0 ?        S    15:28  0:00 [kthreadd]
    root        3  0.0  0.0      0    0 ?        S    15:28  0:00 [ksoftirqd/0]
    root        5  0.0  0.0      0    0 ?        S<  15:28  0:00 [kworker/0:0H]
    root        7  0.0  0.0      0    0 ?        S    15:28  0:06 [rcu_sched]
    root        8  0.1  0.0      0    0 ?        S    15:28  0:08 [rcuos/0]
    root        9  0.0  0.0      0    0 ?        S    15:28  0:01 [rcuos/1]
    root        10  0.0  0.0      0    0 ?        S    15:28  0:01 [rcuos/2]
    root        11  0.0  0.0      0    0 ?        S    15:28  0:00 [rcuos/3]
    root        12  0.0  0.0      0    0 ?        S    15:28  0:01 [rcuos/4]
    root        13  0.0  0.0      0    0 ?        S    15:28  0:00 [rcuos/5]
    root        14  0.0  0.0      0    0 ?        S    15:28  0:01 [rcuos/6]
    root        15  0.0  0.0      0    0 ?        S    15:28  0:00 [rcuos/7]
    root        16  0.0  0.0      0    0 ?        S    15:28  0:00 [rcu_bh]
    root        17  0.0  0.0      0    0 ?        S    15:28  0:00 [rcuob/0]
    root        18  0.0  0.0      0    0 ?        S    15:28  0:00 [rcuob/1]
    root        19  0.0  0.0      0    0 ?        S    15:28  0:00 [rcuob/2]
    root        20  0.0  0.0      0    0 ?        S    15:28  0:00 [rcuob/3]
    root        21  0.0  0.0      0    0 ?        S    15:28  0:00 [rcuob/4]
    root        22  0.0  0.0      0    0 ?        S    15:28  0:00 [rcuob/5]
    root        23  0.0  0.0      0    0 ?        S    15:28  0:00 [rcuob/6]
    root        24  0.0  0.0      0    0 ?        S    15:28  0:00 [rcuob/7]
    root        25  0.0  0.0      0    0 ?        S    15:28  0:00 [migration/0]
    root        26  0.0  0.0      0    0 ?        S    15:28  0:00 [watchdog/0]
    root        27  0.0  0.0      0    0 ?        S    15:28  0:00 [watchdog/1]
    root        28  0.0  0.0      0    0 ?        S    15:28  0:00 [migration/1]
    root        29  0.0  0.0      0    0 ?        S    15:28  0:00 [ksoftirqd/1]
    root        30  0.0  0.0      0    0 ?        R    15:28  0:00 [kworker/1:0]
    root        31  0.0  0.0      0    0 ?        S<  15:28  0:00 [kworker/1:0H]
    root        32  0.0  0.0      0    0 ?        S    15:28  0:00 [watchdog/2]
    root        33  0.0  0.0      0    0 ?        S    15:28  0:00 [migration/2]
    root        34  0.0  0.0      0    0 ?        S    15:28  0:00 [ksoftirqd/2]
    root        35  0.0  0.0      0    0 ?        S    15:28  0:00 [kworker/2:0]
    root        36  0.0  0.0      0    0 ?        S<  15:28  0:00 [kworker/2:0H]
    root        37  0.0  0.0      0    0 ?        S    15:28  0:00 [watchdog/3]
    root        38  0.0  0.0      0    0 ?        S    15:28  0:00 [migration/3]
    root        39  0.0  0.0      0    0 ?        S    15:28  0:00 [ksoftirqd/3]
    root        40  0.0  0.0      0    0 ?        S    15:28  0:00 [kworker/3:0]
    root        41  0.0  0.0      0    0 ?        S<  15:28  0:00 [kworker/3:0H]
    root        42  0.0  0.0      0    0 ?        S    15:28  0:00 [watchdog/4]
    root        43  0.0  0.0      0    0 ?        S    15:28  0:00 [migration/4]
    root        44  0.0  0.0      0    0 ?        S    15:28  0:00 [ksoftirqd/4]
    root        45  0.0  0.0      0    0 ?        S    15:28  0:00 [kworker/4:0]
    root        46  0.0  0.0      0    0 ?        S<  15:28  0:00 [kworker/4:0H]
    root        47  0.0  0.0      0    0 ?        S    15:28  0:00 [watchdog/5]
    root        48  0.0  0.0      0    0 ?        S    15:28  0:00 [migration/5]
    root        49  0.0  0.0      0    0 ?        S    15:28  0:00 [ksoftirqd/5]
    root        50  0.0  0.0      0    0 ?        S    15:28  0:00 [kworker/5:0]
    root        51  0.0  0.0      0    0 ?        S<  15:28  0:00 [kworker/5:0H]
    root        52  0.0  0.0      0    0 ?        S    15:28  0:00 [watchdog/6]
    root        53  0.0  0.0      0    0 ?        S    15:28  0:00 [migration/6]
    root        54  0.0  0.0      0    0 ?        S    15:28  0:00 [ksoftirqd/6]
    root        55  0.0  0.0      0    0 ?        S    15:28  0:00 [kworker/6:0]
    root        56  0.0  0.0      0    0 ?        S<  15:28  0:00 [kworker/6:0H]
    root        57  0.0  0.0      0    0 ?        S    15:28  0:00 [watchdog/7]
    root        58  0.0  0.0      0    0 ?        S    15:28  0:00 [migration/7]
    root        59  0.0  0.0      0    0 ?        S    15:28  0:00 [ksoftirqd/7]
    root        60  0.0  0.0      0    0 ?        S    15:28  0:00 [kworker/7:0]
    root        61  0.0  0.0      0    0 ?        S<  15:28  0:00 [kworker/7:0H]
    root        62  0.0  0.0      0    0 ?        S<  15:28  0:00 [khelper]
    root        63  0.0  0.0      0    0 ?        S    15:28  0:00 [kdevtmpfs]
    root        64  0.0  0.0      0    0 ?        S<  15:28  0:00 [netns]
    root        65  0.0  0.0      0    0 ?        S<  15:28  0:00 [writeback]
    root        66  0.0  0.0      0    0 ?        S<  15:28  0:00 [kintegrityd]
    root        67  0.0  0.0      0    0 ?        S<  15:28  0:00 [bioset]
    root        68  0.0  0.0      0    0 ?        S<  15:28  0:00 [kworker/u17:0]
    root        69  0.0  0.0      0    0 ?        S<  15:28  0:00 [kblockd]
    root        70  0.0  0.0      0    0 ?        S<  15:28  0:00 [ata_sff]
    root        71  0.0  0.0      0    0 ?        S    15:28  0:00 [khubd]
    root        72  0.0  0.0      0    0 ?        S<  15:28  0:00 [md]
    root        73  0.0  0.0      0    0 ?        S<  15:28  0:00 [devfreq_wq]
    root        77  0.0  0.0      0    0 ?        S    15:28  0:00 [khungtaskd]
    root        78  0.0  0.0      0    0 ?        S    15:28  0:04 [kswapd0]
    root        79  0.0  0.0      0    0 ?        SN  15:28  0:00 [ksmd]
    root        80  0.0  0.0      0    0 ?        SN  15:28  0:00 [khugepaged]
    root        81  0.0  0.0      0    0 ?        S    15:28  0:00 [fsnotify_mark]
    root        82  0.0  0.0      0    0 ?        S    15:28  0:00 [ecryptfs-kthrea]
    root        83  0.0  0.0      0    0 ?        S<  15:28  0:00 [crypto]
    root        95  0.0  0.0      0    0 ?        S<  15:28  0:00 [kthrotld]
    root        97  0.0  0.0      0    0 ?        S    15:28  0:00 [kworker/5:1]
    root      117  0.0  0.0      0    0 ?        S<  15:28  0:00 [deferwq]
    root      118  0.0  0.0      0    0 ?        S<  15:28  0:00 [charger_manager]
    root      289  0.0  0.0      0    0 ?        S    15:28  0:00 [kworker/7:1]
    root      290  0.0  0.0      0    0 ?        S    15:28  0:00 [scsi_eh_0]
    root      292  0.0  0.0      0    0 ?        S    15:28  0:00 [scsi_eh_1]
    root      296  0.0  0.0      0    0 ?        S    15:28  0:00 [scsi_eh_2]
    root      297  0.0  0.0      0    0 ?        S    15:28  0:00 [scsi_eh_3]
    root      298  0.0  0.0      0    0 ?        S    15:28  0:00 [scsi_eh_4]
    root      299  0.0  0.0      0    0 ?        S    15:28  0:00 [scsi_eh_5]
    root      307  0.0  0.0      0    0 ?        S    15:28  0:00 [kworker/1:1]
    root      350  0.0  0.0      0    0 ?        S    15:28  0:00 [jbd2/sda6-8]
    root      351  0.0  0.0      0    0 ?        S<  15:28  0:00 [ext4-rsv-conver]
    root      438  0.0  0.0  17364  440 ?        S    15:28  0:00 upstart-udev-bridge --daemon
    root      442  0.0  0.0  22420  644 ?        Ss  15:28  0:00 /sbin/udevd --daemon
    root      760  0.0  0.0  22416  264 ?        S    15:28  0:00 /sbin/udevd --daemon
    root      804  0.0  0.0      0    0 ?        S<  15:28  0:00 [edac-poller]
    root      805  0.0  0.0      0    0 ?        S<  15:28  0:00 [kpsmoused]
    root      859  0.0  0.0      0    0 ?        S<  15:28  0:00 [kworker/u17:2]
    root      874  0.0  0.0      0    0 ?        S<  15:28  0:00 [hd-audio0]
    root      877  0.0  0.0      0    0 ?        S<  15:28  0:00 [hd-audio1]
    syslog    977  0.0  0.0 249472  756 ?        Sl  15:28  0:00 rsyslogd -c5
    root      984  0.0  0.0  15192  148 ?        S    15:28  0:00 upstart-socket-bridge --daemon
    102      1094  0.0  0.0  24932  1768 ?        Ss  15:28  0:00 dbus-daemon --system --fork --activation=upstart
    root      1106  0.0  0.0  79040  1920 ?        Ss  15:28  0:00 /usr/sbin/modem-manager
    root      1118  0.0  0.0 104168  1672 ?        Ss  15:28  0:00 /usr/sbin/cupsd -F
    root      1138  0.0  0.0  21192  1112 ?        Ss  15:28  0:00 /usr/sbin/bluetoothd
    avahi    1153  0.0  0.0  32308  984 ?        S    15:29  0:00 avahi-daemon: running [chris-U.local]
    avahi    1154  0.0  0.0  32184  164 ?        S    15:29  0:00 avahi-daemon: chroot helper
    root      1156  0.0  0.0  19992  716 tty4    Ss+  15:29  0:00 /sbin/getty -8 38400 tty4
    root      1164  0.0  0.0  19992  720 tty5    Ss+  15:29  0:00 /sbin/getty -8 38400 tty5
    root      1177  0.0  0.0  19992  708 tty2    Ss+  15:29  0:00 /sbin/getty -8 38400 tty2
    root      1178  0.0  0.0  19992  708 tty3    Ss+  15:29  0:00 /sbin/getty -8 38400 tty3
    root      1180  0.0  0.0  19992  708 tty6    Ss+  15:29  0:00 /sbin/getty -8 38400 tty6
    root      1188  0.0  0.0  19116  756 ?        Ss  15:29  0:00 cron
    daemon    1189  0.0  0.0  16912  224 ?        Ss  15:29  0:00 atd
    root      1190  0.0  0.0  4464  528 ?        Ss  15:29  0:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket
    root      1196  0.0  0.0      0    0 ?        S<  15:29  0:00 [krfcommd]
    root      1198  0.0  0.0  15984  648 ?        Ss  15:29  0:00 /usr/sbin/irqbalance
    root      1263  0.0  0.0 249072  3080 ?        Ssl  15:29  0:00 NetworkManager
    root      1265  0.0  0.0 4190912 2708 ?        Sl  15:29  0:00 /usr/sbin/console-kit-daemon --no-daemon
    root      1266  0.0  0.0 287596  2232 ?        Ssl  15:29  0:00 lightdm
    whoopsie  1270  0.0  0.0 208872  2712 ?        Ssl  15:29  0:00 whoopsie
    root      1340  0.0  0.0 212372  2572 ?        Sl  15:29  0:00 /usr/lib/policykit-1/polkitd --no-debug
    root      1345  6.2  0.4 164128 36240 tty7    Ss+  15:29  8:25 /usr/bin/X :0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch -background none
    root      1519  0.0  0.0  19992  720 tty1    Ss+  15:29  0:00 /sbin/getty -8 38400 tty1
    root      1521  0.0  0.0  7268  672 ?        S    15:29  0:00 /sbin/dhclient -d -4 -sf /usr/lib/NetworkManager/nm-dhcp-client.action -pf /var/run/sendsigs.omit.d/network-manager.dhclient-eth0.pid -lf /v
    root      1525  0.0  0.0  22416  216 ?        S    15:29  0:00 /sbin/udevd --daemon
    nobody    1526  0.0  0.0  33032  1132 ?        S    15:29  0:01 /usr/sbin/dnsmasq --no-resolv --keep-in-foreground --no-hosts --bind-interfaces --pid-file=/var/run/sendsigs.omit.d/network-manager.dnsmasq.
    root      1595  0.0  0.0 169448  1984 ?        Sl  15:29  0:00 lightdm --session-child 12 15
    root      1636  0.0  0.0 136156  2624 ?        Sl  15:29  0:00 /usr/lib/accountsservice/accounts-daemon
    chris    1668  0.0  0.0 402360  5312 ?        Ssl  15:29  0:00 gnome-session --session=ubuntu
    chris    1704  0.0  0.0  12572    32 ?        Ss  15:29  0:00 /usr/bin/ssh-agent /usr/bin/dbus-launch --exit-with-session gnome-session --session=ubuntu
    chris    1707  0.0  0.0  26696  436 ?        S    15:29  0:00 /usr/bin/dbus-launch --exit-with-session gnome-session --session=ubuntu
    chris    1708  0.1  0.4  60528 37320 ?        Ss  15:29  0:12 //bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session
    chris    1717  0.0  0.0 753744  8004 ?        Sl  15:29  0:03 /usr/lib/gnome-settings-daemon/gnome-settings-daemon
    chris    1719  0.0  0.0 458276  1928 ?        Sl  15:29  0:00 /usr/bin/gnome-keyring-daemon --start --components=ssh
    root      1729  0.0  0.0 219912  2272 ?        Sl  15:29  0:00 /usr/lib/upower/upowerd
    chris    1940  0.0  0.0  52432  1700 ?        S    15:29  0:00 /usr/lib/gvfs/gvfsd
    chris    1942  0.0  0.0 285908  1852 ?        Sl  15:29  0:00 /usr/lib/gvfs//gvfs-fuse-daemon -f /home/chris/.gvfs
    chris    1950  6.8  2.6 1480724 218708 ?      Rl  15:29  9:12 compiz
    colord    1952  0.0  0.0 507500  2552 ?        Sl  15:29  0:00 /usr/lib/x86_64-linux-gnu/colord/colord
    chris    1964  0.9  0.0 568408  4156 ?        S<l  15:29  1:20 /usr/bin/pulseaudio --start --log-target=syslog
    rtkit    1966  0.0  0.0 168876  932 ?        SNl  15:29  0:00 /usr/lib/rtkit/rtkit-daemon
    chris    1970  0.0  0.0  57772  2056 ?        S    15:29  0:00 /usr/lib/x86_64-linux-gnu/gconf/gconfd-2
    chris    1973  0.0  0.0  46388  1824 ?        S    15:29  0:01 /usr/lib/gvfs/gvfsd-metadata
    chris    1974  0.0  0.0 441956  6028 ?        Sl  15:29  0:00 bluetooth-applet
    chris    1975  6.7  3.5 1519508 289032 ?      Sl  15:29  9:07 nautilus -n
    chris    1976  0.0  0.0 460412  4464 ?        Sl  15:29  0:00 /usr/lib/gnome-settings-daemon/gnome-fallback-mount-helper
    chris    1979  0.0  0.1 509936  8556 ?        Sl  15:29  0:00 nm-applet
    chris    1987  0.0  0.0 228392  3032 ?        S    15:29  0:00 /usr/lib/gvfs/gvfs-gdu-volume-monitor
    chris    1990  0.0  0.0 315124  4720 ?        Sl  15:29  0:00 /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1
    root      1994  0.0  0.0 201980  2752 ?        Sl  15:29  0:00 /usr/lib/udisks/udisks-daemon
    root      1996  0.0  0.0  45520  364 ?        S    15:29  0:00 udisks-daemon: not polling any devices
    chris    2003  0.0  0.0  60344  1220 ?        S    15:29  0:00 /usr/lib/gvfs/gvfs-gphoto2-volume-monitor
    chris    2007  0.0  0.0 142092  1140 ?        Sl  15:29  0:00 /usr/lib/gvfs/gvfs-afc-volume-monitor
    chris    2013  0.0  0.0  95960  1220 ?        S    15:29  0:00 /usr/lib/pulseaudio/pulse/gconf-helper
    root      2021  0.0  0.0      0    0 ?        S    15:29  0:00 [kworker/3:2]
    chris    2023  0.0  0.0  69880  3020 ?        S    15:29  0:03 /usr/lib/gvfs/gvfsd-trash --spawner :1.9 /org/gtk/gvfs/exec_spaw/0
    chris    2027  0.0  0.0  52432  1592 ?        S    15:29  0:00 /usr/lib/gvfs/gvfsd-burn --spawner :1.9 /org/gtk/gvfs/exec_spaw/1
    chris    2031  0.0  0.0 428204  7980 ?        Sl  15:29  0:05 /usr/lib/bamf/bamfdaemon
    chris    2044  0.0  0.0  4404  516 ?        Ss  15:29  0:00 /bin/sh -c /usr/bin/compiz-decorator
    chris    2045  0.0  0.0 335272  7748 ?        Sl  15:29  0:03 /usr/bin/gtk-window-decorator
    chris    2047  0.0  0.0 339416  5048 ?        Sl  15:29  0:00 /usr/lib/gnome-disk-utility/gdu-notification-daemon
    chris    2051  0.2  0.4 552004 33792 ?        Sl  15:29  0:18 /usr/lib/unity/unity-panel-service
    chris    2053  0.1  0.1 451072 10128 ?        Sl  15:29  0:14 /usr/lib/indicator-appmenu/hud-service
    chris    2067  0.0  0.0 537152  3724 ?        Sl  15:29  0:00 /usr/lib/indicator-sound/indicator-sound-service
    chris    2069  0.0  0.0 490888  3192 ?        Sl  15:29  0:00 /usr/lib/indicator-datetime/indicator-datetime-service
    chris    2071  0.0  0.0 377496  3468 ?        Sl  15:29  0:00 /usr/lib/indicator-messages/indicator-messages-service
    chris    2073  0.0  0.0 540360  2996 ?        Sl  15:29  0:00 /usr/lib/indicator-session/indicator-session-service
    chris    2075  0.0  0.0 356072  2728 ?        Sl  15:29  0:00 /usr/lib/indicator-application/indicator-application-service
    chris    2077  0.0  0.0 496768  4984 ?        Sl  15:29  0:00 /usr/lib/indicator-printers/indicator-printers-service
    chris    2108  0.0  0.0  47888  1568 ?        S    15:29  0:00 /usr/lib/geoclue/geoclue-master
    chris    2110  0.0  0.0 339260  2616 ?        Sl  15:29  0:00 /usr/lib/ubuntu-geoip/ubuntu-geoip-provider
    chris    2131  0.0  0.0 262092  2000 ?        Sl  15:29  0:00 /usr/lib/dconf/dconf-service
    chris    2140  0.0  0.0 419348  5188 ?        Sl  15:29  0:00 /usr/lib/unity-lens-applications/unity-applications-daemon
    chris    2142  0.0  0.0 682412  4712 ?        Sl  15:29  0:00 /usr/lib/unity-lens-files/unity-files-daemon
    chris    2144  0.0  0.0 742680  3760 ?        Sl  15:29  0:00 /usr/lib/unity-lens-music/unity-music-daemon
    chris    2146  0.0  0.1 371768 10472 ?        Sl  15:29  0:00 /usr/bin/python /usr/lib/unity-lens-video/unity-lens-video
    chris    2165  0.0  0.0 360984  4404 ?        Sl  15:29  0:00 /usr/bin/zeitgeist-daemon
    chris    2173  0.0  0.0 431804  4680 ?        Sl  15:29  0:00 telepathy-indicator
    chris    2182  0.0  0.0 252716  7664 ?        Sl  15:29  0:00 /usr/lib/zeitgeist/zeitgeist-fts
    chris    2184  0.0  0.0 427064  3748 ?        Sl  15:29  0:00 zeitgeist-datahub
    chris    2190  0.0  0.0  11388  248 ?        S    15:29  0:00 /bin/cat
    chris    2192  0.0  0.0 335912  2812 ?        Sl  15:29  0:00 /usr/lib/telepathy/mission-control-5
    chris    2199  0.0  0.0 404440  2828 ?        Sl  15:29  0:00 /usr/lib/gnome-online-accounts/goa-daemon
    root      2204  0.0  0.0      0    0 ?        S    15:29  0:00 [kworker/4:2]
    chris    2206  0.0  0.0 586464  2216 ?        Sl  15:29  0:00 /usr/lib/unity-lens-music/unity-musicstore-daemon
    root      2218  0.0  0.0  15872  668 ?        Ss  15:29  0:00 /sbin/mount.ntfs /dev/sdd1 /media/Games -o rw,nosuid,nodev,uhelper=udisks,uid=1000,gid=1000,dmask=0077,fmask=0177
    root      2221  0.0  0.0      0    0 ?        S    15:29  0:00 [kworker/6:2]
    chris    2224  0.0  0.0 317592  4688 ?        Sl  15:29  0:00 gnome-screensaver
    root      2232  0.0  0.0      0    0 ?        S    15:29  0:00 [jbd2/sdd5-8]
    root      2233  0.0  0.0      0    0 ?        S<  15:29  0:00 [ext4-rsv-conver]
    chris    2242  0.0  0.1 560040 13200 ?        Sl  15:29  0:00 /usr/bin/python /usr/lib/unity-scope-video-remote/unity-scope-video-remote
    chris    2302 14.6  4.7 1678116 383628 ?      Sl  15:30  19:39 /usr/lib/firefox/firefox
    chris    2345  0.0  0.0 293084  2312 ?        Sl  15:30  0:00 /usr/lib/at-spi2-core/at-spi-bus-launcher
    chris    2435  0.0  0.0 414724  7188 ?        Sl  15:30  0:00 update-notifier
    root      2516  0.0  0.0  95420  1452 ?        S    15:30  0:00 /usr/bin/python /usr/lib/system-service/system-service-d
    chris    2674  0.0  0.0 294672  2624 ?        Sl  15:31  0:00 /usr/lib/deja-dup/deja-dup/deja-dup-monitor
    chris    2881  8.1  1.1 900556 91660 ?        Sl  15:32  10:38 /usr/lib/firefox/plugin-container /usr/lib/flashplugin-installer/libflashplayer.so -greomni /usr/lib/firefox/omni.ja -appomni /usr/lib/firef
    chris    4392  0.0  0.1 366876  8208 ?        Sl  15:51  0:00 /usr/lib/notify-osd/notify-osd
    root      4464  2.1  0.2  36640 21692 ?        Ss  16:03  2:09 /sbin/mount.ntfs /dev/sdc1 /media/SERVERBAK -o rw,nosuid,nodev,uhelper=udisks,uid=1000,gid=1000,dmask=0077,fmask=0177
    root      5469  0.0  0.0      0    0 ?        S    16:29  0:02 [kworker/u16:1]
    root      7144  0.0  0.0      0    0 ?        S    17:22  0:00 [kworker/u16:2]
    chris    7222  2.7  5.3 5583776 435628 ?      Sl  17:22  0:35 /usr/lib/jvm/java-7-oracle/bin/java -jar /home/chris/FTB/FTB_Launcher.jar
    chris    7467 93.4 36.5 8841688 2985348 ?    Sl  17:23  19:11 /usr/lib/jvm/java-7-oracle/jre/bin/java -Xms256M -Xmx3072M -XX:PermSize=256m -Djava.library.path=/home/chris/FTB/TPPI/natives -Dorg.lwjgl.li
    root      7558  0.0  0.0      0    0 ?        S    17:24  0:00 [kworker/0:0]
    root      8643  0.0  0.0      0    0 ?        S    17:31  0:00 [kworker/0:1]
    root      9200  0.0  0.0      0    0 ?        S    17:38  0:00 [kworker/2:2]
    chris    9286  0.6  0.2 532804 20408 ?        Sl  17:38  0:02 /usr/bin/gnome-terminal -x /bin/sh -c '/media/SERVER/ServerStart.sh'
    chris    9291  0.0  0.0  14792  832 ?        S    17:38  0:00 gnome-pty-helper
    chris    9292  0.0  0.0  4404  612 pts/0    Ss+  17:38  0:00 /bin/sh -c '/media/SERVER/ServerStart.sh'
    chris    9293  0.0  0.0  4404  608 pts/0    S+  17:38  0:00 /bin/sh /media/SERVER/ServerStart.sh
    chris    9295 88.0 34.2 12288396 2792888 pts/0 Sl+ 17:38  4:50 java -Xms3072m -Xmx6144m -XX:PermSize=512m -XX:NewRatio=3 -XX:SurvivorRatio=3 -XX:TargetSurvivorRatio=80 -XX:MaxTenuringThreshold=8 -XX:+Use
    root      9616  0.0  0.0      0    0 ?        S    17:40  0:00 [kworker/0:2]
    chris    9849  0.6  0.2 532824 18192 ?        Sl  17:42  0:00 gnome-terminal
    chris    9860  0.0  0.0  14792  832 ?        S    17:42  0:00 gnome-pty-helper
    chris    9861  0.1  0.0  27916  4944 pts/1    Ss  17:42  0:00 bash
    root      9924  0.0  0.0      0    0 ?        S    17:42  0:00 [kworker/3:1]
    root      9939  0.0  0.0  60300  2092 pts/1    S    17:43  0:00 sudo -i
    root      9940  0.4  0.0  27972  5004 pts/1    S    17:43  0:00 -bash
    root    10006  0.0  0.0  22364  1272 pts/1    R+  17:44  0:00 ps aux
    
     
  2. Offline

    AGC-Intra

    miraclecow
    Guessing conflicting plugins or one accessing the file needed improperly.
    Have you recently installed or changed plugins? Try removing them.
    Otherwise try removing mods/plugins one by one until the problem is fixed.
    Be sure to fully scan system for malware.
     
  3. Offline

    miraclecow

    Turned out to be a corrupt level.dat, thankfully i backup the server every 6 hours replacing level.dat fixed all the problems lol :D good thing i have 2 500gb's HDD's in raid0 so i can keep backups for decent amount of time :)
     
Thread Status:
Not open for further replies.

Share This Page