search for: actiontyp

Displaying 5 results from an estimated 5 matches for "actiontyp".

Did you mean: actiontype
2006 Jan 18
4
That ol'' AJAX select box update again : observe_field does nothing
...gt;Job Phase</label><br/> <%= options_from_collection_for_select @ja, "id", "description", job.current_action_id %></p> </select></p> </td> In the controller this; def get_action_from_phase breakpoint @ja = ActionType.find(:all, :conditions => [''job_phase_id = ?'', params[job_phase_id]]) end The prototype.js is called at the head of the shell page ; !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html>...
2009 Sep 21
4
[LLVMdev] LLVM Build Difficulties
...ous namespace)::AsmMatcherInfo::BuildInfo(llvm::CodeGenTarget&)': AsmMatcherEmitter.cpp:(.text+0xbbbb): undefined reference to `llvm::StringRef::find(llvm::StringRef const&) const' /home/cjones/Desktop/Build/llvm/utils/TableGen/Release/TableGen.o: In function `llvm::cl::opt<ActionType, false, llvm::cl::parser<ActionType> >::handleOccurrence(unsigned int, llvm::StringRef, llvm::StringRef)': TableGen.cpp: (.gnu.linkonce.t ._ZN4llvm2cl3optI10ActionTypeLb0ENS0_6parserIS2_EEE16handleOccurrenceEjNS_9StringRefES6_ +0x292): undefined reference to `llvm::cl::Option::...
2003 Nov 18
4
logwatch
Hi All, I need to be able to make sense from my shorewall logs. I have installed logwatch and it is mailing me reports but the level of detail is just not there. I have set the detail variable to High=10 but I get entries only from the DNS service about denied updates. What am I getting wrong? Tom, will you be kind enough to send me your logwatch config files? Thanks in advance. Ama
2020 Apr 09
2
fail2ban firewalld problems with current CentOS 7
...2ban/jail.d/00-firewalld.conf # This file is part of the fail2ban-firewalld package to configure the use of # the firewalld actions as the default actions. You can remove this package # (along with the empty fail2ban meta-package) if you do not use firewalld [DEFAULT] banaction = firewallcmd-ipset[actiontype=<multiport>] banaction_allports = firewallcmd-ipset[actiontype=<allports>] A few days ago I noticed that on restart firewalld complains about a missing ipset: [root at server ~]# systemctl restart firewalld [root at server ~]# systemctl status firewalld ? firewalld.service - firewall...
2019 Nov 21
7
[PATCH 0/2] Fixes and tweak to the installation of qemu-ga MSI
This, together with the changes to common repo are fixes to the installation qemu-ga MSI. There is still an issue that I did not figure yet how to fix. On Windows 10 it fails to register the QEMU-GA service. Tomáš Golembiovský (2): windows: fix detection of qemu-ga installer on RHV windows: small tweaks of qemu-ga firstboot script v2v/convert_windows.ml | 8 +++++++- v2v/windows_virtio.ml