Displaying 17 results from an estimated 17 matches for "virt1".
Did you mean:
virt
2017 Dec 07
2
devirtualization with new-PM pipeline
...eeper as I'm not
sure if this kind of behavior
is expected at current stage of New PM life or not?
If it is not expected then I'ld be happy to file a bug and do a bit
deeper look for the cause.
regards,
Fedor.
-------------------------------
] cat devirt.cpp
struct A {
virtual int virt1();
};
struct B : A {
int virt1() override {
return 20;
}
};
static int redirect(A* a) {
return a->virt1();
}
int calc() {
B b;
return redirect(&b);
}
] clang++ -O3 devirt.cpp -std=c++11 -S -emit-llvm -o -
...
define i32 @_Z4calcv() local_unnamed_addr #0 {
entry:
ret i3...
2010 Nov 16
5
ssh prompting for password
...enstored
So therefore my RSA key should already be in my authorized_keys on any
host. However logging into the virtual network, I always get prompted
for a password. just for the heck of it, I scp'd the key over again to
one of the virtual hosts:
[bluethundr at LCENT03:~]#scp .ssh/id_rsa.pub virt1:~
bluethundr at virt1's password:
id_rsa.pub
100% 381 0.4KB/s 00:00
ssh'd in:
[bluethundr at LCENT03:~]#ssh virt1
bluethundr at virt1's password:
Last login: Tue Nov 16 15:57:24 2010 from 192.168.1.46
Searched for the key on the host I just ssh'd into:
[bl...
2010 Dec 13
2
Deploying libvirt with live migration
I have two physical servers: Virt1 and Virt2. I'm setting up live
migration with CentOS 5.5 between the two. I've done this by NFS
mounting /etc/libvirt and /var/lib/libvirt/images on both servers. This
is working well for me except for one thing.
I see the same list of VMs on each server (as expected), but each server...
2018 Feb 05
0
[ovirt-users] VM paused due unknown storage error
...ut from virt3 - problematic host:
>
> [root at virt3 ~]# gluster volume status
> Status of volume: data
> Gluster process TCP Port RDMA Port Online
> Pid
> ------------------------------------------------------------
> ------------------
> Brick virt1:/gluster/brick2/data 49152 0 Y
> 3536
> Brick virt2:/gluster/brick2/data 49152 0 Y
> 3557
> Brick virt3:/gluster/brick2/data 49152 0 Y
> 3523
> Self-heal Daemon on localhost N/A N/A...
2017 Dec 14
2
devirtualization with new-PM pipeline
...life or not?
> >
> > If it is not expected then I'ld be happy to file a bug and do a bit
> deeper look for the cause.
> >
> > regards,
> > Fedor.
> > -------------------------------
> > ] cat devirt.cpp
> > struct A {
> > virtual int virt1();
> > };
> > struct B : A {
> > int virt1() override {
> > return 20;
> > }
> > };
> > static int redirect(A* a) {
> > return a->virt1();
> > }
> > int calc() {
> > B b;
> > return redirect(&b);
> >...
2020 Sep 28
1
Centos8: Glusterd do not start correctly when I startup or reboot all server together
I have install and configure on two server centos8 glusterfs in replica
mode in this manner:
dnf install centos-release-gluster -y
dnf install glusterfs-server glusterfs glusterfs-fuse -y
systemctl enable --now glusterd
gluster peer probe virt1
gluster peer status
sh creavolume.sh gfsvol1 301G /gfsvol1 xfs
# NOTE: this is a my shell script to create fs on lvm
mkdir /gfsvol1/brick1
gluster pool list
gluster volume create gfsvol1 replica 2 virt1:/gfsvol1/brick1
virt2:/gfsvol1/brick1 force
gluster volume start gfsvol1...
2010 Jun 15
1
Solaris 10 Branded Zones & Exclusive IP Zones
In an effort to get a better understanding of Crossbow I decided to create some vnics for use between a couple of Solarsi 10 branded zones. I was quite surprised that when I went to verify the setup within zonecfg I got the following error.
zonecfg:virt1> verify
Error: solaris10 zones do not currently support exclusive ip-type stacks
virt1: Brand-specific error
Is this a feature that is currently under development? I''m currently running snv_134.
Sean
--
This message posted from opensolaris.org
2007 Dec 31
1
Segmentation fault in dovecot-sieve-1.1.2 + dovecot-1.1.beta13
...tains "subject"
["test"]
{
addflag
"$testflag";
}
---
when a message with a subject containing "test"
is delivered via dovecot lda.
The fault backtrace is:
(gdb) run
Starting program: /usr/local/libexec/dovecot/deliver -d
load1 at virt1.cti2.com < bad.txt
Program received signal SIGSEGV, Segmentation fault.
get_flags (sieve_flags=0xbfe7e438, flags_r=0xbfe7dee4,
keywords_r=0x2)
at
/root/dovecot-1.1.beta13/src/lib/array.h:145
145
*count_r = array->buffer->used / array->element_size;
(gdb) bt...
2020 Oct 02
0
Centos8: Glusterd do not start correctly when I startup or reboot all server together
...critto:
> I have install and configure on two server centos8 glusterfs in
> replica
> mode in this manner:
>
> dnf install centos-release-gluster -y
> dnf install glusterfs-server glusterfs glusterfs-fuse -y
> systemctl enable --now glusterd
> gluster peer probe virt1
> gluster peer status
> sh creavolume.sh gfsvol1 301G /gfsvol1 xfs
> # NOTE: this is a my shell script to create fs on lvm
> mkdir /gfsvol1/brick1
> gluster pool list
> gluster volume create gfsvol1 replica 2 virt1:/gfsvol1/brick1
> virt2:/gfsvol1/brick1 fo...
2005 Aug 15
16
swig_up
Tracing down some things to add in validators and I''ve run across
something that kinda bothers me...
In order to implement validators you have to override the clone method.
The directors seems to be set up to specifically handle this situation.
However, whenever C++ calls back to the object''s methods the swig_get_up
function is returning false. It seems like swig_up
2015 Oct 10
1
Creating external snapshots.
Hi,
I'm trying to create an external snapshot for backup purposes. Only I get an error after the command:
virsh snapshot-create-as --domain PCVIRT1 PCVIRT1-SN1 --diskspec vda,file=/var/lib/libvirt/images/VIRT1-SN1.qcow2 --disk-only --atomic --quiesce
fout: internal error: kan AppArmor profiel 'libvirt-2c9c04d7-f86d-df12-da9f-9847ac8b994f' niet vernieuwen
(Sorry about the dutch... it means: error: internal error: can not renew AppArm...
2005 Apr 27
0
local users + virtual domains
....conf I'd have something like:
default_mail_env = maildir:%h/Maildir
auth-userdb = /etc/dovecot/passwd-file
auth-passdb = /etc/dovecot/passwd-file
then in passwd-file I'd enter:
# local users
localuser1:<passwd>:501:501:::::
localuser2:<passwd>:502:502:::::
...
#virtual domains
virt1 at example1.com:<passwd>:5001:5001::/var/vmail/%d/%u:/bin/false::INBOX=/var/vmail/%d/%u/Maildir
postmaster at example1.com:<passwd>:5001:5001::/var/vmail/%d/%u:/bin/false::INBOX=/var/vmail/%d/%u/Maildir
virt1 at example2.com:<passwd>:5001:5001::/var/vmail/%d/%u:/bin/false::INBOX=/...
2017 Nov 15
1
unable to remove brick, pleas help
...oot at virt2 ~]# gluster volume remove-brick data replica 2
srv1:/gluster/data/brick1 commit
Removing brick(s) can result in data loss. Do you want to Continue? (y/n) y
volume remove-brick commit: failed: Brick srv1:/gluster/data/brick1 is not
decommissioned. Use start or force option
The server virt1 is not part of the cluster anymore.
--
Kind Regards
Rudi Ahlers
Website: http://www.rudiahlers.co.za
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gluster.org/pipermail/gluster-users/attachments/20171115/4fa22da5/attachment.html>
2010 Sep 24
2
grep contents of file on remote server
...AKE-KEY-DATA-/FAKE-KEY-DATA-/FAKE-KEY-DATA-==
bluethundr at lbsd8-2.summitnjhome.com==: No such file or directory
grep: root at bt-laptop: No such file or directory
[/code]
Ultimately, what I would like to do is script this in order to
automate this process:
[code]
#!/bin/sh
HOSTS="sum1 sum2 virt1 virt2 virt3 virt4 virt5 virt6 virt7"
SSHDIR=~/.ssh
RSYNC=/usr/local/bin/rsync
KEYFILE=/home/bluethundr/.ssh/id_rsa.pub
CAT='/bin/cat'
GREP='/bin/grep'
for h in $HOSTS ; do
scp $KEYFILE root@$h:~/
if [ $? = 0 ]; then
echo ; echo ; echo
echo "KEY TRANSFERRED TO $h...
2010 Dec 12
1
heartbeat configuration for lb
...h I have the port enabled in iptables:
-A RH-Firewall-1-INPUT -m state --state NEW -m udp -p udp --dport 694 -j ACCEPT
-A RH-Firewall-1-INPUT -j REJECT --reject-with icmp-host-prohibited
COMMIT
An nmap scan does not see anything active on 694:
bluethundr at bluethundr-laptop:~$ sudo nmap -sT -A virt1
Starting Nmap 5.00 ( http://nmap.org ) at 2010-12-11 22:07 EST
Warning: Traceroute does not support idle or connect scan, disabling...
Interesting ports on 192.168.1.23:
Not shown: 997 filtered ports
PORT STATE SERVICE VERSION
22/tcp open ssh OpenSSH 5.6 (protocol 2.0)
| ssh-hostkey: 1...
2014 Aug 01
0
virtio hotplug in CentOS 5.10 guest incomplete
...et:eth0 power status subsystem uevent
vendor
/sys/devices/virtio-pci/virtio1:
block:vda bus device driver modalias power serial status subsystem
uevent vendor
/sys/devices/virtio-pci/virtio2:
bus device driver modalias power status subsystem uevent vendor
So virtio0 is eth0 and virt1 is vda but virtio2 has no device associated
with it.
Any ideas why the system doesn't pick up the device all the way?
Regards,
Dennis
2010 Aug 11
1
DHCP problem with virtual interfaces
...e I am, bugging all of you.
brace for the long post. (tldr: dhclient loses virtual interface ips)
I set up a system to deploy statically assigned IPs to physical and virtual interfaces to a number of (virtual) machines.
I have a DHCPD with an entry for each virtual ip in the form of
host eth0-1.virt1.test.it { option dhcp-client-identifier "00:50:56:00:84:00-eth0:1"; fixed-address 10.192.52.132; }
where 00:50:56:00:84:00 is the physical mac address, but that's irrelevant.
on the client machine I got inside sysconfig's system and wrote a custom ifup-local-eth0 that launches o...