[Users] Expired key in APT repository (ossw)

2009-02-20 Thread Henrik Holmboe
Hello,

just wanted to notify you that the signing key at
http://repo.opensource-sw.net/debian/Debian-Key-ossw.asc expired on Feb 19.

Thanks for the nice software!

h.

-- 
Henrik Holmboe, Stockholm, Sweden
http://henrik.holmboe.se/contact/
___
Users mailing list
Users@openvz.org
https://openvz.org/mailman/listinfo/users


Re: [Users] Re: 4gb seg fixup - centos5 HN and VE, with Xen

2008-12-16 Thread Henrik Holmboe
++ 02/12/08 14:10 -0800 - Max Vohra:
In my experience, the 4gb fixup errors occur on a 64bit system with over 4GB
of memory and a 32 bit dom0 kernel, with PAE enabled, and TLS enabled in the
DomU. Moving /lib/tls to /lib/tls.disabled and running ldconfig in the domU
should fix the warning, but threading will be SLOW.

My system is 32bit, and I have 5GB RAM with PAE enabled in the dom0
kernel (Centos 2.6.18-92.1.18.el5xen).

However I have tried to move /lib/tls away and run ldconfig in the
OpenVZ domU but that has not solved the problem.

Note that the Centos domU kernel does not have this problem at all on
the same hardware (meaning no workaround like the above is needed). It's
when running the combination of a Xen domU with OpenVZ patches
(2.6.18-92.1.13.el5.028stab059.6xen) that I see this problem.

Thoguht I'd send this clarification for the archives. There is no clear
solution for now.

Thanks,
Henrik

-- 
Henrik Holmboe, Stockholm, Sweden
http://henrik.holmboe.se/contact/
___
Users mailing list
Users@openvz.org
https://openvz.org/mailman/listinfo/users


Re: [Users] vzpkg2 replacing vzpkg

2008-12-16 Thread Henrik Holmboe
++ 07/12/08 14:44 -0500 - Scott Dowdle:
Greetings,

Gee, I'm beginning to think that English isn't my first and only language.

Do you have some nasty spelling-correction in your MUA perhaps? :)

Cheers,
Henrik

-- 
Henrik Holmboe, Stockholm, Sweden
http://henrik.holmboe.se/contact/
___
Users mailing list
Users@openvz.org
https://openvz.org/mailman/listinfo/users


Re: [Users] 4gb seg fixup - centos5 HN and VE, with Xen

2008-12-01 Thread Henrik Holmboe
Hello Marcin,

++ 27/11/08 17:45 + - Marcin Owsiany:
The only thing that comes to mind is: try running ldconfig. I think it
runs by default on system startup, but it won't hurt to try..

Thanks for your suggestion, didn't think of this one. However I tried it
and unfortunately it didn't solve the problem.

Other than that - this is a xen-specific problem, so maybe try asking on
xen mailing lists...

I understand why you think it's Xen specific, but the problem is that
I'm not seeing this with the stock Centos Xen kernel, of which (well RH)
OpenVZ is basing their Xen flavor on.

And, I tried all the tricks that the Xen community seem to have on
solving this issue. Problem still persists.

All the best,
Henrik

-- 
Henrik Holmboe, Stockholm, Sweden
http://henrik.holmboe.se/contact/
___
Users mailing list
Users@openvz.org
https://openvz.org/mailman/listinfo/users


Re: [Users] Re: 4gb seg fixup - centos5 HN and VE, with Xen

2008-12-01 Thread Henrik Holmboe
++ 27/11/08 15:48 +0100 - Aleksandar Ivanisevic:
I have the same problem with the same setup, so at least it is
reproducible ;)

Good to know. Do you experience any problem with a plain Xen domU
(provided by Centos, and thus without OpenVZ)?

Is this causing any real problems for you except messed up console and
syslog filling with useless messgaes?

Not really. But as Marcin suggested I guess it degrades the performance.
And I don't have a good feeling about it. :) I would of course
appreciate if someone more knowledgeable would say if I need to worry.

Thanks,
Henrik

