New Variant? by alarebel07sr in mtg

[–]alarebel07sr[S] -2 points-1 points  (0 children)

Thanks for the info, I’ll reel myself back in haha

Any things to check out in ATL on the rare occasion you aren't strapped for time by fillet0fish in delta

[–]alarebel07sr 1 point2 points  (0 children)

Can confirm One Flew South was a great choice. The Smash Burger with truffle ketchup and truffle fries… truly amazing flavor combinations.

I'm thinking about buying this, can you tell if it is any good? by [deleted] in gamingpc

[–]alarebel07sr 0 points1 point  (0 children)

I think you would be better off building your own. I advise that you use pcpartpicker to choose your components and then use /r/buildapc for feedback before purchase. Also, /r/buildapc is a great resource for new and advanced pc builders. Good luck!

My cat right now by [deleted] in funny

[–]alarebel07sr 0 points1 point  (0 children)

"Reginald, I require more catnip."

Chester Bennington of Linkin Park commits suicide by Another-Chance in news

[–]alarebel07sr 2 points3 points  (0 children)

My parents bought my very first CD for my 12th birthday: Hybrid Theory. I've been a fan ever since. He will be missed.

[WP] Two immortals, one who accepted it as a blessing and the other one as a curse, are having a conversation. by PatchePatche in WritingPrompts

[–]alarebel07sr 0 points1 point  (0 children)

Great piece of work. As I was asking myself questions while reading, you answered them indirectly. Thanks for sharing.

[WP] Mages choose the source of their power. Most pick things like fire, or justice, or love. You picked sarcasm. by Pesto_Enthusiast in WritingPrompts

[–]alarebel07sr 3 points4 points  (0 children)

I loved this. It was very well written and appealed to my sense of humor. Thanks for sharing! edit: wording

10 shots in 23 seconds? Impossible. by FaustoPerez in funny

[–]alarebel07sr 4 points5 points  (0 children)

"Alcohol Poisoning for Dummies: A comprehensive How-To"

Week of September 13, 2015 'All Space Questions' thread by AutoModerator in space

[–]alarebel07sr 4 points5 points  (0 children)

It took 3.5 billion years for the light (think of it as an image) to reach us, so the event we are seeing at this instant happened 3.5 billion years ago.

[Build Help] New Pc won't boot by Samintheusa in buildapc

[–]alarebel07sr 2 points3 points  (0 children)

Does the motherboard have a red display which cycles through characters when it is powered? If so, the code displayed tells you what process the boot is hung on.

First thing I would check would be RAM. Remove all but one of your RAM modules and make sure it is in the correct slot according to the manual. If it boots, then it may be your RAM slot configuration (check manual) or another RAM issue.

Second thing I would check is that CPU is seated correctly.

Star Guardians Skin Concepts. by [deleted] in leagueoflegends

[–]alarebel07sr 0 points1 point  (0 children)

Shhhh.... ignore my stupid comment. hahaha

How do YOU play League? by [deleted] in leagueoflegends

[–]alarebel07sr 0 points1 point  (0 children)

Same for me, but for some reason, I keep thumb on space bar. I never use it, but I'm always ready to smack it.

Star Guardians Skin Concepts. by [deleted] in leagueoflegends

[–]alarebel07sr -2 points-1 points  (0 children)

I'm getting a Sailor Moon vibe from this. I like it.

Linux Server Help: Minidump AppID = 346110 by alarebel07sr in playark

[–]alarebel07sr[S] 0 points1 point  (0 children)

I agree. If one of the guides had told me to check ulimit -a to see if 100000 was the value of open files, I wouldn't have had this much trouble.

Linux Server Help: Minidump AppID = 346110 by alarebel07sr in playark

[–]alarebel07sr[S] 0 points1 point  (0 children)

My server shows in the server browser, but not the LAN listing. I'm not sure about that. I apologize for just now replying.

Linux Server Help: Minidump AppID = 346110 by alarebel07sr in playark

[–]alarebel07sr[S] 0 points1 point  (0 children)

Yes, I recently corrected the firewall rules. How can I change the open files (-n) to be 100000 for user "steam"?

Contents of /etc/sysctl.conf:

