Bernhard Gschaider wrote on Tue, 18 Aug 2009 19:56:36 +0200:
> My question: am I doing something stupid? But I figured "They're all
> the same system, this must work"
>
> I don't want to play around with it too much as the server is also our
> file-server and people start complaining.
>
> So any
Bernhard Gschaider wrote:
> Hi!
>
> I have the following problem: I have a server (CentOS 5.3 x86_64) on
> which I want to install a virtual Xen-machine (CentOS 5.3 x86_64), I
> ssh from my workstation (Centos 5.3 x86_64 do you see the pattern ;) )
> to that server and start the virt-manager.
On Wed, Aug 19, 2009 at 1:57 AM, Bill Campbell wrote:
> You cannot trust tools like ``ps'', ``find'', ``netstat'', and
> ``lsof'' as these are frequently replaced by ones that are
> modified to hide the cracker's work.
As a corollary, the only safe way to audit a suspected system is
booting your d
I updated the livecd-tools package from version 013 to 014. This update
introduces new interesting features like :
- support for Xen kernel
- built-in md5sum into the resulting LiveCD ISO
- a new API
See https://projects.centos.org/trac/livecd/wiki/GetToolset for
instructions on how to get this
Thanks for the replies so far.
> On Wed, 19 Aug 2009 11:06:08 +0100
> "MMG" == Marcelo M Garcia wrote:
MMG> Bernhard Gschaider wrote:
>> Hi!
>>
>> I have the following problem: I have a server (CentOS 5.3
>> x86_64) on which I want to install a virtual Xen-machine
On Aug 19, 2009, at 7:52 AM, Bernhard Gschaider wrote:
>
> Thanks for the replies so far.
>
>> On Wed, 19 Aug 2009 11:06:08 +0100
>> "MMG" == Marcelo M Garcia
>> wrote:
>
>MMG> Bernhard Gschaider wrote:
>>> Hi!
>>>
>>> I have the following problem: I have a server (CentOS 5.3
Niki Kovacs wrote:
> Toralf Lund a écrit :
>
>> Has anyone here tried the Compiz window manager under CentOS 5? I just
>> thought I might give it a go, but when I executed "compiz --replace", I
>>
[ ... ]
>
> I'm using it, on all my desktop PCs, and two of these have different
> NVidia ca
Hi List,
I am running a 64 bit 5.3 kernel on an intel mb and all has been well.
Today I thought it would be okay to reboot so that the latest kernel was
running - i.e move from 128.2.1 to 128.4.1 release.
The system passes POST fine, grub passes control to the 128.4.1 kernel
and the boot process
On Wed, Aug 19, 2009 at 7:29 AM, Toralf Lund wrote:
> I forgot to
> mention that I have two monitors and use TwinView, though - perhaps the
> problem is related to that. Maybe I'll try with a single-screen setup
> later...
There is a maximum framebuffer size with which compiz will work. Most
two-
Huynh (mirrors, CentOS-3 i386/x86_64 Package Maintenance)
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xBEFA581B
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
U
Ruslan Sivak wrote:
> Is there a test I can do to eliminate the disks as a bottleneck? Maybe
> set something up in RAM?
Run iostat -x and see how busy the disks are when your doing
your test?
Why are you using NFS over loopback in the first place? What's the
point?
nate
__
Hey guys,
I am trying to make sed append every line containing a string with another line.
problem is the appended line needs to start with a tab:
# sed -i '/string/a \tstuff\t\t\tmorestuff' file
Obviously \t or \x09 etc doesn't get interpreted unless there are other
characters
before it? How can
> > This (and other replies) lead me to two possible culprits:
> > - either the graphical console over X11 is not a good idea (but I
> > can't imagine that, it shouldn't shoot the kernel)
> > - I always installed as a paravirtualized machine, Could it be that
> > the install-kernel on the 5.3
Bernhard Gschaider wrote on Wed, 19 Aug 2009 13:52:52 +0200:
> - I always installed as a paravirtualized machine, Could it be that
>the install-kernel on the 5.3-media is not aware of this and somehow
>manages to shot the host
I haven't done completely new xen setups on 5.3 yet, only on e
On 08/19/2009 12:52 PM, Bernhard Gschaider wrote:
> - I always installed as a paravirtualized machine, Could it be that
> the install-kernel on the 5.3-media is not aware of this
the default install kernel is not used for the Xen install process, you
want the stuff inside ~/images/xen/ for
Hi,
On Wed, Aug 19, 2009 at 13:24, Joseph L.
Casale wrote:
> Hey guys,
> I am trying to make sed append every line containing a string with another
> line.
> problem is the appended line needs to start with a tab:
> # sed -i '/string/a \tstuff\t\t\tmorestuff' file
> Obviously \t or \x09 etc doesn
Hi
Do you know the apache coming from fedora to support xml?
how can I check?
Thank you
__
Yahoo! Canada Toolbar: Search from anywhere on the web, and bookmark your
favourite sites. Download it now
http://ca.to
On Wed, Aug 19, 2009 at 3:17 PM, chloe K wrote:
> Do you know the apache coming from fedora to support xml?
>
> how can I check?
You need to clarify a bit as to what you're looking for specifically.
The versions of apache in centos can all be said to support XML, as
xml is simply a markup langua
>The "a" command expects to be followed by a "\", so it's eating the
>one in your first "\t". If you add another "\" it seems to work as you
>want it to:
>
>$ echo string | sed '/string/a \\tstuff\t\t\tmorestuff'
>string
>stuff morestuff
>$
Ah ffs, lol...
It would also he
Hi,
On Wed, Aug 19, 2009 at 15:17, chloe K wrote:
> Do you know the apache coming from fedora to support xml?
> how can I check?
Once again. Please read this:
http://www.catb.org/~esr/faqs/smart-questions.html
Thanks,
Filipe
___
CentOS mailing list
Cen
Hi,
On Wed, Aug 19, 2009 at 16:20, Joseph L.
Casale wrote:
> '/string/a \\tstuff\t\t\tmorestuff' != "/string/a \\tstuff\t\t\tmorestuff"
Yes, indeed... The rules of quoting and backslashes in the shell are
not very uniform and can get quite tricky... Also, the \t is
interpreted by sed, and AFAIK i
Hello,
I've got a CentOS box and users are putting Windows long files on
it, files with " " and " - " in their filenames. I'm trying to adjust the
permissions as well as user and group membership and i'd like the changes to
be sticky. On the tld i've set permissions of 2755 and am trying to
Hi,
On Wed, Aug 19, 2009 at 17:02, Dave wrote:
> I've got a CentOS box and users are putting Windows long files on
> it, files with " " and " - " in their filenames. I'm trying to adjust the
> permissions as well as user and group membership and i'd like the changes to
> be sticky. On the t
Dave wrote:
> Hello,
> I've got a CentOS box and users are putting Windows long files on
> it, files with " " and " - " in their filenames. I'm trying to adjust the
> permissions as well as user and group membership and i'd like the changes to
> be sticky. On the tld i've set permissions of 2
On Wed, 19 Aug 2009, Patrice Guay wrote:
> I updated the livecd-tools package from version 013 to 014. This update
> introduces new interesting features like :
> - support for Xen kernel
> - built-in md5sum into the resulting LiveCD ISO
> - a new API
>
> See https://projects.centos.org/trac/livecd
Hi,
Thanks everyone for the responses. The issue has been solved.
Thanks.
Dave.
-Original Message-
From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf
Of Robert Nichols
Sent: Wednesday, August 19, 2009 5:21 PM
To: centos@centos.org
Subject: Re: [CentOS] r
Thanks to everyone who took the time to answer in this thread.
I'm just writing this message to give this thread some closure and am
not expecting any answers
> On Wed, 19 Aug 2009 10:29:33 -0700 (PDT)
> "IM" == Ian Murray wrote:
>> > This (and other replies) lead me to two possib
Hi all,
I've got a Centos 5.1 kickstart that I must continue to use.
How can I update the kick start image so that it recognizes Intel
gigabit 82576 nic?
BTW, I compiled the driver I need and have this igb.ko file.
How do I incorporate that into my initrd.img file that I see on the
kickst
Received this SELinux warning:
Summary:
SELinux is preventing ld-linux.so.2 from loading
/usr/lib/libGL.so.1.2.#prelink#.4GxqM1 which requires text relocation.
Detailed Description:
The ld-linux.so.2 application attempted to load
/usr/lib/libGL.so.1.2.#prelink#.4GxqM1 which requires text reloca
On Wed, 2009-08-19 at 21:15 -0400, David McGuffey wrote:
> Received this SELinux warning:
>
> Summary:
>
> SELinux is preventing ld-linux.so.2 from loading
> /usr/lib/libGL.so.1.2.#prelink#.4GxqM1 which requires text relocation.
>
...
>
> What are the two files:
>
> /usr/lib/libGL.so.1.2.#prel
On Wed, Aug 19, 2009 at 09:15:50PM -0400, David McGuffey wrote:
> Received this SELinux warning:
>
You should ask the fedora mailing list.
> Sourceld-linux.so.2
> Source Path /lib/ld-2.9.so
> Port
> Host
On Thu, 2009-08-20 at 03:36 +0200, Tru Huynh wrote:
> On Wed, Aug 19, 2009 at 09:15:50PM -0400, David McGuffey wrote:
> > Received this SELinux warning:
> >
>
> You should ask the fedora mailing list.
> > Sourceld-linux.so.2
> > Source Path /lib/ld-2.
32 matches
Mail list logo