[CentOS] kiwi-ltsp - slave printer setup

2018-10-31 Thread Michel Donais

On a Suse server
I'm trying to setup an USB slave printer to a work station
here below are my configuration files.
When I boot a station, i can see on the lower right  the identification 
of the station as

localhost(192.168.0.101) +time  stamp

The printer is configured in cups as ipp://192.168.0.101:9100
my problem is when I send a print out the print stays on cups and stall.
the print  system  doesn't find the station
On a terminal I can Identify the printer with 'lsusb'

On an Ubuntu system with the same configuration as below I can send a 
print and the printer receive it (it's working)
On the Ubuntu station on the lower right, the station is identified as 
ws101(192.168.0.101) + the time stamp


Where do I am wrong on the Suse server

-
*dhcpd.conf*

option domain-name "Donais.ca";
option domain-name-servers 8.8.8.8, 8.8.4.4;
option routers 192.168.0.1;
option broadcast-address192.168.0.255;
default-lease-time 14400;
ddns-update-style interim;
use-host-decl-nameson;
subnet 192.168.0.0 netmask 255.255.255.0 {
  option tftp-server-name "192.168.0.1";
  option bootfile-name "/pxelinux.0";
  default-lease-time 14400;
  max-lease-time 172800;
  range dynamic-bootp 192.168.0.2 192.168.0.253;
  next-server 192.168.0.1;

  host ws101 {
hardware ethernet F0:4D:A2:ED:35:D0;
    fixed-address 192.168.0.101;
    option host-name "ws101";
  }
  host ws114 {
hardware ethernet 84:2B:2B:89:6C:E0;
fixed-address 192.168.0.114;
  }
}

*/etc/hosts*
#
# hosts This file describes a number of hostname-to-address
#   mappings for the TCP/IP subsystem.  It is mostly
#   used at boot time, when no name servers are running.
#   On small systems, this file can be used instead of a
#   "named" name server.
# Syntax:
#
# IP-Address  Full-Qualified-Hostname  Short-Hostname
#
127.0.0.1   localhost

# special IPv6 addresses
::1 localhost ipv6-localhost ipv6-loopback

fe00::0 ipv6-localnet
ff00::0 ipv6-mcastprefix
ff02::1 ipv6-allnodes
ff02::2 ipv6-allrouters
ff02::3 ipv6-allhosts
192.168.0.1 suse.localhost suse
192.168.0.101ws101
192.168.0.102ws102
192.168.0.103ws103
192.168.0.104ws104
192.168.0.105ws105
192.168.0.114ws114.donais.ca ws114
-
*/srv/root-i386.17.12.19-20.25/etc/lts.conf*

# This is the default lts.conf file for ltsp 5.
# For more information about valid options please see:
# man lts.conf

[default]
LDM_SERVER = 192.168.0.1
DNS_SERVER = 8.8.8.8
SOUND = True
LOCALDEV = True
SERVER = 192.168.0.1
SCREEN_07 = ldm
LOCAL_APPS = true
LTSP_FATCLIENT = false
LDM_PASSWORD_HASH = true
ENCRYPT_SWAP = false
XRANDR_DISABLE = True
X_MODE_0 = 1024.x768
X_MODE_1 = 1280x1024
X_MODE_2 = 1440x900
#
[ws101]
MODULE_01= usb-uhci
MODULE_02= printer
PRINTER_0_TYPE = U
PRINTER_0-_DEVICE = /dev/usb/lp0
#PRINTER_0_PORT = 9100‎
---------

Michel Donais
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] centos 5.11 and postfix

2014-10-03 Thread Michel Donais

O/S: centos 5.11 fresh install and updated this week.
Postfix: most recent yum update this week

Postfix is set-up to work but do not answer to 'helo'; but sendmail can.
I  do not have this situation in 5.4

Do somebody can figure out where I'm wrong?

--
Michel Donais
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] linux kernel 2.2

2014-07-21 Thread Michel Donais
Is there a former version of CentOs working under Linux Kerbnel 2.2?


---
Michel Donais
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Centos 7 32 bits

2014-07-13 Thread Michel Donais
 You need a 64 bit host to run a 64 bit guest; so no, that won't work.

Thank's to confirm

 ---
 Michel Donais

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Centos 7 32 bits

2014-07-12 Thread Michel Donais
Is it possible to think it may appen.

Or is it possible to run Centos  in VM over Centos 6 32 bits?


---
Michel Donais
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] strange behavior with cron

2014-04-22 Thread Michel Donais
Do somebody had this situation where an Email is sent every minutes to a 
specific user named michel.
These emails are
incoming from:Root
with an header like:  Cron michel@donais ~/.h5siP /dev/null 
2/dev/null;
and a text message as: /bin/sh: no: command not found

There is a cron task named h5siP  in the path of this user; he is the only 
one affected by this situation.
I found that this script have a relation with an other one named as R5Agz

If I remove the cron job h5siP from the cron listing and I restart cron the 
script is back a few minutes later.
.h5siP-p and .R5Agz-p  are located in dev/shm/   and both contain a process 
number as 23374   and 35678
.R5Agz and .h5siP can be found in a user named michel repertory wich the one 
who receive a lot of emails
.h5siP is also located in /temp

The only changes we made to our system was yesterday. We made an automatic 
yum updte of three programs ; java 1.6. kpartx and device-mapper-multipath.
I don't know if there is a relation or do I face a kind of virus?

I hope somebody can help

---