-- 
Henrik Holmboe, Stockholm, Sweden
http://henrik.holmboe.se/contact/
___
Users mailing list
Users@openvz.org
https://openvz.org/mailman/listinfo/users


Re: [Users] 4gb seg fixup - centos5 HN and VE, with Xen

2008-11-27 Thread Henrik Holmboe
Hello again,

did anyone have a clue what might be the problem with my setup (below)?
Sorry to send a repost but the problem still persists and I don't know
where to go from here. Tried the IRC channel but it was probably mostly
idle at that time.

Thanks,
Henrik

++ 23/11/08 13:39 +0100 - Henrik Holmboe:
Hello all,

I have a setup which might not be the intended use for Xen flavor of the
kernel provided by OpenVZ. I am running a Centos 5.2 Xen dom0, which in
turn runs a Centos 5.2 domU. There is no problem at all when I boot that
domU using the Centos provided kernel, but when I boot the latest Xen
flavor of OpenVZ kernel, then I get alot messages similar to the below
on the console:

4gb seg fixup, process klogd (pid 4309), cs:ip 73:001d1aa0
4gb seg fixup, process syslogd (pid 4306), cs:ip 73:00276830
printk: 21 messages suppressed.
4gb seg fixup, process automount (pid 4365), cs:ip 73:00cdd36c
printk: 102 messages suppressed.


Both the Xen dom0 and domU are updated as of today.

Xen domO:
[EMAIL PROTECTED] ~]# uname -r
2.6.18-92.1.18.el5xen

Centos domU (not seeing the problem):
[EMAIL PROTECTED] ~]# uname -r
2.6.18-92.1.18.el5xen

OpenVZ domU (seeing the console error messages):
[EMAIL PROTECTED] ~]# uname -r
2.6.18-92.1.13.el5.028stab059.6xen


When I search the mail archive and other resources on the internet they
recommend two possible solutions to this problem. However neither of
them seem to solve it for me.

Suggested solution 1:
[EMAIL PROTECTED] ~]# mv /lib/tls /lib/tls.disabled
[EMAIL PROTECTED] ~]# reboot

Suggested solution 2:
[EMAIL PROTECTED] ~]# echo hwcap 0 nosegneg  /etc/ld.so.conf.d/nosegneg.conf
[EMAIL PROTECTED] ~]# reboot

Notice that both solutions have been tried on the domU and not dom0.
Can't remember if I tried them on dom0 as well, but probably not since
it doesn't seem likely that it could affect the domU.

There is the file
/etc/ld.so.conf.d/kernelcap-2.6.18-92.1.13.el5.028stab059.6.conf that
contains the same as solution 2, so it should already be in effect.


Have anyone of you tested this setup? I don't know where to go from here
so I'm hoping for some input from you guys.

Thanks,
Henrik

-- 
Henrik Holmboe, Stockholm, Sweden
http://henrik.holmboe.se/contact/
___
Users mailing list
Users@openvz.org
https://openvz.org/mailman/listinfo/users


-- 
Henrik Holmboe, Stockholm, Sweden
http://henrik.holmboe.se/contact/
___
Users mailing list
Users@openvz.org
https://openvz.org/mailman/listinfo/users


[Users] 4gb seg fixup - centos5 HN and VE, with Xen

2008-11-23 Thread Henrik Holmboe
Hello all,

I have a setup which might not be the intended use for Xen flavor of the
kernel provided by OpenVZ. I am running a Centos 5.2 Xen dom0, which in
turn runs a Centos 5.2 domU. There is no problem at all when I boot that
domU using the Centos provided kernel, but when I boot the latest Xen
flavor of OpenVZ kernel, then I get alot messages similar to the below
on the console:

4gb seg fixup, process klogd (pid 4309), cs:ip 73:001d1aa0
4gb seg fixup, process syslogd (pid 4306), cs:ip 73:00276830
printk: 21 messages suppressed.
4gb seg fixup, process automount (pid 4365), cs:ip 73:00cdd36c
printk: 102 messages suppressed.


Both the Xen dom0 and domU are updated as of today.

