Displaying 16 results from an estimated 16 matches for "destint".
Did you mean:
destino
2018 Jun 09
4
Custom ISO With Post Installation Scripts
...sted that I copy the script to /etc/rc.d/rc.local and
make it executable; however, I have tried that a few times and the
script simply does not execute.
Below is an excerpt from the ks.cfg.
export SRCDIR="/run/install/repo"
export DSTDIR="/mnt/sysimage"
# copy scripts to the destintion of the server
cp -v $SRCDIR/postinstall/script1.sh
$DSTDIR/etc/rc.d/rc.local/script1.sh
# Make scripts executable
chmod +x $DSTDIR/etc/rc.d/rc.local.sh
Since this is a ISO for a community project, don't think that tools
such as Ansible, Chef, Puppet, etc. will work here.
Also, it is a on...
2010 Nov 21
2
Asterisk behind D-Link ADSL router with private IP
i have this configuration , An Asterisk server connected to my private LAN 192.168.10.0/24 when i do port forwarding for port 5060 so that i make a call from Internet into Asterisk wireshark show the message "destintion port unrechable"
i configured sip.conf for "nat=yes" and "qualify=yes" and "externip="my public IP"
did i forget some other ports to forward otherthan 5060?
did i forget any other configurations?
i even tried the "virtual server" function i...
2018 Jun 09
0
Custom ISO With Post Installation Scripts
On 09.06.2018 14:48, Earl Ramirez wrote:
> # copy scripts to the destintion of the server
> cp -v $SRCDIR/postinstall/script1.sh > $DSTDIR/etc/rc.d/rc.local/script1.sh
are you sure about this line? rc.local must be a file, not a directory.
best regards
Ulf
2018 Jun 11
0
Custom ISO With Post Installation Scripts
...cal and
> make it executable; however, I have tried that a few times and the
> script simply does not execute.
>
> Below is an excerpt from the ks.cfg.
>
>
> export SRCDIR="/run/install/repo"
> export DSTDIR="/mnt/sysimage"
>
> # copy scripts to the destintion of the server
> cp -v $SRCDIR/postinstall/script1.sh
> $DSTDIR/etc/rc.d/rc.local/script1.sh
>
> # Make scripts executable
> chmod +x $DSTDIR/etc/rc.d/rc.local.sh
>
> Since this is a ISO for a community project, don't think that tools
> such as Ansible, Chef, Puppet, e...
2011 Mar 29
0
[PATCH] Implementation for sl_initramfs_add_file() in lua.c32
...########################
Applying this patch the lua code using this function should look like this:
syslinux.initramfs_add_file(initramfs, module, path)
where initramfs was created with syslinux.initramfs_init(), modules
has been loaded with syslinux.loadfile() and path is a string
containing the destintion path for the file.
--
Fernando Esteban Mariano L?pez
Desarrollador de Lihuen / Lihuen Developer (http://lihuen.linti.unlp.edu.ar/)
Administrador del sitio Grid de la UNLP / UNLP's Grid site Administrator
2002 Mar 14
1
little dude about how classify traffic
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I am doing some experiments with HTB nad I have the next dude:
I only make experiments with ssh traffic for the momment.
If I want to classify that traffic do I need to do rules to the rest?
I don''t know if you understand my idea.
- --
+-------------------------------------------------------------------+
| Luis Miguel Cruz.
2003 May 23
1
PATCH: better handling for write failures (disk full)
...will copy the file from the temp space, overwriting
the destination file using copy_file(), which usually avoids filling
the destination partition. Thus, using "-T" is the only way to
transfer into a nearly full partition.
However, there is one other problem: if copy_file() fills up the
destintation partition, it will fail. At least it gives a valid
error message with "-vv" and doesn't abort the whole sync:
renaming /var/tmp/.x1.OApztf to dest/x1
write dest/x1: No space left on device
copy /var/tmp/.x1.OApztf -> dest/x1 : No space left on device
However, in this case,...
2005 Jan 13
1
Status of latest round of Allison recordings
...cannot be completed due to an error at the receiving telephone company.
Your call cannot be completed as dialed.
Please hang up and try your call again.
Please check the number and dial again.
We're sorry (I'm sorry is already recorded...)
We apologize / but...
No route exists to the dialed destintation
That service is not implemented
That option is not implemented
This call has be preempted
The last error on this line was...
Cause code
Q dot nine three one
Q dot nine thirty one
message number
error number
C L L I
You have reached a test number
The tones that follow are for the deaf.
Test ton...
2013 Jan 25
4
[PATCH 0/1] VM Sockets for Linux upstreaming
From: Andy King <acking at vmware.com>
** Introduce VM Sockets ***
In an effort to improve the out-of-the-box experience with Linux kernels for
VMware users, VMware is working on readying the VM Sockets (VSOCK, formerly
VMCI Sockets) (vmw_vsock) kernel module for inclusion in the Linux kernel. The
purpose of this post is to acquire feedback on the vmw_vsock kernel module.
Unlike previous
2013 Jan 25
4
[PATCH 0/1] VM Sockets for Linux upstreaming
From: Andy King <acking at vmware.com>
** Introduce VM Sockets ***
In an effort to improve the out-of-the-box experience with Linux kernels for
VMware users, VMware is working on readying the VM Sockets (VSOCK, formerly
VMCI Sockets) (vmw_vsock) kernel module for inclusion in the Linux kernel. The
purpose of this post is to acquire feedback on the vmw_vsock kernel module.
Unlike previous
2013 Jan 08
7
[PATCH 0/6] VSOCK for Linux upstreaming
* * *
This series of VSOCK linux upstreaming patches include latest udpate from
VMware to address Greg's and all other's code review comments.
Summary of changes:
- Rebase our linux kernel tree from v3.5 to v3.7.
- Fix all checkpatch warnings and errors. Fix some checkpatch with -strict
errors.
This addresses Greg's comment: On 15 Nov 2012
2013 Jan 08
7
[PATCH 0/6] VSOCK for Linux upstreaming
* * *
This series of VSOCK linux upstreaming patches include latest udpate from
VMware to address Greg's and all other's code review comments.
Summary of changes:
- Rebase our linux kernel tree from v3.5 to v3.7.
- Fix all checkpatch warnings and errors. Fix some checkpatch with -strict
errors.
This addresses Greg's comment: On 15 Nov 2012
2012 Nov 21
6
[PATCH 0/6] VSOCK for Linux upstreaming
* * *
This series of VSOCK linux upstreaming patches include latest udpate from
VMware.
Summary of changes:
- Sparse clean.
- Checkpatch clean with one exception, a "complex macro" in
which we can't add parentheses.
- Remove all runtime assertions.
- Fix device name, so that existing user clients work.
- Fix VMCI handle lookup.
* *
2012 Nov 21
6
[PATCH 0/6] VSOCK for Linux upstreaming
* * *
This series of VSOCK linux upstreaming patches include latest udpate from
VMware.
Summary of changes:
- Sparse clean.
- Checkpatch clean with one exception, a "complex macro" in
which we can't add parentheses.
- Remove all runtime assertions.
- Fix device name, so that existing user clients work.
- Fix VMCI handle lookup.
* *
2012 Oct 16
11
[PATCH 0/6] VSOCK for Linux upstreaming
* * *
In an effort to improve the out-of-the-box experience with Linux
kernels for VMware users, VMware is working on readying the Virtual
Machine Communication Interface (vmw_vmci) and VMCI Sockets (VSOCK)
(vmw_vsock) kernel modules for inclusion in the Linux kernel. The
purpose of this post is to acquire feedback on the vmw_vsock kernel
module. The vmw_vmci kernel module has been presented in
2012 Oct 16
11
[PATCH 0/6] VSOCK for Linux upstreaming
* * *
In an effort to improve the out-of-the-box experience with Linux
kernels for VMware users, VMware is working on readying the Virtual
Machine Communication Interface (vmw_vmci) and VMCI Sockets (VSOCK)
(vmw_vsock) kernel modules for inclusion in the Linux kernel. The
purpose of this post is to acquire feedback on the vmw_vsock kernel
module. The vmw_vmci kernel module has been presented in