Michel Donais 

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] strange behavior with cron

2014-04-22 Thread Michel Donais
 Did this user intentionally set up something that automatically recreates
 cronjobs?

No, he cannot do such a task.
Yesterday, our business was closed; so no body there.
This morning we found at 7:30 am we found 826 emails in his mailbox.
For one a minute this process was started around 13.76 hours sooner wich 
mean this process was created round 17:45 monday at the end of the 
afternoon.

Strange situation


---
Michel Donais 

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] seg error

2014-03-03 Thread Michel Donais
Using Firefox 24.3.0 in Centos 5.10 (kernel: 2.6.18-371.3.1.el5xen
This message fill the logs:
4gb seg fixup, process firefox (PID31086), cs:IP73::0805bf49 print K; 
message suppressed

Do somebody experienced this problem?


---
Michel Donais 

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] dell poweredge 2950

2013-10-17 Thread Michel Donais
Do somebody have experience wiit a Dell Poweredge 2950 Xeon quad 2.5 with 
Centos 6.4

---
Michel Donais 

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] kde in centos 6.4

2013-04-25 Thread Michel Donais
On the login screen there was no place as in 5.9 or older to make a choice 
of desktop environment.
I changed
DESKTOP=KDE
 DISPLAYMANAGER=KDE
and it has no effect; GNOME hang on there.

So because of a lot of flaws in my installation and of lack of time I decide 
to go back to 5.9 and get a look later for a 6.4 installation.


---
Michel Donais

- Original  Michel, are you trying to change your window manager (gdm 
vs kdm) or
 your desktop (gnome vs kde)?

 If you are trying to change your desktop, then Craig's suggestion would
 work, though keep in mind that the session section of the gdm window
 manager is on the password screen, i.e. you enter your username and then
 you have the option to change your desktop on the next screen. Like Mark
 said, they don't make it easy, meh!

 If you are trying to change the window manager itself, as in have kdm
 handle the login screen rather than gdm, then you would need to create
 the file /etc/sysconfig/desktop and put these two lines in that file:

 DESKTOP=KDE
 DISPLAYMANAGER=KDE

 then reboot the machine and it should come back up with the kdm console
 screen (and the system default desktop set to kde). Keep in mind that
 you may need to explicitly install the yum group KDE-Desktop in order to
 set the window manager to kdm. Depending on which type of os install you
 did, that group doesn't get installed. For example, for my workstations
 we generally use the install choice Software Development Workstation,
 and we need to do a yum-install of the group after the os installation
 is finished (since we don't bother with the customization stuff until
 post-install).

 Hope this helps!
 Miranda

 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos
 

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] centos 6.4 networking problem

2013-04-25 Thread Michel Donais
 On Wed, 24 Apr 2013 07:50:38 -0400
 Michel Donais wrote:

  What do you have in /etc/sysconfig/network-scripts?

 ifcfg-eth0
 ifcfg-eth1

 What are the contents of these tegining;

The content of these two files was the same as in my 5.9 server. The system 
was working properly at the begining. So I don't understant probably I made 
a bad modification some where.

For now, I scrapped the 6.4 and push back to 5.9 because of a lack of time 
to get a better understanding of the situation.
6.0 and up seems to be far different from 5 am I wright?

Thank's for your help


---
Michel Donais




 -- 
 MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com
 www.creekfm.com - FIFTY THOUSAND WATTS of POW WOW POWER!
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos
 

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] centos 6.4 networking problem

2013-04-24 Thread Michel Donais
 If I look at the network connection There is nothing there.
 If I do ifconfig -a the two nics are there
 If I do ifup eth0 I get device doesn't seem to be present
 If I do ifup eth1 the system search to determine the IP information for 
 this
 device.

 Do somebody have an idea to bring them up?

 What do you have in /etc/sysconfig/network-scripts?


ifcfg-eth0
ifcfg-eth1
ifcfg-lo
ifdown
ifdown-bnep
ifdown-eth
ifdown-ib
ifdown-ippp
ifdown-ipv6
ifdown-isdn
ifdown-post
ifdown-ppp
ifdown-routes
ifdown-sit
ifdown-tunnel

ifup
ifup-aliases
ifup-bnep
ifup-eth
ifup-ib
ifup-ippp
ifup-ipv6
ifip-isdn
ifup-plip
ifup-plusb
ifup-post
ifup-ppp
ifup-routes
ifup-sit
ifup-tunnel
ifup-wireless
init.ipv6-global
net.hotplug
network-functions
network.functions-ipv6

But in /etc/networking an /etc/profiles/default it's empty


---
Michel Donais



___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] kde in centos 6.4

2013-04-23 Thread Michel Donais
Brand new Centos 6.4 installation.
The window manager is Gnome; I tried some trick found on the web to chande 
it to KDE without success.
Do somebody can tell me what to do to get KDE working on this installation.



---
Michel Donais 

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] centos 6.4 networking problem

2013-04-23 Thread Michel Donais
On this system I have two nics

If I look at the network connection There is nothing there.
If I do ifconfig -a the two nics are there
If I do ifup eth0 I get device doesn't seem to be present
If I do ifup eth1 the system search to determine the IP information for this 
device.

Do somebody have an idea to bring them up?