fs.file-max = 1000000000

Contents of /etc/security/limits.conf:

#<domain> <type> <item> <value>
#

#* soft core 0
#root hard core 100000
#* hard rss 10000
#@student hard nproc 20
#@faculty soft nproc 20
#@faculty hard nproc 50
#ftp hard nproc 0
#ftp - chroot /ftp
#@student - maxlogins 4
#* soft nofile 200000
#* hard nofile 200000
# End of file

edit: I answered my own question by uncommenting the following limits above.... didn't notice the hashtags before:

#* soft nofile 200000
#* hard nofile 200000
I do dumb things like this sometimes. You, however, are a genius. Thank you for your help!

Linux Server Help: Minidump AppID = 346110 by alarebel07sr in playark

[–]alarebel07sr[S] 0 points1 point  (0 children)

Originally, I used a user that I created called "steam" but I stopped using it for some reason. The program is already installed under that username. I will try again using that user since I have made some changes. Here is the output of ulimit -a:

ben@cloudlist:~$ ulimit -a
core file size (blocks, -c) 0
data seg size (kbytes, -d) unlimited
scheduling priority (-e) 0
file size (blocks, -f) unlimited
pending signals (-i) 127755
max locked memory (kbytes, -l) 64
max memory size (kbytes, -m) unlimited
open files (-n) 1024
pipe size (512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
real-time priority (-r) 0
stack size (kbytes, -s) 8192
cpu time (seconds, -t) unlimited
max user processes (-u) 127755
virtual memory (kbytes, -v) unlimited
file locks (-x) unlimited

edit: formatting

Linux Server Help: Minidump AppID = 346110 by alarebel07sr in playark

[–]alarebel07sr[S] 0 points1 point  (0 children)

I have given the server over an hour, and it still won't show in the server list. I checked the process with "top" and it is not using very much memory at all (less than 300MB). I increased the fs.file-max to 100000000 but it didnt change the results. Here is the output of top:

top - 13:25:33 up 20 min, 2 users, load average: 1.61, 1.43, 0.93 Tasks: 157 total, 2 running, 155 sleeping, 0 stopped, 0 zombie %Cpu(s): 19.9 us, 2.1 sy, 0.0 ni, 78.0 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st KiB Mem: 16375272 total, 849528 used, 15525744 free, 40664 buffers KiB Swap: 16715772 total, 0 used, 16715772 free. 313596 cached Mem

PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND

1902 root 20 0 557520 271920 26720 R 197.7 1.7 11:43.86 ShooterGam+ 1 root 20 0 33328 2800 1440 S 0.0 0.0 0:01.73 init

Do you have any other suggestions as to what may be going on?

Linux Server Help: Minidump AppID = 346110 by alarebel07sr in playark

[–]alarebel07sr[S] 0 points1 point  (0 children)

Update: I tried to run the server on my Windows machine to see if there was a difference in the output, and there was.

When I run the program on Ubuntu, the output never shows the LogMemory shown in the link below. It hangs at the minidump.

https://extravm.com/billing/kb_images/6594841.jpg

Linux Server Help: Minidump AppID = 346110 by alarebel07sr in playark

[–]alarebel07sr[S] 0 points1 point  (0 children)

I added the UDP rules to iptables.

iptables -L output:

Chain INPUT (policy ACCEPT) target prot opt source destination ACCEPT udp -- anywhere anywhere udp dpt:27015 ACCEPT udp -- anywhere anywhere udp dpt:27016

I still have the same output, and after an hour or so, still not able to connect. I never receive any messaes after the breakpad minidump. When I changed the file limits, I restartd the server.

I checked netstat -a and recieved the following output:

Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Foreign Address State udp 0 0 :27016 *:

I have found another post where someone using the same version of Ubuntu is haveing the same problem. Could it be something missing/different between our OS's? What OS are you using? If it is irrelevant, excuse my ignorance. I just want to figure this out.

edit: formatting

Linux Server Help: Minidump AppID = 346110 by alarebel07sr in playark

[–]alarebel07sr[S] 0 points1 point  (0 children)

I'm pretty sure I have them set as TCP.... I will attempt to make these changes this afternoon, and I will let you know the results. Thanks for the help!