search for: scrit

Displaying 14 results from an estimated 14 matches for "scrit".

Did you mean: script
2006 Sep 13
2
POWERDOWNFLAG (/etc/killpower) does not contain the upsmon magic string!!!
...i recive the message: POWERDOWNFLAG (/etc/killpower) does not contain the upsmon magic string My upmon.conf contain: MONITOR myups@theseo 1 orion91 carlos81 master SHUTDOWNCMD "/sbin/shutdown -h +0" HOSTSYNC 15 POWERDOWNFLAG /etc/killpower FINALDELAY 5 My killpower scrit in /etc/killpower contain: #!/bin/bash if (test -f /etc/killpower) then echo "Killing the power, bye!" /sbin/upsdrvctl shutdown sleep 120 # uh oh... the UPS poweroff failed! # you probably should reboot here to avoid getting stuck...
2015 Jan 19
8
Slow ldap authentication against samba 4
hi everyone... somebody has experimented any problems with poor performance about ldap authentication against samba 4? I'm trying authentication with 300 users and many users can't login. Some conections are rejected. I doesn't found anything searching on internet. Any help? -- Grato, Jefferson Parreira dos Santos Emerick
2001 Nov 21
1
Slow printing in batch?
...run a batch R program that does reshaping etc. of data and finally prints things. When I paste the code into an R-window everything runs in a few seconds, but in Batch mode i get in the output file the result below. Any clues why R uses 4 min to print a 1129\times 6 dataframe in batch mode? The scrit I use to run R is: c:\stat\r\%R_VERS%\bin\Rterm --no-restore --no-save -q < %1.R > %1.Rl and in the .Rl file i get: .... > Sys.time() [1] "2001-11-21 16:00:23 Romance Standard Time" > > summary( hbl ) sample lab dev cal day Hb...
2015 Aug 13
1
Slow ldap authentication against samba 4
...dos Santos Emerick >> >> 2015-01-20 9:42 GMT-02:00 Rowland Penny <rowlandpenny at googlemail.com>: >> >>> On 20/01/15 11:14, Jefferson Parreira dos Santos Emerick wrote: >>> >>>> ​ Yeah.. I wrote a simple script in python to test it. Here is the scrit: >>>> >>>> *import ldap* >>>> *from threading import Thread* >>>> *import time* >>>> *import sys* >>>> * >>>> * >>>> *class LDAPTtryThread(Thread):* >>>> * >>>> * >>>>...
2007 Oct 09
4
dom0 boot panic after bfu to b75
After BFU-ing my system to b75 I ended up with a panicing system when booting into Xen: grub> #---------- ADDED BY BOOTADM - DO NOT EDIT ---------- grub> title Solaris on Xen grub> kernel$ /boot/$ISADIR/xen.gz grub> module$ /platform/i86xpv/kernel/$ISADIR/unix /platform/i86xpv/kernel/$ISADIR/unix -B console=ttyb grub> module$ /platform/i86pc/$ISADIR/boot_archive grub>
2015 Jan 20
0
Slow ldap authentication against samba 4
On 20/01/15 11:14, Jefferson Parreira dos Santos Emerick wrote: > ? Yeah.. I wrote a simple script in python to test it. Here is the scrit: > > *import ldap* > *from threading import Thread* > *import time* > *import sys* > * > * > *class LDAPTtryThread(Thread):* > * > * > * def __init__(self, **kwargs):* > * Thread.__init__(self)* > *self.id <http://self.id> = kwargs.get('id'...
2015 Aug 13
0
Slow ldap authentication against samba 4
...> Jefferson Parreira dos Santos Emerick > > 2015-01-20 9:42 GMT-02:00 Rowland Penny <rowlandpenny at googlemail.com>: > >> On 20/01/15 11:14, Jefferson Parreira dos Santos Emerick wrote: >> >>> ​ Yeah.. I wrote a simple script in python to test it. Here is the scrit: >>> >>> *import ldap* >>> *from threading import Thread* >>> *import time* >>> *import sys* >>> * >>> * >>> *class LDAPTtryThread(Thread):* >>> * >>> * >>> * def __init__(self, **kwargs):* >>&...
2005 Feb 23
0
Samba-LDAP PDC: smbldap-populate failer
Hi every body, I installed samba 3.0.11 as PDC with OpenLDAP 2.1.22 and smbldap-tools 0.8.7. when I tried to initialise the LDAP directory using smbldap-ppopulate scrit, I received the following message: failed to add entry: modifications require authentication at /usr/local/sbin/smbldap-populate line 460, <GEN1> line 2 .... I tried to modify my smbldap-tools config file but no result... Can't guess what is happening! Thank in advance for your help...
2005 Feb 24
1
Samba-LDAP PDC, problem with smbldap-tools
Good morning, I need your help please: I installed samba 3.0.11 as a PDC with OpenLDAP 2.1.22 and smbldap-tools 0.8.7. When I tried to initialise the LDAP directory using smbldap-ppopulate scrit, I received the following message: failed to add entry: modifications require authentication at /usr/local/sbin/smbldap-populate line 460, <GEN1> line 2 .... I tried to modify my smbldap-tools config file (smbldap.conf) but the problem could not be solved... Can't guess what is happeni...
2003 May 30
3
traffic control on ppp interfaces
the question is simple. can i shape ppp interfaces using htb? thanx regards lucas -- ___ /\ \ __ __ _______ _____ _____ \ \ \ /\ \ /\ \ / _____\ / ____ \ /\ ___\ \ \ \_____\ \ \\_| \\ \____/_ /\ __ \\ \ ____ \ \ \_______\\ \______ / \ ______\\ \__\_/\__\\//\_____\ \/_______/ \/_____ / \/______/ \/__/ \/__/ \/_____/
2012 Nov 26
13
[PATCH 0 of 4] Minios improvements for app development
This patch series contains a set of patches making minios rather easier to use, from an application development point of view. Overview of patches: 1 Command line argument parsing support, from Xen. 2 Weak console handler function. 3 Build system tweaks for application directories. 4 Trailing whitespace cleanup. (because it is very messy) Patch 4 is likely to be more controversial than
2003 Nov 25
36
printing problem
Hi, We have had a server crash and are now unable to print from the connected pc's I have installed samba 2.2.7a and use the sysv printing system The printers are configured using HP hppi >From the unix host I can send a print to the printer I have already checked the spool directory for the printers. and the spool directory that is used by the hppi daemon. They exist. In the user log file
2007 Apr 18
43
[RFC PATCH 00/35] Xen i386 paravirtualization support
Unlike full virtualization in which the virtual machine provides the same platform interface as running natively on the hardware, paravirtualization requires modification to the guest operating system to work with the platform interface provided by the hypervisor. Xen was designed with performance in mind. Calls to the hypervisor are minimized, batched if necessary, and non-critical codepaths
2007 Apr 18
43
[RFC PATCH 00/35] Xen i386 paravirtualization support
Unlike full virtualization in which the virtual machine provides the same platform interface as running natively on the hardware, paravirtualization requires modification to the guest operating system to work with the platform interface provided by the hypervisor. Xen was designed with performance in mind. Calls to the hypervisor are minimized, batched if necessary, and non-critical codepaths