Displaying 7 results from an estimated 7 matches for "show_messag".
Did you mean:
show_message
2013 Oct 27
5
run simple method from Helper on button click
...39;m new to rails and currently having couple problems about how to add
javascript functionality into rails.
I have a simple method in the helper and i want to run this code on
button click.
------------------------------------------------------------------
module PagesHelper
def show_message
"simple output"
end
end
------------------------------------------------------------------
this doesnt work
<%= button_to_function "Print", "show_message()" %>
this doesnt work too
<input onclick=" show_message(...
2015 Oct 27
3
Secure dynamic update failure with internal DNS
...-2015 13:15:15.441 req_response: request 0x7fb3edea0eb0: success
27-Oct-2015 13:15:15.441 req_cancel: request 0x7fb3edea0eb0
27-Oct-2015 13:15:15.441 req_sendevent: request 0x7fb3edea0eb0
recvsoa()
About to create rcvmsg
27-Oct-2015 13:15:15.441 dns_request_getresponse: request 0x7fb3edea0eb0
show_message()
Reply from SOA query:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id:64900
;; flags: qr aa rd ra; QUESTION: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;itdept-desktop.domain.local.INSOA
27-Oct-2015 13:15:15.441 dns_request_destroy: request 0x7fb3edea0eb0...
2020 Jul 02
0
samab-4.10 nsupdate
...et to DNS/SMB4-1.brockley.harte-lyne.ca as
SMB4-1$
setup_system()
02-Jul-2020 14:36:09.221 dns_requestmgr_create
02-Jul-2020 14:36:09.222 dns_requestmgr_create: 0x800f726b0
reset_system()
user_interaction()
do_next_command()
do_next_command()
evaluate_update()
update_addordelete()
do_next_command()
show_message()
Outgoing update query:
;; ->>HEADER<<- opcode: UPDATE, status: NOERROR, id: 0
;; flags:; ZONE: 0, PREREQ: 0, UPDATE: 0, ADDITIONAL: 0
;; UPDATE SECTION:
_ldap._tcp.Default-First-Site-Name._sites.ForestDnsZones.brockley.harte-lyne.ca.
900 IN SRV 0 100 389 SMB4-1.brockley.harte-ly...
2009 Jul 08
1
Final follow up patch to add warning for NTP...
Now, rather than displaying yet another warning, the NTP configuration
just requires that the user select a NIC to configure first. That act
alone provides the single warning to the user that they'll be changing
their network configuration.
2010 Apr 09
2
[PATCH] gfxboot: support MENU LABEL statement
...d *load_one(char *file, ssize_t *file_size);
-void boot(void);
+void boot(int index);
void boot_entry(menu_t *menu_ptr, char *arg);
@@ -234,7 +234,7 @@ int main(int argc, char **argv)
}
// does not return if it succeeds
- boot();
+ boot(menu_index);
}
if(argc > 2) show_message(argv[2]);
@@ -321,19 +321,19 @@ int read_config_file(void)
if(*t) *t++ = 0;
t = skip_spaces(t);
- if(!strcmp(s, "timeout")) {
+ if(!strcasecmp(s, "timeout")) {
timeout = atoi(t);
continue;
}
- if(!strcmp(s, "default")) {
+...
2010 Jul 14
2
[PATCH] gfxboot: add include and menu include support
..._file_start, unsigned *file_len, unsigned *code_size);
int gfx_init(char *file);
@@ -219,7 +220,7 @@ int main(int argc, char **argv)
return 0;
}
- if(read_config_file()) {
+ if(read_config_file("~")) {
printf("Error reading config file\n");
if(argc > 2) show_message(argv[2]);
@@ -313,16 +314,24 @@ void chop_line(char *s)
// return:
// 0: ok, 1: error
//
-int read_config_file(void)
+int read_config_file(const char *filename)
{
FILE *f;
char *s, *t, buf[MAX_CONFIG_LINE_LEN];
- unsigned u, menu_idx = 0, label_size = 0, append_size = 0;
- menu_t *...
2016 Mar 03
3
AD, multiple DC, some DC without DNS at all
Hi all,
Thank you Mark for these precisions.
I did switch a DC to --dns-backend=NONE using samba-tool domain join. This
removed dns-<DCname> user for this DC and associated keytab.
We changed /etc/resolv.conf to use another DC - one with Bind running - as
nameserver.
Stopping there, running samba_dnsupdate gave error "NOTAUTH".
As we want our DC being able to push into DNS