---
Michel Donais
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] rpmlib(PayloadIsLzma

2012-09-06 Thread Michel Donais
 As a completely different approach to HylaFax front-ends we use
 AvantFax on a dedicated Hylafax host and web-server.  This gives
 password protected access to the fax resources, logs all traffic,
 automatically converts incoming and outgoing fax transmissions to pdf,
 and archives and indexes the contents of every transmission, in and
 out.

Thank's James,
Did AvantFax a commercial or a free solution?


---
Michel Donais
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] rpmlib(PayloadIsLzma

2012-09-06 Thread Michel Donais
Many thank's Frank, James and Leonard for your help.


---
Michel Donais
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] rpmlib(PayloadIsLzma

2012-09-05 Thread Michel Donais
 So you could just unpack that and sort the contents yourself, or simply 
 download
 the jar file that's available on the same page as you downloaded the rpm 
 file
 and use that.

So must I understand that the RPM package is compressed and need 
'rpmlib(PayloadIsLzma' just to be uncompressed?


---
Michel Donais 

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] rpmlib(PayloadIsLzma

2012-09-04 Thread Michel Donais
I'm too settig up Hylafax and found ajhfc to be more user friendly than all 
 the other cited fax frontend in the Hylafax repository.
 
 Hylafax-Server 6.0.5-1rhel5.i386.rpm
 Hylafax-Client-6.0.5-1rhel5.i386.rpm
 
 Centos 5.8
 
 I downloaded and tried to install but failed
 yajhfc-0.5.2-1.noarch.rpm
 yajhfc-faxprinter-0.5.2-1.noarch.rpm
 
 tried too with yum and the result was the same
 
 I/m mising a dependency err6r as:
 [root@serveur 05-installe]# rpm -Uvh yajhfc-0.5*
 error: Failed dependencies:
rpmlib(PayloadIsLzma) = 4.4.6-1 is needed by yajhfc-0.5.2-1.noarch

 On my system
 rpm is at level 4.4.2.3-28.el5_8
 rpm froge-release is 0.5.2-2.el5.rf
 rpm-libs  is at level 4.4.2.3-28.el5_8
 
I googled out all the afternoon without finding a solution to my problem.
I can't find a place to get rpmlibs(PayloadIsLzma)
 
 Thank's in advence to care my request
 
  ---
 Michel Donais 


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] libre office

2012-07-10 Thread Michel Donais
Why in 6.3 they move OpenOffice to LibreOffice?


---
Michel Donais
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] [HW/OT] Recommend vendor to recover data from LTO4tapes

2012-06-17 Thread Michel Donais
Software

We used recently Nucleus to recover an SLR100 tape and we get back about 80% 
of the surface intact; but you must think that each situation is different.
http://www.nucleustechnologies.com/backup-recovery.html

An other software but we don't know about it.
http://www.kerneldatarecovery.com/buy-tape-backup-recovery.html


Recovery service may be useful but we asked for quote and it was a bit 
heavy; that 's the reason we choose to recover from Nucleus and I think they 
should haven't been better.
http://www.aldownloading.com/data-recovery/LTO-4-ultrium-4-recovery/LTO-4-ultrium-4-restore.htm
http://www.krollontrack.com/data-recovery/data-recovery-services/tape-recovery/

Hope it help

---
Michel Donais

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] loosing applications

2012-05-07 Thread Michel Donais
 Hi Michel. This is only to print a sys variable; you don't need to do
 anything there. So your default python finds the libuser library, the 
 error
 you saw before with import libuser is not coming from this python, at 
 least
 as root. Does it make sense to remove pirut and re-install it? I don't use
 it, I have absolutely no idea which consequences it may have removing and
 reinstalling pirut for software that was already installed under pirut.

It's already been done, uninstall and re-install pirut without success. The 
version removed end the re-installed one were at the same level

For Centos-5.8 I've a test machine both are at the same level of update.
If I do print (sys.path) on the production machine, I get

 import sys
 print (sys.path)
['', '/usr/lib/python24.zip', '/usr/lib/python2.4', 
'/usr/lib/python2.4/plat-linux2', '/usr/lib/python2.4/lib-tk', 
'/usr/lib/python2.4/lib-dynload', '/usr/lib/python2.4/site-packages']

And on the test machine I get

 import sys
 print (sys.path)
['', '/usr/lib/python24.zip', '/usr/lib/python2.4', 
'/usr/lib/python2.4/plat-linux2', '/usr/lib/python2.4/lib-tk', 
'/usr/lib/python2.4/lib-dynload', '/usr/lib/python2.4/site-packages', 
'/usr/lib/python2.4/site-packages/Numeric', 
'/usr/lib/python2.4/site-packages/gtk-2.0']

If I refer at Larry Martell message, he pointed that the problem was with 
sys.path

If I look in ?usr/lib/python2.4/site-packages/
numeric in there on the test machine but absent on the production one

I tried to re-install  python-numeric.i386 0:23.7-2.2.2.el5_6.1 and nothig 
change; numeric is still not there

On these facts, can somebody point me a solution?

---
Michel Donais


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


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
 system-config-users-1.2.51-7.el5.rpm

 Do somebody have an idea for a solution

 Run both commands from terminal and see what error is being reported.

Thak's to care,
For pirut I get:
Unable to import modules. Maybe yoy'r not running undr X?
But I'm under X with KDE

For system-config-users I get:
Trace back (most recent call last):
File /usr/share/system-config-users/system-config-users.py,linne 25, 
in?
import libuser
ImportError: no module name libuser

I checked and
libsepol-1.15.2-3.el5 is there
also /user/lib/libuser and .so , .so.1, .so.1.1.6 etc are there

