World: r3wp
[!Cheyenne] Discussions about the Cheyenne Web Server
older newer | first last |
Graham 19-Sep-2009 [5809] | 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 | |
Dockimbel 19-Sep-2009 [5822x2] | can you try : call/output/wait "ipconfig/all" out |
(removing the space) | |
Graham 19-Sep-2009 [5824x3] | locks |
/output doesn't work | |
yeahj... tried call/wait/output "dir" out and that locks up too | |
Dockimbel 19-Sep-2009 [5827] | We should RAMBO that one. |
Graham 19-Sep-2009 [5828] | what about vista and xp ?? |
Dockimbel 19-Sep-2009 [5829] | Works ok |
Graham 19-Sep-2009 [5830x2] | sigh... |
could always just use opendns | |
Dockimbel 19-Sep-2009 [5832x2] | In source mode, you can hardcode the dns server : win-get-dns: 1.2.3.4 |
in encapped mode, it should work ok (retrieving from registry) | |
Graham 19-Sep-2009 [5834x5] | yeah ..encapped is working |
Hmm.. email has still not appeared in my gmail inbox | |
but instantly when I use my isp smtp server | |
must be broken ..it should have appeared immediately | |
using localhost I sent an email to gmail. I turned on wireshark and captured all traffic for a couple of minutes. no smtp traffic. | |
Dockimbel 19-Sep-2009 [5839] | %email.rsp script fault, I've left debug code in here...fixing that. |
Graham 19-Sep-2009 [5840] | action = show.rsp ... |
Dockimbel 19-Sep-2009 [5841] | Fix commited to SVN. |
Graham 19-Sep-2009 [5842] | How long does it take to send an email cf normal smtp ? |
Dockimbel 19-Sep-2009 [5843x2] | a second most of the time |
less than a second in fact with gmail, it takes 1-3 sec here to send it and get it signaled by Thunderbird. | |
Graham 19-Sep-2009 [5845] | the email form has no action |
Dockimbel 19-Sep-2009 [5846] | default action is the same page (email.rsp) |
Graham 19-Sep-2009 [5847x6] | I see ... |
Didn't work though .. | |
just says pending | |
let me restart Cheyenne | |
Is there a log for the email ? | |
ok, startup cheyenne in verbose mode. | |
Dockimbel 19-Sep-2009 [5853x2] | There's a "Email sent" log from MTA in verbose mode (-vv at least) |
Btw, don't forget to check your spam box if email is sent and you don't see it. | |
Graham 19-Sep-2009 [5855x4] | ...sending progress: [pending] |
I should test this in XP mode | |
the chey-pid-7176.log doesn't show any error | |
ooops ... 19/9-23:06:04.537-## Error in [OS-API] : OpenSCManager failed : Access is denied. ! 19/9-23:06:04.539-[boot] Cmdline args : -vvv 19/9-23:06:04.540-[boot] Processed : [verbosity 4] 19/9-23:06:04.541-[boot] Boot flags : [no-screen verbose] 19/9-23:06:04.542-[boot] Data folder : %./ 19/9-23:06:04.545-[uniserve] Async Protocol FastCGI loaded 19/9-23:06:04.546-[uniserve] Async Protocol SMTP loaded 19/9-23:06:04.577-## Error in [dig] : DNS server not found ! | |
older newer | first last |