Re: [CentOS] sendmail and spam

2008-06-04 Thread Les Mikesell
Alain Terriault wrote:
>
> What is todays most effective combination to filter spam ?
> 
> On my old Redhat 3 system I used Sendmail and Spamassasin .. it was
> good, but with the current setup we are getting way to much spam.
> 
> Looking around I found new players, well some I did not know then and
> they are very interesting..
> 
> MailScanner .. http://www.mailscanner.info/
> Sagator .. http://www.salstar.sk/sagator/
> Smf .. http://smfs.sourceforge.net/index.html
> dspam .. http://dspam.nuclearelephant.com/index.shtml
> 
> I am tempted to go with smfs because it is familiar .. but, mailscanner
> seems popular

Another good choice is MimeDefang (http://www.mimedefang.org/).
There are rpms of it and clamav in the rpmforge repo.

-- 
  Les Mikesell
   [EMAIL PROTECTED]
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] centos RS232 to IP port program

2008-06-04 Thread Les Mikesell

Jerry Geis wrote:

Hi all,

Is there a method in centos
where a program can be started that listens on a given IP port
and when something connects it will transfer data from the RS232 port
to the IP port. reads and writes of course.

Trying not to reinvent the wheel if I dont have to...


Something like this approach should work:

http://www.ecst.csuchico.edu/~dranch/LINUX/TrinityOS/cHTML/TrinityOS-c-55.html#ss55.2

You could probably do something more complicated with kermit instead of 
cu.  If you need some kind of initialization as the connection starts, 
kermit could do it with a script.


--
  Les Mikesell
[EMAIL PROTECTED]

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


[CentOS] rpm -q versus what's installed

2008-06-04 Thread Scott R. Ehrlich
I am trying to install Oracle client 10g (10.2.0) on a 64-bit CentOS 5.0 
system.


'rpm -q make gcc glibc etc' reveals some packages as "not installed", yet 
a yum install  consistently returns Nothing to do. Yum list 
available  yields nothing needed.


If rpm -q  lists some that are "not installed" but every 
variant of yum install and yum list I've tried and googled claiims nothing 
more needs to be installed, either the OS is misreporting (I doubt that) 
or I'm missing something that is not easily being revealed, or that I 
haven't used in a long time and outright forgetting.


I still need (per rpm -q):

compat-gcc
compat-gcc-c++
compat-libstsdc++-devel
openmotif21
gnome-libs


There has been a suggestion of the version of Oracle (32 or 64 bit) I'm 
trying to install, but after thinking about it, I believe this question is 
a more fundamental operating system issue.


Thanks for any insight.

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


Re: [CentOS] General CentOS 5.1 (or Gnome) instability?

2008-06-04 Thread Alfred von Campe

On Jun 4, 2008, at 16:59, William L. Maltby wrote:


As to your specific problem, since hardware is not common among the
users reporting problems, I suspect that the only commonality is the
configuration *beginning* with the automated install. My thought is
there is some flaw in it that becomes common to (almost?) all the
installations.


Actually, the hardware is mostly the same for all users (Lenovo  
ThinkCentre desktop towers).  And it was working fine with CentOS  
4.6.  The kickstart scripts are mostly the same from 4.6 with  
adjustments for the changes in 5.X.  The one new thing that I forgot  
to mention is that at the same time of the upgrade we switched NIS  
domains.  The old NIS server was an old Solaris system, and the new  
one is integrated with Windows (I think it's using Windows Services  
for Unix).  But I don't think a different NIS infrastructure can  
cause the instability I'm seeing.



It might be instructive to do one real manual install (that matches as
closely as possible the automated results) on a representative system
and an automated one. Then map the differences.


I really trust kickstart, so I don't think that is the issue.


Just as general notes from astutely watching this list, I guess mixed
32/64 bit libs could be an issue. Components from mixed repositories?
All yum updated (been several things fixed since original 5.1 - I  
don't

know if they are related).


No mixed environment here.  Everything is 32-bit.  I am running the  
centosplus kernel because of the NFS performance issue.



Have you examined the logs for any machines that seem consistently
problematic?


Yes, I have and found nothing interesting.  I did have another gnome- 
terminal crash tonight, and I'll update the other thread shortly.


Alfred

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


[CentOS] a anaconda test problem

2008-06-04 Thread zchen
 I am building a latest CentOS5 and every newest stuff is ready. All are
in directory "/linux/CentOS/5-respin/os/x86_64". My OS is CentOS5 too. I
want to add some other pictures during installation process, so anaconda
adjustment is needed.
When I run command "anaconda --test
--method=http://192.168.0.3/linux/CentOS/5-respin/os/x86_64";, a error message 
followed:
Traceback (most recent call last):
File "/usr/sbin/anaconda", line 702, in ?
for i in os.listdir("/mnt/runtime/usr/sbin"):
OSError: [Errno 2] There is no such file or directory:
'/mnt/runtime/usr/sbin'

I mkdir -p /mnt/runtime/usr/sbin,than it works.Followed the steps and 
configured to kickstart page, clicked "Next" button.There is a message said:
09:59:09 CRITICAL: Traceback (most recent call first):
  File "/usr/lib/anaconda/urlinstall.py", line 95, in systemMounted