If I type at command line import libuser I get the same reaction as running 
system-config-users the program seem to turn round but no execution and 
tnhen stop
But if I look in /etc/libuser.conf I see a line as:
# The default (/usr/lib*/libuser) is actually  correct
Do I have to think that the modules should be in /user/lib/libuser/  instead 
of  /usr/lib/


What should be my next move?
---
Michel Donais 

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


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 before using yum  Co. You
 probably already checked for this but anyway: Do you have more than one
 Python intallation, or did you compile Python from source, or used a
 package that installed a Non-CentOS-default Python version?

Where should be default python
Packages are only installed by yum update usually CR but I also have some 
updates been made from epel but can't remember wich


---
Michel Donais 

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


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 mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


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.path)
Traceback (most recent call last):
  File stdin, line 1, in ?
NameError: name 'sys' is not defined

here it seem that there is no path defined

= = = = = = = = = = = = = = = = = = = = = = = = = = = =
Second trial (non-root) /usr/michel

[michel@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.
 inport libuser
  File stdin, line 1
inport libuser
 ^
SyntaxError: invalid syntax


 print(sys.path)
Traceback (most recent call last):
  File stdin, line 1, in ?
NameError: name 'sys' is not defined



I think we are near a solution

---
Michel Donais
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


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 stdin, line 1, in ?
NameError: name 'sys' is not defined
 import sys
 print (sys.path)
['', '/usr/lib/python24.zip', '/usr/lib/python2.4', 
'/usr/lib/python2.4/plat-linux2', '/usr/lib/python2.4/lib-tk', 
'/usr/lib/python2.4/lib-dynload', '/usr/lib/python2.4/site-packages']
 import libuser


Larry Martell seem's to have the right way.
sys is not defined.

Where should I pout it to get it permanent aund use pirut under X


[root@serveur ~]# su michel

[michel@serveur root]$ 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 stdin, line 1, in ?
NameError: name 'sys' is not defined
 import sys
 print (sys.path)
['', '/usr/lib/python24.zip', '/usr/lib/python2.4', 
'/usr/lib/python2.4/plat-linux2', '/usr/lib/python2.4/lib-tk', 
'/usr/lib/python2.4/lib-dynload', '/usr/lib/python2.4/site-packages']


[michel@serveur root]$  import sys
bash: syntax error near unexpected token `'
[michel@serveur root]$  print (sys.path)
bash: syntax error near unexpected token `'
[michel@serveur root]$
['', '/usr/lib/python24.zip', '/usr/lib/python2.4', 
'/usr/lib/python2.4/plat-linux2', '/usr/lib/python2.4/lib-tk', 
'/usr/lib/python2.4/lib-dynload', '/usr/lib/python2.4/site-packages']
[michel@serveur root]$  import libuser
bash: syntax error near unexpected token `'
[michel@serveur root]$ 
bash: syntax error near unexpected token `'

[michel@serveur root]$ [root@serveur ~]# su michel
[michel@serveur root]$ [michel@serveur root]$ python
bash: [michel@serveur: command not found
[michel@serveur root]$ Python 2.4.3 (#1, Feb 22 2012, 16:06:13)
bash: syntax error near unexpected token `('
[michel@serveur root]$ [GCC 4.1.2 20080704 (Red Hat 4.1.2-52)] on linux2
bash: syntax error near unexpected token `('
[michel@serveur root]$ Type help, copyright, credits or license for
more information.
[michel@serveur root]$  import libuser
bash: syntax error near unexpected token `'
[michel@serveur root]$  print (sys.path)
bash: syntax error near unexpected token `'
[michel@serveur root]$ Traceback (most recent call last):
bash: syntax error near unexpected token `most'
[michel@serveur root]$   File stdin, line 1, in ?
bash: File: command not found
[michel@serveur root]$ NameError: name 'sys' is not defined
bash: NameError:: command not found
[michel@serveur root]$  import sys
bash: syntax error near unexpected token `'
[michel@serveur root]$  print (sys.path)
bash: syntax error near unexpected token `'
[michel@serveur root]$
['', '/usr/lib/python24.zip', '/usr/lib/python2.4', 
'/usr/lib/python2.4/plat-linux2', '/usr/lib/python2.4/lib-tk', 
'/usr/lib/python2.4/lib-dynload', '/usr/lib/python2.4/site-packages']
-- 
Michel Donais
Donais  Fils Inc

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] loosing applications

2012-05-04 Thread Michel Donais
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-config-users-1.2.51-7.el5.rpm


Do somebody have an idea for a solution


---
Michel Donais 

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] external usb hard drve not detected by centos 5

2011-12-04 Thread Michel Donais
Centos 5.6
I have a 80 gig SATA usb drive connected in hub no-1
and a USB key in hub no-2

If I perform the following commands I get some results but there is no sdbXX 
appearance

[root@localhost home]# lsusb
Bus 001 Device 001: ID :

T:  Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12  MxCh= 2
B:  Alloc=  0/900 us ( 0%), #Int=  0, #Iso=  0
D:  Ver= 1.10 Cls=09(hub  ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor= ProdID= Rev= 2.06
S:  Manufacturer=Linux 2.6.18-238.el5 uhci_hcd
S:  Product=UHCI Host Controller
S:  SerialNumber=:00:07.2
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=  0mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   2 Ivl=255ms
/proc/bus/usb/devices (END)

[root@localhost home]# sfdisk /dev/sdb
/dev/sdb: No such file or directory
sfdisk: Fatal error: cannot find /dev/sdb

[root@localhost home]# sg_map
/dev/sg0  /dev/sda

[root@localhost home]# fdisk -l
Disk /dev/sda: 9132 MB, 9132374016 bytes
255 heads, 63 sectors/track, 1110 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot  Start End  Blocks   Id  System
/dev/sda1   *   1  13  104391   83  Linux
/dev/sda2  141110 8811652+  8e  Linux LVM

[root@localhost home]# ls /dev/|grep hd
cdrom-hda
cdrw-hda
cdwriter-hda
dvd-hda
dvdrw-hda
dvdwriter-hda
hda

I googled a lot and found nothing that can point me directly to a solution.

Can somebody point me a solution

---
Michel Donais 


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] external usb hard drve not detected by centos 5

2011-12-04 Thread Michel Donais
/input/input1
SCSI subsystem initialized
ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 5
PCI: setting IRQ 5 as level-triggered
ACPI: PCI Interrupt :00:08.0[A] - Link [LNKC] - GSI 5 (level, low) -
IRQ 5
ahc_pci:0:8:0: Illegal cable configuration!!. Only two connectors on the
adapter may be used at a time!
scsi0 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 7.0
Adaptec aic7880 Ultra SCSI adapter
aic7880: Ultra Wide Channel A, SCSI Id=7, 16/253 SCBs

  Vendor: QUANTUM   Model: VIKING II 9.1WSE  Rev: 4110
  Type:   Direct-Access  ANSI SCSI revision: 02
scsi0:A:0:0: Tagged Queuing enabled.  Depth 4
 target0:0:0: Beginning Domain Validation
 target0:0:0: wide asynchronous
 target0:0:0: FAST-20 WIDE SCSI 40.0 MB/s ST (50 ns, offset 8)
 target0:0:0: Domain Validation skipping write tests
 target0:0:0: Ending Domain Validation
SCSI device sda: 17836668 512-byte hdwr sectors (9132 MB)
sda: Write Protect is off
sda: Mode Sense: b3 00 00 08
SCSI device sda: drive cache: write through
SCSI device sda: 17836668 512-byte hdwr sectors (9132 MB)
sda: Write Protect is off
sda: Mode Sense: b3 00 00 08
SCSI device sda: drive cache: write through
 sda: sda1 sda2
sd 0:0:0:0: Attached scsi disk sda
libata version 3.00 loaded.
device-mapper: uevent: version 1.0.3
device-mapper: ioctl: 4.11.5-ioctl (2007-12-12) initialised:
dm-de...@redhat.com
device-mapper: dm-raid45: initialized v0.2594l
kjournald starting.  Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
SELinux:  Disabled at runtime.
SELinux:  Unregistering netfilter hooks
type=1404 audit(1323043884.105:2): selinux=0 auid=4294967295 ses=4294967295
parport: PnPBIOS parport detected.
parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
hda: ATAPI 32X DVD-ROM DVD-R CD-R/RW drive, 2000kB Cache, UDMA(33)
Uniform CD-ROM driver Revision: 3.20
e100: Intel(R) PRO/100 Network Driver, 3.5.10-k3-1-NAPI
e100: Copyright(c) 1999-2005 Intel Corporation
ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11
ACPI: PCI Interrupt :00:0a.0[A] - Link [LNKA] - GSI 11 (level, low) -
IRQ 11
e100: eth0: e100_probe: addr 0xef122000, irq 11, MAC addr 00:02:B3:60:04:E8
ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 10
PCI: setting IRQ 10 as level-triggered
ACPI: PCI Interrupt :00:0d.0[A] - Link [LNKB] - GSI 10 (level, low) -
IRQ 10
e100: eth1: e100_probe: addr 0xef12, irq 10, MAC addr 00:10:5C:AB:02:8A
input: PC Speaker as /class/input/input2
piix4_smbus :00:07.3: Found :00:07.3 device
sd 0:0:0:0: Attached scsi generic sg0 type 0
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
lp0: using parport0 (interrupt-driven).
lp0: console ready
ACPI: Power Button (FF) [PWRF]
ACPI: Mapper loaded
dell-wmi: No known WMI GUID found
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
device-mapper: multipath: version 1.0.5 loaded
loop: loaded (max 8 devices)
EXT3 FS on dm-0, internal journal
kjournald starting.  Commit interval 5 seconds
EXT3 FS on sda1, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
Adding 655352k swap on /dev/VolGroup00/LogVol01.  Priority:-1 extents:1
across:655352k
IA-32 Microcode Update Driver: v1.14a tig...@veritas.com
microcode: CPU0 updated from revision 0x30 to 0x40, date = 05251999
Loading iSCSI transport class v2.0-871.
802.1Q VLAN Support v1.8 Ben Greear gree...@candelatech.com
All bugs added by David S. Miller da...@redhat.com
cxgb3i: tag itt 0x1fff, 13 bits, age 0xf, 4 bits.
iscsi: registered transport (cxgb3i)
IPv6: Loaded, but administratively disabled, reboot required to enable
Broadcom NetXtreme II CNIC Driver cnic v2.1.2 (May 26, 2010)
Broadcom NetXtreme II iSCSI Driver bnx2i v2.1.3 (Aug 10, 2010)
iscsi: registered transport (bnx2i)
iscsi: registered transport (tcp)
iscsi: registered transport (iser)
iscsi: registered transport (be2iscsi)
e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex
Bluetooth: Core ver 2.10
NET: Registered protocol family 31
Bluetooth: HCI device and connection manager initialized
Bluetooth: HCI socket layer initialized
Bluetooth: L2CAP ver 2.8
Bluetooth: L2CAP socket layer initialized
Bluetooth: RFCOMM socket layer initialized
Bluetooth: RFCOMM TTY layer initialized
Bluetooth: RFCOMM ver 1.8
Bluetooth: HIDP (Human Interface Emulation) ver 1.1
Installing knfsd (copyright (C) 1996 o...@monad.swb.de).
NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
NFSD: starting 90-second grace period


--- end dmesg -

---
Michel Donais 


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] I can't connect to /dev/ttyS0

2011-09-25 Thread Michel Donais
 You first need to double-check that /dev/ttyS0 is actually 
 the correct serial COM port you have the modem connected to.
 
 Please look under System-Hardware and then click the 
 16550A-compatible COM port in the LH pane.
 
 Then in the RH pane click on 'Advanced', and find the 
 serial.device string or linux.device_file.
 
 This will be something like:
 
 linux.device_file  strlist /dev/ttySx where x == 0|1|2|3
 serial.device  strlist /dev/ttySx where x == 0|1|2|3
 
 Make sure this is the same as what you are trying to connect to. 

Thank's  Keith 

I got it working


---
Michel Donais
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] I can't connect to /dev/ttyS0

2011-09-25 Thread Michel Donais
 You first need to double-check that /dev/ttyS0 is actually
 the correct serial COM port you have the modem connected to.

 Please look under System-Hardware and then click the 16550A-compatible 
 COM port in the LH pane.

 Then in the RH pane click on 'Advanced', and find the serial.device string 
 or linux.device_file.

 This will be something like:
 linux.device_file  strlist /dev/ttySx where x == 0|1|2|3 serial.device 
 strlist /dev/ttySx where x == 0|1|2|3

 Please can you share with us what the reason was for the
 problem, so others with similar problems can be enlighted,
 including myself?

Well it's a bit ennoying.
I've done all the given check list and got nearly no answer for a solution.
So I decided to open the box to see that the serial device connector was 
partly unplug from the mother board; so it was the source of my problem.

 I put it back in palce and it was done.


---
Michel Donais

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] I can't connect to /dev/ttyS0

2011-09-24 Thread Michel Donais
The computer is an HP Proliant DC7600S.
O/S: Centos 5.7

I try to connect minicom or Hylafax to /dev/ttyS0 and I can't reach the 
modem.

Can somebody had this problem and find a solution?


---
Michel Donais 

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] data recovery

2011-09-23 Thread Michel Donais
Two weeks ago I've been in similar situation on an 80 gig sata drive.

Found it with 8 partition; boot was there but nothing of the operating 
system to load Linux 5.6

My recovery solution was to put the disk on a window system as a secondary 
drive. Just connected to read data
For reading I found a software called ' nucleus kernel linux'  from 
http://www.nucleustechnologies.com/Linux-Data-Recovery-Software.html

On partition 3 I found nearly all my data files and their directories but 
were missiing  /etc /bin /dev 

Hope this help.

---
Michel Donais 

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Centos 6 First Install, gripes - cool things- tips/help

2011-09-21 Thread Michel Donais
 Finally got a new server the other day.
 You know I had to try out centos 6 with this one.

Can you give me the specs of your server


---
Michel Donais
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] [CentOS-announce] Release for CentOS-5.7 i386 andx86_64

2011-09-13 Thread Michel Donais
 We are pleased to announce the immediate availability of CentOS-5.7 for
 i386 and x86_64 Architectures.


Did Centos cr will bring me to 5.7 or should I make a fresh install if I'm 
interested bye this level?


---
Michel Donais 

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] [CentOS-announce] Release for CentOS-5.7 i386 andx86_64

2011-09-13 Thread Michel Donais

 Did Centos cr will bring me to 5.7 or should I make a fresh install if 
 I'm
 interested bye this level?

 Yes, CR will bring you to 5.7.


Thank's

---
Michel Donais 

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] big problem at boot [SOLVED]

2011-09-07 Thread Michel Donais
Than's a lot everybody who answered my help request.

You just give me a way to search finding a solution.
I noticed that the on the disk the boot sector was there and permit booting 
but the system failed because was'nt able to find /etc/inittab. That let me 
think that perhaps it was ok on the rest of the surface.

I found a Windows software (sorry) named 'Neucleus Kernel Linux' by 
http://www.nucleustechnologies.com/
With it I was able to scan the surface of the disk and recover all my lost 
files.


---
Michel Donais 

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] big problem at boot

2011-09-04 Thread Michel Donais
Subject: Re: [CentOS] big problem at boot



 On Sat, 2011-09-03 at 22:44 -0400, Michel Donais wrote:

 Then instead of a normal boot with graphical interface the system
 requested :
 'Enter run level'
 'INIT'
 I typed 5
 then I got 'INIT: no more process left in this run level

 Try 3.

 If that does not work try 1 and see if the machine will start.

I also tried 1 and 3

It's whorst than expected.
I booted the system with a Centos 5.6 boot disc in rescue mode and when it's 
time to search for linux partition on the system hard disk I get a message 
telling that there is no partition on that disk.

So what's next to recover

---
Michel Donais

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] big problem at boot

2011-09-03 Thread Michel Donais
I restarted the a Centos 5.6 server tonight and I ran in this issue:

I was able to boot.
Then instead of a normal boot with graphical interface the system requested :
'Enter run level'
'INIT'
I typed 5
then I got 'INIT: no more process left in this run level

How can I recover from  the situation?
This is a production system back-up are made but left on the disk and transfer 
at the end of the day into an other system

---
Michel Donais___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] how to use centos 6 live cd with virtualbox on win xp

2011-07-28 Thread Michel Donais
If I try to start live cd with Virtual box; it say: no boot medium found 
system halted


---
Michel Donais___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] cent0s-6 and virtualbox

2011-07-17 Thread Michel Donais
I want to get a look at Cents-6
The computer is a portable Thinkpad T-42
The base OS is Windows XP Professionnal 

I tried to use both Microsoft Virtual PC and Oracle Virtual Box with the same 
result
I boot from the CD (wich have been burned from an ISO downloaded from a Centos 
-6 repo).
The version is CentOS-6.0-i386-bin-DVD.iso

With each virtual machine I get this result at the beginning of the 
installation:
This kernel requires the following features not present on the cpu pae
Unable to boot - please use a kernel appropriate for your CPU

I undeerstand that perhaps the computer processor is too old.
But is there a patch to overpass this problem?

 ---
Michel Donais___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] cent0s-6 and virtualbox

2011-07-17 Thread Michel Donais
 Hrrm, seems as if the ISO may be using a PAE kernel by default.  PAE is
 a kernel that will be able to make use of more than 4GB of RAM with
 i686.

 Ah, I see it's apparently a decision by RH.  I assume there's some logic
 in it, though I don't know what it is.


 http://jp.centos.org/modules/newbb/viewtopic.php?topic_id=26352forum=14


 See if it's possible to add
 PAE to the machine settings in VirtualBox.   Settings=System=Processor

The box is already checked but the CPU doesn't have PAE capability so it's 
useless.

It won't be a bad thing thatthe install may do a choice of a cpu with or not 
the capability of PAE as it was in the past.


---
Michel Donais 

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] EL 6 rollout strategies? (Scientific Linux)

2011-05-15 Thread Michel Donais
A perhaps stupid question from a newby

Why 4.9 is out in a so long time frame after 5.0?


   5.6 -- CentOS - 4/8/11SL - (Soon)   --
same time frame (1 of 3)
   5.5 -- CentOS - 5/14/10   SL - 5/19/10
   5.4 -- CentOS - 10/21/9   SL - 11/4/9
   5.3 -- CentOS -  3/31/9SL - 3/19/9
   5.2 -- CentOS -  6/24/8SL - 6/26/8
   5.1 -- CentOS -  12/2/7SL - 1/16/8
   5.0 -- CentOS -  4/12/7SL -  5/4/7
   4.9 -- CentOS -  3/2/11SL -  5/6/11  --
---
Michel Donais
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Can somebody explay the here down message lines from server Centos 5.6

2011-04-28 Thread Michel Donais
 **Unmatched Entries**
 gdm[5342]: pam_succeed_if(gdm:auth): error retrieving information about user
 gdm[5342]: pam_succeed_if(gdm:auth): error retrieving information about user
 gdm[5342]: pam_succeed_if(gdm:auth): error retrieving information about user
 9 gdm[5342]: pam_succeed_if(gdm:auth): error retrieving information about
 user gdm[5342]: pam_succeed_if(gdm:auth): error retrieving information about
 user gdm[5342]: pam_succeed_if(gdm:auth): error retrieving information about
 user gdm[5342]: pam_succeed_if(gdm:auth): error retrieving information about
 user gdm[5342]: pam_succeed_if(gdm:auth): error retrieving information about
 user gdm[5342]: pam_succeed_if(gdm:auth): error retrieving information about
 user gdm[5342]: pam_succeed_if(gdm:auth): error retrieving information about
 user

---
Michel Donais___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Xorg

2011-04-15 Thread Michel Donais
For a few days I can't boot a server in graphical mode.
The screen goes black and a have a CUI login.
I can login a user and at this point 'startx' get the graphical interface up


in /etc/inittab/
x: 5:respawn: /etc.X11/prefdm -nodaemon
and xdmcp is alivre

On this server we have 12 stations drived by LTSP as a terminal server. We can 
boot the stations to a point where the X graphical interface doesn't come up 
and the terminal stays with a grey screen with a big X in the center.

Do somebody can drive me to a solution?

---
Michel Donais___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] cents 5.6 ..... futur

2011-04-15 Thread Michel Donais
To pass from Centos 5.5 to 5.6 it was easy as an upgrade.

Will it be the same from 5.6 to 6.0 or a full install will be better.

---
Michel Donais___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] cents 5.6 ..... futur

2011-04-15 Thread Michel Donais
 Will it be the same from 5.6 to 6.0 or a full install will be better.

 Full installs are always recommended between major versions.


Thank's all for the advise; but is there any easy way to install a newer 
version while keeping all configuration changes that have been made on a 
previous one as for 'sendmail', 'sshd.conf','firewalls', etc...


---
Michel Donais 

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] cents 5.6 ..... futur

2011-04-15 Thread Michel Donais
 have all your configuration under a change management system, with an at 
 least semi-automated installation procedure, such as kickstart.

I nerver think kikstart was I need.
I will check what it is and how it work.

Thank's for the info.

---
Michel Donais


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] compiling xvnc

2011-04-10 Thread Michel Donais
Just new to Centos 5.6.
I'm trying to install an Xvnc server

Downloaded tightvnc-1.3.10_unixsrc.bz2
I made thru configure but when I make I get these messages

 make[3]: Leaving directory 
`/home/michel/importe/tightvnc-1.3.10_unixsrc/vnc_unixsrc/Xvnc/programs/Xserver/hw/vnc'
make[2]: *** No rule to make target `../.././/../libvncauth/libvncauth.a', 
needed by `Xvnc'.  Stop.
make[2]: Leaving directory 
`/home/michel/importe/tightvnc-1.3.10_unixsrc/vnc_unixsrc/Xvnc/programs/Xserver'
make[1]: *** [all] Error 2
make[1]: Leaving directory 
`/home/michel/importe/tightvnc-1.3.10_unixsrc/vnc_unixsrc/Xvnc/programs'
make: *** [all] Error 2

I'm not used to build application,. so I don't understand or don't know 
where to find the missing rule

Can somebody point me a solution?

---
Michel Donais 

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] compiling xvnc

2011-04-10 Thread Michel Donais
 configure the rpmforge repository, then
 
 yum install tightvnc-server
 


Thank's, it worked

---
Michel Donais
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] sata drives and controlers

2011-03-09 Thread Michel Donais
 Is your server PCI 32bit, PCI 64bit, or PCI-X (64bit, 100-133Mhz), or is 
 it PCI-Express and if so does it have x4 or faster slots?

The mother board is an MSI KT# MS6380E with an AMD2100XP cpu
FSB is 166 mhz; chipset is 333mhz

 As someone else said, a SATA card likely will NOT be bootable, unless it 
 has a boot eeprom on it, and these cost more.

On good point I have to care, 
Many thanks


---
Michel Donais
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] sata drives and controlers

2011-03-08 Thread Michel Donais
I intend to replace fading SCSI drive by a SATA one. 
The motherboard is PCI and no SATA controller on board.
So I need a SATA/PCI  controller.

Is there something wrong to do this kind of switch?
Some told me that I won't be able to boot that drive.
Loosing part of the SATA interface speed is not a decisive factor on this 
machine
Is there are  some prefered Linux SATA controller?

Need experienced feedbacks.

---
Michel Donais___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] server specifications

