Re: Generating ifcfg-eth0 from scratch

2011-05-13 Thread edik landave
Thanks Mr, Rick -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Re: Generating ifcfg-eth0 from scratch

2011-05-13 Thread Rick Stevens
On 05/13/2011 05:03 PM, Alex wrote: > Hi, > > On Wed, May 11, 2011 at 10:45 AM, JB wrote: >> The results of scan for UUID: >> >> # grep -ir uuid /etc/init.d/ >> /etc/init.d/messagebus:/bin/dbus-uuidgen --ensure >> >> The above relates to machine-id. >> >> # grep -ir uuid /etc/sysconfig/ >

Re: Generating ifcfg-eth0 from scratch

2011-05-13 Thread Alex
Hi, On Wed, May 11, 2011 at 10:45 AM, JB wrote: > The results of scan for UUID: > > # grep -ir uuid /etc/init.d/ > /etc/init.d/messagebus:        /bin/dbus-uuidgen --ensure > > The above relates to machine-id. > > # grep -ir uuid /etc/sysconfig/ > /etc/sysconfig/network-scripts/ifup:if [ "$USE_NM

Re: Generating ifcfg-eth0 from scratch

2011-05-11 Thread JB
The results of scan for UUID: # grep -ir uuid /etc/init.d/ /etc/init.d/messagebus:/bin/dbus-uuidgen --ensure The above relates to machine-id. # grep -ir uuid /etc/sysconfig/ /etc/sysconfig/network-scripts/ifup:if [ "$USE_NM" = "true" -a -n "$UUID" ]; then /etc/sysconfig/network-scripts/

Re: Generating ifcfg-eth0 from scratch

2011-05-11 Thread JB
Alex gmail.com> writes: > ... > I understand the format, and could create it if necessary, but I'm > specifically interested in knowing how it determines the UUID field? > Is that calculated from lspci in some way perhaps? > ... In case you use NM: http://www.mail-archive.com/networkmanager-lis

Generating ifcfg-eth0 from scratch

2011-05-10 Thread Alex
Hi, What is the program that is responsible for creating /etc/sysconfig/network-scripts/ifcfg-eth0? I am aware of system-config-network*, however, it will not create that program from scratch. If that file was deleted, or needed to be recreated for any reason, how would this be done? I understand