Displaying 20 results from an estimated 107 matches for "ng23".
2013 May 14
3
Local Privilege Escalation
Hi - Looking at
https://news.ycombinator.com/item?id=5703758
I have just tried this on a fully patched 6.4 box and it seems vulnerable -
Do other see the same?
thanks
2006 Nov 13
2
CentOS 4.4 - Email Out
Hi
I need to set some of our boxes to send mail through our smarthost. In
the sendmail.mc file i have set the smarthost and rebuilt the
sendmail.cf file. When i send a mail locally on the box though i get
this error
Diagnostic-Code: SMTP; 553 5.1.8 <root at localhost.localdomain>... Domain
of sender address root at localhost.localdomain does not exist
What else do i need to edit as
2008 Jun 30
2
64 bit aware CPU
I dont think it is but would the following CPU be able to take a 64 bit
version of CentOS ?
processor : 0
vendor_id : GenuineIntel
cpu family : 15
model : 2
model name : Intel(R) Xeon(TM) CPU 2.40GHz
stepping : 7
cpu MHz : 2401.247
cache size : 512 KB
physical id : 3
siblings : 2
core id : 3
cpu cores : 1
fdiv_bug : no
hlt_bug : no
2010 Mar 24
3
centralised user authentication
Apart from ipa are there any other good tools out there for centralised user
auth?
thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20100324/588cf392/attachment-0002.html>
2007 Sep 21
2
RPM for mod_php
Hi Guys
I am trying to find an rpm for CentOS 4.5 and mod_php but i cant seem to
find one - Am i going my the wrong name?
thanks for any pointers
2007 Mar 29
5
differnt results between df and ls
Hi
this is more than likely a general linux question but on a CentOS4 box
whats going on here?
# ls -al foo.txt
-r--r--r-- 1 xxx xxx 1373149856 Mar 28 04:34 foo.txt
# du -sh foo.txt
808M foo.txt
any ideas ?
2007 Feb 09
3
alternative to rocks cluster
Hi
I am after a solution where i can easily kickstart many, read hundreds,
of boxes in a short time frame. Perhaps the way i install software is to
actually re-kix the box with a new software baseline - that type of idea.
I have looked at rocks and it looks good but it seems a little rigid in
that i need to be able to determine certain things like hostname etc as
in our env hostname
2011 Apr 09
4
5.6 - SRPM's
Hi
Is there any ETA for the SRPM's from the base tree of 5.6? I need to
get my hands on the src for the centos-release package as i have to
rebuilt it to prevent the repo definitions from being included.
I see the src's for the updates RPM's but not the base.
many thanks
2006 May 25
5
CentOS 4.x - Multiple gateways
Hi
On a multihomed box how can i set different gateways for each NIC?
Setting them in the ifcfg-ethx does not seem to make any difference to
the routing?
thanks
2009 Jun 08
14
script help - '3rd last field'
Hi
I need some logic to work out a value for me - this value is _always_
the 3rd last field in a string seperated by '.' but the string could be
5 or 6 fields long, e.g
foo.bar.VALUE.baz.lala
foor.bar.gigi.VALUE.baz.lala
I need to find VALUE - if this were python or something i could do it
but this has to be in shell -
Any clues?
thanks
2009 Apr 03
3
sorting a file
I need to find out how many times an IP address appears in a file - the
IP is the first field in the access log string so what would be the best
way to sort this file and count how many times each IP address appears ?
thanks
2006 Nov 29
1
Disable IPV6
Hi
On a CentOS 4.x box how does one disable IPV6?
Is adding "alias net-pf-10 off" to the end of modprobe.conf and a reboot
still the 'standard' way of doing this ?
thanks
2006 Sep 19
3
Centos 4.4 - mythtv
can anyone advise on where to find the mythtv repo? I have dag but a
yum install mythtv-suite
yields nothing
thanks
2008 Oct 23
2
iptables local forwarding
Hi
I am trying to forward port 80 to 8080 locally using iptables with the
following
/sbin/iptables -t nat -I PREROUTING -p tcp --dport 80 -j REDIRECT
--to-port 8080
However this does not get put into the iptables configuration even after
running iptables-save
Have i missed something along the way?
thanks
2008 Oct 30
2
mysql 4 > 5 export import issue
Hi
I am migrating a mailserver from CentOS 4 to 5 and i am migrating the
db's over
from mysql-max-4.1.13 to mysql-server-5.0.45-7.el5
during the mysql import it fails with this...
ERROR 1062 (23000) at line 129: Duplicate entry '3-r????' for key 1
anyone got any clues to this one as so far i have drawn a blank
thanks
2008 Nov 03
1
rpm spec question
Hi
I am trying to package a bunch of files so that i can deploy them with
rpm - Its prtty much just a case of dumping some files on the filesystem.
I achieve this with rpm without issue however when i remove the rpm from
the system it also removes the dir that contains the files, even though
i dont specify this in the %postun. Is there a way to tell rpm to NOT
remove files/dir's that it
2008 Dec 02
3
script to find last accessed time?
Can anyone help me with the syntax to find last accessed time on a bunch
of dir's - something like show me the files that were last accessed 6
months or more ago?
thanks
2009 May 20
0
CentOS 5.3 - bonding 'error' but everything works fine
Hi
I am seeing the following at boot time
http://home.ng23.net/boot.jpg
however the bonds work perfectly so i just wonder what the permission
denied is implying.
thanks
2009 Jun 16
2
OT - Tomcat CLASSPATH issue
if this is ignored then fair enough as its not really the place for it
but if anyone has seen this it would be good to know
tomcat is 6.0.18
CLASSPATH is set in /etc/sysconfig/<appname> and this IS getting used as
_some_ configuration items are being picked up from /etc/<appname> but
the issue is when default setting from within the webapp are not being
overwritten by settings in
2009 Jul 02
1
Upgrade 4.7 > 5.3 poorer 'performance'
Hi
During a test upgrade of a number of hosts in a pool i have found that
exactly the same JVM based app runs more efficiently on the 4.7 systems
than it does on the 5.3 on identical hardware.
Specifically the apps seems to exhibit about 10% more 'load' on the
CPU's for the same workload - before i start digging deep has anyone
seen anything similar ?
thanks