search for: hooks

Displaying 20 results from an estimated 9592 matches for "hooks".

2009 May 04
5
OneNote2007 and Wine
Hi I am sorry if I am repeating what has already been asked but I've looked through what seemed to be relevent and got lost after about one sentence! I have just bought and Acer One running Linpus Linux Lite which is the first time I have used a Linux based PC. I really would like it to run OneNote2007. So in the last 7 hours I've learnt loads of stuff but still haven't managed
2009 Apr 06
1
Perfectworld and wininet problem
Hi, I try to run perfectworld.ms for a long time with different wine version but all give a wininet problem. I'm on gentoo amd64 and here is the output from wine 1.17: > wine Launcher.exe > fixme:advapi:SetEntriesInAclA 1 0x33c768 (nil) 0x33c7a0 > fixme:advapi:SetSecurityInfo stub > fixme:advapi:SetEntriesInAclA 1 0x33c734 (nil) 0x33c77c > fixme:advapi:SetSecurityInfo stub
2009 Jul 11
4
Graphical text error in game (MI5)
Hi, have recently bought MI5 (Tales of Monkey Island), and I am currently trying to run it under wine in Ubuntu 9.04 and I am running the latest development version 1.1.25. I am running this over the latest stable version due to less graphical errors when trying to run the game. To get the game running I followed this guide posted on the telltale's ( the creators of the game) forum >
2007 Apr 18
3
[Bridge] Re: do_IRQ: stack overflow: 872..
On Fri, 07 Jan 2005 17:05:59 +0000 David Woodhouse <dwmw2@infradead.org> wrote: > On Sat, 2004-12-18 at 08:50 +0100, Andi Kleen wrote: > > It's not really an oops, just a warning that stack space got quiet > > tight. > > > > The problem seems to be that the br netfilter code is nesting far too > > deeply and recursing several times. Looks like a design
2023 May 11
1
Usage of '--domain-guid' parameter of 'samba-tool domain provision'
...quot;[sysvol]" doing parameter path = /var/lib/samba/sysvol doing parameter read only = No Processing section "[netlogon]" doing parameter path = /var/lib/samba/sysvol/samdom.vm-authapart-server/scripts doing parameter read only = No pm_process() returned Yes Initialising default vfs hooks Initialising custom vfs hooks from [/[Default VFS]/] Initialising custom vfs hooks from [acl_xattr] load_module_absolute_path: Module '/usr/lib/x86_64-linux-gnu/samba/vfs/acl_xattr.so' loaded Initialising custom vfs hooks from [dfs_samba4] load_module_absolute_path: Module '/usr/lib/x86...
2009 Sep 22
1
new git hook to be installed
...h a merge commit to BRANCH_NAME. # By default, you may. # +# --------------------------------------------------------------------- +# Allow people to change server-side git config in very specific ways. +# To enable this, on the server, you must do something like the following, +# +# git config hooks.server.config-changing.valid-commands \ +# 'git config hooks.allowbadwhitespace true +# git config hooks.allowbadwhitespace false +# git config hooks.denypush.branch.master master-branch-owner at example.com +# git config --unset hooks.denypush.branch.master' +# +# where the git config vari...
2007 Apr 18
1
[Bridge] [PATCH/RFC] Reduce call chain length in netfilter (take 2)
...f, hook, skb, indev, outdev, okfn, thresh) \ +({int __ret; \ +if ((__ret=nf_hook_slow(pf, hook, &(skb), indev, outdev, okfn, thresh)) == 1) \ + __ret = (okfn)(skb); \ +__ret;}) #else -#define NF_HOOK(pf, hook, skb, indev, outdev, okfn) \ -(list_empty(&nf_hooks[(pf)][(hook)]) \ - ? (okfn)(skb) \ - : nf_hook_slow((pf), (hook), (skb), (indev), (outdev), (okfn), INT_MIN)) -#define NF_HOOK_THRESH(pf, hook, skb, indev, outdev, okfn, thresh) \ -(list_empty(&nf_hooks[(pf)][(hook)]) \ - ? (okfn)(skb) \ - : nf_hook_slow((pf), (hook), (skb...
2009 Dec 08
1
[PATCH] doc: document mBFT and "safe hook"
...safe hook" structure for OS detection. +(See "Safe Master Boot Record INT 13h Hook Routines," available at +http://www.osronline.com/ddkx/w98ddk/storage_5l6g.htm as of +December 7th, 2009.) An OS driver can take a look at the INTerrupt table +and try to walk along the chain of those hooks that implement the "safe hook" +structure. For each hook discovered, a vendor can be identified and the OS +driver can take appropriate action. The OS driver can mark the "flags" field +of the "safe hook" to indicate that the driver has reviewed it already. This...
2013 Feb 24
1
Problem with the command hooks api
...{ "SEARCH", cmd_search, COMMAND_FLAG_USES_SEQS }, { "STORE", cmd_store, COMMAND_FLAG_USES_SEQS }, - { "UID", cmd_uid, 0 }, + { "UID", cmd_uid, COMMAND_FLAG_HOOKS_DELAY }, { "UID COPY", cmd_copy, COMMAND_FLAG_BREAKS_SEQS }, { "UID FETCH", cmd_fetch, COMMAND_FLAG_BREAKS_SEQS }, { "UID SEARCH", cmd_search, COMMAND_FLAG_BREAKS_SEQS }, @@ -142,12 +142,20 @@ {...
2019 Apr 09
2
Re: Network hooks for ethernet interfaces
On Tue, Apr 9, 2019 at 5:10 PM Michal Privoznik <mprivozn@redhat.com> wrote: > > On 4/9/19 4:38 PM, Ruben Kerkhof wrote: > > Hi all, > > > > I have a hook script, /etc/libvirt/hooks/network, that doesn't seem to > > be called when I attach an interface with type 'ethernet' with this > > xml snippet: > > > > <interface type='ethernet'> > > <model type="virtio"/> > > <source> > >...
2009 Jun 04
1
FYI, new git "update" script pushed, not yet installed
...e I don't know if your process requires moving tags. Let me know and I'll install the new version. >From 260c6c70a5b73c3ab7be705ed9da05b9c0b060fa Mon Sep 17 00:00:00 2001 From: Jim Meyering <meyering at redhat.com> Date: Thu, 4 Jun 2009 08:41:01 +0200 Subject: [PATCH release] git-hooks/update: merge two new options from git.git's next branch: * update: add the two following options: hooks.allowmodifytag: default: false, i.e., no modifying an existing tag hooks.denycreatebranch: default: false, i.e., *allow* creating branches --- git-hook/update | 26 ++++++++++++++++++++++...
2016 Jan 12
2
vdsm hook issues
Hi, 1) is it enough to add a hook.py in /usr/libexec/vdsm/hooks/before_vm_start directory , and then shut down and reboot a guest to see this hook.py invoked ? 2) when running manually my hook.py, I got following error : ImportError: No module named hooking Do I have to install anything to solve this issue ? Thanks for help. Regards, J.P. R...
2002 Oct 14
1
Winword 2000
With wine 20020904 and Office 2000 Professional, everything works fine but one thing: Word can't save. :-( This make all working functions unavailable. When clicking Save button, get this (and a popup windows that says: "Disk is full or too many open files!"): I hope somebody has fixed it and can help, thanks indeed. Imre Veres fixme:mpr:WNetGetUniversalNameW (L"C:\\My
2019 Apr 10
2
Re: Network hooks for ethernet interfaces
...On 4/9/19 11:35 AM, Ruben Kerkhof wrote: > > On Tue, Apr 9, 2019 at 5:10 PM Michal Privoznik <mprivozn@redhat.com> wrote: > >> > >> On 4/9/19 4:38 PM, Ruben Kerkhof wrote: > >>> Hi all, > >>> > >>> I have a hook script, /etc/libvirt/hooks/network, that doesn't seem to > >>> be called when I attach an interface with type 'ethernet' with this > >>> xml snippet: > >>> > >>> <interface type='ethernet'> > >>> <model type="virtio"/>...
2013 Jul 15
1
libvirt hooks for startup and shutdown
Hello list, could anyone tell me where are the hooks for libvirt/qemu/kvm? Read there: http://www.libvirt.org/hooks.html I need the hooks for startup and stop at the Centos architecture. My version of libvirt: 0.9.10 -- thanks + bye ajh
2017 Oct 26
4
sysvolcheck on fresh samba 4.7 DCs
...[netlogon]" > Processing section "[sysvol]" > ldb_wrap open of idmap.ldb > lp_load_ex: refreshing parameters > Processing section "[global]" > Processing section "[netlogon]" > Processing section "[sysvol]" > Initialising default vfs hooks > Initialising custom vfs hooks from [/[Default VFS]/] > Initialising custom vfs hooks from [acl_xattr] > load_module_absolute_path: Module '/usr/lib/x86_64-linux-gnu/samba/vfs/acl_xattr.so' loaded > Initialising custom vfs hooks from [dfs_samba4] > connect_acl_xattr: setting...
2002 Dec 30
1
Internet Explorer problem
Hello Internet Explorer does not see the Internet even though the dial in connection has automatically been made. [DllOverrides] "kernel32" = "builtin" "ntdll" = "builtin" "winsock" = "builtin" "wsock32" = "builtin" "ws2_32" = "builtin"
2017 May 31
2
Erro sysvolcheck/sysvolreset
...al]" Processing section "[netlogon]" Processing section "[sysvol]" ldb_wrap open of idmap.ldb lp_load_ex: refreshing parameters Processing section "[global]" Processing section "[netlogon]" Processing section "[sysvol]" Initialising default vfs hooks Initialising custom vfs hooks from [/[Default VFS]/] Initialising custom vfs hooks from [acl_xattr] Module 'acl_xattr' loaded Initialising custom vfs hooks from [dfs_samba4] connect_acl_xattr: setting 'inherit acls = true' 'dos filemode = true' and 'force unknown acl us...
2008 May 20
1
Office 2007 - word works, powerpoint doesn't
Hi, I was able to install Office 2007 under wine. Ubuntu Hardy 8.0.4 wine 0.9.59 Word and excel startup fine... Powerpoint just crashes, any help would be greatly appreciated! fixme:heap:HeapSetInformation 0x110000 1 (nil) 0 fixme:heap:HeapSetInformation 0x110000 1 (nil) 0 fixme:heap:HeapSetInformation 0x110000 1 (nil) 0 fixme:heap:HeapSetInformation 0x110000 1 (nil) 0
2009 Dec 07
3
[PATCH] memdisk: "safe hook" and mBFT
Two additions to MEMDISK to support OS drivers. The "safe hook" structure ("Safe Master Boot Record INT 13h Hook Routines") is a means for an OS driver to follow a chain of INT 13h hooks, examining the hooks'' vendors and assuming responsibility for hook functionality along the way. For MEMDISK, we guarantee an additional field which holds the physical address for the mBFT. The mBFT is an ACPI table which an OS driver can scan for. The mBFT contains the official MEMDISK...