2011-02-13 Thread Michel Donais
Did somebody can give me some advises on hardware for building a Centos linux 
server?


---
Michel Donais___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] server specifications

2011-02-13 Thread Michel Donais
Before any possible answer can be given, the first question must be: What 
do you plan to do with it?
You'r right, but I have to begin somewhere.

This hardware is intended to be a terminal server for at least 40 users 
driven with LTSP.for BBx Pro-5 and Bbj applications
Need fast and huge storage, 2 lan fast connexions. No intensive mail or web 
browsing, 1 or 2 outside (xtranet ) users;
back-up will be on an SLR-100 tape drive

The load for 20 users and for the last 6 years with RH9 is actually 
supported by a
MOTHER BOARD : MSI KT-3 ULTRA DDR 333(3) CE (ATX form)
CPU : AMD-2100 XP
memory : 2 DDRam 333 (512MEG) for a total of 1024meg
1 scsi controller adaptec 29160 SCSI
3 hard disc SEAGATE CHETAH ULTRA SCSI-ULTRA-320 LVD (68 pin)

It  have been enough for that tme but users number is raising and by the way 
an upgrade of the computing capacity will be usefull.

I checked recently for  an ASUS S775 P5Q-VM G45 PCIE MOTHERBOARD with an 
INTEL CORE 2 QUAD Q9550 2.83G/1333/12M/S775 with SATA hard disc no Raid
I doesn't seem to be a server board and I'm not shure of that choice.


