[Lxc-users] oracle yum install

Csordás Csaba Ifj. cscsordas at gmail.com
Wed Mar 13 19:19:06 UTC 2013


Hi,

sorry for the late answer. Is my test still required?

There is a patch on the devel list from Dwight Engen (Mar 12): "The
rpm database needs moving on Debian hosts similar to on Ubuntu."

Csordás Csaba Ifj.





On Thu, Feb 28, 2013 at 7:37 AM, alvaro miranda <kikitux at gmail.com> wrote:
> Hello
>
> Can you please do this change and test:
>
> Change lines 395 and 511 in /usr/share/lxc/templates/lxc-oracle
>
> from
>
>    395          if [ $host_distribution = "Ubuntu" ]; then
>    511          if [ $host_distribution = "Ubuntu" ]; then
>
> to
>
>    395          if [ $host_distribution = "Ubuntu" -o $host_distribution = "Debian" ]; then
>    511          if [ $host_distribution = "Ubuntu" -o $host_distribution = "Debian" ]; then
>
> and recreate the guest
>
> let me know how it goes
>
> On 28/02/2013, at 2:40 AM, Csordás Csaba Ifj. <cscsordas at gmail.com> wrote:
>
>> # uname -a
>> Linux magrathea 3.2.0-4-amd64 #1 SMP Debian 3.2.32-1 x86_64 GNU/Linux
>>
>> # cat /etc/debian_version
>> wheezy/sid
>>
>> # cat /proc/version
>> Linux version 3.2.0-4-amd64 (debian-kernel at lists.debian.org) (gcc
>> version 4.6.3 (Debian 4.6.3-12) ) #1 SMP Debian 3.2.32-1
>>
>> # rpm --version
>> RPM version 4.10.0
>>
>> # yum --version
>> 3.2.25
>>
>> # lxc-version
>> lxc version: 0.9.0.alpha2
>>
>> # aptitude versions lxc
>> i   0.9.0~alpha2-10
>>                          unstable
>>                            500
>>
>>
>> Csordás Csaba Ifj.
>>
>>
>>
>>
>>
>> On Wed, Feb 27, 2013 at 12:51 AM, Alvaro Miranda <kikitux at gmail.com> wrote:
>>> What version of debian?
>>>
>>> I will like to try to reproduce the issue.
>>>
>>> On 26/02/13 12:36 AM, "Csordás Csaba Ifj." <cscsordas at gmail.com> wrote:
>>>
>>>> Hi,
>>>>
>>>> when using the oracle template on a Debian host
>>>>
>>>> yum install mc
>>>>
>>>> wants to install 71M of dependencies (77 Packages). The were already
>>>> installed during container creation.
>>>>
>>>> How to tell yum to recognize those packages?
>>>>
>>>>
>>>> Csordás Csaba Ifj.
>>>>
>>>> --------------------------------------------------------------------------
>>>> ----
>>>> Everyone hates slow websites. So do we.
>>>> Make your web apps faster with AppDynamics
>>>> Download AppDynamics Lite for free today:
>>>> http://p.sf.net/sfu/appdyn_d2d_feb
>>>> _______________________________________________
>>>> Lxc-users mailing list
>>>> Lxc-users at lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/lxc-users
>>>
>>>
>




More information about the lxc-users mailing list