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
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/
>
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
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/
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
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