---
Michel Donais 

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] filter unwanted email

2011-02-03 Thread Michel Donais
Get a look at this site;

http://www.spamhaus.org/

It's easy to install, just a line to change in sendmail.



---
Michel Donais___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] kernel errors

2011-02-02 Thread Michel Donais
For monday this week I began to receive these advice by email from the server; 
Wht's the meaning?

Disk read problem or else?



 - Kernel Begin  

WARNING:  Kernel Errors Present
I/O error: dev 08:02, sect...:  4Time(s)
   Additional sense indicates Unrecovered read error...:  4Time(s)
   Info fld=0x4f9c9, Current sd08:02: sense key Medium Error...:  1Time(s)
   Info fld=0x50e37, Current sd08:02: sense key Medium Error...:  1Time(s)
   Info fld=0x517a1, Current sd08:02: sense key Medium Error...:  1Time(s)
   Info fld=0x517e2, Current sd08:02: sense key Medium Error...:  1Time(s)
--

---
Michel Donais___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] kernel errors

2011-02-02 Thread Michel Donais
Thank's for the answer,

That's what I was expecting.for the worst.
I will replace it tomorrow morning.

 ---
Michel Donais
- Original Message - 
From: John R Pierce pie...@hogranch.com
To: centos@centos.org
Sent: Wednesday, February 02, 2011 7:53 PM
Subject: Re: [CentOS] kernel errors


 On 02/02/11 4:42 PM, Michel Donais wrote:
 For monday this week I began to receive these advice by email from the 
 server;
 Wht's the meaning?
 Disk read problem or else?
 
 yes, disk IO errors of the bad sector type, on device 08:02, whatever 
 that is in your system.   appears to be on different sectors, which is 
 not a good thing.  that drive is likely dying
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos