I've got a triple-head set-up running where 1 monitor is off
the internal Intel HD-4000 GPU and 2x monitors are off a GT550-Ti
using the nVidia drivers. I could not get xrandr support to work
(and attributed that to Intel / nVidia not co-operating). I found that
using the nVidia xserver setting G
Windows 2k8 R2 guest with updated virtio drivers is idle inside but on
the host qemu-kvm process uses 7-15% cpu.
Things that have been tried without any significant success
- removed tablet device
- manually set cpu topology for cores per socket
Is it just me or the qemu-kvm has little tolerance
On Sun, Apr 7, 2013 at 8:32 PM, Zoltan Frombach wrote:
> Check out these threads they may help you solve your issue with Windows VMs:
Well I did. Upstream provides rpms till version 0.12.1.x. Even the
RHEV srpm (the one I am using) has the same version. And I don't want
to compile both libvirt an
hi,
I use automounter to mount to many hosts
/net//dir
When the hostname is unavaliable it seems NFS gets stuck. I would like to
set a NFS timeout (say 60 secs). If not available then error. I need to use
hardmount but is there such a thing as NFS client timeout?
--
--- Get your facts first
Hi Rita,
As i m not perfect on this but still you can try once as i have written bellow
You can modify a configuration file.
Search for a word called "TIMEOUT " in "/etc/sysconfig/autofs". By
default it is 300, you need to change according your requirement.
# /etc/sysconfig/autofs
TIMEOUT=60
:wq!
Rita wrote:
> hi,
>
> I use automounter to mount to many hosts
>
> /net//dir
>
> When the hostname is unavaliable it seems NFS gets stuck. I would like to
> set a NFS timeout (say 60 secs). If not available then error. I need to use
> hardmount but is there such a thing as NFS client timeout?
I
Yes, really. I've got hundreds of the damn things here at home, and I
want to go through them and get rid of them all.
But... to do that I want to read them. I have both a 5.25" and a 3.5"
drive, both are plugged in, but in the BIOS, all I see is the 3.5".
Fine, I figure I'll take care of those
On Sun, Apr 7, 2013 at 2:45 PM, mark wrote:
> Yes, really. I've got hundreds of the damn things here at home, and I
> want to go through them and get rid of them all.
>
> But... to do that I want to read them. I have both a 5.25" and a 3.5"
> drive, both are plugged in, but in the BIOS, all I see
On 04/07/13 16:04, Les Mikesell wrote:
> On Sun, Apr 7, 2013 at 2:45 PM, mark wrote:
>> Yes, really. I've got hundreds of the damn things here at home, and I
>> want to go through them and get rid of them all.
>>
>> But... to do that I want to read them. I have both a 5.25" and a 3.5"
>> drive, bo
On Sun, 07 Apr 2013 16:18:29 -0400
mark wrote:
> All of 'em are old DOS. Just tried mdir a:, and the same: can't open,
> can't initials A:. I really doubt the drives themselves are dead, but
Floppy disks have a finite usable life. Depending on where and how you have
been storing them, they
On 04/07/13 16:22, Frank Cox wrote:
> On Sun, 07 Apr 2013 16:18:29 -0400
> mark wrote:
>
>> All of 'em are old DOS. Just tried mdir a:, and the same: can't open,
>> can't initials A:. I really doubt the drives themselves are dead, but
>
> Floppy disks have a finite usable life. Depending on wh
On Sun, 2013-04-07 at 16:43 -0400, mark wrote:
> On 04/07/13 16:22, Frank Cox wrote:
> > Floppy disks have a finite usable life. Depending on where and how you have
> > been storing them, they may be shot.
> >
> Yeah, but I tried three of 'em, three different OEM, and three ages,
> and they a
On 04/07/13 17:11, Brian Miller wrote:
> On Sun, 2013-04-07 at 16:43 -0400, mark wrote:
>> On 04/07/13 16:22, Frank Cox wrote:
>>> Floppy disks have a finite usable life. Depending on where and how you have
>>> been storing them, they may be shot.
>>>
>> Yeah, but I tried three of 'em, three d
On Sun, 07 Apr 2013 17:29:14 -0400
mark wrote:
> At any rate, I just tried mformat a:, and it tells me that it can't open
> /dev/fd0: No such device or address.
ls -l /dev/fd?
What do you see?
--
MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com
www.creekfm.com - FIFTY THO
On Sun, 7 Apr 2013, Frank Cox wrote:
> On Sun, 07 Apr 2013 17:29:14 -0400
> mark wrote:
>
>> At any rate, I just tried mformat a:, and it tells me that it can't open
>> /dev/fd0: No such device or address.
>
> ls -l /dev/fd?
>
> What do you see?
It's been years since I used floppies on a linux s
On Sun, 7 Apr 2013 18:22:12 -0400 (EDT)
Max Pyziur wrote:
> I realize that the contributors on this thread, as well as the originator,
> may take this is a given, but in the event this hasn't been done, and it's
> a way to get the disk readable (I haven't seen it mentioned yet as
> possible sol
On 04/07/13 17:49, Frank Cox wrote:
> On Sun, 07 Apr 2013 17:29:14 -0400
> mark wrote:
>
>> At any rate, I just tried mformat a:, and it tells me that it can't open
>> /dev/fd0: No such device or address.
>
> ls -l /dev/fd?
>
> What do you see?
>
lrwxrwxrwx 1 root root 13 Apr 7 15:03 /dev/fd -> /p
On Sun, Apr 07, 2013 at 07:35:17PM -0400, mark wrote:
> >
> > ls -l /dev/fd?
> >
> > What do you see?
> >
> lrwxrwxrwx 1 root root 13 Apr 7 15:03 /dev/fd -> /proc/self/fd/
Interesting as that doesn't match the pattern /dev/fd?
> And, while we're at it, ll of /dev/floppy shows
>
> lrwxrwxrwx 1 r
On Sun, 7 Apr 2013 18:53:54 -0500
John R. Dennison wrote:
> > lrwxrwxrwx 1 root root 13 Apr 7 15:03 /dev/fd -> /proc/self/fd/
>
> Interesting as that doesn't match the pattern /dev/fd?
Note that /dev/fd has nothing to do with floppy drives. /dev/fd deals with file
descriptors, not floppy drive
On 04/07/13 19:53, John R. Dennison wrote:
> On Sun, Apr 07, 2013 at 07:35:17PM -0400, mark wrote:
>>>
>>> ls -l /dev/fd?
>>>
>>> What do you see?
>>>
>> lrwxrwxrwx 1 root root 13 Apr 7 15:03 /dev/fd -> /proc/self/fd/
>
> Interesting as that doesn't match the pattern /dev/fd?
>
>> And, while we're
On 04/07/13 19:53, John R. Dennison wrote:
> On Sun, Apr 07, 2013 at 07:35:17PM -0400, mark wrote:
>>>
>>> ls -l /dev/fd?
>>>
>>> What do you see?
>>>
>> lrwxrwxrwx 1 root root 13 Apr 7 15:03 /dev/fd -> /proc/self/fd/
>
> Interesting as that doesn't match the pattern /dev/fd?
>
>> And, while we're
On Mon, 8 Apr 2013, Timo Sirainen wrote:
> On 8.4.2013, at 1.31, "Max Pyziur" wrote:
>
>> However, once I make the changes to the configuration files, I get the
>> following error when restarting dovecot:
>> root@brama /etc/dovecot/conf.d> service dovecot restart
>> Stopping Dovecot Imap:
On Sun, 7 Apr 2013, Max Pyziur wrote:
> On Mon, 8 Apr 2013, Timo Sirainen wrote:
>
>> On 8.4.2013, at 1.31, "Max Pyziur" wrote:
>>
>>> However, once I make the changes to the configuration files, I get the
>>> following error when restarting dovecot:
>>> root@brama /etc/dovecot/conf.d> service d
I did a quick test on el5 and el6 with these package,
httpd-2.2.3-43.el5.centos
httpd-2.2.15-15.el6.centos.1.i686
I kept the configuration as what it is in default. The index page is
about 7k, 100 connections per second. I barely find the connection is
marked as R. Mostly C and _. This is done
your both el5 and el6 Apache status show lots of R -- Reading
On Mon, Apr 8, 2013 at 10:24 AM, Banyan He wrote:
> I did a quick test on el5 and el6 with these package,
>
> httpd-2.2.3-43.el5.centos
> httpd-2.2.15-15.el6.centos.1.i686
>
> I kept the configuration as what it is in default. The i
Hi.
The auditd logs are full of lines referencing 28756E6B6E6F776E207573657229
, but I can't identify this account
type=USER_LOGIN msg=audit(1364926580.306:249814): user pid=22565 uid=0
auid=4294967295 ses=4294967295 msg='op=login
acct=28756E6B6E6F776E207573657229 exe="/usr/sbin/sshd" hostname=?
Yes, they do because I'm using slow access to attack my servers. To your
environment, you can use tcpdump to capture one connection to check if
it's the slow access attack.
If it's an attack, we focus on fixing that part. If it's the code
problem, then, we can get back to the httpd daemon check
I was not able to reproduce it while sending so many requests from ab or
any other tool, it only appears when requests come from browser, I had
posted this question to Apache users as well and someone told that it is
due to Chrome uses preconnection, though this feature was available on
Chrome sinc
28 matches
Mail list logo