[CentOS] Ext3 and drbd read-only remount problem.

2012-05-06 Thread Rafał Radecki
Hi all. I have two hosts with drbd: kmod-drbd83-8.3.8-1.el5.centos drbd83-8.3.8-1.el5.centos and kernel (CentOS 5.7): 2.6.18-308.4.1.el5 After a recent upgrade of kernel I have had two sitiuations when my ext3 filesystem on /dev/drbd0 became read-only. I've checked disks with smartctl -t long, th

Re: [CentOS] Ext3 and drbd read-only remount problem.

2012-05-06 Thread Rafał Radecki
I have one more question with regard to mentioned kernel update to 2.6.18-308.4.1.el5 : in extras repo there is a package available kmod-drbd83 8.3.12 This package provides the drbd83 kernel modules built for the Linux : kernel 2.6.18-274.17.1.el5 for the i686 family of processors. We

[CentOS] Berkeley DB SQL

2012-05-06 Thread Chris Geldenhuis
Hi, I am converting a system to use Berkeley DB for file access instead of ISAM files, but need to be able to examine the data in the files while testing. Does anyone know whether the DB SQL from Russian Fedora Free Updates for CentOS 6 (RHEL 6) (libdb-sql-devel-5.2.36-5.el6.R.x86_64.rpm) will

Re: [CentOS] XEN or KVM - performance/stability/security?

2012-05-06 Thread Pasi Kärkkäinen
On Mon, Apr 23, 2012 at 01:02:03PM -0400, Steve Thompson wrote: > On Mon, 23 Apr 2012, Peter Peltonen wrote: > > > I've been quite happy with Xen under CentOS5. For CentOS6 the > > situation is a bit more problematic, as RH switched to KVM and left > > Xen behind. > > I used Xen for about four or

Re: [CentOS] XEN or KVM - performance/stability/security?

2012-05-06 Thread Pasi Kärkkäinen
On Mon, Apr 23, 2012 at 11:01:12PM +0300, Peter Peltonen wrote: > Hi, > > On Mon, Apr 23, 2012 at 10:54 PM, aurfalien wrote: > > > > I also prefer KVM over Xen, mainly I don;t have to do anything special when > > maintaining the env. > > > > But I haven't notice an improvement over Xen. > > > >

Re: [CentOS] loosing applications

2012-05-06 Thread Ljubomir Ljubojevic
On 05/05/2012 03:44 AM, Michel Donais wrote: > For some times I'm loosing graphical applications usage > as pirut and system-config-users, > Yum auto update is not working too but I can update with command lin yum > update > > Versions instlalled > pirut-1.3.28-19.el5.centos.noarch.rpm > system-con

Re: [CentOS] loosing applications

2012-05-06 Thread Michel Donais
> On 05/05/2012 03:44 AM, Michel Donais wrote: >> For some times I'm loosing graphical applications usage >> as pirut and system-config-users, >> Yum auto update is not working too but I can update with command lin yum >> update >> >> Versions instlalled >> pirut-1.3.28-19.el5.centos.noarch.rpm >>

Re: [CentOS] loosing applications

2012-05-06 Thread Jesus del Valle
> > >> Yum auto update is not working too but I can update with command lin yum > >> update > >> >import libuser > ImportError: no module name libuser > > Hi. Both the issue and the message are similar to some errors I receive if I forget to change to CentOS default Python before using yum

Re: [CentOS] loosing applications

2012-05-06 Thread Michel Donais
>> >> Yum auto update is not working too but I can update with command lin >> >> yum >> >> update >> >> >>import libuser >> ImportError: no module name libuser >> >> Hi. Both the issue and the message are similar to some errors I receive >> if > I forget to change to CentOS default Python

[CentOS] Centos 6 - x11vnc auto probing to port 5903

2012-05-06 Thread aurfalien
Hi all, I was at one time able to get x11vnc to start on 5900 but for some reason its listening on port 5903. Here is what the logs say; -- snippet X display :0.0 -- snippet The VNC desktop is: hostname:3 Why is the VNC desktop going to 3? I was working on 5900 previous to a reboot, uns

Re: [CentOS] loosing applications

2012-05-06 Thread Ljubomir Ljubojevic
On 05/06/2012 04:18 PM, Michel Donais wrote: >> On 05/05/2012 03:44 AM, Michel Donais wrote: >>> For some times I'm loosing graphical applications usage >>> as pirut and system-config-users, >>> Yum auto update is not working too but I can update with command lin yum >>> update >>> >>> Versions ins

Re: [CentOS] loosing applications

2012-05-06 Thread Jesus del Valle
> > Where should be default python > Hi Michel. Type python --version on the command prompt. CentOS 6.2 has Python 2.6.6, CentOS 5.6, 5.7, 5.8 have Python 2.4.3. Epel should not have installed a different python. Maybe you only need to reinstall the library so Python recognizes it??? __

Re: [CentOS] loosing applications

2012-05-06 Thread Michel Donais
> Try "yum reinstall libuser", or "yum install libuser" I already tried it with no results actual re-installed version is libuser.i386 0:0.54.7-2.1.el5_5.2 I also have the same problem with graphical version of service --- Michel Donais ___ CentOS m

Re: [CentOS] loosing applications

2012-05-06 Thread Jesus del Valle
> > actual re-installed version is > libuser.i386 0:0.54.7-2.1.el5_5.2 > Hi Michel. Maybe something related to root / non-root? Or: Can you check your Python version? Can you enter into Pythons cli (just type python) and then type "import libuser"? If you don't get an error message, I don't know. I

Re: [CentOS] loosing applications

2012-05-06 Thread Michel Donais
First trial from root [root@serveur ~]# python Python 2.4.3 (#1, Feb 22 2012, 16:06:13) [GCC 4.1.2 20080704 (Red Hat 4.1.2-52)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import libuser "no error there; so it found it's way to libuser" >>> print (sys.pat

Re: [CentOS] loosing applications

2012-05-06 Thread Larry Martell
On Sun, May 6, 2012 at 3:45 PM, Michel Donais wrote: > First trial from root > > [root@serveur ~]# python > Python 2.4.3 (#1, Feb 22 2012, 16:06:13) > [GCC 4.1.2 20080704 (Red Hat 4.1.2-52)] on linux2 > Type "help", "copyright", "credits" or "license" for more information. import libuser > >

Re: [CentOS] loosing applications

2012-05-06 Thread Ljubomir Ljubojevic
On 05/06/2012 11:45 PM, Michel Donais wrote: > inport libuser its: import libuser, M instead of N -- Ljubomir Ljubojevic (Love is in the Air) PL Computers Serbia, Europe Google is the Mother, Google is the Father, and traceroute is your trusty Spiderman... StarOS, Mikrotik and CentOS/RHEL/Linu

Re: [CentOS] loosing applications

2012-05-06 Thread Michel Donais
>From root [root@serveur ~]# python Python 2.4.3 (#1, Feb 22 2012, 16:06:13) [GCC 4.1.2 20080704 (Red Hat 4.1.2-52)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import libuser >>> print (sys.path) Traceback (most recent call last): File "", line 1, in ? N