Lenny was the stable Debian up until about 3 days ago and the Turnkey
Linux beta was based on Lenny.  Now that Squeeze is the new stable as
of a few days ago I have a desire to move to it but I am not sure how
quickly Turnkey will get a beta of Squeeze out.  I want to base it on
Turnkey so I can share a certificate authority appliance with the
Turnkey community.

On Wed, Feb 9, 2011 at 2:22 PM, Scott Hardin <[email protected]> wrote:
> Hi Jonathan,
>
> Thanks for the details, I'll have a look. Is there a reason for using lenny 
> and not sqeeze?
>
> Scott
>
> Sent from my iPhone
>
> On Feb 9, 2011, at 10:10 PM, Jonathan Taylor <[email protected]> wrote:
>
>> It is actually a beta.  Turnkey mainstream is based on Ubuntu but the
>> developers are contemplating support for a Debian based version since
>> Debian gets security updates faster and is a but more secure.  The
>> beta is also a lot smaller and some describe it as much faster than
>> the Ubuntu core.  Here is a link to the ISO:
>>
>> http://www.turnkeylinux.org/download?file=turnkey-core-beta-lenny-x86.iso
>>
>> Here is a link to details if you are interested.
>>
>> http://www.turnkeylinux.org/blog/debian-vs-ubuntu-turnkey-appliances#comment-7148
>>
>> If you are attempting to recreate my use-case, here are some other
>> tips I had to follow to get this working:
>>
>> add to /etc/hostname
>> certificate.home.jltaylor.net
>>
>> add/edit to /etc/hosts
>> 127.0.1.1 certificate.home.jltaylor.net certificate
>>
>> add to /etc/apache2/httpd.conf
>> ServerName certificate.home.jltaylor.net
>>
>> The above is there to shut up Apache, it complains on startup that it
>> can't determine the FQDN if the above is missing.  Then I run
>> "update-locale" and then I ran the following to set the local to
>> en_US:
>>
>> apt-get install debconf
>> dpkg-reconfigure locales
>>
>> Then I ran the standard apt-get from the wiki page for installing on Debian.
>>
>> On Wed, Feb 9, 2011 at 1:13 PM, Scott Hardin <[email protected]> wrote:
>>> Hi Jonathan,
>>>
>>> thanks for the tip regarding the apt config file. Originally, I didn't have 
>>> the distro version name in the path, but had added it when I switched from 
>>> lenny to squeeze and the syntax I used worked for that.
>>>
>>> To help me diagnose your other problem, could you please let me know which 
>>> TurnKey appliance you are using? I downloaded TurnKey Core, which is 
>>> version 11.1 and is based on Debian squeeze/sid (cat /etc/debian_version). 
>>> Although TurnKey is based on Ubuntu, which is based on Debian, you will 
>>> still have problems installing the OpenXPKI packages for Debian because of 
>>> differences in the version numbers of prerequisite packages. I made new 
>>> packages for Ubuntu today, but have not had a chance to get them running on 
>>> TurnKey due to problems with aptitude. If you want to give it a try, 
>>> replace "lenny" with "lucid" in the openxpki.list file.
>>>
>>> With best regards,
>>>
>>> Scott
>>>
>>> On Feb 9, 2011, at 6:08 AM, Jonathan Taylor wrote:
>>>
>>>> I am trying to setup OpenXPKI on the Debian beta of Turnkey Linux
>>>> which is Lenny based.  It took a while to get the packages to install,
>>>> the sources.list file that is provided at the following page seems to
>>>> have a typo or maybe I am crazy.  I had to change the following line:
>>>>
>>>> deb http://build0.cynops.de/dpkg lenny/binary/
>>>>
>>>> to:
>>>>
>>>> deb http://build0.cynops.de/dpkg/lenny binary/
>>>>
>>>> Without this change it would do an apt-get update correctly but when
>>>> it tried to download packages it would get a 404 because the URL was
>>>> incorrect.  After the above change I was able to install using
>>>> apt-get.  Now when I try to browse to the admin page I get the
>>>> following error in the Apache log(I cleaned it up a bit, was all on
>>>> one line)
>>>>
>>>> Error during compilation of /var/www/openxpki/syshandler:
>>>> Attempt to reload OpenXPKI/DN.pm aborted.
>>>> Compilation failed in require at /var/www/openxpki/syshandler line 12.
>>>>
>>>> Stack:
>>>>  [/var/www/openxpki/syshandler:12]
>>>>  [/var/www/openxpki/syshandler:12]
>>>>  [/usr/share/perl5/HTML/Mason/Interp.pm:811]
>>>>  [/usr/share/perl5/HTML/Mason/Interp.pm:441]
>>>>  [/usr/share/perl5/HTML/Mason/Component.pm:328]
>>>>  [/usr/share/perl5/HTML/Mason/Request.pm:426]
>>>>  BEGIN failed--compilation aborted at /var/www/openxpki/syshandler line 12.
>>>>
>>>> Stack:
>>>>  [/var/www/openxpki/syshandler:12]
>>>>  [/usr/share/perl5/HTML/Mason/Interp.pm:811]
>>>>  [/usr/share/perl5/HTML/Mason/Interp.pm:441]
>>>>  [/usr/share/perl5/HTML/Mason/Component.pm:328]
>>>>  [/usr/share/perl5/HTML/Mason/Request.pm:426]
>>>>
>>>> Stack:
>>>>  [/usr/share/perl5/HTML/Mason/Interp.pm:445]
>>>>  [/usr/share/perl5/HTML/Mason/Component.pm:328]
>>>>  [/usr/share/perl5/HTML/Mason/Request.pm:426]
>>>>
>>>> Any ideas?
>>>>
>>>> ------------------------------------------------------------------------------
>>>> The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
>>>> Pinpoint memory and threading errors before they happen.
>>>> Find and fix more than 250 security defects in the development cycle.
>>>> Locate bottlenecks in serial and parallel code that limit performance.
>>>> http://p.sf.net/sfu/intel-dev2devfeb
>>>> _______________________________________________
>>>> OpenXPKI-users mailing list
>>>> [email protected]
>>>> https://lists.sourceforge.net/lists/listinfo/openxpki-users
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
>>> Pinpoint memory and threading errors before they happen.
>>> Find and fix more than 250 security defects in the development cycle.
>>> Locate bottlenecks in serial and parallel code that limit performance.
>>> http://p.sf.net/sfu/intel-dev2devfeb
>>> _______________________________________________
>>> OpenXPKI-users mailing list
>>> [email protected]
>>> https://lists.sourceforge.net/lists/listinfo/openxpki-users
>>>
>>
>> ------------------------------------------------------------------------------
>> The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
>> Pinpoint memory and threading errors before they happen.
>> Find and fix more than 250 security defects in the development cycle.
>> Locate bottlenecks in serial and parallel code that limit performance.
>> http://p.sf.net/sfu/intel-dev2devfeb
>> _______________________________________________
>> OpenXPKI-users mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/openxpki-users
>
> ------------------------------------------------------------------------------
> The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
> Pinpoint memory and threading errors before they happen.
> Find and fix more than 250 security defects in the development cycle.
> Locate bottlenecks in serial and parallel code that limit performance.
> http://p.sf.net/sfu/intel-dev2devfeb
> _______________________________________________
> OpenXPKI-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/openxpki-users
>

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
OpenXPKI-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openxpki-users

Reply via email to