Displaying 20 results from an estimated 20000 matches similar to: "How to use ext transport?"
2007 Feb 17
1
Constraint maximum (likelihood) using nlm
Hi,
I'm trying to find the maximum (likelihood) of a function. Therefore,
I'm trying to minimize the negative likelihood function:
# params: vector containing values of mu and sigma
# params[1] - mu, params[2]- sigma
# dat: matrix of data pairs y_i and s_i
# dat[,1] - column of y_i , dat[,2] column of s_i
negll <- function(params,dat,constant=0)
{
for(i in 1:length(dat[,1]))
{
2001 Nov 29
1
cannot create .hosts.b0WX1x : File exists
Hello,
when I do:
/opt/rsync/bin/rsync /etc/hosts targethost::bkp/
I get:
cannot create .hosts.b0WX1x : File exists
I check the targethost and I get empty file .hosts.b0WX1x
When trying with other targethost-s it works, but on this one it doesn't.
On the other targethosts I have exactly the same LinuX distribution,
permissions and users than on the problem targethost.
I have exactly the
2012 Jun 05
7
Not using expired node for targethost from cache; expired
Hi,
When I execute *puppet agent --test --debug --verbose* on the target host,
I receive the following error message:
err: Could not retrieve catalog from remote server: Error 400 on SERVER:
Could not find class pe_accounts for targethost on node targethost
warning: Not using cache on failed catalog
err: Could not retrieve catalog; skipping run
I enabled debugging for the Puppet Master, and
2023 Dec 12
4
[Bug 3643] New: order_hostkeyalgs can't find host-key in KnownHostsCommand if it contains port
https://bugzilla.mindrot.org/show_bug.cgi?id=3643
Bug ID: 3643
Summary: order_hostkeyalgs can't find host-key in
KnownHostsCommand if it contains port
Product: Portable OpenSSH
Version: 9.5p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
2009 Aug 13
0
HVM creation problem
Hi,
I''m kinda new to XEN stuff, and I''ve been trying to create a fully virtualized guest on CentOS 5.3 for almost 3 months and no luck yet. I approached this process through several methods, one with virt-install and creating config file manually.
Following is what happens when I try to create a guest, and I have included qemu-dm and last part of xend.log logs below too.
2005 Feb 22
0
Possible bug in openssh parsing of hosts.equiv for netgroups?
Open-SSH'ers,
I just noticed that ssh doesn't parse hosts.equiv the same as rsh.
I set up an usertest user on targethost, and then su'ed to usertest
on sourcehost. I put this in targethost's /etc/hosts.equiv
+ -usertest
+ at trusted-hosts (all hosts are rolled up into this netgroup)
this should disallow usertest from rsh'ing into targethost from all
hosts, but
2005 Apr 19
0
[Bug 1018] Incorrect parsing of hosts.equiv for netgroups
http://bugzilla.mindrot.org/show_bug.cgi?id=1018
Summary: Incorrect parsing of hosts.equiv for netgroups
Product: Portable OpenSSH
Version: -current
Platform: All
URL: http://marc.theaimsgroup.com/?l=openssh-unix-
dev&m=110909300030444&w=2
OS/Version: All
Status: NEW
Severity:
2007 Dec 17
1
Xen console hangs
Hello,
I''m running XEN 3.0.3 on RHEL5 2.6.18-53.1.4.el5xen. I used to start the
vm with "xm create myvm -c". I see the boot during a couple of second,
then, it freeze.
The console is freezed, not the vm, a couple of second later, I can ssh
the vm without any problem.
"xm console myvm" also display a freezed state. This is an extrat of the
console :
# xm
2012 Oct 29
2
virtual machine seems to run, but can't connect to it
I'm using ubuntu 12.04LTS
I setup a bridged network:
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet dhcp
auto br0
iface br0 inet dhcp
bridge_ports eth0
bridge_stp off
bridge_fd 0
bridge_maxwait 0
Seems to work.
Then I created a virtual machine using Ubuntu's vmbuilder tool like so:
vmbuilder
2007 Dec 17
0
xm console freeze/hangs
Hello,
I''m running XEN 3.0.3 on RHEL5 2.6.18-53.1.4.el5xen. I used to start the
vm with "xm create myvm -c". I see the boot during a couple of second,
then, it freeze. The console is freezed, not the vm, a couple of second
later, I can ssh the vm without any problem.
"xm console myvm" also display a freezed state. This is an extrat of the
console :
# xm create
2017 Dec 27
4
What is the ssh_config equivalent to this syntax involving multiple at signs
My company uses a certain product which forces me to use a jumphost / ssh proxy.
When connecting to a server I have to type "ssh myuser at technicaluser@targethost at jumphost" everytime. I tried to simplify this by editing my ssh_config and putting this into the file:
Host targethost
ProxyJump technicaluser at jumphost
These lines are recognized but don't work like intended
2017 Jun 19
0
VM fails to start on boot-up
Hi,
I have created a VM with the option inside virt-manager to "start virtual machine on host boot up". It is the only VM on the host to be configured this way. However, I am getting this error in the log file when it attempts to start it on boot up:
2017-06-19 07:15:18.491+0000: starting up libvirt version: 2.0.0, package: 10.el7_3.9 (CentOS BuildSystem
2017 Jun 20
0
Re: VM fails to start on boot-up
On Tue, Jun 20, 2017 at 06:23:39AM +0000, Andy Gibbs wrote:
>Hi,
>
>
>I have created a VM with the option inside virt-manager to "start virtual machine on host boot up". It is the only VM on the host to be configured this way. However, I am getting this error in the log file when it attempts to start it on boot up:
>
>
>2017-06-19 07:15:18.491+0000: starting up
2013 May 15
1
[PATCH] Expose remote forwarding ports as environment variable
Good evening gentlemen,
the attached patch against openssh 6.2p1 exposes remote
forwarding ports to the remote shell:
targethost % ssh -R 1234:localhost:22 controlhost
controlhost % echo $SSH_REMOTE_FORWARDING_PORTS
1234
targethost % ssh -R 0:localhost:22 controlhost
controlhost % echo $SSH_REMOTE_FORWARDING_PORTS
54294
targethost % ssh -R 0:localhost:22 -R
2019 Jul 30
1
[PATCH nbdkit] nbd: Update for libnbd 0.9.6.
---
configure.ac | 4 ++--
plugins/nbd/nbd.c | 12 +++++++++---
README | 2 +-
3 files changed, 12 insertions(+), 6 deletions(-)
diff --git a/configure.ac b/configure.ac
index 8c7ee8b..0ce78c7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -718,12 +718,12 @@ AC_ARG_WITH([libnbd],
[],
[with_libnbd=check])
AS_IF([test "$with_libnbd" != "no"],[
-
2011 Aug 04
0
[LLVMdev] LLVM backend: Treat some function calls specially
Jonas,
Why not lower everything to a single call during instruction selection, and then write a machine function pass that translates the normal CALL's into CALL_NATIVE?
Micah
> -----Original Message-----
> From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu]
> On Behalf Of Jonas Gefele
> Sent: Thursday, August 04, 2011 9:56 AM
> To: llvmdev at
2011 Aug 04
2
[LLVMdev] LLVM backend: Treat some function calls specially
Hello,
I am writing an LLVM backend that generates byte code for a custom virtual
machine. Standard function calls are lowered to a simple
CALL $offsetInByteCode
This works fine so far using the standard machinery of LLVM. But some
functions are not implemented in byte code, but delegated to native
implementations within the VM. Calls to these functions use a non-standard
calling convention
2020 Jun 13
0
Voice "broken" during calls
So the call used Alaw as Codec.
> Am 13.06.2020 um 17:23 schrieb Luca Bertoncello <lucabert at lucabert.de>:
>
> Am 13.06.2020 um 13:47 schrieb Michael Keuter:
>
> Hi
>
>> Try "sip show peer <peername>" for a phone.
>
> So:
>
> mobile phone:
> bpi*CLI> sip show peer 0049177xxxxxxx
>
>
>
>
> * Name :
2012 Aug 17
1
Live Snapshot and Rebasing using blockpull
Hello,
I am looking for a solution for live backups of running KVM hosts. I recently read this article which highlights the following method: http://www.linux-kvm.com/content/first-look-virtual-machine-online-disk-snapshots-coming-fedora-18
1. virsh snapshot-create-as to create the snapshot
2. cp myvm.qcow2 myvm-backup.qcow2 to copy off the now read-only backing image file
3. virsh
2006 Nov 24
1
fail to exit shell after issuing 'ssh -f .... targethost.foo.bar sleep 500000'
Hi,
Software in use:
OpenSSH-Version: 4.5p1
OpenSSL-Version: 0.98d
zlib-Version: 1.2.3
OS-Platform: AIX 5.3 ML4
Problem:
when issuing following command on an AIX host:
$ ssh -2 -n -f -x -L6666:localhost:6666 -o BatchMode=yes targethost sleep
500000
$ exit
the shell is waiting for the finish of issued command (sleep).
The expected behaviour of above command should be, that the shell would