Go to file
2008-09-15 14:32:55 +00:00
.gitattributes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/e2fsprogs?expand=0&rev=1 2006-12-18 23:15:45 +00:00
baselibs.conf OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/e2fsprogs?expand=0&rev=28 2008-05-31 10:10:45 +00:00
e2fsprogs-1.40.4-uuidd_pid_path.patch OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/e2fsprogs?expand=0&rev=18 2008-01-17 21:46:25 +00:00
e2fsprogs-1.41.1-link_fix.patch OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/e2fsprogs?expand=0&rev=34 2008-09-05 18:13:55 +00:00
e2fsprogs-1.41.1.tar.bz2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/e2fsprogs?expand=0&rev=34 2008-09-05 18:13:55 +00:00
e2fsprogs-base_devt.patch OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/e2fsprogs?expand=0&rev=34 2008-09-05 18:13:55 +00:00
e2fsprogs-libvolume_id-support.patch OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/e2fsprogs?expand=0&rev=34 2008-09-05 18:13:55 +00:00
e2fsprogs-mdraid.patch OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/e2fsprogs?expand=0&rev=1 2006-12-18 23:15:45 +00:00
e2fsprogs-no_cmd_hiding.patch OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/e2fsprogs?expand=0&rev=34 2008-09-05 18:13:55 +00:00
e2fsprogs.changes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/e2fsprogs?expand=0&rev=35 2008-09-15 14:32:55 +00:00
e2fsprogs.spec OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/e2fsprogs?expand=0&rev=35 2008-09-15 14:32:55 +00:00
libcom_err-compile_et_permissions.patch OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/e2fsprogs?expand=0&rev=4 2007-01-23 00:14:43 +00:00
libcom_err-disable_test.patch OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/e2fsprogs?expand=0&rev=19 2008-02-01 20:29:19 +00:00
libcom_err-mutex.patch OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/e2fsprogs?expand=0&rev=18 2008-01-17 21:46:25 +00:00
libcom_err-no-init_error_table.patch OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/e2fsprogs?expand=0&rev=1 2006-12-18 23:15:45 +00:00
README.SUSE OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/e2fsprogs?expand=0&rev=35 2008-09-15 14:32:55 +00:00
README.SUSE.uuidd OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/e2fsprogs?expand=0&rev=35 2008-09-15 14:32:55 +00:00
ready OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/e2fsprogs?expand=0&rev=1 2006-12-18 23:15:45 +00:00
sysconfig.uuidd OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/e2fsprogs?expand=0&rev=19 2008-02-01 20:29:19 +00:00
uuidd.rc OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/e2fsprogs?expand=0&rev=19 2008-02-01 20:29:19 +00:00

Using uuidd
-----------
The uuidd is a solution to guarantee unique time-based UUIDs.  In the
past there was the problem that UUIDs created by libuuid have not been
guaranteed to be unique if you run multiple processes/threads which
create lots of UUIDs simultaneously.  In order to use this daemon you
have to run it with SUID/SGID bit set: 

1. Modify your local permissions setting by adding the following
   line to your /etc/permissions.local
   /usr/sbin/uuidd         uuidd:uuidd     6755

2. Set the permissions with
   $ chkstat --set /etc/permissions.local

3. enable the service uuidd either in YaST or with
   $ insserv uuidd

The daemon is designed to run on demand by default, this means
it is started automatically by libuuid when needed and it
terminates by default after 5 minutes of inactivity.
However if you wish to run the daemon permanently you can
set the parameter UUIDD_ON_DEMAND_ONLY in /etc/sysconfig/uuidd
to "no".
Note, the daemon is not needed in general to create time-based
UUIDs, it is only needed to assure the uniqueness of UUIDs
when creating lots of them in a short amount of time.