similar to: Re: Extrange behaviour in arp with xen 3.0.3 from etch [ solved ]

Displaying 20 results from an estimated 800 matches similar to: "Re: Extrange behaviour in arp with xen 3.0.3 from etch [ solved ]"

2006 Jun 28
2
Domain member against Samba+LDAP server configuration problem
Hi people, I have a problem with my configuration. I'd like my debian box was client of a Domain (Samba+LDAP) my smb.conf is: [global] security = domain workgroup = DOMAIN_NAME netbios name = MYCOMPUTER log level = 3 auth:10 winbind:10 idmap backend = ldap:ldap://xxx.xxx.xx.xxx ldap suffix = dc=DOMAIN_NAME,dc=com ldap idmap suffix = ou=Idmap idmap uid = 10000-20000
2010 May 13
1
sshd dies if passed host key with relative path on command line
Hi all, I noticed that openssh5.5 finally revised this bug, pls check the bugzilla https://bugzilla.mindrot.org/show_bug.cgi?id=1290 but when i test it both on linux and hp-ux, it will still fails: In hp-ux, server side: root at sshia2# /opt/ssh/sbin/sshd -p 1234 -D -h ssh_host_dsa_key -ddd .......... debug3: send_rexec_state: entering fd = 9 config len 322 debug3: ssh_msg_send: type
2013 Jan 14
1
Extrange Hiera error
Hi: I work on puppet 3 and hiera, but i cannt load a yaml file on a subdir. my hiera.yaml looks like: --- :backends: - yaml - json :yaml: :datadir: /etc/puppet/hieradata :json: :datadir: /etc/puppet/hieradata :hierarchy: - "servidores/%{clientcert}" - %{::ve} - common :puppet: :datasource: data problem is on "servidores/%{clientcert}". If it is %{::clientcert}
2004 Mar 29
0
Extrange behaviour of Gcc-3.3
Dear R users, I have found a quite uncommon behaviour when compiling a library I want to call from R (avce00, in package RArcInfo). I define CPL_LSB (-DCPL_LSB is passed to the compiler in the command line) but it's useless, since #ifdef CPL_LSB ... #endif clauses doesn't notice that CPL_LSB is defined. I also set -O2. Any clue? I have tested the library without optimising the code and
2005 Oct 31
1
Roaming and local profiles EXTRANGE problem!!
----- Original Message ----- From: Daniel Ruiz Jimenez To: samba@lists.samba.org Sent: Saturday, October 29, 2005 6:44 PM Subject: Roaming and local profiles EXTRANGE problem!! Hi, I'm from Spain, and my name is Daniel. I am desesperated by a problem with samba, and i don't find any solution in google, forums, and so. I know that you are really tired about stupid questions from
2010 Nov 09
2
Change a value in a matrix randomly
I have a matrix of ceros, for example: 0 0 0 0 0 0 0 0 0 0 0 0 And I would like that one of these values turn into 1, for example if one condition is got, but not in a concrete position if not randomly. Could you indicate me the code to can get it? Thanks in advance, Judit Barroso
2005 May 30
13
Terrible problem, some men in my net changed their MACs! :/
Is any way to detect changed MAC adresses? Someone taught change MACs peoples in my network and I have problems. E.g. Two computers working on one MAC, and one IP (static ARP and DHCP). WinXP is screaming some message... that two computers or more have the same IP. How can I find out who''s changed MAC?
2002 Dec 19
1
vorbis_example.c
Hi, This is my 1st time working with ogg-vorbis software. I tried to run vorbisfile_example.c (using a valid ogg file as input) and got the following error during the ov_open call: "Unhandled exception in vorbis_example.exe (KERNEL32.DLL): 0xC0000005: Access Violation." My working environment is Windows 98-SE and Visual Studio 6.0. Any ideas/thoughts, or where else to look would be
2020 Apr 06
4
Re: plug pre-created tap devices to libvirt guests
On 4/6/20 9:54 AM, Daniel P. Berrangé wrote: > On Mon, Apr 06, 2020 at 03:47:01PM +0200, Miguel Duarte de Mora Barroso wrote: >> Hi all, >> >> I'm aware that it is possible to plug pre-created macvtap devices to >> libvirt guests - tracked in RFE [0]. >> >> My interpretation of the wording in [1] and [2] is that it is also >> possible to plug
2006 Feb 10
10
Seeing the IP addresses of domUs from dom0
Using a default xen3.0.1 setup for dom0(rhel4 distro) and domUs (gentoo, rhel4, centos4.2 distros, ttylinux) with the domUs all having dhcp turned on, is there an easy way to tell from within the dom0 what ip addresses were assigned to the domUs after bootup? Toby Ford USi _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com
2010 Nov 10
1
Difficult doubt about choose distances randomly in a matrix with a probability of event
I would like to build a model in R to simulate the seed dispersal by one plant. The plant produced 5 seeds and the probability of falling inside the eight closest space was 0.8 and in the next space 0.2 and in the rest space 0: 0 0 0 0 0 0 0.2 0.2 0.2 0.2 0.2 0 0.2 0.8 0.8 0.8 0.2 0 0.2 0.8 1 0.8 0.2 0 0.2 0.8 0.8 0.8 0.2 0 0.2 0.2 0.2 0.2 0.2 0 0 0 0 0 0 0
2012 Sep 02
5
NTP server problem behind firewall
Hello! I would like to setup an NTP server for my Windows network using CentOS 6.3 with firewall turned on. As I learned the NTP protocol uses port 123 UDP. I have two NIC cards. One for internal network and one for access internet. Both cards in private address range. The problem is when I am using firewall described below the client cannot access the server. No idea why. Without firewall
2004 Aug 09
4
ARP daemon
I''m looking for a program that will replace the automatic ARP table population by the Linux kernel. The daemon should fix the MAC <-> IP entry from the IP of the first packet with that MAC received. Is there anything like this? -- damjan | дамјан This is my jabber ID --> damjan@bagra.net.mk <-- not my mail address!!! _______________________________________________ LARTC
2020 Jun 30
1
Re: plug pre-created tap devices to libvirt guests
On Tue, Jun 30, 2020 at 12:59:03PM +0200, Miguel Duarte de Mora Barroso wrote: > On Mon, Apr 6, 2020 at 4:03 PM Laine Stump <lstump@redhat.com> wrote: > > > > On 4/6/20 9:54 AM, Daniel P. Berrangé wrote: > > > On Mon, Apr 06, 2020 at 03:47:01PM +0200, Miguel Duarte de Mora Barroso wrote: > > >> Hi all, > > >> > > >> I'm aware
2020 Apr 30
1
Re: sync guest time
On Thu, Apr 30, 2020 at 2:15 PM Daniel P. Berrangé <berrange@redhat.com> wrote: > > On Thu, Apr 30, 2020 at 01:52:12PM +0200, Miguel Duarte de Mora Barroso wrote: > > Hi, > > > > I'm seeing the following issue when attempting to update the guest's > > clock on a running fc32 guest (using guest agent): > > > > ``` > >
2008 Jun 07
1
Question about samba domains PDC migration and browsing slowly
Hello list, Currently, we are migrating from samba 3.0 PDC [without LDAP as auth backend] domain named A to a new samba 3.0 PDC [ with LDAP as auth backend and a new sid and name ]. The 2 domains are on the same network and we are migrating host by host. Like both of domain controllers (A and B) wants to be the browser master, browsing from windows explorer on the net is slow (I think because a
2007 Jan 01
2
Error Help Needed
Hello everyone, I need a little help finding an issue one of my machines. I have 4 setup all the same way and just this one gives the errors. Here are the errors from Logwatch; ?################### LogWatch 5.2.2 (06/23/04) #################### ?--------------------- Arpwatch Begin ------------------------ Argument "4444'service' option expects either the name of a
2020 Aug 30
1
Re: plug pre-created tap devices to libvirt guests
> On Tue, Jun 30, 2020 at 04:02:05PM +0100, Daniel P. Berrangé wrote: > > On Tue, Jun 30, 2020 at 12:59:03PM +0200, Miguel Duarte de Mora Barroso wrote: > > > On Mon, Apr 6, 2020 at 4:03 PM Laine Stump <lstump redhat com> wrote: > > > > > > > > On 4/6/20 9:54 AM, Daniel P. Berrangé wrote: > > > > > On Mon, Apr 06, 2020 at 03:47:01PM
2010 Nov 23
2
How to do a stochastic model in R
Dear all of you, I would like to get some help from you. Here I attach you a model, that I would like to be stochastic so I would need each time the value of x changed, the values of parameters (ss, emrg, gf, spp, sr) did too according to a normal distribution, with mean its value and standard deviation given by the parameter name preceded by SDV (In the case of parameter ss, mean is 0.3 and
2020 Apr 30
2
sync guest time
Hi, I'm seeing the following issue when attempting to update the guest's clock on a running fc32 guest (using guest agent): ``` [root@virt-launcher-vmi-masquerade-mh2xm /]# virsh domtime 1 --pretty Time: 2020-04-30 23:27:29 [root@virt-launcher-vmi-masquerade-mh2xm /]# virsh domtime 1 --sync error: internal error: unable to execute QEMU agent command 'guest-set-time': hwclock