Many people seem to wait for the announcement of CentOS 6.0, so I want
to share some test results I did with SL 6.0..
The actual 6.0 kernel can NOT allocate tape buffers when the server is
heavily loaded at least on some LSILogic hardware.
There is a big problem of slab buffer increase that can c
Am 18.05.2011 10:15, schrieb Gerhard Schneider:
>
> Many people seem to wait for the announcement of CentOS 6.0, so I want
> to share some test results I did with SL 6.0..
>
> The actual 6.0 kernel can NOT allocate tape buffers when the server is
> heavily loaded at least on some LSILogic hardware.
Hi all,
Does anyone know that what driver verisons of the IBM ServeRaid family are
supported by the different verisons of Centos?
Many thanks & regards!
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
Tom H wrote:
> On Mon, May 16, 2011 at 7:45 PM, Ljubomir Ljubojevic wrote:
>> Gordon Messmer wrote:
>>> On 05/15/2011 06:10 PM, Johnny Hughes wrote:
Where is Ubuntu telling people exactly where they stand on producing a
their new releases.
What about Red Hat ... how about Fedor
Hello,
I get this error when trying to build Keepalived 1.2.1 on a CentOS-4 box:
# gcc -g -O2 (..) -D_WITH_LVS_ -D_WITH_VRRP_ -c smtp.c
In file included from ../include/vrrp.h:31,
from ../include/smtp.h:34,
from smtp.c:27:
*../include/vrrp_ipaddress.h:32:27: l
> Actually, we really like Dell. The servers that died are four or five
> years old, and were only under a now-expired warranty. All
> had the same error (E171F PCIE fatal error B0 D3 F0), which indicates
a
> pci-x error, which is weird. And that all of them failed within a week
> suggests, to me
Morning Everyone,
I'm busy doing a rebuild of my home server and am tossing between
VMware and KVM for this build. I already have experience with ESX, we
use it at work, but I'm debating trying out KVM for a while. The
server itself is a budget build using a Supermicro X8SAX board w/
i7-950 & 12GB
On 5/18/11 5:05 AM, Ljubomir Ljubojevic wrote:
>
> Tom, you are way off the point I was making. RHEL, Fedora, Debian,
> Ubuntu, all other distro's are *developed* and can change at any time.
> You can track changes, contribute patches and track progress (if you
> have access). Anything you build at
> There's also a reasonable question about whether this process could
> be better automated,
How do you *automate* a system where the fundamental rules change
'without notice to users'?
> in which case it becomes typical software development for programs
> that solve the dependencies and find a
On Wednesday, May 18, 2011 09:23:14 AM Brunner, Brian T. wrote:
> Rebuilding somebody else's sources without their build environment isn't
> typical. It's MindReading 101.
It's worse than that in the specific case of EL6. It's replicating the result
without replicating the build system. It's a
On 5/18/2011 12:50 AM, Jussi Hirvi wrote:
> On 17.5.2011 19.36, Bowie Bailey wrote:
>> Try this:
>>
>> vim `cat list`
> Thanks, this really works! I tried it with all my combinations:
>
> OS X workstation by itself
> OS X workstation -> ssh -> CentOS 4
> OS X workstation -> ssh -> CentOS 5
>
> BTW,
> -Original Message-
> From: centos-boun...@centos.org
> [mailto:centos-boun...@centos.org] On Behalf Of Bowie Bailey
> Sent: Wednesday, May 18, 2011 9:55
> To: centos@centos.org
> Subject: Re: [CentOS] Feed a list of filenames to vim
>
> On 5/18/2011 12:50 AM, Jussi Hirvi wrote:
> > On 1
On 5/18/2011 9:54 AM, Jason Pyeron wrote:
>> -Original Message-
>> From: centos-boun...@centos.org
>> [mailto:centos-boun...@centos.org] On Behalf Of Bowie Bailey
>> Sent: Wednesday, May 18, 2011 9:55
>> You can also do this:
>>
>> $ vim `ls -1 *.txt`
>>
>> or this:
>>
>> $ vim `find /some
Hi, someone have use or rebuild sipwitch on Centos 5.x?
http://www.gnu.org/software/sipwitch/
http://pkgs.org/package/sipwitch-runtime
Someone know where is (if exist) a rpm for centos5?
Thanks for info ... and Thanks to All for the great Work, Centos5.6 is a
great S.O. server!
--
Dario Lesca
On 18.5.2011 16.54, Bowie Bailey wrote:
> You can also do this:
>
> $ vim `ls -1 *.txt`
That one can be accomplished in a simpler way:
vim *.txt
- Jussi
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
Hello Dario,
On Wed, 2011-05-18 at 16:25 +0200, Dario Lesca wrote:
> Hi, someone have use or rebuild sipwitch on Centos 5.x?
Usually rebuilding Fedora SRPMS on CentOS works pretty well if the build
dependencies aren't too complex and the package doesn't require very
recent versions of those depen
On 5/18/2011 10:26 AM, Jussi Hirvi wrote:
> On 18.5.2011 16.54, Bowie Bailey wrote:
>> You can also do this:
>>
>> $ vim `ls -1 *.txt`
> That one can be accomplished in a simpler way:
>
> vim *.txt
Yea, I thought about that after I typed it, but I left it in as an
example of the general meth
On Wednesday 18 May 2011 15:09:19 Bowie Bailey wrote:
> >> $ vim `ls -1 *.txt`
> >>
> >> or this:
> >>
> >> $ vim `find /some/dir -name '*.txt'`
> >>
> >> It works with any command that outputs a list of filenames.
> >
> > Until you have a space in a filename.
>
> True. But unless vim has a n
On Wed, May 18, 2011 at 9:01 AM, Les Mikesell wrote:
> On 5/18/11 5:05 AM, Ljubomir Ljubojevic wrote:
>>
>> Tom, you are way off the point I was making. RHEL, Fedora, Debian,
>> Ubuntu, all other distro's are *developed* and can change at any time.
That's why I said "he should've only chosen to c
On 05/17/2011 09:19 AM, Jussi Hirvi wrote:
> There are some googlable ways to feed a list of filenames to vim, but I
> stumble on weird results.
[...]
The easy way for me is 'avoid the shell - use Perl instead':
perl -e 'my @files = grep(!/^\s*$/,); chomp @files;
system("vim",@files);' exampl
On 5/18/2011 10:42 AM, Michael Gliwinski wrote:
> On Wednesday 18 May 2011 15:09:19 Bowie Bailey wrote:
$ vim `ls -1 *.txt`
or this:
$ vim `find /some/dir -name '*.txt'`
It works with any command that outputs a list of filenames.
>>> Until you have a space in a fi
On 05/18/2011 08:06 AM, Benjamin Franz wrote:
> On 05/17/2011 09:19 AM, Jussi Hirvi wrote:
>> There are some googlable ways to feed a list of filenames to vim, but I
>> stumble on weird results.
> [...]
>
> The easy way for me is 'avoid the shell - use Perl instead':
>
> perl -e 'my @files = grep(!
> On 05/17/2011 09:19 AM, Jussi Hirvi wrote:
>> There are some googlable ways to feed a list of filenames to vim, but I
>> stumble on weird results.
>
> [...]
what, so no-one is going to offer a better solution with emacs?
I'm sure the ensuing debate could be fruitful and provide a refreshing
cha
On 5/18/2011 11:15 AM, Nicolas Thierry-Mieg wrote:
>> On 05/17/2011 09:19 AM, Jussi Hirvi wrote:
>>> There are some googlable ways to feed a list of filenames to vim, but I
>>> stumble on weird results.
>> [...]
> what, so no-one is going to offer a better solution with emacs?
> I'm sure the ensuin
In article <4dd3e087.5060...@buc.com>,
Bowie Bailey wrote:
> On 5/18/2011 10:42 AM, Michael Gliwinski wrote:
> > How about just:
> >
> > $ vim *.txt
> >
> > or, if you need recursive:
> >
> > $ eval vim $(find /some/dir -type f -printf '"%p" ')
> >
> > (shell quotes expansions automatically, b
On Wednesday 18 May 2011 16:06:47 Bowie Bailey wrote:
> > or, if you need recursive:
> > $ eval vim $(find /some/dir -type f -printf '"%p" ')
> >
> > (shell quotes expansions automatically, but you can still ensure output
> > from find is appropriately quoted manually)
>
> Interesting. I'm not
On 5/18/2011 8:23 AM, Brunner, Brian T. wrote:
>
>> There's also a reasonable question about whether this process could
>> be better automated,
>
> How do you *automate* a system where the fundamental rules change
> 'without notice to users'?
You have the results you want to reproduce. You have a
--On Wednesday, May 18, 2011 05:15:54 PM +0200 Nicolas Thierry-Mieg
wrote:
> what, so no-one is going to offer a better solution with emacs?
Never mind the emacs vs vi flamewars. (Of which I use both fluently.)
Real Sysadmins Use ed(1).
;)
Of course, trying to use ed with a list of files is j
On 5/18/2011 11:34 AM, Michael Gliwinski wrote:
>
> Note that there's also a shortcut for cat (without launching a subprocess):
>
> $ vim $(< listfile)
That's one of those occasionally-useful tidbits that I will have
completely forgotten about by the time I need to use it again! :-)
--
Bowie
On 5/17/11, m.r...@5-cent.us wrote:
> If we *really* need a moderator, here's an option: soc.religion.paganism
> has a robomoderator; on topic posts get autoapproved, obviously off-topic
> get bounced, and if there's any question, they get randomly bounced to a
> configurable number of human moder
> Is there any bugzilla report for this?
> SL or redhat?
> Thx
> Rainer
Not from my side. I'm CentOS user - only testing 6.0
The tape issue has been discussed on the linux-scsi mailing list 6
months ago - including some fix - and there was a bug report for the
Ubuntu 2.6.32 kernel.
The slab iss
On 18.5.2011 18:34, Gerhard Schneider wrote:
>> Is there any bugzilla report for this?
>> SL or redhat?
>
>> Thx
>> Rainer
>
> Not from my side. I'm CentOS user - only testing 6.0
If you dont do a bugzilla, it wont improve.
--
Kind Regards, Markus Falb
signature.asc
Description: OpenPGP dig
On 5/18/2011 11:33 AM, Bowie Bailey wrote:
> On 5/18/2011 11:34 AM, Michael Gliwinski wrote:
>>
>> Note that there's also a shortcut for cat (without launching a subprocess):
>>
>>$ vim $(< listfile)
>
> That's one of those occasionally-useful tidbits that I will have
> completely forgotten ab
On 5/18/2011 12:58 PM, Les Mikesell wrote:
> On 5/18/2011 11:33 AM, Bowie Bailey wrote:
>> On 5/18/2011 11:34 AM, Michael Gliwinski wrote:
>>> Note that there's also a shortcut for cat (without launching a subprocess):
>>>
>>>$ vim $(< listfile)
>> That's one of those occasionally-useful tidbi
Emmanuel Noobadmin wrote:
> On 5/17/11, m.r...@5-cent.us wrote:
>> If we *really* need a moderator, here's an option: soc.religion.paganism
>> has a robomoderator; on topic posts get autoapproved, obviously
>> off-topic get bounced, and if there's any question, they get randomly
>> bounced to a co
On 5/18/2011 12:02 PM, Bowie Bailey wrote:
> On 5/18/2011 12:58 PM, Les Mikesell wrote:
>> On 5/18/2011 11:33 AM, Bowie Bailey wrote:
>>> On 5/18/2011 11:34 AM, Michael Gliwinski wrote:
Note that there's also a shortcut for cat (without launching a subprocess):
$ vim $(< listfi
On 18.5.2011 14:58, Drew wrote:
> -Does KVM have a concept of virtual switches and and are they tied to
> physical NICs? ESXi allows me to create a vSwitch that isn't tied to a
> physical NIC so I can create a DMZ that exists solely within the host
> system. I'd like to replicate that if possible.
On 5/18/2011 1:26 PM, Les Mikesell wrote:
> On 5/18/2011 12:02 PM, Bowie Bailey wrote:
>>
>> Right. I was referring to the shell shortcut "$(< filename)". Simple -
>> Useful - and probably forgotten by the time I need it again.
> That's the same thing I meant. It is $(command) which is the same
On 05/18/2011 08:01 AM, Les Mikesell wrote:
> It was discussed, but that doesn't change anyone's mindset about open vs.
> closed
> processes or whether being more open and permitting community insight and
> participation would ultimately keep the project from going the way of
> Whitebox.
Hell
On Wed, May 18, 2011 at 4:53 AM, Reshiv Nayar wrote:
> Hi all,
> Does anyone know that what driver verisons of the IBM ServeRaid family are
> supported by the different verisons of Centos?
The same ones supported by the equivalent versions of RHEL. IBM has a
chart buried in their support site for
On 5/19/11, m.r...@5-cent.us wrote:
>> As already said, this sounds really complicated. Coming from an IRC
>> and vBB admin background, I'll suggest moderation using the reactive
>> approach instead of a automated process.
>
> Not really. The perl script was written, um, around 1993 or '94, and it
On 5/19/11, Johnny Hughes wrote:
> Can we do a better job at some things, sure. But trust me, CentOS is
> going nowhere.
I think you might mean "CentOS is not going away" since "going
nowhere" fast or slow is bad news for those waiting for the next
version ;)
On Wed, May 18, 2011 at 1:58 PM, Drew wrote:
>
> My question to everyone are these:
>
> -How well does KVM support Windows Guests? I'm already running a
> Server 2008r2 and WHS 2011 (based on 08r2) machines at home which I
> want to consolidate into this box.
They run well enough for me. Don't hav
On Wed, May 18, 2011 at 8:58 PM, Drew wrote:
> My question to everyone are these:
> -Does KVM have a concept of virtual switches and and are they tied to
> physical NICs? ESXi allows me to create a vSwitch that isn't tied to a
> physical NIC so I can create a DMZ that exists solely within the hos
44 matches
Mail list logo