Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 14687
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Bob Johnson <livewire@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: François Dupoux <fdbugs_gentoo@partimage.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 14687 depends on: Show dependency tree
Bug 14687 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2003-01-28 13:50 0000
On livecd, partimaged is compiled with SSL support and requires its
certificate in  /etc/partimaged. There is no such files in /etc/partimaged
so daemon refuses to start.
 To fix this, you either need to create such certificate or disable SSL
 support, as you wish.
 To create certificate, run "make certificates" then copy partimaged.key and
 partimaged.cert onto cdrom in /etc/partimaged.
To disable SSL, just do it:
./configure --disable-ssl

------- Comment #1 From Daniel Mettler 2003-02-14 08:06:06 0000 -------
btw. as a quick-fix i just disabled ssl support in the ebuild file (using
./configure --disable-ssl). but then, partimaged still won't work. do the
following to make it work (did the trick for me at least):

# vi /etc/partimaged/partimagedusers
add allowed usernames (must exist in /etc/passwd) one per line. make sure, no
other lines are uncommented.
# useradd partimag
# passwd partimag
(set a password -> for safety reasons, not sure whether it's really required)
# chown partimag.users /etc/partimaged/partimagedusers
# partimaged &

------- Comment #2 From Sascha Wuestemann 2003-02-16 15:33:01 0000 -------
Not only on the livecd, but also at my gentor running system is the same -
Gentoo 1.4 rc1-rc2, partimage v0.6.2

There are no certificates at /etc/partimaged, so partimaged refuses to start:

---schnipp---
# partimaged
error when verifying /etc/partimaged/partimaged.key, check logfile or help
[..]
---schnapp---

I'd like to build it with ssl enabled, so that the keys are generated by ebuild
if possible. What is the commandline to do that without fiddling in the ebuild
file?

greetings,
Sascha

------- Comment #3 From Sascha Wuestemann 2003-02-16 17:49:34 0000 -------
Me again:

Moreover, as the opener of this thread said, I tried to use ssl to emerge partimage again - in two ways.

- use="ssl" emerge partimage at the command line
- having ssl in /etc/make.config USE-Variable settings

...but there is no certificate at /etc/partimage nor in the filesystem elsewhere.

This leads me to the assumption that ssl is totally disabled at the ebuild file, right?

1. When will this be modified?
2. When will the Gentoo-Basic-x86-1.4_rc2.iso be modified, to contain certificates for partimage?

greetings,
Sascha

------- Comment #4 From albanard 2004-03-07 06:45:39 0000 -------
I'm having thsi problem too and haven't been able to separately generate the
keys. I want SSL working, why not just add 'make certificates' to the ebuild?

------- Comment #5 From Robin Johnson 2004-04-25 15:13:19 0000 -------
fixed with the new 0.6.4 version that is now in portage.
after you install it, read the postinst instructions on how to create the required SSL certificates.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug