On Tue, Dec 28, 2010 at 2:03 AM, Craig White wrote:
> Should be simple and perhaps I'm tired but it's not coming to me.
>
> In its simplest form...
>
> for old in `cat "$FILENAME"`;do
> echo "$old"
> dirname "$old"
> new="$(echo $old | sed 's/\*/\-/')"
> done
Should be
new=$(echo "$old" | sed
From: Craig White
> for old in `cat "$FILENAME"`;do
> echo "$old"
> dirname "$old"
> new="$(echo $old | sed 's/\*/\-/')"
> done
> I'm trying to take out some stupid Macintosh things - in this case
> filenames with asterisks but I have others like tilde's and probably
> others that I hav
Hi John,
I agree that realtek are far from something we could cold call a good
product. But I have similar setup (with different motherboard) working
without a flaw.
All your arguments are valid and worth investigating.
The local lan (eth0) is 100Mbits. Both eth1 and eth2 are realtek (same
mo
Hi John,
I'll have a look a that. This seems odd because, if I understand correctly,
those settings would only affect if/when the system is idle and the lockups
occur during regular/busy hours.
BUT... they should be off anyway.
On Mon, Dec 27, 2010 at 5:34 PM, John Plemons wrote:
> Try turnin
Hi,
I am looking for dual or quad fast ethernet NICs that work with CentOS.
There is no need for high performance so regular fast/pci is ok.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
On Tue, Dec 28, 2010 at 6:37 AM, robert mena wrote:
> Hi John,
> I agree that realtek are far from something we could cold call a good
> product. But I have similar setup (with different motherboard) working
> without a flaw.
Similar isn't the same. I will not buy a board with a Realtek NIC
any
On 28/12/10 13:13, robert mena wrote:
> Hi,
>
> I am looking for dual or quad fast ethernet NICs that work with CentOS.
> There is no need for high performance so regular fast/pci is ok.
>
I have very good experiences with Intel PRO/1000 (aka. EtherExpress, if I'm
not mistaken) cards in general
On 12/25/2010 9:42 AM, S Mathias wrote:
> Two questions that was not always clear for me [sorry for posting to this
> list :\]:
>
> ##
>
> Q1) when cabling, is the color order important? like:
>
> straight
I'm having an issue with an apache web server running the latest CentOS5
kernel (this issue is not new to the kernel). After a few days/weeks of
running the server will become unresponsive and will require a physical
reboot in order to come back online. The system is so unresponsive when
the issue
Hello all,
I've been struggling with an issue with my kickstart configuration for a while
now. My kickstart files are stored within the initrd image. What I would like
to do here, is when the kickstart first starts up, I want it to grab a DHCP
address (it does at the moment) so it can grab all o
On 12/27/2010 12:01 PM, Frank Cox wrote:
> Looking at some of the stuff in /etc/logrotate.d, I see entries like this in
> some of the configuration files:
>
> postrotate
> /sbin/service privoxy reload 2> /dev/null || true
>
>> From the commandline, that doesn't work:
>
> # /sbin/service pri
On 12/28/2010 10:13 AM, Robert Nichols wrote:
[SNIP]
> You're not failing to understand anything. The init.d/privoxy script
> you have is broken. While https://bugzilla.redhat.com/show_bug.cgi?id=597732
> was reported against a different problem, the corrected initscript it
> contains should fix
On Tue, Dec 28, 2010 at 10:59 AM, Daniel Theisen wrote:
> Hello all,
> I've been struggling with an issue with my kickstart configuration for a
> while now. My kickstart files are stored within the initrd image. What I
> would like to do here, is when the kickstart first starts up, I want it to
On Tue, 28 Dec 2010 10:13:45 -0600
Robert Nichols wrote:
> It might be worthwhile to report a new bug against privoxy since the
> failure to do a reload after logrotate is a more serious problem than
> the one reported in #597732.
This is privoxy rpm that I created myself by copying the spec fil
On Tue, Dec 28, 2010 at 9:59 AM, james wrote:
> I'm having an issue with an apache web server running the latest CentOS5
> kernel (this issue is not new to the kernel). After a few days/weeks of
> running the server will become unresponsive and will require a physical
> reboot in order to come bac
Hello I need a clean link for a Cent us download please I don't want to risk
any virus'.
Thank you kindly for such a wonderful program!
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
Did you try the mirror list located on the CentOS site?
> Hello I need a clean link for a Cent us download please I don't want to
> risk any virus'.
> Thank you kindly for such a wonderful program!
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http
On 12/28/10 10:53 AM, portablemanagem...@yahoo.com wrote:
> Hello I need a clean link for a Cent us download please I don't want to risk
> any virus'.
> Thank you kindly for such a wonderful program!
Any of the mirrors listed in the download link here
http://centos.org/
should be good, but the sh
On Tue, Dec 28, 2010 at 11:53 AM, wrote:
> Hello I need a clean link for a Cent us download please I don't want to risk
> any virus'.
> Thank you kindly for such a wonderful program!
For best speed, use the Bittorrent links and verify the checksums
against those published at www.centos.org. You
Craig White wrote:
Should be simple and perhaps I'm tired but it's not coming to me.
In its simplest form...
for old in `cat "$FILENAME"`;do
echo "$old"
dirname "$old"
new="$(echo $old | sed 's/\*/\-/')"
done
I'm trying to take out some stupid Macintosh things - in this case
filenames wi
On 12/28/10 4:13 AM, robert mena wrote:
> Hi,
>
> I am looking for dual or quad fast ethernet NICs that work with
> CentOS. There is no need for high performance so regular fast/pci is ok.
>
what bus interface?almost all NIC's made today except the really
bottom barrel ones are gigE, and qu
Craig White writes:
>
> Should be simple and perhaps I'm tired but it's not coming to me.
>
> In its simplest form...
>
> for old in `cat "$FILENAME"`;do
> echo "$old"
> dirname "$old"
> new="$(echo $old | sed 's/\*/\-/')"
> done
>
> I'm trying to take out some stupid Macintosh things -
> This is a common setup. My suggested approach is to always use DHCP,
> and set DHCP reservations on your DHCP server to consistently assign
> the same IP to the same client's MAC address. That way, you can assign
> the IP and hostname in your local DNS or /etc/hosts or NIS hosts table
> or whatev
On 28.12.2010 15:20, Bowie Bailey wrote:
> The colors are not important aside from standardization. If you need to
> fix one end of the cable, you have to make sure it's the same as the
> other end. If you use the standard color scheme, that is not a problem.
Not sure if that is true. I've alway
On 12/28/2010 2:51 PM, Morten Torstensen wrote:
> On 28.12.2010 15:20, Bowie Bailey wrote:
>> The colors are not important aside from standardization. If you need to
>> fix one end of the cable, you have to make sure it's the same as the
>> other end. If you use the standard color scheme, that is
On 12/28/10 1:41 PM, Daniel Theisen wrote:
>> This is a common setup. My suggested approach is to always use DHCP,
>> and set DHCP reservations on your DHCP server to consistently assign
>> the same IP to the same client's MAC address. That way, you can assign
>> the IP and hostname in your local D
On 12/28/2010 10:49 AM, Frank Cox wrote:
> On Tue, 28 Dec 2010 10:13:45 -0600
> Robert Nichols wrote:
>
>> It might be worthwhile to report a new bug against privoxy since the
>> failure to do a reload after logrotate is a more serious problem than
>> the one reported in #597732.
>
> This is privo
>Do you have everything *else* updated? And what kind of web service
>are you running?
>There's a lot of third party freeware and commercial tools that was
>not written with any kind of resource management in mind, and which
>may require a simple web server restart on a regular baris to free
>memo
I'm looking for some kind of appliance like box, maybe something like
this:http://www.soekris.com/net5501.htm on which I could deploy iptables
based firewall/openvpn/DNS and other local network services in a wide
area network. I would probably install on a flash device. I would
prefer something t
On 12/28/2010 01:41 PM, james wrote:
> >Do you have everything *else* updated? And what kind of web service
> >are you running?
>
> >There's a lot of third party freeware and commercial tools that was
> >not written with any kind of resource management in mind, and which
> >may require a simple web
- Original Message
> From: John R Pierce
> To: centos@centos.org
> Sent: Tue, December 28, 2010 2:59:09 AM
> Subject: Re: [CentOS] Problems with motherboard support? INTEL DP43BF
>
> On 12/27/10 9:09 PM, robert mena wrote:
> > Regular realtek fast ethernet.
>
> IMNSHO, realtek are pr
Hi,
I need advice about developing C++ program. I need to develop 2 application
which must communicate via network using SSL encryption. The problem is in
which format to exchange the data. I can use XML format to exchange data
between the hosts but a lot traffic will be generated. What are
On 12/28/10 4:09 PM, derleader __ wrote:
> Hi,
>I need advice about developing C++ program. I need to develop 2
> application which must communicate via network using SSL encryption.
> The problem is in which format to exchange the data. I can use XML
> format to exchange data between the h
Thank you for the reply.
The data is not so much - CPU utilization, RAM utilization, List of installed
software, list of users and so on. The information is not so much. What are the
options for this task is there a C++ library that I can use to convert the data
and then to transfer if via n
On 12/28/2010 5:18 PM, Nataraj wrote:
On 12/28/2010 01:41 PM, james wrote:
>Do you have everything *else* updated? And what kind of web service
>are you running?
>There's a lot of third party freeware and commercial tools that was
>not written with any kind of resource management in mind, and w
At Wed, 29 Dec 2010 02:28:48 +0200 (EET) CentOS mailing list
wrote:
>
>
>
> Thank you for the reply.
>
>
> The data is not so much - CPU utilization, RAM utilization, List of
> installed software, list of users and so on. The information is not so much.
> What are the options for this t
> The colors do not matter. What matters is the pairs.
And every person who comes after you will curse your work because
*both* the colors *and* the pairs are part of the 568A/B standard.
In my shop if you tried that you'd be very quickly looking for work
elsewhere. ;-)
--
Drew
"Nothing in l
Hi Nataraj,
Take a look at the Intel Atom platform. The D510MO & D945GCLF2D run
beautifully under CentOS and I've used both as firewalls in the past.
Another linux based firewall system I use has users reporting the two
boards above supporting AV, Content Filtering (proxy), etc on 50Mbps
FIOS conn
On 12/28/10 1:55 PM, Nataraj wrote:
>
> - fast enough to do openvpn encryption on WAN links ranging from 50mb
> to 100mb
THAT is a tough requirement.
I was going to recommend the Alix boards. they run pfSense really
nicely, and should be able to run a stripped down centos install OK.
with
2010/12/29 John R Pierce :
> On 12/28/10 1:55 PM, Nataraj wrote:
>>
>> - fast enough to do openvpn encryption on WAN links ranging from 50mb
>> to 100mb
>
> THAT is a tough requirement.
>
>
> I was going to recommend the Alix boards. they run pfSense really
> nicely, and should be able to run a st
On 12/28/10 6:28 PM, derleader __ wrote:
> Thank you for the reply.
> The data is not so much - CPU utilization, RAM utilization, List of installed
> software, list of users and so on. The information is not so much. What are
> the
> options for this task is there a C++ library that I can use to c
On 12/28/2010 09:04 PM, Eero Volotinen wrote:
> 2010/12/29 John R Pierce :
>> On 12/28/10 1:55 PM, Nataraj wrote:
>>> - fast enough to do openvpn encryption on WAN links ranging from 50mb
>>> to 100mb
>> THAT is a tough requirement.
>>
>>
>> I was going to recommend the Alix boards. they run pfSen
2010/12/29 Nataraj :
> On 12/28/2010 09:04 PM, Eero Volotinen wrote:
>> 2010/12/29 John R Pierce :
>>> On 12/28/10 1:55 PM, Nataraj wrote:
- fast enough to do openvpn encryption on WAN links ranging from 50mb
to 100mb
>>> THAT is a tough requirement.
>>>
>>>
>>> I was going to recommend t
On 12/28/2010 08:01 PM, Drew wrote:
>> The colors do not matter. What matters is the pairs.
>
> And every person who comes after you will curse your work because
> *both* the colors *and* the pairs are part of the 568A/B standard.
>
> In my shop if you tried that you'd be very quickly looking for
> take a look at: http://www.mini-itx.com/store/ and
> http://www.mini-itx.com/store/?c=40
http://ocf-linux.sourceforge.net/ possibly also helps on smp systems
(dualcore) with openvpn aes encryption
--
Eero
___
CentOS mailing list
CentOS@centos.org
http
On 12/28/2010 10:32 PM, Eero Volotinen wrote:
> 2010/12/29 Nataraj :
>> On 12/28/2010 09:04 PM, Eero Volotinen wrote:
>>> 2010/12/29 John R Pierce :
On 12/28/10 1:55 PM, Nataraj wrote:
> - fast enough to do openvpn encryption on WAN links ranging from 50mb
> to 100mb
THAT is a tou
46 matches
Mail list logo