Displaying 20 results from an estimated 30000 matches similar to: "turning off udev for eth0"
2006 Apr 26
1
udev no longer compiles (since 1.3.5)
As the title suggests, udev no longer compiles under klibc versions > 1.3.5
It may partially be udev's fault, however, certain symbols, such as
SOCK_DGRAM, are no longer visible when compiling under klcc, which is
causing this issue.
A simple check of the linux/net.h header shows some
ARCH_HAS_SOCKET_TYPES define, which is not set internally by udev's
source.
Where would be the most
2019 May 03
5
No network on cloned CentOS 7 installation
Hi,
I have a few identical Dell Optiplex 7010 machines that I want to use
for our school's computer room. I tried to clone these installations
(like I did before on CentOS 5 and various versions of Slackware), but
this time I ran into a problem.
Here's what I did.
1. Install one computer and zero unused hard disk sectors with dd.
2. Send the image to a local FTP server using G4L
2012 Mar 31
3
[PATCH (incomplete)] Rewrite virt-sysprep in OCaml.
This patch is incomplete but it illustrates the idea. virt-sysprep is
rewritten as a modular tool in OCaml.
Only the 'utmp' and 'hostname' operations are implemented at the
moment.
Rich.
2019 May 08
1
No network on cloned CentOS 7 installation
Le 03/05/2019 ? 20:10, Leon Fauster via CentOS a ?crit?:
> Any MACs in /etc/udev/rules.d/70-persistent-net.rules ?
After some more experimenting, I found out the showstopper was
completely unrelated to cloning. Someone had the unfortunate idea of
doing a hard reset on a local wireless access point, which resulted in
two active DHCP servers for two different subnets. As soon as this
problem was
2011 Aug 06
4
xen 4.1.1 get error "device eth0 does not seem to be present delaying initialization".
I have installed xen 4.1.1 on CentOS 5.6(64 bit) from source ,After installed I tried to looking for eth0, Just virbr0 and lo are showed . I tried to start eth0 with ifup eth0 and service network restart and I get a error message " device eth0 does not seem to be present delaying initialization " Who know what should I do ?
Regard
migkie
2012 Jan 16
4
VirtIO disk 'leakage' across guests?
We are in the process of migrating several stand-alone
server hosts onto a CentOS-6 kvm virtual host. We also
use Webmin to administer our hosts. All of the guests,
without exception, have been cloned brom a prototype guest
using virt-manager. All of the additional VirtIO disks
assigned to some of the guests have been added through
virt-manager as well.
Recently I have encountered a situation
2012 Jan 16
4
VirtIO disk 'leakage' across guests?
We are in the process of migrating several stand-alone
server hosts onto a CentOS-6 kvm virtual host. We also
use Webmin to administer our hosts. All of the guests,
without exception, have been cloned brom a prototype guest
using virt-manager. All of the additional VirtIO disks
assigned to some of the guests have been added through
virt-manager as well.
Recently I have encountered a situation
2019 Oct 29
2
udev on CEntOS7 - can't get a match, looking for tips...
Thanks, I did catch the mistype (after IU posted). Still no match with
the typo fixed... :-(
Thanks,
John H. Nyhuis
Desk: (206)-685-8334
jnyhuis at uw.edu
Box 359461, 15th floor, 106
On 10/29/2019 4:03 AM, Tony Mountifield wrote:
> In article <7025a0a8-1471-530d-dad0-3770e902ca31 at uw.edu>,
> John H Nyhuis <jnyhuis at uw.edu> wrote:
>> The mtx binary requires my tape
2020 Feb 09
6
CentOS 7 : network interface renamed from eth0 to eth1 after reboot
Hi,
I've done my fair share of CentOS 7 installations, but this is the first time I
have this kind of weird problem. Here goes.
In my office I have a battered Dell Optiplex 320 PC with two NICs that I'm
using as a bare metal sandbox server for testing purposes.
The CentOS 7 installer sees the connected network card as eth0. But after the
first reboot, the interface comes up as eth1.
2012 Jan 04
3
server host keys for kvm clones
Respecting cloning vm guests, I see in /etc/ssh the
following:
ssh_host_dsa_key
ssh_host_dsa_key.pub
ssh_host_key
ssh_host_key.pub
ssh_host_rsa_key
ssh_host_rsa_key.pub
Is there a simple script somewhere to regenerate all the
server host keys for the new guest after cloning?
--
*** E-Mail is NOT a SECURE channel ***
James B. Byrne mailto:ByrneJB at
2012 Jan 04
3
server host keys for kvm clones
Respecting cloning vm guests, I see in /etc/ssh the
following:
ssh_host_dsa_key
ssh_host_dsa_key.pub
ssh_host_key
ssh_host_key.pub
ssh_host_rsa_key
ssh_host_rsa_key.pub
Is there a simple script somewhere to regenerate all the
server host keys for the new guest after cloning?
--
*** E-Mail is NOT a SECURE channel ***
James B. Byrne mailto:ByrneJB at
2004 Feb 11
1
udev database is incompatible (klibc libc and mode_t)
Hi,
it seems that klibc's mod_t is only unsigned short and libc
is unsigned int. So our db format is incompatible between udev's
compiled with different c-lib's.
What is the right fix for this?
I found it cause my db was created with libc-udev and klibc-udev
was unable to insert records in the database.
thanks,
Kay
2011 Apr 16
1
Accessing a MAC address from inside the VM?
Greetings,
I have a very simple problem, but the resolution is proving rather complex.
Bare with me, I will attempt to explain.
I have a host machine with no GUI.
I attach an existing .img file to the host machine and need to change the
MAC address (since the image was created on another machine). Is there a
way from with in the guest to do this or do I have muck with the XML? And
if I muck
2019 Oct 28
3
udev on CEntOS7 - can't get a match, looking for tips...
The mtx binary requires my tape library to be assigned a sg# driver, but
the kernel periodically renumbers the sg devices. Normally, we would
write a udev rule to manually assign a persistent name, but it looks
like things have changed as I can't seem to get a match on CEntOS7. I'd
appreciate any feedback or pointers to help me get my rule working. My
two attempts are below.
cat
2018 Apr 13
3
Create CentOS 6 system as "clone" of another - with LVM and different disk sizes
Hi,
I just found myself having to set up a new CentOS 6 system with a nearly
identical configuration to an existing host, so I thought I would just
1. Do a minimal install to set up partitions etc. on the new system.
2. Create an image of the existing system using Clonezilla
(http://www.clonezilla.org)
3. Run a Clonezilla restore on the new system.
- as I though it would be a lot
2020 May 29
2
Recover from an fsck failure
On Thu, May 28, 2020 19:38, Robert Nichols wrote:
> What output do you get from:
>
> file -s /dev/mapper/vg_voinet01-lv_log
> lsblk -f /dev/mapper/vg_voinet01-lv_log
>
file -s /dev/mapper/vg_voinet01-lv_log
/dev/mapper/vg_voinet01-lv_log: symbolic link TO '../DM-5'
dm-f
lsblk -f /dev/mapper/vg_voinet01-lv_log
NAME FSTYPE LABEL UUID
2013 Jun 07
2
IPv4 192.168.71.1 'leaks out onto WAN.
Arch = x86_64
OS = CentOS-6.4 (centos) with all updates applied to date.
On our gateway host eth0 is the WAN access and eth1 is the LAN. I wish
to activate the address 192.185.71.1 on eth1. The ifcfg-eth1:192071
file contains this:
NAME=""
BOOTPROTO=none
MACADDR=""
IPV6INIT=no
DEVICE=eth1:192071
NETMASK=255.255.255.0
MTU=""
BROADCAST=192.168.71.255
ONPARENT=no
2019 Oct 29
1
udev on CEntOS7 - can't get a match, looking for tips...
hmmm, I thought := assigned a key just like +=, except := locked it so
it could not be changed later. Am I misunderstanding the man page for udev?
Thanks,
John H. Nyhuis
Desk: (206)-685-8334
jnyhuis at uw.edu
Box 359461, 15th floor, 106
On 10/29/2019 4:31 PM, Leon Fauster via CentOS wrote:
> Am 29.10.19 um 23:41 schrieb John H Nyhuis:
>> Thanks, I did catch the mistype (after IU
2012 Mar 13
1
udev works ok in CentOS 6.x??
Hi all,
I have strange problem with my persistent names applied to iscsi
disks. I have configured an udev rule to assign static iscsi disk
names:
KERNEL=="sd[a-z]", SUBSYSTEM=="block", PROGRAM="/sbin/scsi_id
--whitelisted --replace-whitespace --device=/dev/$name",
RESULT=="1iTGTDSK9a2c73ce654d0ca6", NAME="iscsi/sda"
2013 Feb 14
12
Really changing the hostname
I need to change the host name on a test server, and in the past when I
used hostname to change the hostname, it did not seem to change it
everywhere.
I really don't want to do a rebuild just yet, but I have to feel
confident that hostname is really changed (reboot is not too much of an
issue).
What is the recommened practice? Other than get it right the first time.