self.loopbackFile = "%s%s%s" % (chroot,
  File "/usr/lib/anaconda/yuminstall.py", line 1330, in doPreInstall
if self.method.systemMounted (anaconda.id.fsset, anaconda.rootPath):
  File "/usr/lib/anaconda/backend.py", line 180, in doPreInstall
anaconda.backend.doPreInstall(anaconda)
  File "/usr/lib/anaconda/dispatch.py", line 201, in moveStep
rc = stepFunc(self.anaconda)
  File "/usr/lib/anaconda/dispatch.py", line 124, in gotoNext
self.moveStep()
  File "/usr/lib/anaconda/gui.py", line 1018, in nextClicked
self.anaconda.dispatch.gotoNext()
  File "/usr/lib/anaconda/iw/progress_gui.py", line 243, in renderCallback
self.intf.icw.nextClicked()
  File "/usr/lib/anaconda/gui.py", line 1045, in handleRenderCallback
self.currentWindow.renderCallback()
IndexError: list index out of range

Which option should I added? Did I forgot something else? Is there
anyway to fix it?
Thanks in advance.



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


[CentOS] Managing Eclipse Plugins

2008-06-04 Thread Clint Dilks

Hi People,

I just wondered  if anyone had an suggestions on how to manage Eclipse 
plugins where RPMS don't exist for the particular plugin.  In this case 
Aptana.  Using the instructions here 
http://www.aptana.com/docs/index.php/Plugging_Aptana_into_an_existing_Eclipse_configuration 
I can install the plugin manually to /usr/share/eclipse so that its 
available to all users on the box.  But I need to install this plugin on 
a high number of machines.  I know I could install it on a single 
machine and then tar up /usr/share/eclipse and turn this into an rpm.  
But I think this will be asking for trouble in the long run.


So I then did some research and found that I should be able to use 
eclipse update manager from the command line see 
http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/misc/update_standalone.html
Thinking that perhaps I could use a script to do the install or use a 
script to create an RPM.  But so far I can't get any of the Eclipse 
Update Manager commands to work.  Asking on some eclipse Newsgroups has 
got a couple of cryptic responses.  So I thought I would ask if anyone 
had ideas about the best way to achieve what I am after.  Also if anyone 
uses the Eclipse Update Manager from the command line and can give me an 
example of a command line that works, it would be much appreciated.


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


Re: [CentOS] yum upgrade 4.3 -> current ?

2008-06-04 Thread Matt Hyclak
On Wed, Jun 04, 2008 at 07:01:11PM -0500, Chris Boyd enlightened us:
> On Jun 4, 2008, at 5:44 PM, Craig White wrote:
> 
> >kill off any rpm/yum processes...
> >then
> >
> >rm /var/lib/rpm/__*
> >rpm --rebuilddb
> >
> >then try yum
> 
> Still no joy.  Yum appears to be ready to consume all available  
> system memory and swap.
> 
> I'm going to try adding a swap file, shutting off the database server  
> and Apache, and then letting it churn.
> 

If it were me, I would download the latest yum+dependencies and install them
via rpm before trying to debug an old yum.

Matt

-- 
Matt Hyclak
Department of Mathematics 
Department of Social Work
Ohio University
(740) 593-1263
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Frequent Gnome Terminal crashes in CentOS 5.1

2008-06-04 Thread Alfred von Campe

On May 29, 2008, at 20:58, Filipe Brandenburger wrote:

strace seems fine, just use some options to enhance the output you  
get:
-s 1024: take 1024 bytes for every string. This wouldn't have cut  
that one short

-tt: if you want timestamps
-f: to follow forked processes


I started strace with those parameters, but the strace output did not  
change:


18:55:21 read(3, "\1\365\342\34\0\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0\0\0\0 
\0\20\0\0\0\234?\37\10", 32) = 32

18:55:21 write(3, "\0\0\2\0\1\0\1\0", 8) = 8
18:55:21 read(3, "\0\1\343\34\371\377?\3\0\0\0\0\1\0\0\0\0\0\0\0\10\0 
\0\0\317U\t\10\0\0\0\0", 32) = 32

18:55:21 open("/usr/share/X11/XErrorDB", O_RDONLY) = 25
18:55:21 fstat64(25, {st_mode=S_IFREG|0644, st_size=37949, ...}) = 0
18:55:21 read(25, "! $Xorg: XErrorDB,v 1.3 2000/08/"..., 37949) = 37949
18:55:21 close(25)  = 0
18:55:21 write(2, "The program \'gnome-terminal\' rec"..., 592) = 592
18:55:21 close(18)  = 0
18:55:21 kill(26097, SIGTERM)   = 0
18:55:21 writev(14, [{"GIOP\1\2\1\5\0\0\0\0", 12}], 1) = 12
18:55:21 close(14)  = 0
18:55:21 writev(15, [{"GIOP\1\2\1\5\0\0\0\0", 12}], 1) = 12
18:55:21 close(15)  = 0
18:55:21 writev(13, [{"GIOP\1\2\1\5\0\0\0\0", 12}], 1) = 12
18:55:21 close(13)  = 0
18:55:21 writev(11, [{"GIOP\1\2\1\5\0\0\0\0", 12}], 1) = 12
18:55:21 close(11)  = 0
18:55:21 close(9)   = 0
18:55:21 close(8)   = 0
18:55:21 unlink("/tmp/orbit-kb12698/linc-65ef-0-4ceb1113e5b63") = 0
18:55:21 close(12)  = 0
18:55:21 exit_group(1)  = ?

However, this time we started the gnome-terminal process from an  
xterm, and here is what appeared on the screen after the crash:


** (gnome-terminal:26095): WARNING **: No handler for control  
sequence `device-control-string' defined.  [there were a bunch of  
these lines, I think it happened before the crash]

The program 'gnome-terminal' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadRequest (invalid request code or no such operation)'.
  (Details: serial 19864803 error_code 1 request_code 0 minor_code 0)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error()  
function.)


I will try to follow the instructions in the output to capture a  
better error next time.  I should probably also recompile gnome- 
terminal with symbol information...


Alfred



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


RE: [CentOS] centos RS232 to IP port program

2008-06-04 Thread Joseph L. Casale
>Is there a method in centos
>where a program can be started that listens on a given IP port
>and when something connects it will transfer data from the RS232 port
>to the IP port. reads and writes of course.

Can't help you with a software solution, but Digi makes a hardware device
that does just this. Its rock solid, I use them. There are many cheaper to...

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


[CentOS] centos RS232 to IP port program

2008-06-04 Thread Jerry Geis

Hi all,

Is there a method in centos
where a program can be started that listens on a given IP port
and when something connects it will transfer data from the RS232 port
to the IP port. reads and writes of course.

Trying not to reinvent the wheel if I dont have to...

Thanks,

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


Re: [CentOS] sendmail and spam

2008-06-04 Thread Michael Nelson

Craig White wrote:

Those things alone and greylisting knock down most of it so spamassassin
has a much lighter load and MailScanner is awesome.


Since I set up milter-greylist we went from 90% spam daily to < 10%, and 
that part is easily handled by spamassassin.  Load on the mail server is 
way lower too.


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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


Re: [CentOS] yum upgrade 4.3 -> current ?

2008-06-04 Thread Chris Boyd


On Jun 4, 2008, at 5:44 PM, Craig White wrote:


kill off any rpm/yum processes...
then

rm /var/lib/rpm/__*
rpm --rebuilddb

then try yum


Still no joy.  Yum appears to be ready to consume all available  
system memory and swap.


I'm going to try adding a swap file, shutting off the database server  
and Apache, and then letting it churn.


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


Re: [CentOS] Re: sendmail and spam

2008-06-04 Thread Michael Nelson

Scott Silva wrote:
on 6-4-2008 1:53 PM Alain Terriault spake the following: I really like 
MailScanner. You can add it to your current system with very little 
effort, and add virus scanning very easily.
You will still need to spend time training and maybe write an 
occasional spamassassin rule, but that is just the nature of the game 
anymore. Spam changes constantly, and you have to change with it. 


+1 on MailScanner.  Easy to install and configure, self-updating.  I 
also use Rules du Jour to update spamassassin.


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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


Re: [CentOS] Re: 5.1 Anaconda Install Error SOLVED

2008-06-04 Thread Kirk Bocek



Scott Silva wrote:
With PATA the device ID is based on location. Hdb is the primary slave 
(slave on first port). There doesn't have to be a hda.


I thought the point of master/slave in the IDE world was that the master was 
acting as the controller for the slave. If that's the case, how can you have a 
slave without a master?

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


[CentOS] Re: 5.1 Anaconda Install Error SOLVED

2008-06-04 Thread Scott Silva

on 6-4-2008 3:12 PM Kirk Bocek spake the following:

Karanbir Singh wrote:

Kirk Bocek wrote:

I didn't provide the details because it was strange that the
installation failed at the same point regardless of the booting method I
used. It felt like some basic mistake or mis-setting in the OS. But hey,
I've been wrong before.


Anything interesting on vc#1,3,4,5 ? how about run remote syslog and see
if anything interesting gets in there


After wandering in the dark for two days, I found this posting:

http://www.centos.org/modules/newbb/viewtopic.php?topic_id=13334

This reminded me that although this is an all SATA system, I also have a 
PATA tape drive installed.


The solution in the posting was to temporarily unplug the tape drive. 
Rather than pull this host out of the rack for the umpteenth time, I 
simply added to the installer's command line:


hda=none hdb=none

For some reason, the tape drive is installed as /dev/hdb. I'm not sure 
what's at /dev/hda. If it's the DVD drive and I was installing from 
physical media, that might be a problem. However, my PXE-boot install is 
now flying along.


Kirk Bocek
With PATA the device ID is based on location. Hdb is the primary slave (slave 
on first port). There doesn't have to be a hda.


--
MailScanner is like deodorant...
You hope everybody uses it, and
you notice quickly if they don't



signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] yum upgrade 4.3 -> current ?

2008-06-04 Thread Craig White
On Wed, 2008-06-04 at 16:51 -0500, Chris Boyd wrote:
> On Jun 4, 2008, at 4:43 PM, William L. Maltby wrote:
> 
> > Processing a huge number of dependancies (very likely going from
> > 4.3->4.6) will use huge amounts. I would first upgrade yum itself  
> > (IIRC,
> > the sqlite changed).
> 
> Tried that with a "yum -y update yum" but we're still getting clobbered.
> 
> >
> > Then, pay attention to the dependancy processing output and pick a few
> > packages at a time to upgrade. After a few passes like this, you  
> > should
> > be able to revert to the normal update processing.
> 
> Good suggestion--I'll remember that if I ever get to the point where  
> it's starting to work :-)
> 
> >
> > Another strategy that might or might not work is to go to runlevel 3
> > (telinit 3) that eliminates all the graphical stuff and run from a
> > normal VT. If you don't have swap enabled, make a swap partition or  
> > file
> > of decent size and try that.
> 
> We're already there--no X is installed or running.  Swap partition is  
> set to 2GB--I suppose that I could add another swap file and see if  
> that gets me over the hump.
> 
> Yum is choking at the point where it print the first "processing  
> primary.xml.gz"

kill off any rpm/yum processes...
then

rm /var/lib/rpm/__*
rpm --rebuilddb

then try yum

Craig

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


Re: [CentOS] Mounting cifs shares by non-root users on CentOS 4.6

2008-06-04 Thread Clint Dilks
Anne Wilson 
wrote:http://eu.wowarmory.com/search.xml?searchQuery=pookii&searchType=characters 


On Wednesday 04 June 2008 12:42:18 James Pearson wrote:
  

I'm trying to set up mounting of a Windows share for non-root users via
/etc/fstab on a CentOS 4.6 box - I've followed the instructions at:



Using something like the /etc/fstab example given in the wiki page
(with, of course, using a valid share, username and password for my set
up):

//winbox/getme /mnt/win cifs
user,uid=500,rw,suid,username=sushi,password=yummy 0 0

When as a non-root user I do:

% mount /mnt/win
mount error 1 = Operation not permitted
Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)

Running mount as root works fine, but I can not get it to work for
non-root users.

Any ideas?



I never got it to work, but now I mount in fstab, which is problem-free.

Anne

  



___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
  
Another idea is to configure sudo to allow your users to do what is 
required :)

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


Re: [CentOS] yum upgrade 4.3 -> current ?

2008-06-04 Thread William L. Maltby
On Wed, 2008-06-04 at 16:51 -0500, Chris Boyd wrote:
> On Jun 4, 2008, at 4:43 PM, William L. Maltby wrote:
> 
> > Processing a huge number of dependancies (very likely going from
> > 4.3->4.6) will use huge amounts. I would first upgrade yum itself  
> > (IIRC,
> > the sqlite changed).
> 
> Tried that with a "yum -y update yum" but we're still getting clobbered.

Did yum or sqlite get updated or did it dump on you there too?

> 

> >
> > Another strategy that might or might not work is to go to runlevel 3
> > (telinit 3) that eliminates all the graphical stuff and run from a
> > normal VT. If you don't have swap enabled, make a swap partition or  
> > file
> > of decent size and try that.
> 
> We're already there--no X is installed or running.  Swap partition is  
> set to 2GB--I suppose that I could add another swap file and see if  
> that gets me over the hump.
> 
> Yum is choking at the point where it print the first "processing  
> primary.xml.gz"

I don't know that much about the yum process. But if it bombs there, I
would enable some more verbosity and see if it gives any clues about
where in there it is failing. Maybe you have some extra repos enabled
that cause excessive memory usage at that step? If that's related (I
don't know) you might disable all the repos but the base an updates as a
first step and see if at  lease the basic stuff can get done.

> 
> --Chris
> 

HTH
-- 
Bill

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


Re: [CentOS] 5.1 Anaconda Install Error SOLVED

2008-06-04 Thread Kirk Bocek

Karanbir Singh wrote:

Kirk Bocek wrote:

I didn't provide the details because it was strange that the
installation failed at the same point regardless of the booting method I
used. It felt like some basic mistake or mis-setting in the OS. But hey,
I've been wrong before.


Anything interesting on vc#1,3,4,5 ? how about run remote syslog and see
if anything interesting gets in there


After wandering in the dark for two days, I found this posting:

http://www.centos.org/modules/newbb/viewtopic.php?topic_id=13334

This reminded me that although this is an all SATA system, I also have a PATA 
tape drive installed.


The solution in the posting was to temporarily unplug the tape drive. Rather 
than pull this host out of the rack for the umpteenth time, I simply added to 
the installer's command line:


hda=none hdb=none

For some reason, the tape drive is installed as /dev/hdb. I'm not sure what's 
at /dev/hda. If it's the DVD drive and I was installing from physical media, 
that might be a problem. However, my PXE-boot install is now flying along.


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


[CentOS] Compile error on CentOS 4.6

2008-06-04 Thread Dongyoon Lee
I am installing SPLASH(http://www-flash.stanford.edu/SPLASH/) benchmark
codes on CentOS 4.6. And there is compile error during make..
Here is the error messages. Does it come from the gcc library?  Should I
update the gcc or other library?

[EMAIL PROTECTED] barnes]# make BARNES
make: Warning: File `code.C' has modification time 6e+02 s in the future
m4 -s -Ulen -Uindex
/mnt/hgfs/CentOS-4.6-i386_Shared/splash2/codes/null_macros/c.m4.null code.C
> code.c
gcc -c -O3 -pthread -D_POSIX_C_SOURCE=200112 -Wall -W -Wmissing-prototypes
-Wmissing-declarations -Wredundant-decls -Wdisabled-optimization -Wpadded
-Winline -Wpointer-arith -Wsign-compare -Wendif-labels code.c
m4 -s -Ulen -Uindex
/mnt/hgfs/CentOS-4.6-i386_Shared/splash2/codes/null_macros/c.m4.null
code_io.C > code_io.c
gcc -c -O3 -pthread -D_POSIX_C_SOURCE=200112 -Wall -W -Wmissing-prototypes
-Wmissing-declarations -Wredundant-decls -Wdisabled-optimization -Wpadded
-Winline -Wpointer-arith -Wsign-compare -Wendif-labels code_io.c
m4 -s -Ulen -Uindex
/mnt/hgfs/CentOS-4.6-i386_Shared/splash2/codes/null_macros/c.m4.null load.C
> load.c
gcc -c -O3 -pthread -D_POSIX_C_SOURCE=200112 -Wall -W -Wmissing-prototypes
-Wmissing-declarations -Wredundant-decls -Wdisabled-optimization -Wpadded
-Winline -Wpointer-arith -Wsign-compare -Wendif-labels load.c
m4 -s -Ulen -Uindex
/mnt/hgfs/CentOS-4.6-i386_Shared/splash2/codes/null_macros/c.m4.null grav.C
> grav.c
gcc -c -O3 -pthread -D_POSIX_C_SOURCE=200112 -Wall -W -Wmissing-prototypes
-Wmissing-declarations -Wredundant-decls -Wdisabled-optimization -Wpadded
-Winline -Wpointer-arith -Wsign-compare -Wendif-labels grav.c
m4 -s -Ulen -Uindex
/mnt/hgfs/CentOS-4.6-i386_Shared/splash2/codes/null_macros/c.m4.null
getparam.C > getparam.c
gcc -c -O3 -pthread -D_POSIX_C_SOURCE=200112 -Wall -W -Wmissing-prototypes
-Wmissing-declarations -Wredundant-decls -Wdisabled-optimization -Wpadded
-Winline -Wpointer-arith -Wsign-compare -Wendif-labels getparam.c
m4 -s -Ulen -Uindex
/mnt/hgfs/CentOS-4.6-i386_Shared/splash2/codes/null_macros/c.m4.null util.C
> util.c
gcc -c -O3 -pthread -D_POSIX_C_SOURCE=200112 -Wall -W -Wmissing-prototypes
-Wmissing-declarations -Wredundant-decls -Wdisabled-optimization -Wpadded
-Winline -Wpointer-arith -Wsign-compare -Wendif-labels util.c
gcc code.o code_io.o load.o grav.o getparam.o util.o -O3 -pthread
-D_POSIX_C_SOURCE=200112 -Wall -W -Wmissing-prototypes
-Wmissing-declarations -Wredundant-decls -Wdisabled-optimization -Wpadded
-Winline -Wpointer-arith -Wsign-compare -Wendif-labels -o BARNES -lm
/usr/lib/gcc/i386-redhat-linux/3.4.6/../../../crt1.o(.text+0x18): In
function `_start':
: undefined reference to `main'
collect2: ld returned 1 exit status
make: *** [BARNES] Error 1

FYI, here is the gcc version info.
[EMAIL PROTECTED] barnes]# gcc -v
Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.6/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-threads=posix
--disable-checking --with-system-zlib --enable-__cxa_atexit
--disable-libunwind-exceptions --enable-java-awt=gtk
--host=i386-redhat-linux
Thread model: posix
gcc version 3.4.6 20060404 (Red Hat 3.4.6-9)
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] yum upgrade 4.3 -> current ?

2008-06-04 Thread Chris Boyd


On Jun 4, 2008, at 4:43 PM, William L. Maltby wrote:


Processing a huge number of dependancies (very likely going from
4.3->4.6) will use huge amounts. I would first upgrade yum itself  
(IIRC,

the sqlite changed).


Tried that with a "yum -y update yum" but we're still getting clobbered.



Then, pay attention to the dependancy processing output and pick a few
packages at a time to upgrade. After a few passes like this, you  
should

be able to revert to the normal update processing.


Good suggestion--I'll remember that if I ever get to the point where  
it's starting to work :-)




Another strategy that might or might not work is to go to runlevel 3
(telinit 3) that eliminates all the graphical stuff and run from a
normal VT. If you don't have swap enabled, make a swap partition or  
file

of decent size and try that.


We're already there--no X is installed or running.  Swap partition is  
set to 2GB--I suppose that I could add another swap file and see if  
that gets me over the hump.


Yum is choking at the point where it print the first "processing  
primary.xml.gz"


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


Re: [CentOS] yum upgrade 4.3 -> current ?

2008-06-04 Thread William L. Maltby
On Wed, 2008-06-04 at 16:23 -0500, Chris Boyd wrote:
> Got a box running 4.3 x86 and we're trying up get it updated to 4.6,  
> but yum is consuming all available memory (1GB) and swap (2GB), and  
> then the oom starts killing processes.
> 
> I've disabled all the optional repositories, done  yum clean all, and  
> still have the same problem even if I try to just update a specific  
> package.
> 
> Google got me this link, but no obvious resolution:
> http://www.centos.org/modules/newbb/viewtopic.php? 
> forum=8&topic_id=5588&viewmode=flat
> 
> Any pointers appreciated.

Processing a huge number of dependancies (very likely going from
4.3->4.6) will use huge amounts. I would first upgrade yum itself (IIRC,
the sqlite changed).

Then, pay attention to the dependancy processing output and pick a few
packages at a time to upgrade. After a few passes like this, you should
be able to revert to the normal update processing.

Another strategy that might or might not work is to go to runlevel 3
(telinit 3) that eliminates all the graphical stuff and run from a
normal VT. If you don't have swap enabled, make a swap partition or file
of decent size and try that.

> 
> --Chris
> 

HTH
-- 
Bill

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


Re: [CentOS] sendmail and spam

2008-06-04 Thread Ned Slider

Craig White wrote:

On Wed, 2008-06-04 at 16:53 -0400, Alain Terriault wrote:

Hi,

What is todays most effective combination to filter spam ?

On my old Redhat 3 system I used Sendmail and Spamassasin .. it was
good, but with the current setup we are getting way to much spam.

Looking around I found new players, well some I did not know then and
they are very interesting..

MailScanner .. http://www.mailscanner.info/
Sagator .. http://www.salstar.sk/sagator/
Smf .. http://smfs.sourceforge.net/index.html
dspam .. http://dspam.nuclearelephant.com/index.shtml

I am tempted to go with smfs because it is familiar .. but, mailscanner
seems popular


I use MailScanner but it still uses spamassassin.

I use postfix and greylisting and block e-mails that coming from hosts
that don't resolve by reverse dns or for that matter don't have valid
hostnames. I also use some rbl's.

Those things alone and greylisting knock down most of it so spamassassin
has a much lighter load and MailScanner is awesome.


Same here - I use a 3 phase approach to pre-filtering spam. I use 
postfix restrictions (requiring a FQDN helo hostname blocks ~30% on my 
server), DNSBL's (zen.spamhaus.org, dnsbl-1.uceprotect.net, 
psbl.surriel.com, bl.spamcop.net) and greylisting which in combination 
blocks >99% of all spam _before_ it enters the server and needs any 
costly post-filtering by SpamAssassin/ClamAV etc. It's an extremely 
effective solution for me (YMMV).


