similar to: Strange invocation of "DELETE USER SCRIPT"

Displaying 20 results from an estimated 4000 matches similar to: "Strange invocation of "DELETE USER SCRIPT""

2003 Nov 10
1
Winbind+OpenLDAP: Id mapping data is stored partially
Hello to all, I have installed Samba 3.0.0 PDC + OpenLDAP 2.1. Additionally, I use "wbinfo -c" to create users and winbindd + libnss_winbind.so to resolve these users in Unix (SID <-> Unix id mapping). But I have found that users' data, created by "wbinfo -c" command, is not completely stored in LDAP backed. The "sambaUnixIdPool" objectclass is stored in
2005 Oct 20
1
Samba+LDAP Groups resolving problem
Hi, I have managed to configure Samba+LDAP+smbldap-tools. Everything works fine, except one strange problem is appearing. When I connect with Windows tool UserManagerForDomains or I want to create a share on a Wndows box I can see the users but no groups. With UserManagerForDomains is see following: Users: All the users Groups: none, just description of Replicators Group and the
2007 Jul 24
3
Hotplug and Multipath routes = lost route
I have 2 cable modems on a server (Linux 2.6.22). I use multipath, so the route is something like this: default nexthop via 201.6.102.1 dev eth1 weight 256 nexthop via 201.6.107.1 dev eth2 weight 128 The first one (eth1) has a higher priority, then when it goes down, I can "ifconfig" the interface eth1 down and Linux automatically detects the "dead"
2010 Mar 12
0
[LLVMdev] [cfe-dev] Converting a clang -cc1 invocation into an llc invocation
You forgot to reply to the list. Also CC'ing LLVMdev. On 3/12/10 1:41 PM, Edmund Grimley-Evans wrote: >>> clang -cc1 -triple thumbv7-eabi -O3 -target-cpu cortex-a8 t.c >>> -emit-llvm-bc >>> llc t.bc ... -view-legalize-dags >> You just answered your own question :). That will work quite nicely >> actually. > > Maybe it would if I knew exactly what
2008 Apr 10
0
Hey, we rated a dancing banana!
http://community.enemyterritory.com/forums/showthread.php?t=25325 says the quake enemy territory world editor works now. (I don't think it has an appdb entry... I'll ping him and see if he wants to add one.) --- snip --- Great, GREAT news for mappers on Linux!!! Hi there fellow Free Software fanatics! I come bearing gifts! As anyone who has seen the majority of my (few) posts on this
2010 Apr 23
3
USB keys
Well, we wanted to put an install on a USB key. Neither I nor the other admin was amused by the singing and dancing that the wiki offers - and just *why* is it that syslinux is broken? At any rate, I did some googling, and found <http://www.pendrivelinux.com/>, and I ran this installer. Ok, it has some bugs: a) I had several .isos, and it *insisted* on grabbing the first one,
2004 Dec 17
0
[Off Topic] humour, XMAS, ground loop - good business strategy
hi, I received this e-mail which contains a "ballad", at first I thought it was junk mail, but then I read through it, for the EE members of this list, it may be quite humorous. I don't know if the ballad is original, but at least it's the XMAS season, so it's something to lighten up your day, eh? -samudra """ How the Ground Loop Stole Christmas
2016 Jun 09
14
[Bug 96460] New: NV43 [GeForce 6600 GT] shows many artifacts on a screen
https://bugs.freedesktop.org/show_bug.cgi?id=96460 Bug ID: 96460 Summary: NV43 [GeForce 6600 GT] shows many artifacts on a screen Product: Mesa Version: 11.2 Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: blocker Priority: medium Component:
2007 May 01
0
release 0.9 ''modifies'' specs at each rake invocation?
Hello, I am getting some odd behaviour. If I execute rake spec, and then try to modify a spec file that I have open in vi, and then go to save this file, vi warns me that the file has been modified outside of vi. However, if I execute only this file via script/spec, this modification does not take place. I file doesn''t appear to be getting substantively modified, so I''m
2006 Feb 06
0
Adding a parameter/path to the URL of a invocation to a XML-RPC call
This may sound weird, but we are considering adding a parameter/directory in the URL where a XML-RPC service implemented in ROR is called. We don''t want to modify the method call. Do you think it is possible using, maybe, routes? How would you test it? -- An?bal Rojas http://www.lacaraoscura.com/ anibalrojas@gmail.com
2003 Sep 26
1
openssh-3.7.1p2: no pam_close_session() invocation
Hello, I would like to use PAM. All PAM interaction worked well with openssh-3.5 Now that I have tried to upgrade to 3.7.1p1/p2 the pam_close_session() function won't get invoked. Some debugging shows, that the call is protected by an if-statement (module auth-pam.c, function sshpam_cleanup): if (sshpam_session_open) { pam_close_session(sshpam_handle, PAM_SILENT); /* cb, 26.09.03 */
2005 Nov 04
0
[Bug 3241] New: Multiple source to dest transfers in one invocation (to same host)
https://bugzilla.samba.org/show_bug.cgi?id=3241 Summary: Multiple source to dest transfers in one invocation (to same host) Product: rsync Version: 2.6.6 Platform: All OS/Version: Linux Status: NEW Severity: enhancement Priority: P3 Component: core AssignedTo: wayned@samba.org
2014 Sep 29
1
[PATCH] chroot: fix quoting in cp invocation
Make sure to quote source and destination, to avoid failures when dealing with paths with e.g. spaces, brackets, etc. --- src/chroot.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chroot.ml b/src/chroot.ml index 63a5a79..d0ee4c3 100644 --- a/src/chroot.ml +++ b/src/chroot.ml @@ -60,7 +60,7 @@ let build_chroot debug files outputdir = | S_REG | S_CHR | S_BLK |
2014 Oct 06
1
[PATCH] tools: fix free -m invocation
Since procps 3.3.10, free does not output the "-/+ buffers/cache" line anymore. On the other hand, the data from it can be calculated from the memory values, so just do the calculation manually (with awk). --- df/estimate-max-threads.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/df/estimate-max-threads.c b/df/estimate-max-threads.c index bbcdd73..7d5b090 100644
2014 Nov 24
0
[PATCH] rpm: improve dnf invocation
Handle debug level and packager config. --- src/rpm.ml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/rpm.ml b/src/rpm.ml index 771022e..46954c8 100644 --- a/src/rpm.ml +++ b/src/rpm.ml @@ -308,8 +308,14 @@ let rec fedora_download_all_packages pkgs dir = let rpms = pkgs_as_NA_rpms pkgs in let cmd = - sprintf "%s download --destdir %s
2004 Oct 04
0
[LLVMdev] Re: Invocation of LLVM
Hey, Alex! Alex Vinokur wrote: > I have downloaded cfrontend-1.3.i386-unknown-freebsd5.2.1.tar.gz from > http://sourceforge.net/project/showfiles.php?group_id=119938&package_id=130753 > > After gunzip and tar the cfrontend directory has been created. > > I would like to compile some C++ program. What do I have to to? I am > working on Windows 2000. > > I tried to
2005 Sep 08
1
[Bug 1082] xauth list invocation has bogus "." argument
http://bugzilla.mindrot.org/show_bug.cgi?id=1082 Summary: xauth list invocation has bogus "." argument Product: Portable OpenSSH Version: 4.2p1 Platform: ix86 OS/Version: NetBSD Status: NEW Severity: normal Priority: P2 Component: ssh AssignedTo: bitbucket at mindrot.org
2003 Jun 06
0
sendmail invocation in voicemail and voicemail2 applications
The voicemail and voicemail2 applications both invoke sendmail as /usr/sbin/sendmail -t. However sendmail is invoked using popen(3), the input being terminated when the pipe is closed and not when a . is entered on a new line. While it looks like the code at the moment can't generate a single line with a '.', it might be prudent to apply the following patch which tells sendmail to
2019 Aug 13
0
[PATCH 3/3] generator: improve pod2text invocation
- feed the content directly to stdin, avoid the need of read (and write) a temporary file - read all the output at once, without a tail-recurive function - apply trimming and first line discarding after closing the process --- generator/utils.ml | 35 ++++++++++++++++------------------- 1 file changed, 16 insertions(+), 19 deletions(-) diff --git a/generator/utils.ml b/generator/utils.ml index
2011 Feb 27
1
Standard location for hotplug-time hdparm invocation
I need to disable the spin-down on an external USB drive because it spins down spontaneously while in use. The drive forgets the spindown-disable state across power outage so I need to reissue the hdparm command with each boot or hotplug. Where should I put the hdparm command to do this?