Hello everybody, I installed fedora15 on my laptop. and after an upgrade, with the kernel 2.6.40-4.fc15.x86_64, my fedora boot is taking almost 10 minuts.....

Its take so manytimes to boot. does someone knows why?
I installed jdk, eclipse, glassfish, firebird and postgres for my workspace.....
If someone can help me I would thanks
---------- Post added at 11:16 AM ---------- Previous post was at 10:55 AM ----------
ok I I figured out why the long time to boot.
I have here installed glassfish and I add a Line on /etc/hosts like that:
Code:
[vinny@vinny-fedora ~]$ cat /etc/hosts
127.0.0.1 localhost.localdomain localhost
#127.0.0.2 vinny-fedora
::1 localhost6.localdomain6 localhost6
127.0.0.1 vinny-fedora
If I comment the last line, the starting is normal. But without this line I cant start up Glassfish. is there another way to sat my hostname?