Ned


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


Re: [CentOS] General CentOS 5.1 (or Gnome) instability?

2008-06-04 Thread MHR
On Wed, Jun 4, 2008 at 1:14 PM, Alfred von Campe <[EMAIL PROTECTED]> wrote:
> I've been a big fan of CentOS for a while, and didn't have many issues with
> CentOS 4.X over the past few years.  However, since moving to CentOS 5.1 a
> few weeks ago, I have received more problem reports from my users than in
> the last year and a half on CentOS 4.X.  I've previously reported the
> problem with gnome-terminal crashing (and since there is a single
> gnome-terminal process by default all your terminal windows disappear which
> makes this really painful), and now I'm getting multiple reports of Gnome
> applets suddenly quitting.  Sometimes this includes the entire screen
> "flashing" (probably a side effect of the "Show Desktop" applet exiting).
>  I've also had reports of some third party tools like SlickEdit misbehaving
> and/or crashing on CentOS 5.1.
>
> Don't get me wrong; I'm not really complaining about CentOS.  I really
> appreciate what the CentOS team does.  I am just wondering if anyone else
> has seen these issues.  If it was just one or two users, I would suspect the
> hardware or some configuration issues.  But these issues started cropping up
> after I upgraded our existing systems to CentOS 5.1.  The "upgrade" was a
> complete reinstall via a kickstart script (I reformatted all partitions/LVs
> except for one), and all systems are configured identically.  BTW, I'm using
> CentOS for our desktops as well as our servers, and all these problems are
> really confined to the desktop systems.  Almost everyone uses the default
> Gnome desktop.
>
> So, does anyone else have the perception that CentOS 5.X (particularly
> Gnome) is a little less stable than CentOS 4.X or is it just me?
>

I run my desktop and my laptop on 5.1 using GNOME without any of those
problems.  My desktop is a 64 bit host with 4GB of memory, and I run a
completely mixed 32/64 bit environment (not entirely out of choice).

>From your description, it seems like you've run into a GDE problem,
not a CentOS problem.  The main problems I've seen with GDE are:

1) A mysterious bug that caused the system to stop processing logouts,
halts and reboots unless I took unusual measures to do them
(explicitly kill the gnome session to log out, or run halt or reboot
instead of using the shutdown applet), but those also mysteriously
disappeared after about a month of me fighting with it.  I think it
was ESD related, but it's gone

2) An interesting bug when I try to run the Network Connections
applet, it kills all my open nautilus windows.  I don't usually use
that applet, so it's an annoyance but one I don't see a lot (ever).

3) A really annoying bug in GDE 2.16.0 that pops up when another
application crashes and wants to send a bugzilla report.  GDE claims
that 2.16.0 is too old and won't send the report.  Fortunately, that
doesn't happen too often (most often when I exit Evolution, which I
usually do only when I log out).

Most of my other quirks of operation I attribute to the fact that I
run OOo 2.4 instead of the official 2.3 (I like it better, even though
it's only 32-bit), and I run a 64-bit alpha build of SeaMonkey
(because the 32-bit release 1.1.9 keeps disappearing under certain
specific circumstances that never occur with my own builds).

I'm looking forward to 5.2, but 5.1 has been great to/for me, as was
5.0 before it.

HTH

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


[CentOS] yum upgrade 4.3 -> current ?

2008-06-04 Thread Chris Boyd
Got a box running 4.3 x86 and we're trying up get it updated to 4.6,  
but yum is consuming all available memory (1GB) and swap (2GB), and  
then the oom starts killing processes.


I've disabled all the optional repositories, done  yum clean all, and  
still have the same problem even if I try to just update a specific  
package.


Google got me this link, but no obvious resolution:
http://www.centos.org/modules/newbb/viewtopic.php? 
forum=8&topic_id=5588&viewmode=flat


Any pointers appreciated.

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


Re: [CentOS] sendmail and spam

2008-06-04 Thread Paul Heinlein

On Wed, 4 Jun 2008, Alain Terriault wrote:


What is todays most effective combination to filter spam ?


We use a three-way combination (on a CentOS 5 base), in this order:

  1. sbl-xbl.spamhaus.org
  2. clamav-milter
  3. spamass-milter (milter-ized spamassassin)

Our server only handles about 50 user accounts, so it's not an 
industrial-strength setup by any means -- though our uptime is well 
above our internal SLA, and most of our employees have a fairly active 
e-mail life. :-)


All bounces happen during the SMTP transaction, so there's no 
backscatter problem.


In a typical week, spamhaus will block ca. 60% of inbound traffic, 
spamassassin 10%, and ClamAV 2-3%. We end up delivering only about 25% 
of the messages we receive from the Internet.


We use rpmforge packages for everything.

--
Paul Heinlein <> [EMAIL PROTECTED] <> http://www.madboa.com/
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Re: Live CD?

2008-06-04 Thread William L. Maltby
On Wed, 2008-06-04 at 13:13 -0700, MHR wrote:
> On Wed, Jun 4, 2008 at 12:50 PM, Scott Silva <[EMAIL PROTECTED]> wrote:
> >
> > I usually burn critical CD's at lower speeds. It seems that they have a more
> > reliable image when the laser gets to spend a little more time on the
> > tracks.
> >
> 
> I'll have to check the file at home again - I just checked the CD here
> and its md5sum doesn't match the one on the download site's md5sum.txt
> file.
> 
> )([EMAIL PROTECTED]&$)%(*&@#$(*@&$#(&@
> 
> Back to the basics

Pad the image before you burn it. Per suggestions from Johnny when I got
burned by this some time back, 300K is sufficient.

FYI: being insatiably curious, after that fix was applied, I grabbed a
handful of my old CD drives (all different brands and ages and speeds)
and used a recent one as the master burner. That is, all test media were
burned on the same device.

Some of the readers (1 IIRC) read successfully w/o padding. All others
required some - amount varied. All tests conducted in the same machine.

If you use cdrecord, note that the pad parameter is deprecated and
replaced with padsize, which works quite well.

The clue in all this is that someone mentioned that some drives have
trouble reading the end of the track. This was confirmed by my tests.

> 
> Thanks.
> 
> mhr
> 

HTH
-- 
Bill

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


Re: [CentOS] Installing GLIBC for CentOS 4.6

2008-06-04 Thread Jim Perrin
On Wed, Jun 4, 2008 at 5:03 PM, Dongyoon Lee <[EMAIL PROTECTED]> wrote:
> I'd like to modify pthread library ( e.g. manipulating some functions )
> in glibc, so I want to compile and install modified glibc.
> However, I failed to compile glibc and need some help. How can I fix the
> problem?

Messing with glibc must be done very carefully since the entire distro
depends on it. Also, updating glibc via source, when the system
expects an rpm is REALLY going to screw things up.

If you absolutely, positively have to mess with glibc, get the src.rpm
and rebuild with your own options.

-- 
During times of universal deceit, telling the truth becomes a revolutionary act.
George Orwell
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] sendmail and spam

2008-06-04 Thread Craig White
On Wed, 2008-06-04 at 16:53 -0400, Alain Terriault wrote:
> Hi,
> 
> What is todays most effective combination to filter spam ?
> 
> On my old Redhat 3 system I used Sendmail and Spamassasin .. it was
> good, but with the current setup we are getting way to much spam.
> 
> Looking around I found new players, well some I did not know then and
> they are very interesting..
> 
> MailScanner .. http://www.mailscanner.info/
> Sagator .. http://www.salstar.sk/sagator/
> Smf .. http://smfs.sourceforge.net/index.html
> dspam .. http://dspam.nuclearelephant.com/index.shtml
> 
> I am tempted to go with smfs because it is familiar .. but, mailscanner
> seems popular

I use MailScanner but it still uses spamassassin.

I use postfix and greylisting and block e-mails that coming from hosts
that don't resolve by reverse dns or for that matter don't have valid
hostnames. I also use some rbl's.

Those things alone and greylisting knock down most of it so spamassassin
has a much lighter load and MailScanner is awesome.

Craig

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


[CentOS] Re: sendmail and spam

2008-06-04 Thread Scott Silva

on 6-4-2008 1:53 PM Alain Terriault spake the following:

Hi,

What is todays most effective combination to filter spam ?

On my old Redhat 3 system I used Sendmail and Spamassasin .. it was
good, but with the current setup we are getting way to much spam.

Looking around I found new players, well some I did not know then and
they are very interesting..

MailScanner .. http://www.mailscanner.info/
Sagator .. http://www.salstar.sk/sagator/
Smf .. http://smfs.sourceforge.net/index.html
dspam .. http://dspam.nuclearelephant.com/index.shtml

I am tempted to go with smfs because it is familiar .. but, mailscanner
seems popular

thanks,
alain
I really like MailScanner. You can add it to your current system with very 
little effort, and add virus scanning very easily.
You will still need to spend time training and maybe write an occasional 
spamassassin rule, but that is just the nature of the game anymore. Spam 
changes constantly, and you have to change with it.


--
MailScanner is like deodorant...
You hope everybody uses it, and
you notice quickly if they don't



signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Installing GLIBC for CentOS 4.6

2008-06-04 Thread Dongyoon Lee
I'd like to modify pthread library ( e.g. manipulating some functions )
in glibc, so I want to compile and install modified glibc.
However, I failed to compile glibc and need some help. How can I fix the
problem?

 Here is the process that I've tried.
