World: r3wp
[!Cheyenne] Discussions about the Cheyenne Web Server
older newer | first last |
Dockimbel 18-Sep-2009 [5772] | Yeah, I studied your smtpd.r implementation. I thought I would need to support greylisting, but it seems not to be required to deliver emails to the big ones. |
Graham 18-Sep-2009 [5773] | Good to know ... |
Will 18-Sep-2009 [5774] | Thanks Dock for this new release 8) |
Maxim 18-Sep-2009 [5775] | You really are creating one of the flagship applications with cheyenne. Something that should be broadcast a bit more outside of the REBOL fanbase IMHO. |
Will 18-Sep-2009 [5776] | Many servers do use greylisting, many spammer bots do retry after a delay |
Maxim 18-Sep-2009 [5777x2] | build better armor, they build better weapons ;-) |
might as well wear none and dodge things instead ;-D | |
Graham 19-Sep-2009 [5779x4] | This was how the Mongul army defeated all the armies of Europe. |
Update cheyenne via Svn, ran it .. and it locks up consistently. | |
Windows 7 RC1 | |
Port 7900 | |
Dockimbel 19-Sep-2009 [5783x2] | Max: I want the web control panel and the one-click webapp deployement feature for Cheyenne to make it more attractive to non-rebol users. Still a lot of work to make it close to what I have in mind. |
Graham: did you run it from sources or did you encap it? | |
Graham 19-Sep-2009 [5785x2] | source |
I should create a fresh checkout | |
Dockimbel 19-Sep-2009 [5787] | try from console : do/args %cheyenne.r "-vvvvv" |
Graham 19-Sep-2009 [5788] | fresh checkout also locks up |
Dockimbel 19-Sep-2009 [5789] | Try using the verbose mode to see when that happens. |
Graham 19-Sep-2009 [5790x2] | locks up as soon as smtp loaded |
also OpenSCManager failed - access denieds | |
Dockimbel 19-Sep-2009 [5792] | OpenSCManager => I'm aware of that one, same on Vista. |
Graham 19-Sep-2009 [5793x2] | that goes away if run as administrator |
but stjll locks up after loading async smtp | |
Dockimbel 19-Sep-2009 [5795x3] | Ok, I think the issue comes from UniServe/protocols/dig.r |
from the 'win-get-dns function | |
it tries to obtain the DNS servers using 2 strategies depending on the REBOL kernel used. If GET-REG is available, it tries to get the info from the registry, else, it calls "ipconfig" and parses output. | |
Graham 19-Sep-2009 [5798x3] | local-ip .. can't you use get-modes? |
>> rebol/version == 2.7.6.3.1 | |
>> value? 'get-reg == false | |
Dockimbel 19-Sep-2009 [5801x2] | get-modes will give you all the working interfaces info, but no way to know which one is used to route your traffic to Internet. |
Can you copy/paste the 'win-get-dns function to a fresh console to see what happens? | |
Graham 19-Sep-2009 [5803] | locks up |
Dockimbel 19-Sep-2009 [5804x2] | can you copy/paste juste the 4 lines starting from : out: ""? |
I think that's the CALL which is blocking, just want to make sure. | |
Graham 19-Sep-2009 [5806] | locks up on the 'call |
Dockimbel 19-Sep-2009 [5807] | Is IPCONFIG available on Win7? |
Graham 19-Sep-2009 [5808x2] | which versions have get-reg? |
sure ..ipconfig is present | |
Dockimbel 19-Sep-2009 [5810] | Encap only in 2.7.6 |
Graham 19-Sep-2009 [5811] | ok encap and the issue goes away then ? :) |
Dockimbel 19-Sep-2009 [5812] | In theory...yes :-) |
Graham 19-Sep-2009 [5813] | great |
Dockimbel 19-Sep-2009 [5814] | It's a pity that the registry natives are not available in non-encap REBOL kernels (not even in /Command)... |
Graham 19-Sep-2009 [5815] | how about call/wait "ipconfig /all > out.txt" |
Dockimbel 19-Sep-2009 [5816] | doesn't lock up? |
Graham 19-Sep-2009 [5817x5] | nope |
return code of 1 though ... | |
oh .. remove the space | |
call/wait "ipconfig/all > out.txt" | |
that works | |
older newer | first last |