I found the problem more or less. "lein repl" works if I set iptables rule:
*#iptables -P INPUT ACCEPT*

What I don't understand is, why it worked already in the past with these 
rules:


*#iptables -P INPUT DROP#iptables -A INPUT -m state --state 
ESTABLISHED,RELATED -j ACCEPT*but now it doesn't.

The call to nrepl.ack/wait-for-ack in repl.clj (
https://github.com/technomancy/leiningen/blob/master/src/leiningen/repl.clj) 
wasn't succesfull with the stricter rules.


Am Mittwoch, 26. Februar 2014 22:10:57 UTC+1 schrieb Matej Fröbe:
>
>
>
>
>
>
> *#apt-get update#apt-cache show openjdk-7-jrePackage: openjdk-7-jreSource: 
> openjdk-7Version: 7u21-2.3.9-5...*
>
> So if I understand correctly (I'm more or less a Linux newbie), this means 
> that "update 21" is the version in distro's repositories.
>
>
> Am Mittwoch, 26. Februar 2014 21:36:39 UTC+1 schrieb Zach Oakes:
>>
>> Is their a reason your OpenJDK install is only on update 21? I believe 
>> the most recent is 51, though I doubt that is the problem. I also doubt 
>> it's a memory issue; I can run the REPL just fine on a netbook with 1GB of 
>> RAM running Ubuntu x64.
>>
>> On Wednesday, February 26, 2014 3:05:53 PM UTC-5, Matej Fröbe wrote:
>>>
>>> I only have 2GB. I tried adding -Xms1024M (and some lower and higher 
>>> values) to the java command in lein script, but it didn't help.
>>>
>>>
>>> Am Mittwoch, 26. Februar 2014 19:52:49 UTC+1 schrieb Armando Blancas:
>>>>
>>>> I had the same problem with an old box I had around the house. Put 
>>>> Fedora 20 on it with a recent open jdk, but had just 1GB of memory total. 
>>>> I 
>>>> attributed the error to the lower memory since I never have that issue at 
>>>> work or other machines with at least 4GB. If you have more than 2GB, 
>>>> experiment with something like -Xms1024M or more.
>>>>
>>>> On Wednesday, February 26, 2014 9:28:42 AM UTC-8, Matej Fröbe wrote:
>>>>>
>>>>> Debian jessie 32-bit
>>>>>
>>>>> Am Mittwoch, 26. Februar 2014 15:50:19 UTC+1 schrieb John Gabriele:
>>>>>>
>>>>>> On Wednesday, February 26, 2014 3:19:43 AM UTC-5, Matej Fröbe wrote:
>>>>>>>
>>>>>>> It seems that this is independent of where I run the project.
>>>>>>>
>>>>>>>>
>>>>>>>>>
>>>>>> Matej,
>>>>>>
>>>>>> What OS (and version) are you using?
>>>>>>  
>>>>>>
>>>>>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to