search for: centos1

Displaying 19 results from an estimated 19 matches for "centos1".

Did you mean: centos
2018 Jan 27
3
Re: issue with openssh-server running in a libvirt based centos virtual machine
...7 Jan 2018 1:13 p.m., "Adrian Pascalau" <adrian27oradea@gmail.com> wrote: Hi, I have a strange issue in a libvirt environment, and I do not know how to solve it. I have two centos hosts: first one is a physical server called server1, that acts as a host for the second one, called centos1. The centos1 is a virtual machine (VM) running in server1. A linux bridge in forwarding mode is used to connect the centos1 VM network interface to the server1 network interface and to the external network. The centos1 VM and the linux bridge are managed with libvirt (well, the bridge itself in thi...
2018 Jan 27
0
issue with openssh-server running in a libvirt based centos virtual machine
Hi, I have a strange issue in a libvirt environment, and I do not know how to solve it. I have two centos hosts: first one is a physical server called server1, that acts as a host for the second one, called centos1. The centos1 is a virtual machine (VM) running in server1. A linux bridge in forwarding mode is used to connect the centos1 VM network interface to the server1 network interface and to the external network. The centos1 VM and the linux bridge are managed with libvirt (well, the bridge itself in thi...
2014 May 05
1
kvm libvirt vms import
...isk path=/path/to/cent.img,format=qcow2,bus=ide,cache=writeback --import --network=bridge:br0 --vnc -v return an error: Starting install... ERROR errore interno Process exited while reading console log output: char device redirected to /dev/pts/3 qemu-kvm: -drive file=/mnt/dati/qemu-system/CENTOS1/cent.img,if=none,id=drive-ide0-0-0,format=qcow2,cache=writeback: 'drive-ide0-0-0' uses a qcow2 feature which is not supported by this qemu version: QCOW version 3 qemu-kvm: -drive file=/mnt/dati/qemu-system/CENTOS1/cent.img,if=none,id=drive-ide0-0-0,format=qcow2,cache=writeback: could n...
2018 Jan 28
0
Re: issue with openssh-server running in a libvirt based centos virtual machine
...dump and wireshark traces, as you suggested, and here is what I have found: When an Ethernet frame that is less then 60 bytes in size goes through the network, it is padded with 0x00 bytes until it has 60 bytes in length (64 with the frame check sequence). When this kind of padded frames goes from centos1 VM through the linux bridge br0 to the windows host, the IP and TCP headers in those frames wrongly consider the 0x00 padded bytes as part of the user data, therefore the upstream protocol (SSH in my case) tries to interpret them, and this is why Putty hangs. Those 0x00 padded bytes are at the laye...
2012 Jun 25
0
virt-resize
...ests. > > cappy:~# ls /dev/mapper > control virtual-centos virtual-centos_new virtual-freebsd > virtual-freebsd_new virtual-windows7 virtual-windows8 > cappy:~# virsh start centos > Domain centos started > > cappy:~# kpartx -av /dev/virtual/centos > add map virtual-centos1 (253:6): 0 512000 linear /dev/virtual/centos 2048 > add map virtual-centos2 (253:7): 0 20457472 linear > /dev/virtual/centos 514048 > cappy:~# ls /dev/mapper > control virtual-centos virtual-centos1 virtual-centos2 > virtual-centos_new virtual-freebsd virtual-freebsd_new > vi...
2006 Jan 05
2
can not lvcreate after lvm snapshot and "xm mem-set" and lvremove
I am not sure if it''s a xen bug or lvm bug, or just my bad hardware, but here''s how to reproduce: /dev/vg0/centos1 is lvm block used by a domainU, it''s 8G in size. #lvcreate -L8192M -s -n snap1 vg0 #mount /dev/vg0/snap1 /mnt do some copying files here #umount /mnt #lvremove /dev/vg0/snap1 not removed! it says can''t allocated memory #xm mem-set 0 512 #lvremove /dev/vg0/snap1 now it removed su...
2007 Nov 25
5
Permission denied when running from xinetd
...path = /home/test auth users = user1 secrets file = /etc/rsync-passwords.txt read only = yes list = yes uid = root gid = root /etc/rsync-passwords.txt user1:test permissions for the directory: [root@centos1 ~]# ll /home/test -d drwxrwxrwx 2 root root 4096 Nov 25 00:15 /home/test Thanks
2006 Apr 04
1
modifying isolinux.cfg of a given, bootable iso
...odify isolinux.cfg of a given, bootable iso (of Linux CentOs installation) according to my needs. The things is : I copy the contents of that iso to a different directory. I modify the isolinux.cfg according to my needs. Then what? I had of course googled for it. I had tried afterwards: mkisofs -o centos1.iso -b isolinux/isolinux.bin -no-emul-boot -boot-load-size 4 -boot-i But the result is different: Opening this new iso showed that all sunfolders are uppercase. Moreover, there are files which look like: BOOT.CAT;1 GPL.;1 what is the correct mkisofs command which I should issue in such a case? Is...
2012 Feb 07
2
Centosplus src rpm
Hi all, I'm looking for latest centosplus kernel source rpm , which should be kernel-2.6.32-220.4.1.el6.centos.plus.src.rpm to date. Maybe someone could provide a link to it? Thank you Luigi
2010 Mar 24
1
RHEL 5.4 errors in log file...
...scall topology cpuset syntax error Mar 22 05:34:21 xentest libvirtd: 05:34:21.414: error : failed Xen syscall topology cpuset syntax error # xm list Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 16384 8 r----- 183834.9 domU-centos1 3 2047 1 -b---- 3297.3 domU-centos2 4 511 1 -b---- 11708.9 win2k3 48 2055 1 -b---- 28467.3 winxp1 47 519 1 -b---- 2137.0 winxp2...
2018 Jan 29
2
Re: issue with openssh-server running in a libvirt based centos virtual machine
...Adrian Pascalau <adrian27oradea@gmail.com> wrote: > When an Ethernet frame that is less then 60 bytes in size goes through > the network, it is padded with 0x00 bytes until it has 60 bytes in > length (64 with the frame check sequence). When this kind of padded > frames goes from centos1 VM through the linux bridge br0 to the > windows host, the IP and TCP headers in those frames wrongly consider > the 0x00 padded bytes as part of the user data, therefore the upstream > protocol (SSH in my case) tries to interpret them, and this is why > Putty hangs. Those 0x00 padded b...
2008 Jun 11
1
CentOS 5.1 Paravirtualized guest hangs during creation
...hat causes the problem. My configuration file is attached. Is there any chance that my guest is starting properly but I cannot catch the console? Thanks, Ahmed The following is the output: ---------------------------------------- Using config file "/etc/xen/CentOs.pvm". Started domain centos1 Linux version 2.6.18.8-xenU (root@explorer) (gcc version 4.1.2 20070925 (Red Hat 4.1.2-33)) #1 SMP Fri Jun 6 16:03:50 EDT 2008 BIOS-provided physical RAM map: Xen: 0000000000000000 - 0000000030800000 (usable) 48MB HIGHMEM available. 727MB LOWMEM available. NX (Execute Disab...
2014 Dec 22
1
Configuring LMTP/IMAP proxy
Hi, First, my version: [root at centos1 conf.d]# dovecot --version 2.2.15 [root at centos1 conf.d]# I have already configured dovecot that way (on one single VM, so everythinh is stored on the same machine) - A post fix server sending out to LMTP - LMTP is the dovecot LMTP server, configured with "lmtp-proxy= n...
2017 Apr 08
2
lvm cache + qemu-kvm stops working after about 20GB of writes
...M 0 raid1 /boot # now create vm wget http://ftp.tudelft.nl/centos.org/6/isos/x86_64/CentOS-6.9-x86_64-minimal.iso -P /home/ DISK=/dev/mapper/XXXX-cachedlv # watch out, my netsetup uses a custom bridge/network in the following command. Please replace with what you normally use. virt-install -n CentOS1 -r 12000 --os-variant=centos6.7 --vcpus 7 --disk path=${DISK},cache=none,bus=virtio --network bridge=pubbr,model=virtio --cdrom /home/CentOS-6.9-x86_64-minimal.iso --graphics vnc,port=5998,listen=0.0.0.0 --cpu host # now connect with client PC to qemu virt-viewer --connect=qemu+ssh://root at 19...
2018 Jan 29
0
Re: issue with openssh-server running in a libvirt based centos virtual machine
...<adrian27oradea@gmail.com> wrote: >> When an Ethernet frame that is less then 60 bytes in size goes through >> the network, it is padded with 0x00 bytes until it has 60 bytes in >> length (64 with the frame check sequence). When this kind of padded >> frames goes from centos1 VM through the linux bridge br0 to the >> windows host, the IP and TCP headers in those frames wrongly consider >> the 0x00 padded bytes as part of the user data, therefore the upstream >> protocol (SSH in my case) tries to interpret them, and this is why >> Putty hangs. Tho...
2017 Apr 10
0
lvm cache + qemu-kvm stops working after about 20GB of writes
...m > wget http://ftp.tudelft.nl/centos.org/6/isos/x86_64/CentOS-6.9- > x86_64-minimal.iso -P /home/ > DISK=/dev/mapper/XXXX-cachedlv > > # watch out, my netsetup uses a custom bridge/network in the following > command. Please replace with what you normally use. > virt-install -n CentOS1 -r 12000 --os-variant=centos6.7 --vcpus 7 --disk > path=${DISK},cache=none,bus=virtio --network bridge=pubbr,model=virtio > --cdrom /home/CentOS-6.9-x86_64-minimal.iso --graphics > vnc,port=5998,listen=0.0.0.0 --cpu host > > # now connect with client PC to qemu > virt-viewer --con...
2017 Apr 20
2
lvm cache + qemu-kvm stops working after about 20GB of writes
...tudelft.nl/centos.org/6/isos/x86_64/CentOS-6.9-x86_64-minimal.iso> > -P /home/ > DISK=/dev/mapper/XXXX-cachedlv > > # watch out, my netsetup uses a custom bridge/network in the > following command. Please replace with what you normally use. > virt-install -n CentOS1 -r 12000 --os-variant=centos6.7 --vcpus 7 > --disk path=${DISK},cache=none,bus=virtio --network > bridge=pubbr,model=virtio --cdrom > /home/CentOS-6.9-x86_64-minimal.iso --graphics > vnc,port=5998,listen=0.0.0.0 --cpu host > > # now connect with client PC to qe...
2018 Jan 25
2
issue with openssh-server running in a libvirt based centos virtual machine
...rsion OpenSSH_7.4, OpenSSL 1.0.2k-fips 26 Jan 2017). When I ssh remotely to this centos VM (using latest putty 0.70 and other ssh clients as well), I do not get a login prompt whatsoever. I used openssh-server in debug mode, to see where the ssh connection hangs, and here is what I get: [root at centos1 ~]# /sbin/sshd -p 22 -D -d -e debug1: sshd version OpenSSH_7.4, OpenSSL 1.0.2k-fips 26 Jan 2017 debug1: private host key #0: ssh-rsa SHA256:pEuFQsodwK+0PoRzbVRba1ahHLEpwp8DG2KGQmxOGJk debug1: private host key #1: ecdsa-sha2-nistp256 SHA256:F6HrSNWZhYaU7LMweI+RBviqTCHcTYyMBGPDz5OjT4c debug1: priva...
2010 Jun 12
2
Problems with ldap groups in share folders ACCESS_DENIED
...5:Computer:/dev/null:/bin/false test1:x:10001:513:Test Test Uno:/home/test1:/sbin/nologin test2:x:10002:513:Test Test2:/home/test2:/bin/bash smbpdc$:*:1007:515:Computer:/dev/null:/bin/false pim-winxpa$:*:1008:515:Computer:/dev/null:/bin/false pim-ubuntu$:*:1009:515:Computer:/dev/null:/bin/false pim-centos1$:*:1010:515:Computer:/dev/null:/bin/false getent group root:x:0:root bin:x:1:root,bin,daemon daemon:x:2:root,bin,daemon sys:x:3:root,bin,adm adm:x:4:root,adm,daemon tty:x:5: disk:x:6:root lp:x:7:daemon,lp mem:x:8: kmem:x:9: wheel:x:10:root mail:x:12:mail,exim news:x:13:news uucp:x:14:uucp man:x:1...