1. download glibc-2.3.4.tar.tar from http://ftp.gnu.org/gnu/glibc/
2. unzip glibc-2.3.4.tar.tar
3. make build-folder
[EMAIL PROTECTED] /]# mkdir glibc-2.3.4-build
[EMAIL PROTECTED] /]# cd glibc-2.3.4-build
4. configure (in the build-folder)
[EMAIL PROTECTED] /]# ../glibc-2.3.4/configure --prefix=/usr --enable-add-ons
5. make (in the build-folder)
[EMAIL PROTECTED] /]# make
.
make  -C csu subdir_lib
make[2]: Entering directory
`/mnt/hgfs/CentOS-4.6-i386_Shared/glibc-2.3.4/csu'
/mnt/hgfs/CentOS-4.6-i386_Shared/glibc-2.3.4-build/bits/stdio_lim.d:1:
warning: NUL character seen; rest of line ignored
/mnt/hgfs/CentOS-4.6-i386_Shared/glibc-2.3.4-build/bits/stdio_lim.d:1: ***
missing separator.  Stop.
make[2]: Leaving directory
`/mnt/hgfs/CentOS-4.6-i386_Shared/glibc-2.3.4/csu'
make[1]: *** [csu/subdir_lib] Error 2
make[1]: Leaving directory `/mnt/hgfs/CentOS-4.6-i386_Shared/glibc-2.3.4'
make: *** [all] Error 2

FYI, Here is my current information.

[EMAIL PROTECTED] /]# cat /proc/version
Linux version 2.6.9-67.ELsmp ([EMAIL PROTECTED]) (gcc version
3.4.6 20060404 (Red Hat 3.4.6-9)) #1 SMP Fri Nov 16 12:48:03 EST 2007
[EMAIL PROTECTED] /]# rpm -qa | grep gcc
gcc-3.4.6-9
gcc4-gfortran-4.1.2-14.EL4
gcc4-java-4.1.2-14.EL4
gcc-objc-3.4.6-9
gcc-g77-3.4.6-9
gcc4-4.1.2-14.EL4
compat-gcc-32-c++-3.2.3-47.3
gcc-gnat-3.4.6-9
gcc4-c++-4.1.2-14.EL4
compat-gcc-32-3.2.3-47.3
libgcc-3.4.6-9
gcc-java-3.4.6-9
gcc-c++-3.4.6-9
compat-libgcc-296-2.96-132.7.2
[EMAIL PROTECTED] /]# rpm -qa | grep glibc
glibc-kernheaders-2.4-9.1.100.EL
glibc-2.3.4-2.39
glibc-headers-2.3.4-2.39
glibc-common-2.3.4-2.39
glibc-devel-2.3.4-2.39
compat-glibc-headers-2.3.2-95.30
glibc-utils-2.3.4-2.39
compat-glibc-2.3.2-95.30
glibc-profile-2.3.4-2.39
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] sendmail and spam

2008-06-04 Thread Kirk Bocek
Alain Terriault wrote:
> Hi,
> 
> What is todays most effective combination to filter spam ?
> 
> On my old Redhat 3 system I used Sendmail and Spamassasin .. it was
> good, but with the current setup we are getting way to much spam.
> 
> Looking around I found new players, well some I did not know then and
> they are very interesting..
> 
> MailScanner .. http://www.mailscanner.info/
> Sagator .. http://www.salstar.sk/sagator/
> Smf .. http://smfs.sourceforge.net/index.html
> dspam .. http://dspam.nuclearelephant.com/index.shtml
> 
> I am tempted to go with smfs because it is familiar .. but, mailscanner
> seems popular

I've been very happy using the RBLs with Sendmail. In sendmail.mc add:

dnl #
dnl # dnsbl - DNS based Blackhole List/Black List/Rejection list
dnl # See http://www.sendmail.org/m4/features.html#dnsbl
dnl #
FEATURE(`dnsbl', `bl.spamcop.net', `"Spam blocked see:
http://spamcop.net/bl.shtml?"$&{client_addr}')dnl
FEATURE(`dnsbl', `cbl.abuseat.org', `"Spam blocked see:
http://cbl.abuseat.org/lookup.cgi?ip="$&{client_addr}')dnl
FEATURE(`dnsbl', `sbl.spamhaus.org', `"Spam blocked see:
http://spamhaus.org/query/bl?ip="$&{client_addr}')dnl
FEATURE(`dnsbl', `list.dsbl.org', `"Spam blocked see:
http://dsbl.org/listing?"$&{client_addr}')dnl
FEATURE(`dnsbl',`dnsbl.sorbs.net',`"554 Spam blocked " $&{client_addr} " found
in dnsbl.sorbs.net"')dnl
dnl #
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] General CentOS 5.1 (or Gnome) instability?

2008-06-04 Thread William L. Maltby
On Wed, 2008-06-04 at 16:14 -0400, Alfred von Campe wrote:
> 

> I would suspect the hardware or some configuration issues.  But these  
> issues started cropping up after I upgraded our existing systems to  
> CentOS 5.1.  The "upgrade" was a complete reinstall via a kickstart  
> script (I reformatted all partitions/LVs except for one), and all  
> systems are configured identically.  BTW, I'm using CentOS for our  
> desktops as well as our servers, and all these problems are really  
> confined to the desktop systems.  Almost everyone uses the default  
> Gnome desktop.
> 
> So, does anyone else have the perception that CentOS 5.X  
> (particularly Gnome) is a little less stable than CentOS 4.X or is it  
> just me?

I've been running 5.1 for a long time, NP except the Firefox. I'm using
the 3.0rc1 now and all but the Java applets work fine with it. It is
more stable.

As to your specific problem, since hardware is not common among the
users reporting problems, I suspect that the only commonality is the
configuration *beginning* with the automated install. My thought is
there is some flaw in it that becomes common to (almost?) all the
installations.

It might be instructive to do one real manual install (that matches as
closely as possible the automated results) on a representative system
and an automated one. Then map the differences.

Just as general notes from astutely watching this list, I guess mixed
32/64 bit libs could be an issue. Components from mixed repositories?
All yum updated (been several things fixed since original 5.1 - I don't
know if they are related).

Have you examined the logs for any machines that seem consistently
problematic?

That's all that comes to mind ATM.

> 
> Alfred
> 
> 

HTH
-- 
Bill

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


Re: [CentOS] General CentOS 5.1 (or Gnome) instability?

2008-06-04 Thread Marko A. Jennings
On Wed, June 4, 2008 4:52 pm, Ralph Angenendt wrote:
> Marko A. Jennings wrote:
>> On Wed, June 4, 2008 4:14 pm, Alfred von Campe wrote:
>> 
>> > So, does anyone else have the perception that CentOS 5.X
>> > (particularly Gnome) is a little less stable than CentOS 4.X or is it
>> > just me?
>>
>> I can tell you that five (very different) desktop machines that I manage
>> work without any problems under CentOS 5, but they all run KDE.  Based
>> on
>> my experience, I would be inclined to believe that your problems are
>> somehow Gnome related.
>
> As I know of several CentOS 5 machines which have no problem running
> Gnome, we seem to have a problem >:)

Are you implying that Alfred's problems might be Alfred related?  ;-)
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] sendmail and spam

2008-06-04 Thread Alain Terriault
Hi,

What is todays most effective combination to filter spam ?

On my old Redhat 3 system I used Sendmail and Spamassasin .. it was
good, but with the current setup we are getting way to much spam.

Looking around I found new players, well some I did not know then and
they are very interesting..

MailScanner .. http://www.mailscanner.info/
Sagator .. http://www.salstar.sk/sagator/
Smf .. http://smfs.sourceforge.net/index.html
dspam .. http://dspam.nuclearelephant.com/index.shtml

I am tempted to go with smfs because it is familiar .. but, mailscanner
seems popular

thanks,
alain

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


Re: [CentOS] General CentOS 5.1 (or Gnome) instability?

2008-06-04 Thread Ralph Angenendt
Marko A. Jennings wrote:
> On Wed, June 4, 2008 4:14 pm, Alfred von Campe wrote:
> 
> > So, does anyone else have the perception that CentOS 5.X
> > (particularly Gnome) is a little less stable than CentOS 4.X or is it
> > just me?
> 
> I can tell you that five (very different) desktop machines that I manage
> work without any problems under CentOS 5, but they all run KDE.  Based on
> my experience, I would be inclined to believe that your problems are
> somehow Gnome related.

As I know of several CentOS 5 machines which have no problem running
Gnome, we seem to have a problem >:)

Cheers,

Ralph


pgpAWZNdOxGnE.pgp
Description: PGP signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] General CentOS 5.1 (or Gnome) instability?

2008-06-04 Thread Marko A. Jennings
On Wed, June 4, 2008 4:14 pm, Alfred von Campe wrote:

> So, does anyone else have the perception that CentOS 5.X
> (particularly Gnome) is a little less stable than CentOS 4.X or is it
> just me?

Alfred,

I can tell you that five (very different) desktop machines that I manage
work without any problems under CentOS 5, but they all run KDE.  Based on
my experience, I would be inclined to believe that your problems are
somehow Gnome related.

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


Re: [CentOS] Re: Live CD?

2008-06-04 Thread Armando M. Baratti
Title: Signature






MHR escreveu:

  On Wed, Jun 4, 2008 at 8:16 AM, Scott Silva <[EMAIL PROTECTED]> wrote:
  
  
Corrupted CD maybe?


  
  
Could be.  I burned it at 40x (it's a 48x TDK CD) using K3B with write
verification, so it passed the md5sum after the write completed.  I
suppose it could be an incompatibility between my burner (a Pioneer
18xXxXx DVD burner) and the reader (a TEAC CD-540E).
  

One thing usually gets underestimated is the need for CD/DVD burner's
firmware update.
It's in the firmware that are the definitions on how to properly write
to the different (specially the new) CD/DVD media.
Sometimes, even if you use the same brand and type of media, you could
get a somewhat different product, with slightly different
specifications.


-- 


Armando
M. Baratti

LARC
  /Pesquisa de
Marketing Ltda
Alameda dos
Maracatins, 161 - Indianópolis
CEP 04089-010 -
São Paulo - SP
Tel.: (11)
5051-3133 - Fax: (11) 5052-5955
http://www.larc.com.br/



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


[CentOS] EXT3 error message on CENTOS 3.4

2008-06-04 Thread mcclnx mcc
We have DELL 2650 with CENTOS 3.4 installed.  Today I saw following messages on 
/var/log/messages.  Anyone know what it mean?  Does it point to which disk?


===
Jun  4 06:58:40 ORA03 kernel: EXT3-fs unexpected failure: 
(((jh2bh(jh))->b_state & (1UL << BH_Uptodate)) != 0);
Jun  4 06:58:40 ORA03 kernel: Possible IO failure.
Jun  4 06:58:40 ORA03 kernel:
Jun  4 06:58:45 ORA03 kernel: EXT3-fs unexpected failure: 
(((jh2bh(jh))->b_state & (1UL << BH_Uptodate)) != 0);
Jun  4 06:58:45 ORA03 kernel: Possible IO failure.
Jun  4 06:58:45 ORA03 kernel:
Jun  4 06:58:50 ORA03 kernel: EXT3-fs unexpected failure: 
(((jh2bh(jh))->b_state & (1UL << BH_Uptodate)) != 0);
Jun  4 06:58:50 ORA03 kernel: Possible IO failure.
Jun  4 06:58:50 ORA03 kernel:
   付費才容量無上限?Yahoo!奇摩電子信箱2.0免費給你,信件永遠不必刪! - 馬上體驗!___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] General CentOS 5.1 (or Gnome) instability?

2008-06-04 Thread Alfred von Campe
I've been a big fan of CentOS for a while, and didn't have many  
issues with CentOS 4.X over the past few years.  However, since  
moving to CentOS 5.1 a few weeks ago, I have received more problem  
reports from my users than in the last year and a half on CentOS  
4.X.  I've previously reported the problem with gnome-terminal  
crashing (and since there is a single gnome-terminal process by  
default all your terminal windows disappear which makes this really  
painful), and now I'm getting multiple reports of Gnome applets  
suddenly quitting.  Sometimes this includes the entire screen  
"flashing" (probably a side effect of the "Show Desktop" applet  
exiting).  I've also had reports of some third party tools like  
SlickEdit misbehaving and/or crashing on CentOS 5.1.


Don't get me wrong; I'm not really complaining about CentOS.  I  
really appreciate what the CentOS team does.  I am just wondering if  
anyone else has seen these issues.  If it was just one or two users,  
I would suspect the hardware or some configuration issues.  But these  
issues started cropping up after I upgraded our existing systems to  
CentOS 5.1.  The "upgrade" was a complete reinstall via a kickstart  
script (I reformatted all partitions/LVs except for one), and all  
systems are configured identically.  BTW, I'm using CentOS for our  
desktops as well as our servers, and all these problems are really  
confined to the desktop systems.  Almost everyone uses the default  
Gnome desktop.


So, does anyone else have the perception that CentOS 5.X  
(particularly Gnome) is a little less stable than CentOS 4.X or is it  
just me?


Alfred

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


Re: [CentOS] Re: Live CD?

2008-06-04 Thread MHR
On Wed, Jun 4, 2008 at 12:50 PM, Scott Silva <[EMAIL PROTECTED]> wrote:
>
> I usually burn critical CD's at lower speeds. It seems that they have a more
> reliable image when the laser gets to spend a little more time on the
> tracks.
>

I'll have to check the file at home again - I just checked the CD here
and its md5sum doesn't match the one on the download site's md5sum.txt
file.

)([EMAIL PROTECTED]&$)%(*&@#$(*@&$#(&@

Back to the basics

Thanks.

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


[CentOS] Re: Live CD?

2008-06-04 Thread Scott Silva

on 6-4-2008 12:24 PM MHR spake the following:

On Wed, Jun 4, 2008 at 8:16 AM, Scott Silva  wrote:

Corrupted CD maybe?



Could be.  I burned it at 40x (it's a 48x TDK CD) using K3B with write
verification, so it passed the md5sum after the write completed.  I
suppose it could be an incompatibility between my burner (a Pioneer
18xXxXx DVD burner) and the reader (a TEAC CD-540E).

I noticed that the target system, which normally runs (well, actually,
walks is more like it) Ubuntu 8, only has 256MB of memory - could that
be part of it?

The other oddball thing was that, after we had booted the LiveCD and
given up on it, we had to reboot the Ubuntu in repair mode to get it
back up (!!!).

I haven't tried it anywhere else just yet

mhr
I usually burn critical CD's at lower speeds. It seems that they have a more 
reliable image when the laser gets to spend a little more time on the tracks.


--
MailScanner is like deodorant...
You hope everybody uses it, and
you notice quickly if they don't



signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] 5.1 Anaconda Install Error

2008-06-04 Thread Kirk Bocek



Karanbir Singh wrote:

Kirk Bocek wrote:

I didn't provide the details because it was strange that the
installation failed at the same point regardless of the booting method I
used. It felt like some basic mistake or mis-setting in the OS. But hey,
I've been wrong before.


Anything interesting on vc#1,3,4,5 ? how about run remote syslog and see
if anything interesting gets in there



Karanbir:
After rebooting many times and trying different things, I was able to get a 
bit more information. I was able to get the Anaconda error message by *not* 
using text mode. X starts up but then kicks back into text mode when this 
error pops up.


Some of the lines are not quite complete as I had to copy them by hand.

Traceback (most recent call last)
  File "/usr/bin/anaconda", line 900, in ?
iutil.makeDriveDeviceNodes()
  File /usr/bin/anaconda/iutil.py", line 264, ...
isys.makeDevInode(...
  File "/usr/bin/anaconda/isys.py", line 422 ...
isys.mkdevinode...
System Error: (2, 'No such file or directory')

Does this provide any help?

Thanks,
Kirk Bocek
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Re: Live CD?

2008-06-04 Thread MHR
On Wed, Jun 4, 2008 at 8:16 AM, Scott Silva <[EMAIL PROTECTED]> wrote:
>
> Corrupted CD maybe?
>

Could be.  I burned it at 40x (it's a 48x TDK CD) using K3B with write
verification, so it passed the md5sum after the write completed.  I
suppose it could be an incompatibility between my burner (a Pioneer
18xXxXx DVD burner) and the reader (a TEAC CD-540E).

I noticed that the target system, which normally runs (well, actually,
walks is more like it) Ubuntu 8, only has 256MB of memory - could that
be part of it?

The other oddball thing was that, after we had booted the LiveCD and
given up on it, we had to reboot the Ubuntu in repair mode to get it
back up (!!!).

I haven't tried it anywhere else just yet

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


Re: [CentOS] Centos 5.1 + Open source CRM

2008-06-04 Thread Adriano dos Santos Vieira (Hapia IN)
Hi, folks!

There are a great CRM system named as VTiger (www.vtiger.org). Do you know
it?

Could I also recomend it to you?

This is a great system I tink and there are a demo witch on you could taste
and also has a blog where you could read the developers news.

Cheers,

Adriano Vieira

2008/6/4 Masters IT Gmail <[EMAIL PROTECTED]>:

> Thanks barry for your comments, i looked in google for sugarcrm to weeks
> ago
> and I find nice info, I will give it a try.
>
> Someone else knows about this Topic ???
>
> Thanks your help is appreciated!
>
> Jorge from Uruguay.
>
> -Mensaje original-
> De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre
> de Barry Brimer
> Enviado el: Martes, 03 de Junio de 2008 04:33 p.m.
> Para: CentOS mailing list
> Asunto: Re: [CentOS] Centos 5.1 + Open source CRM
>
> Quoting Test <[EMAIL PROTECTED]>:
>
> >
> > On Tue, 3 Jun 2008 14:53:21 -0300
> > "Masters IT Gmail" <[EMAIL PROTECTED]> wrote:
> >
> > mastersit.com> I hope someone has implemented Centos plus some open
> source
> > crm, what do you
> > mastersit.com> recommend ? I already googled a lot, find a lot of open
> source
> > related
> > mastersit.com> things but I need to hear from someone who uses it or
> > implemented in the
> > mastersit.com> past to try something like that, I don't have to much
> > experience in nix
> > mastersit.com> world but I can try it.
> > mastersit.com>
> > mastersit.com> Thanks in advance for all who want to contribute in this
> > matter.
> > mastersit.com>
> > mastersit.com> Cheers
> > mastersit.com>
> > mastersit.com> Jorge from Uruguay
> > mastersit.com>
> > mastersit.com> ___
> > mastersit.com> CentOS mailing list
> > mastersit.com> CentOS@centos.org
> > mastersit.com> http://lists.centos.org/mailman/listinfo/centos
> >
> >
> > I have installed sugar crm, and it looks promising...
> >
> > http://www.sugarcrm.com
>
> I have had a customer with a CentOS 4 and Sugar CRM 4.0 which has been
> upgraded
> to a 4.5.X that has been running very well on minimal hardware for almost 2
> years.
>
> Barry
> ___
> 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
>
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Live CD?

2008-06-04 Thread MHR
On Wed, Jun 4, 2008 at 3:24 AM, Johnny Hughes <[EMAIL PROTECTED]> wrote:
>
> Both live CDs (CentOS-4 and CentOS-5) boot to fully usable desktops.
>
> It sounds like there are hardware issues with the machine involved and the
> livecd booted.
>

Sounds likely - I'll check what I can

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


Re: [CentOS] firewalled NFS

2008-06-04 Thread mouss

Jordi Prats wrote:

I've no iptables, I'm using a PIX to firewall them :)
  


did you open the ports on the pix?


On Wed, Jun 4, 2008 at 1:53 AM, Jay Leafey <[EMAIL PROTECTED]> wrote:
  

Jordi Prats wrote:


Hi,
I'm trying to setup a firewalled NFS server. I've configured my server
(CentOS 5) using the following parameters
/etc/sysconfig/nfs
MOUNTD_NFS_V1="no"
MOUNTD_NFS_V2="no"
RQUOTAD_PORT=875
LOCKD_TCPPORT=32803
LOCKD_UDPPORT=32769
RPCNFSDCOUNT=64
MOUNTD_PORT=892
STATD_PORT=662
STATD_OUTGOING_PORT=2020
SECURE_NFS="yes"


modprobe.conf:
options lockd nlm_udpport=4001 nlm_tcpport=4001


But it does not mount it:
# mount 172.20.0.150:/tmp/ /mnt/tmp/
mount: mount to NFS server '172.20.0.150' failed: timed out (giving up).

There's anything else I must setup to use fixed ports ?

Thanks,
  

It may be an obvious question, but did you open the ports in iptables? I use
a similar scheme on my NFS servers to "fix" the ports and it just doesn't
work at ALL unless those ports are opened up in iptables.  I use different
ports, but here's the lines I inserted into my /etc/sysconfig/iptables file
to get NFS working on the server:



-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -m multiport -p tcp -s
192.168.1.0/24 --dports 111,2049,4000,4001,4002,4003 -j ACCEPT
-A RH-Firewall-1-INPUT -m state --state NEW -m udp -m multiport -p udp -s
192.168.1.0/24 --dports 111,2049,4000,4001,4002,4003 -j ACCEPT
  

You'll have to alter the '--dports' and '-s' parameters to match the ports
and IP address range you are using.

Hope that helps!
--
Jay Leafey - Memphis, TN
[EMAIL PROTECTED]

___
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] Blocking external usb storage

2008-06-04 Thread Jim Perrin
On Wed, Jun 4, 2008 at 11:34 AM, Kevin Faulkner <[EMAIL PROTECTED]> wrote:

>> 1. unplug any usb storage 2. rmmod ehci_hcd
>> 3. add a line in /etc/modprobe.d/blacklist
>> blacklist ehci_hcd
>
> Wouldn't that prevent him from using USB as a whole?

Yes, it would. 'blacklist usb-storage' is a better option.

> perhaps a udev rule would play nicely here.

Overkill.


-- 
During times of universal deceit, telling the truth becomes a revolutionary act.
George Orwell
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


RE: [CentOS] Re: Blocking external usb storage

2008-06-04 Thread Tom Poffenberger (tpoffenb)
You can remove the usb storage modules...usb-storage.ko.  

Tom. 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Scott Silva
Sent: Wednesday, June 04, 2008 9:36 AM
To: centos@centos.org
Subject: [CentOS] Re: Blocking external usb storage

on 6-4-2008 9:19 AM John R Pierce spake the following:
> whoami i wrote:
>> HI,
>>
>>   This is my first mail to this mailing list.I want to block external

>> usb storage completly on my  server running on centos 5 having 
>> confidiential data.
> 
> shouldn't this server be in a secure area where no one unauthorized 
> can access its USB ports in the first place?
Sure... The EASY answer!  ;-P


--
MailScanner is like deodorant...
You hope everybody uses it, and
you notice quickly if they don't

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


Re: [CentOS] Re: I need hardware advice here

2008-06-04 Thread S.Tindall

On Wednesday, June 04, 2008 12:31 PM, Victor Padro wrote:

On Wed, Jun 4, 2008 at 11:21 AM, S.Tindall <[EMAIL PROTECTED]> 
wrote:



On Wednesday, June 04, 2008 12:07 PM, Victor Padro wrote:


Actually I did that but there was no solution
like you said:
# chroot /mnt/sysimage
# grub-install /dev/sda
I even tried:
# grub-install /dev/sda2
# grub-install /dev/hda
but there was no possitive result and couldn't boot at all.
I tried installing FC9 but there was no sucess at all.

I guess I'll wait until CentOS 5.2 its released, because my 
subscription

to
Red Hat will finish sometime in September, mean while I'll test 
Xen under

RHEL 5.2.



Since you installed using AHCI, but then changed to SATA (hence the 
kernel
panic), you probably need to rebuild the initrd image (see 
mkinitrd) from

rescue mode.

Steve



How can I rebuild the initrd image if it doesn't see the HD?
I tried that...I having the conclusion that perhaps it's the sata_nv 
and the
AHCI drivers provided in CentOS/RHEL 5, 5.1 that they're not well 
compiled

or something because I did install using RHEL 4.
that's kinda odd to me...


My misunderstanding.  I thought you were implying that you could 
successfully mount in rescue mode.


Steve 


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


[CentOS] Re: Blocking external usb storage

2008-06-04 Thread Scott Silva

on 6-4-2008 9:19 AM John R Pierce spake the following:

whoami i wrote:

HI,

  This is my first mail to this mailing list.I want to block external 
usb storage completly on my  server running on centos 5 having 
confidiential data.


shouldn't this server be in a secure area where no one unauthorized can 
access its USB ports in the first place?

Sure... The EASY answer!  ;-P


--
MailScanner is like deodorant...
You hope everybody uses it, and
you notice quickly if they don't



signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Re: I need hardware advice here

2008-06-04 Thread Victor Padro
On Wed, Jun 4, 2008 at 11:21 AM, S.Tindall <[EMAIL PROTECTED]> wrote:

> On Wednesday, June 04, 2008 12:07 PM, Victor Padro wrote:
>
>>
>> Actually I did that but there was no solution
>> like you said:
>> # chroot /mnt/sysimage
>> # grub-install /dev/sda
>> I even tried:
>> # grub-install /dev/sda2
>> # grub-install /dev/hda
>> but there was no possitive result and couldn't boot at all.
>> I tried installing FC9 but there was no sucess at all.
>>
>> I guess I'll wait until CentOS 5.2 its released, because my subscription
>> to
>> Red Hat will finish sometime in September, mean while I'll test Xen under
>> RHEL 5.2.
>>
>
> Since you installed using AHCI, but then changed to SATA (hence the kernel
> panic), you probably need to rebuild the initrd image (see mkinitrd) from
> rescue mode.
>
> Steve
>

How can I rebuild the initrd image if it doesn't see the HD?
I tried that...I having the conclusion that perhaps it's the sata_nv and the
AHCI drivers provided in CentOS/RHEL 5, 5.1 that they're not well compiled
or something because I did install using RHEL 4.
that's kinda odd to me...


___
> 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] Re: I need hardware advice here

2008-06-04 Thread S.Tindall

On Wednesday, June 04, 2008 12:07 PM, Victor Padro wrote:


Actually I did that but there was no solution
like you said:
# chroot /mnt/sysimage
# grub-install /dev/sda
I even tried:
# grub-install /dev/sda2
# grub-install /dev/hda
but there was no possitive result and couldn't boot at all.
I tried installing FC9 but there was no sucess at all.

I guess I'll wait until CentOS 5.2 its released, because my 
subscription to
Red Hat will finish sometime in September, mean while I'll test Xen 
under

RHEL 5.2.


Since you installed using AHCI, but then changed to SATA (hence the 
kernel panic), you probably need to rebuild the initrd image (see 
mkinitrd) from rescue mode.


Steve 


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


Re: [CentOS] Blocking external usb storage

2008-06-04 Thread John R Pierce

whoami i wrote:

HI,

  This is my first mail to this mailing list.I want to block external 
usb storage completly on my  server running on centos 5 having 
confidiential data.


shouldn't this server be in a secure area where noone unauthorized can 
access its USB ports in the first place?



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


RE: [CentOS] Centos 5.1 + Open source CRM

2008-06-04 Thread Masters IT Gmail
Thanks barry for your comments, i looked in google for sugarcrm to weeks ago
and I find nice info, I will give it a try.

Someone else knows about this Topic ???

Thanks your help is appreciated!

Jorge from Uruguay.

-Mensaje original-
De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre
de Barry Brimer
Enviado el: Martes, 03 de Junio de 2008 04:33 p.m.
Para: CentOS mailing list
Asunto: Re: [CentOS] Centos 5.1 + Open source CRM

Quoting Test <[EMAIL PROTECTED]>:

>
> On Tue, 3 Jun 2008 14:53:21 -0300
> "Masters IT Gmail" <[EMAIL PROTECTED]> wrote:
>
> mastersit.com> I hope someone has implemented Centos plus some open source
> crm, what do you
> mastersit.com> recommend ? I already googled a lot, find a lot of open
source
> related
> mastersit.com> things but I need to hear from someone who uses it or
> implemented in the
> mastersit.com> past to try something like that, I don't have to much
> experience in nix
> mastersit.com> world but I can try it.
> mastersit.com>
> mastersit.com> Thanks in advance for all who want to contribute in this
> matter.
> mastersit.com>
> mastersit.com> Cheers
> mastersit.com>
> mastersit.com> Jorge from Uruguay
> mastersit.com>
> mastersit.com> ___
> mastersit.com> CentOS mailing list
> mastersit.com> CentOS@centos.org
> mastersit.com> http://lists.centos.org/mailman/listinfo/centos
>
>
> I have installed sugar crm, and it looks promising...
>
> http://www.sugarcrm.com

I have had a customer with a CentOS 4 and Sugar CRM 4.0 which has been
upgraded
to a 4.5.X that has been running very well on minimal hardware for almost 2
years.

Barry
___
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] Re: I need hardware advice here

2008-06-04 Thread Victor Padro
On Wed, Jun 4, 2008 at 10:27 AM, Dennis McLeod <[EMAIL PROTECTED]>
wrote:

>
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf Of Scott Silva
> > Sent: Wednesday, June 04, 2008 8:12 AM
> > To: centos@centos.org
> > Subject: [CentOS] Re: I need hardware advice here
> >
> > on 6-4-2008 8:06 AM Victor Padro spake the following:
> > >
> > > Or you can sometimes boot with the m/board driver disk
> > to flash the
> > > bios,
> > > putting the new bios file on a floppy or USB pendrive..
> > > john
> > >
> > >
> > > Already did that, flashed it to the last version, and flashed it
> > > backwards, no possitive results neither way, nevertheless I
> > was able
> > > to install RHEL 5.2 i386, x86_64 without any issue. The
> > AHCI or even
> > > SATA worked ok.
> > Well CentOS 5.2 "should" be out in a couple of weeks. I'm
> > sure the build servers are humming away right now.
>
>
> I had a similar issue when trying our Fedora 9 on my NEW Gigabyte mboard.
> It would install, but not boot.
> Turned out Grub was writing it as /dev/hda during install, but on reboot,
> it
> was /dev/sda.
> I fixed it by boot of the F9 dvd, into rescue mode, chrooting, and
> re-running grub install and specified sda.
> Perhaps this is your issue. (I haven't followed the whole thread...)
> Seems to be happening on just very recent motherboards, based on the little
> bit of Googling I did.
> http://www.groupsrv.com/linux/post-866681.html
> HTH,
> Dennis
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>

Actually I did that but there was no solution
like you said:
# chroot /mnt/sysimage
# grub-install /dev/sda
I even tried:
# grub-install /dev/sda2
# grub-install /dev/hda
but there was no possitive result and couldn't boot at all.
I tried installing FC9 but there was no sucess at all.

I guess I'll wait until CentOS 5.2 its released, because my subscription to
Red Hat will finish sometime in September, mean while I'll test Xen under
RHEL 5.2.

Thank you all.

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


Re: [CentOS] mod_rewrite issue

2008-06-04 Thread Craig White
On Wed, 2008-06-04 at 08:33 -0700, Gary wrote:
> I'm installing Drupal 6.2 in the document root of a CentOS 5 install
> using httpd-2.2.3-11.el5_1. I'm using a virtual host entry with the
> following rewrite rule to enable "clean" URLs: 
> 
> RewriteRule ^(.*)$ index.php?q=$1 [R,L,QSA]
> 
> This works fine expect the user still sees the "ugly" URL in the
> address bar. However, if I remove the R, it breaks completely. Any
> clues? I can send more of my httpd.conf if you think it'll help.

I use rewrite rules in .htaccess in drupal directory...

  # Rewrite URLs of the form 'index.php?q=x'.
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]

Craig

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


Re: [CentOS] mod_rewrite issue

2008-06-04 Thread Gary
On Wed, Jun 4, 2008 at 8:56 AM, <[EMAIL PROTECTED]> wrote:

> While this is a CentOS list and you would probably get better help on the
> apache httpd list, I think you're looking for the P flag.


Thanks, that did the trick! I was staring at the docs for mod_rewrite and
actually gave a long look at the proxy flag -- guess I should have tried it
instead of posting.

muchas gracias,
Gary
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] 5.1 Anaconda Install Error

2008-06-04 Thread Kirk Bocek



Karanbir Singh wrote:

Kirk Bocek wrote:

I didn't provide the details because it was strange that the
installation failed at the same point regardless of the booting method I
used. It felt like some basic mistake or mis-setting in the OS. But hey,
I've been wrong before.


Anything interesting on vc#1,3,4,5 ? how about run remote syslog and see
if anything interesting gets in there



I modified the kickstart file to include the line "logging 
--host=logginghostname". I added '-r' to the syslog options on the logging 
host and restarted syslog. I PXE booted into a new install.


It crashed a the usual way, right after the "Anaconda Starting" message. A few 
lines of what I believe are Python display but scroll off of the console. The 
last messages displayed are:


Install exited abnormally [1/1]
You may safely reboot

On vc3, three warnings:

No floppy device found but we'll try fd0
Graphical install unavailable  ((I gave the 'text' option at startup))
Unable to find temp path, going to use ramfs path

On vc4, nothing seemed special, last message:

No IPv6 routers present

vc5 and vc6 are blank.

I could not find any messages regarding this installation on the remote 
logging host. I've never done this remote logging before. Is there a step I 
missed setting it up?


Thanks,
Kirk Bocek
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] mod_rewrite issue

2008-06-04 Thread russ
Gary, 

While this is a CentOS list and you would probably get better help on the 
apache httpd list, I think you're looking for the P flag.  Your web server will 
proxy the request for you.  Keep in mind that the source ip of such requests 
will be your server, although I believe certain headers get set with the 
original ip of the client. 

Russ
Sent from my Verizon Wireless BlackBerry

-Original Message-
From: Gary <[EMAIL PROTECTED]>

Date: Wed, 4 Jun 2008 08:33:38 
To:centos@centos.org
Subject: [CentOS] mod_rewrite issue


I'm installing Drupal 6.2 in the document root of a CentOS 5 install using 
httpd-2.2.3-11.el5_1. I'm using a virtual host entry with the following rewrite 
rule to enable "clean" URLs: 
RewriteRule ^(.*)$ index.php?q=$1 [R,L,QSA] 
This works fine expect the user still sees the "ugly" URL in the address bar. 
However, if I remove the R, it breaks completely. Any clues? I can send more of 
my httpd.conf if you think it'll help. 
much thanks,
 Gary ___
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


[CentOS] "invest" applet in centos 5.1 seems to be inoperative

2008-06-04 Thread Charles Campbell

Hello!

I figured it'd be interesting to see a miniature graph of the Dow Jones 
on my panel bar.  Unfortunately, it doesn't appear to do anything, and 
the preferences for it isn't helpful (it already has DJIA).


So, any suggestions on how to get it to work?

Regards,
Charles Campbell

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


RE: [CentOS] Blocking external usb storage

2008-06-04 Thread Ross S. W. Walker
Kevin Faulkner wrote:

> Fajar Priyanto wrote:
> > On Friday 23 May 2008 14:16:45 whoami i wrote:
> >>   This is my first mail to this mailing list.I want to block external usb
> >> storage completly on my  server running on centos 5 having confidiential
> >> data.
> > 
> > 1. unplug any usb storage 
> > 2. rmmod ehci_hcd
> > 3. add a line in /etc/modprobe.d/blacklist
> > blacklist ehci_hcd
> 
> Wouldn't that prevent him from using USB as a whole?
> perhaps a udev rule would play nicely here.

Yeah, a udev setting 660 or 600 perms to usb devices would
only allow admins or admins + those in a "trusted group" to
use USB devices.

You would also need to make sure the rules under /etc/security
don't override those set by udev.

-Ross

__
This e-mail, and any attachments thereto, is intended only for use by
the addressee(s) named herein and may contain legally privileged
and/or confidential information. If you are not the intended recipient
of this e-mail, you are hereby notified that any dissemination,
distribution or copying of this e-mail, and any attachments thereto,
is strictly prohibited. If you have received this e-mail in error,
please immediately notify the sender and permanently delete the
original and any copy or printout thereof.

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


Re: [CentOS] Blocking external usb storage

2008-06-04 Thread Kevin Faulkner

Fajar Priyanto wrote:

On Friday 23 May 2008 14:16:45 whoami i wrote:

  This is my first mail to this mailing list.I want to block external usb
storage completly on my  server running on centos 5 having confidiential
data.


1. unplug any usb storage 
2. rmmod ehci_hcd

3. add a line in /etc/modprobe.d/blacklist
blacklist ehci_hcd

Wouldn't that prevent him from using USB as a whole?
perhaps a udev rule would play nicely here.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] mod_rewrite issue

2008-06-04 Thread Gary
I'm installing Drupal 6.2 in the document root of a CentOS 5 install using
httpd-2.2.3-11.el5_1. I'm using a virtual host entry with the following
rewrite rule to enable "clean" URLs:

RewriteRule ^(.*)$ index.php?q=$1 [R,L,QSA]

This works fine expect the user still sees the "ugly" URL in the address
bar. However, if I remove the R, it breaks completely. Any clues? I can send
more of my httpd.conf if you think it'll help.

much thanks,
Gary
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


RE: [CentOS] Re: I need hardware advice here

2008-06-04 Thread Dennis McLeod

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Scott Silva
> Sent: Wednesday, June 04, 2008 8:12 AM
> To: centos@centos.org
> Subject: [CentOS] Re: I need hardware advice here
> 
> on 6-4-2008 8:06 AM Victor Padro spake the following:
> > 
> > Or you can sometimes boot with the m/board driver disk 
> to flash the
> > bios,
> > putting the new bios file on a floppy or USB pendrive..
> > john
> > 
> > 
> > Already did that, flashed it to the last version, and flashed it 
> > backwards, no possitive results neither way, nevertheless I 
> was able 
> > to install RHEL 5.2 i386, x86_64 without any issue. The 
> AHCI or even 
> > SATA worked ok.
> Well CentOS 5.2 "should" be out in a couple of weeks. I'm 
> sure the build servers are humming away right now.


I had a similar issue when trying our Fedora 9 on my NEW Gigabyte mboard.
It would install, but not boot.
Turned out Grub was writing it as /dev/hda during install, but on reboot, it
was /dev/sda.
I fixed it by boot of the F9 dvd, into rescue mode, chrooting, and
re-running grub install and specified sda.
Perhaps this is your issue. (I haven't followed the whole thread...)
Seems to be happening on just very recent motherboards, based on the little
bit of Googling I did.
http://www.groupsrv.com/linux/post-866681.html
HTH,
Dennis

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


RE: [CentOS] Live CD?

2008-06-04 Thread Ross S. W. Walker
MHR wrote:

> I just used a Live CD for the first time today, in part to show what
> CentOS can do for a co-worker who is looking at using it at work and
> home, but I got the strangest result.
> 
> We booted the CD and let the centos user log in.  It took a really
> long time to load the desktop and there were no panels, so the only
> things we could do were browse the computer, CD, home, file system,
> keyboard (sort of) and pretty much nothing else.   and
>  did nothing, either - no menu, no input windows - nada.
> 
> Is that normal?  If not, what did I/we overlook?  I was expecting a
> lot more, and from looking around the wiki, there should have been,
> but I couldn't find a good reference for what the Live CD is supposed
> to be able to do or let a user do.

Incompatible burn for that reader? (cd-r, cd+r, cd-rw, cd+rw ...)

Or maybe it is just the skew of the burn is outside of that
readers acceptable range.

-Ross

__
This e-mail, and any attachments thereto, is intended only for use by
the addressee(s) named herein and may contain legally privileged
and/or confidential information. If you are not the intended recipient
of this e-mail, you are hereby notified that any dissemination,
distribution or copying of this e-mail, and any attachments thereto,
is strictly prohibited. If you have received this e-mail in error,
please immediately notify the sender and permanently delete the
original and any copy or printout thereof.

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


[CentOS] Re: Live CD?

2008-06-04 Thread Scott Silva

on 6-3-2008 11:51 AM MHR spake the following:

I just used a Live CD for the first time today, in part to show what
CentOS can do for a co-worker who is looking at using it at work and
home, but I got the strangest result.

We booted the CD and let the centos user log in.  It took a really
long time to load the desktop and there were no panels, so the only
things we could do were browse the computer, CD, home, file system,
keyboard (sort of) and pretty much nothing else.   and
 did nothing, either - no menu, no input windows - nada.

Is that normal?  If not, what did I/we overlook?  I was expecting a
lot more, and from looking around the wiki, there should have been,
but I couldn't find a good reference for what the Live CD is supposed
to be able to do or let a user do.

Thanks.

mhr

Corrupted CD maybe?


--
MailScanner is like deodorant...
You hope everybody uses it, and
you notice quickly if they don't



signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Re: I need hardware advice here

2008-06-04 Thread Scott Silva

on 6-4-2008 8:06 AM Victor Padro spake the following:


Or you can sometimes boot with the m/board driver disk to flash the
bios,
putting the new bios file on a floppy or USB pendrive..
john


Already did that, flashed it to the last version, and flashed it 
backwards, no possitive results neither way, nevertheless I was able to 
install RHEL 5.2 i386, x86_64 without any issue. The AHCI or even SATA 
worked ok.
Well CentOS 5.2 "should" be out in a couple of weeks. I'm sure the build 
servers are humming away right now.


--
MailScanner is like deodorant...
You hope everybody uses it, and
you notice quickly if they don't



signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Re: I need hardware advice here

2008-06-04 Thread Victor Padro
> Or you can sometimes boot with the m/board driver disk to flash the bios,
> putting the new bios file on a floppy or USB pendrive..
> john
>

Already did that, flashed it to the last version, and flashed it backwards,
no possitive results neither way, nevertheless I was able to install RHEL
5.2 i386, x86_64 without any issue. The AHCI or even SATA worked ok.


>
> --
> Guy Fawkes, the only man to enter the house's of Parliament
> with honest intentions, (he was going to blow them up!)
> Registered Linux user number 414240
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>

Thanks,

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


Re: [CentOS] tzdata, Greenwich zone: URGENT!

2008-06-04 Thread Michael Simpson
>Checking /usr/share/zoneinfo/, i saw GMT, GMT0, GMT-0, GMT+0, UTC &
> Greenwich.  Does anybody knows the differences between all these or could
> provide a link to a reference?  I found some infos but nothing that explains
> the subtlety.

Basicly it comes down to GMT being based on the rotation of the earth
around its axis and the sun (which isn't completely regular) and UTC
being based on a Cesium atomic clock (which is far more accurate and
regular). UTC is regularly modified with "leap seconds" so that it
matches up to GMT to be the standard for date/time stamps. Also, UTC
is the authoriative measurement for calculations involving duration.

plagarised from

http://people.etango.com/~markm/archives/2004/02/29/gmt_vs_utc.html

not sure about the GMT-0 GMT+0 or GMT0

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


Re: [CentOS] tzdata, Greenwich zone: URGENT!

2008-06-04 Thread Guy Boisvert

Johnny Hughes wrote:


I use UTC

make sure that the file /etc/sysconfig/clock says this:
#---start cut
ZONE="UTC"
UTC=true
ARC=false
#---end cut

Copy the file /usr/share/zoneinfo/UTC to /etc/localtime

set the time via an ntp server with the command (if ntp is installed):

ntpdate -s 0.centos.pool.ntp.org

Then you should always be at the correct time.

NOTE:  If you do not have the correct time zone in the 
/etc/sysconfig/clock file then on the next update, you will get the 
reset to the timezone that is there and not the one you manually copied in.


The UTC time zone is also available on install as a selection.

Thanks,
Johnny Hughes




Thanks Johnny!  Great info.

	I edited the /etc/sysconfig/clock file and did what you said.  I did 
also: cp -p /usr/share/zoneinfo/UTC /etc/localtime.  I'll probably 
schedule a reboot, just to be sure all is clean.  NTPd is already running.


	Checking /usr/share/zoneinfo/, i saw GMT, GMT0, GMT-0, GMT+0, UTC & 
Greenwich.  Does anybody knows the differences between all these or 
could provide a link to a reference?  I found some infos but nothing 
that explains the subtlety.


	I made a diff and they are binary different.  I just want to understand 
better what happened to us and the "time" thing!


Regards,

Guy Boisvert, ing.
IngTegration inc.

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


Re: [CentOS] request for procedure to rebuild distribution

2008-06-04 Thread Johnny Hughes

Kevin C. Abbey wrote:

Hi,

Where can I find the automated procedure to rebuild the CentOS 
distribution?


I'd like to optimize for the AMD barcelona.


There is no automated procedure to rebuild the distro ... there is 
gentoo for that though.




signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] request for procedure to rebuild distribution

2008-06-04 Thread Karanbir Singh

Kevin C. Abbey wrote:

Hi,

Where can I find the automated procedure to rebuild the CentOS
distribution?

I'd like to optimize for the AMD barcelona.



I'm guessing you only need to rebuild a few packages, why not build them 
locally, use your own distro tag, and yum install them post install.

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


[CentOS] request for procedure to rebuild distribution

2008-06-04 Thread Kevin C. Abbey

Hi,

Where can I find the automated procedure to rebuild the CentOS distribution?

I'd like to optimize for the AMD barcelona.

Thank you,
Kevin

--
Kevin C. Abbey
System Administrator
Rutgers University - BioMaPS Institute
Piscataway, NJ  08854

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


Re: [CentOS] Mounting cifs shares by non-root users on CentOS 4.6

2008-06-04 Thread James Pearson

Ralph Angenendt wrote:

James Pearson wrote:


% mount /mnt/win
mount error 1 = Operation not permitted
Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)



NOTES
   This command may be used only by root, unless  installed  setuid,
   in which case the noeexec and nosuid mount flags are enabled.


If I try to set /sbin/mount.cifs setuid root, then I get:

% mount /mnt/win
mount error: permission denied or not superuser and mount.cifs not 
installed SUID


Which is rather strange as mount.cifs _is_ SUID

Does this mean that the wiki examples don't work for CentOS 4?

Thanks

James Pearson

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


Re: [CentOS] Mounting cifs shares by non-root users on CentOS 4.6

2008-06-04 Thread Anne Wilson
On Wednesday 04 June 2008 12:42:18 James Pearson wrote:
> I'm trying to set up mounting of a Windows share for non-root users via
> /etc/fstab on a CentOS 4.6 box - I've followed the instructions at:
>
> 
>
> Using something like the /etc/fstab example given in the wiki page
> (with, of course, using a valid share, username and password for my set
> up):
>
> //winbox/getme /mnt/win cifs
> user,uid=500,rw,suid,username=sushi,password=yummy 0 0
>
> When as a non-root user I do:
>
> % mount /mnt/win
> mount error 1 = Operation not permitted
> Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)
>
> Running mount as root works fine, but I can not get it to work for
> non-root users.
>
> Any ideas?
>
I never got it to work, but now I mount in fstab, which is problem-free.

Anne



signature.asc
Description: This is a digitally signed message part.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Mounting cifs shares by non-root users on CentOS 4.6

2008-06-04 Thread ceejay cervantes
try using autofs. 


- Original Message 
From: James Pearson <[EMAIL PROTECTED]>
To: centos@centos.org
Sent: Wednesday, June 4, 2008 19:42:18
Subject: [CentOS] Mounting cifs shares by non-root users on CentOS 4.6

I'm trying to set up mounting of a Windows share for non-root users via 
/etc/fstab on a CentOS 4.6 box - I've followed the instructions at:



Using something like the /etc/fstab example given in the wiki page 
(with, of course, using a valid share, username and password for my set up):

//winbox/getme /mnt/win cifs 
user,uid=500,rw,suid,username=sushi,password=yummy 0 0

When as a non-root user I do:

% mount /mnt/win
mount error 1 = Operation not permitted
Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)

Running mount as root works fine, but I can not get it to work for 
non-root users.

Any ideas?

Thanks

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


Send instant messages to your online friends http://uk.messenger.yahoo.com ___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Mounting cifs shares by non-root users on CentOS 4.6

2008-06-04 Thread Ralph Angenendt
James Pearson wrote:
> % mount /mnt/win
> mount error 1 = Operation not permitted
> Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)

NOTES
   This command may be used only by root, unless  installed  setuid,
   in which case the noeexec and nosuid mount flags are enabled.

Ralph


pgp6wQ73WIWFA.pgp
Description: PGP signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Mounting cifs shares by non-root users on CentOS 4.6

2008-06-04 Thread James Pearson
I'm trying to set up mounting of a Windows share for non-root users via 
/etc/fstab on a CentOS 4.6 box - I've followed the instructions at:




Using something like the /etc/fstab example given in the wiki page 
(with, of course, using a valid share, username and password for my set up):


//winbox/getme /mnt/win cifs 
user,uid=500,rw,suid,username=sushi,password=yummy 0 0


When as a non-root user I do:

% mount /mnt/win
mount error 1 = Operation not permitted
Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)

Running mount as root works fine, but I can not get it to work for 
non-root users.


Any ideas?

Thanks

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


Re: [CentOS] Re: INN Python support in Centos 5.1

2008-06-04 Thread Ralph Angenendt
David Hláčik wrote:
> Jun  4 11:49:01 sx2 nnrpd[8251]: python interpreter initialized OK
> Jun  4 11:49:01 sx2 nnrpd[8251]: python auth object is not defined
> 
> This is what i have in readers.conf :
> 
> auth "localhost" {
> #hosts: "localhost, 127.0.0.1, stdin"
> #hosts: "10.123.*"
> #default: ""
> python_auth: "/opt/pdg/nnrpd_auth.py"
> }

Sorry, I have never used that for inn before.

Maybe the file hook-python in the INN docs (if that is in the package)
helps a bit? It describes everything needed for authentication with
python.

One thing you could try first is moving nnrpd_auth.py to the filter path
(which is defined in inn.conf, search for pathfilter).

Cheers,

Ralph


pgpB04NZn7eXB.pgp
Description: PGP signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] INN Python support in Centos 5.1

2008-06-04 Thread David Hláčik
Yes of course, thanks!, that worked.

D.

On Wed, Jun 4, 2008 at 11:29 AM, Ralph Angenendt
<[EMAIL PROTECTED]<[EMAIL PROTECTED]>>
wrote:

> David Hláčik wrote:
> > RPM build errors:
> > File not found by glob:
> > /var/tmp/inn-2.4.3-12-I31464/usr/lib/news/bin/filter/*.pyc
> > File not found by glob:
> > /var/tmp/inn-2.4.3-12-I31464/usr/lib/news/bin/filter/*.pyo
> > [EMAIL PROTECTED] SPECS]#
>
> Take out *.pyc and *.pyo from the files section, these should be
> automagically created once the corresponding .py gets called.
>
> Cheers,
>
> Ralph
>
> ___
> 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] Live CD?

2008-06-04 Thread Johnny Hughes

MHR wrote:

I just used a Live CD for the first time today, in part to show what
CentOS can do for a co-worker who is looking at using it at work and
home, but I got the strangest result.

We booted the CD and let the centos user log in.  It took a really
long time to load the desktop and there were no panels, so the only
things we could do were browse the computer, CD, home, file system,
keyboard (sort of) and pretty much nothing else.   and
 did nothing, either - no menu, no input windows - nada.

Is that normal?  If not, what did I/we overlook?  I was expecting a
lot more, and from looking around the wiki, there should have been,
but I couldn't find a good reference for what the Live CD is supposed
to be able to do or let a user do.


Both live CDs (CentOS-4 and CentOS-5) boot to fully usable desktops.

It sounds like there are hardware issues with the machine involved and 
the livecd booted.




signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Re: INN Python support in Centos 5.1

2008-06-04 Thread David Hláčik
Hello, this is what i am getting when i am trying to authenticate from news
client :

Jun  4 11:49:01 sx2 nnrpd[8251]: python interpreter initialized OK
Jun  4 11:49:01 sx2 nnrpd[8251]: python auth object is not defined

This is what i have in readers.conf :

auth "localhost" {
#hosts: "localhost, 127.0.0.1, stdin"
#hosts: "10.123.*"
#default: ""
python_auth: "/opt/pdg/nnrpd_auth.py"
}

# Grant that specific identity access to read and post to any newsgroup
# and allow it to post articles with Approved: headers to moderated
# groups.

access "localhost" {
users: ""
newsgroups: "*"
access: RPA
}

Thanks in advance!


On Wed, Jun 4, 2008 at 10:36 AM, Ralph Angenendt
<[EMAIL PROTECTED]<[EMAIL PROTECTED]>>
wrote:

> David Hláčik wrote:
> > This is so far  i have in readers.conf :
> >
> > auth "pdg" {
> > hosts: "*"
> > python-auth: "/opt/pdg/nnrpd_auth.py"
>
> readers.conf(5) tells me that it's python_auth.
>
> Cheers,
>
> Ralph
>
> ___
> 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] INN Python support in Centos 5.1

2008-06-04 Thread Johnny Hughes

Ralph Angenendt wrote:

David Hlác(ik wrote:

RPM build errors:
File not found by glob:
/var/tmp/inn-2.4.3-12-I31464/usr/lib/news/bin/filter/*.pyc
File not found by glob:
/var/tmp/inn-2.4.3-12-I31464/usr/lib/news/bin/filter/*.pyo
[EMAIL PROTECTED] SPECS]#


Take out *.pyc and *.pyo from the files section, these should be
automagically created once the corresponding .py gets called.


Are the files maybe in lib64 instead of lib ???

Also, did you compile in a 64bit only chroot or on a machine with mixed 
32bit/64bit packages ... a mixed environment can cause linking issues.




signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] tzdata, Greenwich zone: URGENT!

2008-06-04 Thread Anne Wilson
On Tuesday 03 June 2008 17:06:09 Karanbir Singh wrote:
> Anne Wilson wrote:
> > Where/how is the system clock set?  My server appears to have the system
> > clock on GMT/UTC and KDE on British Time.
>
> you can use the 'hwclock' command to set / reset / retrieve the physical
> hardware clock timestamp. And you can use what Marcelo already pointed
> out to set a timezone if you like ( cp or ln -s a physical zone file
> from /usr/share/zoneinfo/ to /etc/localtime on the machine ).
>
> Also, sanity check /etc/sysconfig/clock
> 
Yes that did show up a difference, so I copied the GB file to localtime, 
rebooted to make absolutely sure that it wasn't working on the old setting, 
and hoped that the situation was cured.  Unfortunately it isn't.

This is driving me crazy.  Now I can make an appointment for 10a.m., and 
depending on which computer I use to read the korganizer file it may show up 
as 10a.m. or 11a.m., and there's no indication, of course, which computer 
originated the entry, so I can't tell which is the correct version.

Anne


signature.asc
Description: This is a digitally signed message part.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] INN Python support in Centos 5.1

2008-06-04 Thread Ralph Angenendt
David Hláčik wrote:
> RPM build errors:
> File not found by glob:
> /var/tmp/inn-2.4.3-12-I31464/usr/lib/news/bin/filter/*.pyc
> File not found by glob:
> /var/tmp/inn-2.4.3-12-I31464/usr/lib/news/bin/filter/*.pyo
> [EMAIL PROTECTED] SPECS]#

Take out *.pyc and *.pyo from the files section, these should be
automagically created once the corresponding .py gets called.

Cheers,

Ralph


pgpKiaycZeriq.pgp
Description: PGP signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] INN Python support in Centos 5.1

2008-06-04 Thread David Hláčik
On Wed, Jun 4, 2008 at 10:41 AM, Ralph Angenendt
<[EMAIL PROTECTED]<[EMAIL PROTECTED]>>
wrote:

> David Hláčik wrote:
> > Hello . i want to ask several questions :
> >
> > 1) Is INN on Centos5.1 compiled with python auth hooks support?
>
> Look in the spec file in the src.rpm. No idea. But ldd /path/to/innd
> should also be able to tell you if it is linked against python:
>
>libpython2.4.so.1.0 => /usr/lib/libpython2.4.so.1.0 (0xb7d4d000)
>
> (That's on a debian box, so it might differ on yours).
>
> Well actually it is not build --with-python (as found in srpms).

So i tried to compile it by myself from source rpm for centos5.1
First i tried compilation on 32bit Centos, result without errors, rpm were
builded. Then i edited spec file added --with-python line, again compilation
done OK.

But if i am trying same scenario on x86_64 :

i got during building phase error :

Processing files: inn-devel-2.4.3-12
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: inn = 2.4.3
Processing files: inews-2.4.3-12
Provides: config(inews) = 2.4.3-12
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: config(inews) = 2.4.3-12 libc.so.6()(64bit)
libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) rtld(GNU_HASH)


RPM build errors:
File not found by glob:
/var/tmp/inn-2.4.3-12-I31464/usr/lib/news/bin/filter/*.pyc
File not found by glob:
/var/tmp/inn-2.4.3-12-I31464/usr/lib/news/bin/filter/*.pyo
[EMAIL PROTECTED] SPECS]#

which is not nice, :(

When i build INN from source downloaded on official site, i have no problem,
but i want to have rpm

Thanks for help!

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


Re: [CentOS] INN Python support in Centos 5.1

2008-06-04 Thread Ralph Angenendt
David Hláčik wrote:
> Hello . i want to ask several questions :
> 
> 1) Is INN on Centos5.1 compiled with python auth hooks support?

Look in the spec file in the src.rpm. No idea. But ldd /path/to/innd
should also be able to tell you if it is linked against python:

libpython2.4.so.1.0 => /usr/lib/libpython2.4.so.1.0 (0xb7d4d000)

(That's on a debian box, so it might differ on yours).

> 2) If i want my messages on news server to keep forever (history) , should i
> change expire.ctl?
>What i need to set

hlacik.*:A:never:never:never

(last match is used, so if you have some other matching entry *below*
that, this will not work. Just put it as the last line).

Cheers,

Ralph


pgpkpxp8JaGNT.pgp
Description: PGP signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Re: INN Python support in Centos 5.1

2008-06-04 Thread Ralph Angenendt
David Hláčik wrote:
> This is so far  i have in readers.conf :
> 
> auth "pdg" {
> hosts: "*"
> python-auth: "/opt/pdg/nnrpd_auth.py"

readers.conf(5) tells me that it's python_auth.

Cheers,

Ralph


pgp9bsInMV90W.pgp
Description: PGP signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] 5.1 Anaconda Install Error

2008-06-04 Thread Karanbir Singh
Kirk Bocek wrote:
> I didn't provide the details because it was strange that the
> installation failed at the same point regardless of the booting method I
> used. It felt like some basic mistake or mis-setting in the OS. But hey,
> I've been wrong before.

Anything interesting on vc#1,3,4,5 ? how about run remote syslog and see
if anything interesting gets in there

-- 
Karanbir Singh : http://www.karan.org/ : [EMAIL PROTECTED]
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Re: I need hardware advice here

2008-06-04 Thread John Bowden
On Tuesday 03 June 2008 16:04:54 Scott Silva wrote:
> on 6-3-2008 2:22 AM Peter Arremann spake the following:
> > On Tuesday 03 June 2008 02:07:12 am Christopher Chan wrote:
> >> Victor Padro wrote:
> >>> Hello all,
> >>>
> >>> I just been wasting time with an Asus mobo trying to get CentOS/RHEL up
> >>> and running for my home lab using Xen Technologies and need an advice
> >>> in order to have a fully working Box, got any suggestions?
> >>
> >> Use acpi=off or noapic to deal with broken Asus bioses.
> >>
> >> Next time, buy MSI or A-bit.
> >
> > Doesn't MSI require you to have windows for bios updates?
> >
> > Peter.
>
> Most boards I have had usually had a floppy image available on the website
> for bioses. Only live update is the windows only software.

Or you can sometimes boot with the m/board driver disk to flash the bios, 
putting the new bios file on a floppy or USB pendrive..
john

-- 
Guy Fawkes, the only man to enter the house's of Parliament
with honest intentions, (he was going to blow them up!)
Registered Linux user number 414240
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] firewalled NFS

2008-06-04 Thread Jordi Prats
I've no iptables, I'm using a PIX to firewall them :)

On Wed, Jun 4, 2008 at 1:53 AM, Jay Leafey <[EMAIL PROTECTED]> wrote:
> Jordi Prats wrote:
>>
>> Hi,
>> I'm trying to setup a firewalled NFS server. I've configured my server
>> (CentOS 5) using the following parameters
>> /etc/sysconfig/nfs
>> MOUNTD_NFS_V1="no"
>> MOUNTD_NFS_V2="no"
>> RQUOTAD_PORT=875
>> LOCKD_TCPPORT=32803
>> LOCKD_UDPPORT=32769
>> RPCNFSDCOUNT=64
>> MOUNTD_PORT=892
>> STATD_PORT=662
>> STATD_OUTGOING_PORT=2020
>> SECURE_NFS="yes"
>>
>>
>> modprobe.conf:
>> options lockd nlm_udpport=4001 nlm_tcpport=4001
>>
>>
>> But it does not mount it:
>> # mount 172.20.0.150:/tmp/ /mnt/tmp/
>> mount: mount to NFS server '172.20.0.150' failed: timed out (giving up).
>>
>> There's anything else I must setup to use fixed ports ?
>>
>> Thanks,
>
> It may be an obvious question, but did you open the ports in iptables? I use
> a similar scheme on my NFS servers to "fix" the ports and it just doesn't
> work at ALL unless those ports are opened up in iptables.  I use different
> ports, but here's the lines I inserted into my /etc/sysconfig/iptables file
> to get NFS working on the server:
>
>> -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -m multiport -p tcp -s
>> 192.168.1.0/24 --dports 111,2049,4000,4001,4002,4003 -j ACCEPT
>> -A RH-Firewall-1-INPUT -m state --state NEW -m udp -m multiport -p udp -s
>> 192.168.1.0/24 --dports 111,2049,4000,4001,4002,4003 -j ACCEPT
>
> You'll have to alter the '--dports' and '-s' parameters to match the ports
> and IP address range you are using.
>
> Hope that helps!
> --
> Jay Leafey - Memphis, TN
> [EMAIL PROTECTED]
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
>



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