Displaying 20 results from an estimated 30 matches for "scritps".
Did you mean:
scripts
2006 May 08
3
How to use xend-http-server?
In the xend-config.sxp scritp I set:
(xend-http-server yes)
(xend-port 8000)
(xend-address '''')
When I point my browser at it, the page that comes up only displays two
lines, each of which are just a ''/'' that is a link to itself. What am I
missing?
Thanks,
Kirk
_______________________________________________
Xen-users mailing list
2006 Jun 21
2
database copy in asterisk
Hi!I've 2 asteriskAtHome;
How can I copy one database where are put all the sip authentificated
registration to another one database on one other asteriskAthome so I've
always the same Sip registrated and if one linux falls down I can run the
other one without problems?
Which files must I copy?then..I'll use a ssh scritp for this, I want only
know which files I must copy...
2017 Apr 07
4
Samba 4 account with a 'ldbmodify-ed' password does not login into domain from a Windows 7 VM
Hi everyone!
I have a LDAP with all my users' accounts, each one with the
sambaNTPassaword correctly defined. I also have a freshly installed Samba
4.2 running on a Debian 8.7 box.
I followed the instructions described by Steve ThompsSmabon here
<https://lists.samba.org/archive/samba/2014-June/182196.html> and I am able
to create a Samba 4 domain account ('samba-tool user add ...
2013 Feb 20
3
sink() and source()
Hola a todos,
Tengo problemas con los comandos sink() y source() cuando los utilizo
conjuntamente.
He creado un script con una función dentro de la cual se ejecuta sink()
Si copio-pego este scritp directamente en la consola no hay problemas y el
resultado de la
función es desviado a un fichero.
Sin embargo cuando utilizo el comando source() para leer el script con el
contenido de la función
el
2020 Mar 02
2
Re: [PATCH 1/1] windows: delay installation of qemu-ga MSI
...y 2 minutes. IOW, s/1-2/2/
> During the first boot, after virt-v2v conversion, Windows installs the
> drivers injected by virit-v2v. When this installation is finished
s/virit/virt/
> Windows enforces some kind of internal reboot. This unfortunately
> terminates any running firstboot scritps thus killing the installation
s/scritpts/scripts/
> of qemu-ga MSI.
IIUC, the expectation is that the Windows installation of the
drivers will be completed *before* this 2 minute delay occurs.
Windows will then reboot, and the delayed GA job will be run
after this reboot ?
The key question i...
2020 Mar 02
2
[PATCH 0/1] Delay installation of QEMU-GA
This is a replacement for previously posted patch "Delay firstboot scripts to
some later time":
https://www.redhat.com/archives/libguestfs/2019-November/msg00134.html
Instead of delaying all the firstboot scripts we just delay the QEMU-GA
installation that we know is problematic. I will possibly send a similar patch
for RHEV-APT installation later.
Tom?? Golembiovsk? (1):
windows:
2005 Jun 11
1
problem with ip route and multiple lans
Hi, I have a little problem to setup iproute in my network
It looks like this:
---- ----- ------
R1 R2 R3
---- ----- ------
| | |
| | |
-------------------------------
ETH1 ETH2 ETH3
ETH0 ETH4 -------------> DMZ
------------------------------
|
|
2020 Mar 03
1
Re: [PATCH 1/1] windows: delay installation of qemu-ga MSI
...r virt-v2v conversion, Windows installs the
> > > drivers injected by virit-v2v. When this installation is finished
> >
> > s/virit/virt/
> >
> > > Windows enforces some kind of internal reboot. This unfortunately
> > > terminates any running firstboot scritps thus killing the installation
> >
> > s/scritpts/scripts/
> >
>
> Thanks for spotting the typos.
>
> > > of qemu-ga MSI.
> >
> > IIUC, the expectation is that the Windows installation of the
> > drivers will be completed *before* this 2 min...
2019 Nov 21
4
[PATCH 0/2] Delay firstboot scripts to some later time
When firstboot is used from virt-v2v the scripts, if not fast enough, can get
killed by Windows. After windows installs virtio drivers injected by virt-v2v
it performs some internall reboot, stopping all the running services and
killing any running firstboot script. This is problem mostly for MSI installs
(like qemu-ga that was added recently) that can take several seconds to finish.
This change
2020 Feb 11
3
Re: [PATCH 2/2] firstboot: schedule firstboot as delayed task
...e a task
> delayed for 1-2 minute.
>
> During the first boot, after virt-v2v conversion, Windows installs the
> drivers injected by virit-v2v. When this installation is finished
> Windows enforces some kind of internal reboot. This unfortunately
> terminates any running firstboot scritps thus killing for example the
> installation of qemu-ga MSI.
>
> Hopefully delaying the installtion to some later time can also fix
> problem we sometimes saw on Windows 2012R2 when installing RHEV-APT,
> where the installer terminated immediately with the error:
>
> Failed...
2016 Aug 14
2
Samba 4.2.14 Group Policy (GPO) sync error
Am 13.08.2016 um 22:47 schrieb Rainer Meier via samba:
> OK, I actually now feel a bit bad on this. As we did a lot of
> debugging without actually finding any solutions my focus went more
> and more into direction of code bug somewhere in Samba/Kerberos area.
>
> I found some references that Samba uses an internal specific version
> of Heimdal. Though it looks like the Gentoo
2019 Nov 21
0
[PATCH 2/2] firstboot: schedule firstboot as delayed task
...ipts during early boot schedule a task
delayed for 1-2 minute.
During the first boot, after virt-v2v conversion, Windows installs the
drivers injected by virit-v2v. When this installation is finished
Windows enforces some kind of internal reboot. This unfortunately
terminates any running firstboot scritps thus killing for example the
installation of qemu-ga MSI.
Hopefully delaying the installtion to some later time can also fix
problem we sometimes saw on Windows 2012R2 when installing RHEV-APT,
where the installer terminated immediately with the error:
Failed to connect to server. Error: 0x8007...
2020 Mar 02
0
[PATCH 1/1] windows: delay installation of qemu-ga MSI
...ript during early boot schedule a task
delayed for 1-2 minute.
During the first boot, after virt-v2v conversion, Windows installs the
drivers injected by virit-v2v. When this installation is finished
Windows enforces some kind of internal reboot. This unfortunately
terminates any running firstboot scritps thus killing the installation
of qemu-ga MSI.
Signed-off-by: Tom?? Golembiovsk? <tgolembi at redhat.com>
---
v2v/convert_windows.ml | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/v2v/convert_windows.ml b/v2v/convert_windows.ml
index 0fda1d4e..0a146006 10064...
2016 Aug 15
0
Samba 4.2.14 Group Policy (GPO) sync error
...t the unknown mech error messages related to missing sasl
> libraries when using ldap-tools.
Well, the situation is a bit weird. Looks like at least the Gentoo team
is not fully aware about the modifications or their Heimdal is not
completely compatible. On the other hand also the Samba build scritps
seem not to verify the functionality completely. Moreover even at log
level 10 there is no clear message logged about any malfunction.
Moreover it looks like the Samba team relies on the hcrypto library
while even the Heimdal team seems to prefer OpenSSL on systems where it
is available. Samba...
2017 Apr 08
0
Samba 4 account with a 'ldbmodify-ed' password does not login into domain from a Windows 7 VM
On Fri, 07 Apr 2017 20:32:37 +0000
Leonardo Bruno Lopes via samba <samba at lists.samba.org> wrote:
> Hi everyone!
>
> I have a LDAP with all my users' accounts, each one with the
> sambaNTPassaword correctly defined. I also have a freshly installed
> Samba 4.2 running on a Debian 8.7 box.
>
> I followed the instructions described by Steve ThompsSmabon here
>
2017 Apr 08
0
Samba 4 account with a 'ldbmodify-ed' password does not login into domain from a Windows 7 VM
On Fri, 2017-04-07 at 20:32 +0000, Leonardo Bruno Lopes via samba
wrote:
> Hi everyone!
>
> I have a LDAP with all my users' accounts, each one with the
> sambaNTPassaword correctly defined. I also have a freshly installed
> Samba
> 4.2 running on a Debian 8.7 box.
>
> I followed the instructions described by Steve ThompsSmabon here
>
2006 Dec 17
1
fischer.test help
Um texto embutido e sem conjunto de caracteres especificado associado...
Nome: n?o dispon?vel
Url: https://stat.ethz.ch/pipermail/r-help/attachments/20061217/91002ee1/attachment.pl
2005 Nov 07
0
root file system on multipathed device and some other questions
...g in device mapper seems to be a bit newer thing, and I was left
with couple of questions (things I haven't managed to try out while I had the
hardware)...
Is it possible to have root file system on multipathed device? I guess in this
case some multipathing setup would need to occur when init scritps from initrd
image are run, but I don't think mkinitrd is capable of generating such scripts
(I might create it by hand, though, but than it wouldn't be recreated correctly
on kernel upgrades).
What about LVM? If I define physical volume on multipathed device, when vgscan
is run from initr...
2005 May 13
1
Re: About strongs passwords! -- PAM
From: israel.garcia at cimex.com.cu
> 1. My users have to work on the shell because, they run a C++
> scritp to work in tha database..
If it's just 1 or 2 scripts, consider limiting access to programs with another
shell and/or a web or other front-end that only lets them launch a specific
process.
> 2. So I want to force my users to pick a strong password.. Is there some
>
2003 Nov 13
0
2 AGI questions..
Question 1..
Do the "say number" and "say digits" commands in AGI scritps work?
If I use "EXEC SayNumber 123" it works but is I try "say number 123" it
doesn't.. I think I have the syntax right becaasue thats how its shown
when typing "show agi" on a console and also on the agi pages I have
looked at..
Question 2..
Can an AGI scrip...