similar to: Upgrade machine type during migration

Displaying 20 results from an estimated 100 matches similar to: "Upgrade machine type during migration"

2009 May 26
1
Installing and running XEN
Hi all! I''m new on the list. I have read many HowTos about xen installations and I have an error that I cant find solution. (S.O: Debian Lenny) First, this is what I did: Hypervisor # aptitude install xen-hypervisor-i386 libc6-xen xen-utils xen-tools bridge-utils Kernel # aptitude install xen-linux-system-2.6.26-2-xen-686 ----- # nano /etc/modules loop max_loop=128 # nano
2019 Mar 26
1
Problem passing qemu cmdline option when using <qemu:commandline> in domain xml.
【Sorry there I maked some mistake in my first email, here is the correct one.】 I am trying to pass-through the parallel port of the host to the guest. When I just used qemu-system-x86_64 with option '-chardev parallel,id=charparallel0,path=/dev/parport0 -device isa-parallel,chardev=charparallel0,id=parallel0', it worked perfect. But when I tried to pass these option by adding lines below
2006 Dec 08
2
trouble with cloud output to bmp when in loop
I have some data that I need to view in various 3-D clouds. To better see the cloud structure on a 2-D screen I would like to output a bunch of bmp files with clouds at slightly different angles, then run them through an external program to animate them. But I'm having trouble getting cloud() from the lattice package to output to bmp files. Oddly, this is only a problem when outputting
2010 Aug 19
0
AD Groups Failing to Authorize in Valid Users (does not start with S-)
For the last 3 weeks I've been working on getting RHEL4 (and 5, but that's a different story) to play well with Active Directory, OpenLDAP, Kerberos, PAM and NSS. It's been a long struggle but I now have a process to authenticate and authorize a RHEL4 client to a windows Active Directory server to that my AD Users can log into my Linux boxes (assuming their group permissions are set
2016 Mar 10
0
First logon after smbpasswd -a someuser failed
*first logon* $ smbclient -L deb-8-t1 -U test02%qq WARNING: The "syslog" option is deprecated session setup failed: NT_STATUS_UNSUCCESSFUL *second logon* $ smbclient -L deb-8-t1 -U test02%qq WARNING: The "syslog" option is deprecated Domain=[WORKGROUP] OS=[Windows 6.1] Server=[Samba 4.3.6-Debian] Sharename Type Comment --------- ---- ------- print$
2008 Aug 11
1
AD on 2003R2 NT_STATUS_NO_SUCH_USER
Dear Help, We are in the process of setting up a new domain using Active Directory on Windows Server 2003R2. One of our goals was to use Active Directory for authentication on our AIX box (running version 6.1). I was able to successfully set up Kerberos, and the LDAP client to connect to our AD server so that you can now log in to the AIX box with users found in Active Directory. However, no
2011 Oct 27
1
minimizing device-dependent code in graphics scripts
Here is a common scenario that I and probably others often face: - I write a script, test.R, to produce some graphs, viewing them on-screen and tinkering until they look right - I want to save image files (e.g., .png), so I wrap each plot in device driver calls, e.g., png(file='test01.png', width=600, height=600); plot(1:10) dev.off() png(file='test02.png', width=600,
2019 Mar 26
0
Problem passing qemu cmdline option when using <qemu:commandline> in domain xml.
I am trying to pass-through the parallel port of the host to the guest. When I just used qemu-system-x86_64 with option '-chardev pty,id=charparallel0,path=/dev/parport0 -device isa-parallel,chardev=charparallel0,id=parallel0', it worked perfect. But when I tried to pass these option by adding lines below to the domain xml, ... </device> <qemu:commandline> <qemu:args
2015 May 05
0
Source information not showing for virsh domiflist causing problems with migrating VMs
Hi, Does anyone know of a way to get around this problem. I have several long running VMs running on an Ubuntu 14.10 host and for some reason I am getting errors when trying to migrate them to another host. If I restart the VM then the problem does not exist, however for various reasons that is not an option with the remaining VMs. root@comp001:~# /root/bin/vm_migrate.sh ws001 comp003 virsh
2010 Jul 07
0
samba 3.4.8 solaris 10 no windows security tab
I recently upgraded our samba from version 3.0.13 to 3.4.8. I also changed from security=domain to security=ads with the upgrade. Doing some testing I've found out if a user does not have read access at a minimum on a file or directory either by owning the file, through primary or secondary groups or other permissions on solaris the windows security tab (right clicking on a file or directory
2020 Feb 27
5
New PTR records not visible
Ok, we might have found something here. I created a small script, see below, easy to adapt. So, after running this i see the same problem as in : https://bugzilla.samba.org/show_bug.cgi?id=14268 If i do it manualy everything works fine. But if i "past the commands or run the script" Then i see this problem.. So im thinking here, the speed of adding is creating somekind or
2020 Feb 27
0
New PTR records not visible
Yet that still does not explain why the PTR record I create for that IP does not become visible. I can create other PTR records in the same zone and they do become visible to DNS lookups. I suspect it has something to do with half-dead entries in the database that are blocking it... Thanks for looking into this, Christian On 27/02/2020 11:31, L.P.H. van Belle via samba wrote: > Ok, we might
2015 Jan 13
5
dovecot and glusterfs
Hi, I did some experiments with dovecot on a glusterfs on the active nodes without a director. So I had concurrent access to the files. With the help of the available documentation about NFS and fcntl locks I managed to find out the following: With the plain mbox format dovecot seems to apply and to honor the fcntl locks. But since this format is not used any more in real setups, it is
2015 Jan 13
1
dovecot and glusterfs
Am Dienstag, 13. Januar 2015, 21:40:34 schrieb Nick Edwards: > On 1/13/15, Michael Schwartzkopff <ms at sys4.de> wrote: > > Hi, > > > > I did some experiments with dovecot on a glusterfs on the active nodes > > without > > a director. So I had concurrent access to the files. > > > > With the help of the available documentation about NFS and
2015 Jan 13
0
dovecot and glusterfs
On 1/13/15, Michael Schwartzkopff <ms at sys4.de> wrote: > Hi, > > I did some experiments with dovecot on a glusterfs on the active nodes > without > a director. So I had concurrent access to the files. > > With the help of the available documentation about NFS and fcntl locks I > managed to find out the following: > > With the plain mbox format dovecot seems to
2015 Jan 13
0
dovecot and glusterfs
* Michael Schwartzkopff schrieb am 13.01.15 um 09:32 Uhr: >Hi, > >I did some experiments with dovecot on a glusterfs on the active nodes without >a director. So I had concurrent access to the files. > >With the help of the available documentation about NFS and fcntl locks I >managed to find out the following: > >With the plain mbox format dovecot seems to apply and to
2020 Dec 09
1
Status of DLM in CentOS?
Hi, I was searching for DLM for my Centos 8. But it seems there are no packages available. I already enabled the HA repo. But no success. Now I changed to centos stream, but still no package available. How is centos going to ensure correct locking in a shared storage environment? Any help appreciated. Mit freundlichen Gr??en, -- [*] sys4 AG https://sys4.de, +49 (89) 30 90 46 64
2004 Nov 22
2
realtime trafic monitor
ok .. a use iptraf, but iptraf show my evry connection from computerX: 84.135.15.81:4899 > 163 7940 --A- eth0 ? 82.77.210.7:3475 > 212 323323 -PA- eth0 ? 62.231.96.133:80
2015 Sep 11
1
Dovecot CalDAV server
* Niklaas Baudet von Gersdorff <niklaas at kulturflatrate.net>: > On Fri, 11 Sep 2015 00:43:16 +0300 > Timo Sirainen <tss at iki.fi> wrote: > > > I've been once in a while over the years thinking about implementing > > CalDAV (and CardDAV) to Dovecot. It might be time to start that soon. > > Does anyone have any suggestions? So far my main goals would
2020 Dec 02
1
Problem upgrading from 8.0 to 8.1
Hi, I want to upgrade from 8.0 to 8.1 but yum update does not work. Still 8.0 Probably the cause is that I compiled DRBD myself because it was not available for 8.0 when I set up the machine. Now yum update says: Error: ?Problem 1: cannot install the best update candidate for package drbd-pacemaker-9.11.0-1.el8.x86_64 ? - nothing provides pacemaker needed by