iles looks like...
# Advanced Micro Devices [AMD] 79c970 [PCnet32 LANCE]
DEVICE=eth0
BROADCAST=69.x.x.x
#HWADDR=00:50:56:9C:19:7D
IPADDR=69.x.x.x
IPV6ADDR=
IPV6PREFIX=
NETMASK=255.255.255.0
NETWORK=69.x.x.0
ONBOOT=yes
Any ideas?
TIA,
--
Paul Norton
Systems Administrator
Neoverve - www.neoverve.com
Neove
Michael D. Kralka wrote:
Paul Norton wrote:
On all of my CentOS 5 VMWare ESX3 virtual machines (about 15), after
installing a new kernel and rebooting the machine, the Network script
tries to run dhclient and can't determine the IP info (since I don't run
a dhcpd server... it's a
7 00:27:23 servername postfix/smtpd[16726]: lost connection after
CONNECT from cpe-024-x-x-x.carolina.x.x.com[24.74.x.x]
Nov 7 00:27:23 servername postfix/smtpd[16726]: disconnect from
cpe-024-074-x-x.carolina.x.x.com[24.74.x.x]
TIA for any suggestions.
--
Paul Norton
Systems Administrator
Florin Andrei wrote:
Paul Norton wrote:
Postfix is dying on one of my servers almost nightly. This system is
running CentOS5 with postfix-2.3.3-2.
In the morning (after noticing it died) I try to run `service postfix
stop` and I get a failed start. Running `ps ax | grep postfix` I can
Christopher Chan wrote:
Paul Norton wrote:
>
Postfix is dying on one of my servers almost nightly. This system is
running CentOS5 with postfix-2.3.3-2.
In the morning (after noticing it died) I try to run `service postfix
stop` and I get a failed start. Running `ps ax | grep postfix
Christopher Chan wrote:
Paul Norton wrote:
Christopher Chan wrote:
Paul Norton wrote:
>
Postfix is dying on one of my servers almost nightly. This system
is running CentOS5 with postfix-2.3.3-2.
In the morning (after noticing it died) I try to run `service
postfix stop` and I ge
Christopher Chan wrote:
Paul Norton wrote:
Christopher Chan wrote:
Paul Norton wrote:
>
Postfix is dying on one of my servers almost nightly. This system
is running CentOS5 with postfix-2.3.3-2.
In the morning (after noticing it died) I try to run `service
postfix stop` and I ge
believe so. I don't see errors like this anywhere else on the
system.
What does 'sysctl fs.file-nr' say?
fs.file-nr = 2240 0 205964
--
Paul Norton
Systems Administrator
Neoverve - www.neoverve.com
Neoverve Blog -
is when I start seeing the error from postfix.
You might want to check to make sure that syslog is not calling sync
every time that it writes to file.
/etc/syslog.conf
Should be a "-' in front of /var/log/messages
Thanks. I have set this to -/var/log/messages now.
--
Paul N
announcement about this later.
I see an announcement for the packages on the announce list, but no
more informamtion anywhere from the CentOS team (Planet or ML). Are
these packages "just to be safe" or was there something actually found?
--
Paul Norton
Systems Administrato
e not alone.
I didn't receive the email either. I have also checked my
subscriptions, and CentOS 4 is one of them.
--
Paul Norton
Systems Administrator
Neoverve - www.neoverve.com
Neoverve Blog - http://blog.neoverve.com/
___
CentOS mailing li
54jUnP+bT+A=
> =m6zn
> -END PGP SIGNATURE-
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
--
Paul Norton
Systems Administrator
Neoverve -www.neoverve.com
Neoverve Blog -http://blog.neoverve.com/
___
Hello Toralf
Removed the 32bit JRE and set the default to 64bit
which java
Check here https://bugzilla.redhat.com/show_bug.cgi?id=477766
Or set the vm from the shell as mentioned here
http://wiki.eclipse.org/IRC_FAQ#I_just_installed_Eclipse_on_Linux.2C_but_it_does_not_start._What_is_the_problem
On 18 February 2013 01:56, Michael Hennebry
wrote:
> fred.c:
> static void sfunc(int *p) { *p=1; }
> static int x;
>
> void fred(void)
> {
> ... sfunc(&x); ...
> }
>
>
> greg.c:
> static void sfunc(int *p) { *p=2; }
> static int x;
>
> void greg(void)
> {
> ... sfunc(&x); ...
> }
>
> Once the obje
On 26 March 2013 21:29, Johnny Hughes wrote:
> On 03/26/2013 03:25 PM, Robert Benjamin wrote:
> > On 3/26/2013 3:14 PM, Benjamin Donnachie wrote:
> >> On 26 March 2013 18:58, wrote:
> >>
> >>> Had you, for example, searched to find out a) how to look at a file, b)
> >>> looked at the files I sug
On 27 March 2013 13:09, ign...@vault13.lt wrote:
> Hello,
>
> how do people cope with constant SELinux errors like this from Fusion
> Passenger:
>
> 36886. 03/27/2013 14:20:05 ps unconfined_u:system_r:passenger_t:s0 2
> file open system_u:system_r:udev_t:s0-s0:c0.c1023 denied 1922
> 36887. 03/27/
On 2 April 2013 01:59, John R Pierce wrote:
> On 4/1/2013 5:54 PM, Bruce Whealton wrote:
> > Not it is the /etc
> > partition that is full every other day. It is a 10GB partition and most
> of
> > the data is in the mail spool directories.
>
> the /etc directory A) shouldn't be a separate partit
Hello Bruce
All you need is a terminal/shell
ssh validusername@ipaddress
then type
vgdisplay
which is under
man lvm
Another route: From centos dvd select rescue and follow instructions
https://access.redhat.com/knowledge/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Installation_Guide/ap-rescu
Hello Matt
try man watch
All the best Paul
On 2 May 2013 22:05, Matt wrote:
> There is a unix command called repeat.
>
> repeat 10 some_command
>
> Basically repeats some command ten times. Is it available on Centos 6
> and what package provides it?
> __
ok I'd use a script and use sleep
On 2 May 2013 22:26, Matt wrote:
> > Hello Matt
> > try man watch
> > All the best Paul
>
> What I am trying to do is:
>
> http://www.redbarn.org/dns/ratelimits
>
> repeat 10 dig @server-ip-address +short +tries=1 +time=1 your-zone.com a
>
> Can I do that with
Hello Ken
Try this " site:danwalsh.livejournal.com" in your searches.
Also this is a good book
http://www.amazon.com/SELinux-Example-Using-Security-Enhanced/dp/0131963694/ref=sr_1_2?ie=UTF8&qid=1374504654&sr=8-2&keywords=selinux
This is the best I can do as I don't understand. What message? Could
happens when Bash is started. After the
update that fixes this issue is installed, such new processes will use
the new code, and will not be vulnerable. Conversely, old processes will
not be started again, so the vulnerability does not materialize.
---
--
Paul Norton
500 MB should be fine for the /boot partition. I believe that is the
default with minimal installations on both CentOS 6 and 7.
--
Paul Norton
On Wed, Nov 16, 2016 at 8:49 AM, John Hodrien
wrote:
> On Wed, 16 Nov 2016, Matt wrote:
>
> Can I just change yum.conf with th
23 matches
Mail list logo