Xen domO:
[EMAIL PROTECTED] ~]# uname -r
2.6.18-92.1.18.el5xen

Centos domU (not seeing the problem):
[EMAIL PROTECTED] ~]# uname -r
2.6.18-92.1.18.el5xen

OpenVZ domU (seeing the console error messages):
[EMAIL PROTECTED] ~]# uname -r
2.6.18-92.1.13.el5.028stab059.6xen


When I search the mail archive and other resources on the internet they
recommend two possible solutions to this problem. However neither of
them seem to solve it for me.

Suggested solution 1:
[EMAIL PROTECTED] ~]# mv /lib/tls /lib/tls.disabled
[EMAIL PROTECTED] ~]# reboot

Suggested solution 2:
[EMAIL PROTECTED] ~]# echo hwcap 0 nosegneg  /etc/ld.so.conf.d/nosegneg.conf
[EMAIL PROTECTED] ~]# reboot

Notice that both solutions have been tried on the domU and not dom0.
Can't remember if I tried them on dom0 as well, but probably not since
it doesn't seem likely that it could affect the domU.

There is the file
/etc/ld.so.conf.d/kernelcap-2.6.18-92.1.13.el5.028stab059.6.conf that
contains the same as solution 2, so it should already be in effect.


Have anyone of you tested this setup? I don't know where to go from here
so I'm hoping for some input from you guys.

Thanks,
Henrik

-- 
Henrik Holmboe, Stockholm, Sweden
http://henrik.holmboe.se/contact/
___
Users mailing list
Users@openvz.org
https://openvz.org/mailman/listinfo/users


Re: [Users] OpenVZ fully implemented in Ubuntu?

2008-08-27 Thread Henrik Holmboe

Ok. Very nice!

I will give this a try. If I can move VE:s between a server and my
laptop, then that would be perfect.

Dan Trevino [EMAIL PROTECTED] writes:

Not technically stock ubuntu.  You'll need to install the openvz kernel
image.

linux-image-openvz, vzctl, and vzquota are all in universe.

dan

On Wed, Aug 27, 2008 at 8:55 AM, Henrik Holmboe [EMAIL PROTECTED] wrote:


 Hello,

 I stumbled upon
 https://bugs.launchpad.net/ubuntu/+source/linux/+bug/258044 that is
 part of a recent upgrade to the kernel in Ubuntu 8.04.

 Does this mean that I can fully work with OpenVZ on a stock Ubuntu
 just as if I had installed your compilation of the RHEL5 kernel?

 All the best,
 Henrik

 --
 Henrik Holmboe, Stockholm, Sweden
 http://henrik.holmboe.se/contact/
 ___
 Users mailing list
 Users@openvz.org
 https://openvz.org/mailman/listinfo/users

___
Users mailing list
Users@openvz.org
https://openvz.org/mailman/listinfo/users

-- 
Henrik Holmboe, Stockholm, Sweden
http://henrik.holmboe.se/contact/
___
Users mailing list
Users@openvz.org
https://openvz.org/mailman/listinfo/users


Re: [Users] ovzkernel-xen for rhel5?

2008-08-22 Thread Henrik Holmboe
Kir Kolyshkin [EMAIL PROTECTED] writes:

Xen compilation was broken in the last kernel, so it went out without
-xen-. It is now fixed and xen kernels will be available with the next
kernel release. If you want it earlier (for whatever reason), we can
provide an unofficial build.

Maybe I understand you wrong, but if the problem is fixed (with
specifically 2.6.18-92.1.1.EL5 + OpenVZ) then couldn't this be made an
offical build?

I was just about to install a Xen enabled kernel on a recently
installed machine and it would be nice to have the most kernel based
on the most recent RHEL kernel. Otherwise, for me it would mean
installing an old one or waiting for the next one. Compiling my own is
not an option for now.

Thanks for your time!

Henrik

-- 
Henrik Holmboe, Stockholm, Sweden
http://henrik.holmboe.se/contact/
___
Users mailing list
Users@openvz.org
https://openvz.org/mailman/listinfo/users