Hi. Was doing an install on a machine (FC13-x86_64) that didn't have Internet connectivity, and the certificate was generated as "localhost.crt" (/etc/pki/tls/certs/localhost.crt). Now the machine is racked and I want to regenerate the cert, but I can't: running: % genkey --days 365 `hostname` Segmentation fault % (deleted the escape sequence spew that comes out). Running strace I get: ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffcf490b00) = -1 ENOTTY (Inappropriate ioctl for device) lseek(4, 0, SEEK_CUR) = 0 read(4, "# NOTE: Derived from blib/lib/Ne"..., 4096) = 350 read(4, "", 4096) = 0 close(4) = 0 stat("/usr/local/lib64/perl5/auto/Newt/Panel/_upgrade.al", 0x7fffcf490d90) = -1 ENOENT (No such file or directory) stat("/usr/local/share/perl5/auto/Newt/Panel/_upgrade.al", 0x7fffcf490d90) = -1 ENOENT (No such file or directory) stat("/usr/lib64/perl5/auto/Newt/Panel/_upgrade.al", {st_mode=S_IFREG|0644, st_size=592, ...}) = 0 open("/usr/lib64/perl5/auto/Newt/Panel/_upgrade.al", O_RDONLY) = 4 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffcf490b00) = -1 ENOTTY (Inappropriate ioctl for device) lseek(4, 0, SEEK_CUR) = 0 read(4, "# NOTE: Derived from blib/lib/Ne"..., 4096) = 592 read(4, "", 4096) = 0 close(4) = 0 --- SIGSEGV (Segmentation fault) @ 0 (0) --- +++ killed by SIGSEGV +++ Any suggestions? -- devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/devel