* typo: failed to genetate UUID? what's it?
@ 2004-01-13 14:12 Domenico Andreoli
2004-01-13 14:28 ` Domenico Andreoli
2004-01-14 10:49 ` Vitaly Fertman
0 siblings, 2 replies; 7+ messages in thread
From: Domenico Andreoli @ 2004-01-13 14:12 UTC (permalink / raw)
To: reiserfs-list
i suppose this is an error message...
~/devel/reiserfsprogs-3.6.11$ grep genetate . -R
./fsck/super.c: fsck_log ("rebuild-sb: no uuid found, failed to genetate UUID\n");
./tune/tune.c: message ("failed to genetate UUID\n");
./mkreiserfs/mkreiserfs.c: reiserfs_warning (stderr, "failed to genetate UUID\n");
please fix it in 3.6.12
what does it really mean? is something i need to worry? i sometimes receive
it when i'm formatting a new reiserfs partition.
dom
-----[ Domenico Andreoli, aka cavok
--[ http://filibusta.crema.unimi.it/~cavok/gpgkey.asc
---[ 3A0F 2F80 F79C 678A 8936 4FEE 0677 9033 A20E BC50
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: typo: failed to genetate UUID? what's it?
2004-01-13 14:12 typo: failed to genetate UUID? what's it? Domenico Andreoli
@ 2004-01-13 14:28 ` Domenico Andreoli
2004-01-14 10:49 ` Vitaly Fertman
1 sibling, 0 replies; 7+ messages in thread
From: Domenico Andreoli @ 2004-01-13 14:28 UTC (permalink / raw)
To: reiserfs-list
Domenico Andreoli wrote:
> i suppose this is an error message...
>
of course it is an error message, but what i really meant is that
this error message has a typo error in it..
dom
-----[ Domenico Andreoli, aka cavok
--[ http://filibusta.crema.unimi.it/~cavok/gpgkey.asc
---[ 3A0F 2F80 F79C 678A 8936 4FEE 0677 9033 A20E BC50
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: typo: failed to genetate UUID? what's it?
2004-01-13 14:12 typo: failed to genetate UUID? what's it? Domenico Andreoli
2004-01-13 14:28 ` Domenico Andreoli
@ 2004-01-14 10:49 ` Vitaly Fertman
2004-01-14 12:21 ` Domenico Andreoli
1 sibling, 1 reply; 7+ messages in thread
From: Vitaly Fertman @ 2004-01-14 10:49 UTC (permalink / raw)
To: Domenico Andreoli, reiserfs-list
On Tuesday 13 January 2004 17:12, Domenico Andreoli wrote:
> i suppose this is an error message...
>
> ~/devel/reiserfsprogs-3.6.11$ grep genetate . -R
> ./fsck/super.c: fsck_log ("rebuild-sb: no uuid found, failed to
> genetate UUID\n"); ./tune/tune.c: message ("failed to genetate
> UUID\n"); ./mkreiserfs/mkreiserfs.c: reiserfs_warning (stderr,
> "failed to genetate UUID\n");
>
> please fix it in 3.6.12
ah yes, thank you.
> what does it really mean? is something i need to worry? i sometimes receive
> it when i'm formatting a new reiserfs partition.
do you have /dev/urandom? It should have read permissions.
> dom
>
> -----[ Domenico Andreoli, aka cavok
> --[ http://filibusta.crema.unimi.it/~cavok/gpgkey.asc
> ---[ 3A0F 2F80 F79C 678A 8936 4FEE 0677 9033 A20E BC50
--
Thanks,
Vitaly Fertman
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: typo: failed to genetate UUID? what's it?
2004-01-14 10:49 ` Vitaly Fertman
@ 2004-01-14 12:21 ` Domenico Andreoli
2004-01-14 12:51 ` Hans Reiser
0 siblings, 1 reply; 7+ messages in thread
From: Domenico Andreoli @ 2004-01-14 12:21 UTC (permalink / raw)
To: reiserfs-list
Vitaly Fertman wrote:
> On Tuesday 13 January 2004 17:12, Domenico Andreoli wrote:
>>
>>what does it really mean? is something i need to worry? i sometimes receive
>>it when i'm formatting a new reiserfs partition.
>
> do you have /dev/urandom? It should have read permissions.
>
no
-----[ Domenico Andreoli, aka cavok
--[ http://filibusta.crema.unimi.it/~cavok/gpgkey.asc
---[ 3A0F 2F80 F79C 678A 8936 4FEE 0677 9033 A20E BC50
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: typo: failed to genetate UUID? what's it?
2004-01-14 12:21 ` Domenico Andreoli
@ 2004-01-14 12:51 ` Hans Reiser
2004-01-14 13:04 ` Domenico Andreoli
0 siblings, 1 reply; 7+ messages in thread
From: Hans Reiser @ 2004-01-14 12:51 UTC (permalink / raw)
To: Vitaly Fertman; +Cc: reiserfs-list
Domenico Andreoli wrote:
> Vitaly Fertman wrote:
>
>> On Tuesday 13 January 2004 17:12, Domenico Andreoli wrote:
>>
>>>
>>> what does it really mean? is something i need to worry? i sometimes
>>> receive
>>> it when i'm formatting a new reiserfs partition.
>>
>>
>> do you have /dev/urandom? It should have read permissions.
>>
> no
>
> -----[ Domenico Andreoli, aka cavok
> --[ http://filibusta.crema.unimi.it/~cavok/gpgkey.asc
> ---[ 3A0F 2F80 F79C 678A 8936 4FEE 0677 9033 A20E BC50
>
>
Vitaly, if this happens to real users, then you must handle the error
gracefully and informatively.....
I have no idea whether a significant percentage of them lack
/dev/urandom, maybe you should ask the list.
--
Hans
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: typo: failed to genetate UUID? what's it?
2004-01-14 12:51 ` Hans Reiser
@ 2004-01-14 13:04 ` Domenico Andreoli
2004-01-14 18:11 ` Bennett Todd
0 siblings, 1 reply; 7+ messages in thread
From: Domenico Andreoli @ 2004-01-14 13:04 UTC (permalink / raw)
To: reiserfs-list
Hans Reiser wrote:
> Domenico Andreoli wrote:
>> Vitaly Fertman wrote:
>>> On Tuesday 13 January 2004 17:12, Domenico Andreoli wrote:
>>>>
>>>> what does it really mean? is something i need to worry? i sometimes
>>>> receive
>>>> it when i'm formatting a new reiserfs partition.
>>>
>>> do you have /dev/urandom? It should have read permissions.
>>>
>> no
>>
>>
> Vitaly, if this happens to real users, then you must handle the error
> gracefully and informatively.....
>
> I have no idea whether a significant percentage of them lack
> /dev/urandom, maybe you should ask the list.
>
i'm getting this error on a very simple initrd image i'm working on,
where only required devices have been copied by hand. now i know that
/dev/urandom is also required :))
thanks
domenico
-----[ Domenico Andreoli, aka cavok
--[ http://filibusta.crema.unimi.it/~cavok/gpgkey.asc
---[ 3A0F 2F80 F79C 678A 8936 4FEE 0677 9033 A20E BC50
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2004-01-14 18:11 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-13 14:12 typo: failed to genetate UUID? what's it? Domenico Andreoli
2004-01-13 14:28 ` Domenico Andreoli
2004-01-14 10:49 ` Vitaly Fertman
2004-01-14 12:21 ` Domenico Andreoli
2004-01-14 12:51 ` Hans Reiser
2004-01-14 13:04 ` Domenico Andreoli
2004-01-14 18:11 ` Bennett Todd
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.