Displaying 20 results from an estimated 879 matches for "37pm".
Did you mean:
07pm
2007 Mar 04
6
Backgroundrb spiking CPU after first run on Mongrel cluster
....59/usr/local/bin/ruby18 /usr/local/bin/mon
cwarner 80614 0.0 1.6 57944 50628 ?? S 10:28PM
0:03.48/usr/local/bin/ruby18 /usr/local/bin/mon
cwarner 80618 0.0 1.6 57384 50060 ?? S 10:28PM
0:03.26/usr/local/bin/ruby18 /usr/local/bin/mon
cwarner 80804 0.0 1.3 46872 39688 ?? S 10:37PM 0:02.43 ruby:
backgroundrb (ruby)
cwarner 80805 0.0 0.7 21512 20548 ?? S 10:37PM 0:00.07 ruby:
backgroundrb_logger (ruby)
cwarner 80806 0.0 0.7 21468 20556 ?? S 10:37PM 0:00.06 ruby:
backgroundrb_results (ruby)
My four Mongrels in the cluster sitting out there, and the three...
2018 May 30
2
[virtio-dev] [PATCH] virtio_pci: support enabling VFs
On Wed, May 30, 2018 at 04:03:37PM +0000, Rustad, Mark D wrote:
> On May 30, 2018, at 1:55 AM, Tiwei Bie <tiwei.bie at intel.com> wrote:
>
> > There is a new feature bit allocated in virtio spec to
> > support SR-IOV (Single Root I/O Virtualization):
> >
> > https://github.com/oasis-tcs/virtio-s...
2018 May 30
2
[virtio-dev] [PATCH] virtio_pci: support enabling VFs
On Wed, May 30, 2018 at 04:03:37PM +0000, Rustad, Mark D wrote:
> On May 30, 2018, at 1:55 AM, Tiwei Bie <tiwei.bie at intel.com> wrote:
>
> > There is a new feature bit allocated in virtio spec to
> > support SR-IOV (Single Root I/O Virtualization):
> >
> > https://github.com/oasis-tcs/virtio-s...
2007 Apr 18
2
[Bridge] VLAN translation + PVST+
Hello, I am creating a configuration where a Redhat server running
bridge-tools 0.9.5 will be bridging between different VLANs on the same
physical interface (for example: a bridge consisting of eth1.100 and
eth1.110). This physical interface is being connected to modern Cisco
switches running PVST+.
The Cisco switch does not like this configuration as the tags on its
BPDUs are being changed
2018 Jun 01
1
[virtio-dev] [PATCH] virtio_pci: support enabling VFs
On Thu, May 31, 2018 at 10:55:02AM +0800, Tiwei Bie wrote:
> On Wed, May 30, 2018 at 07:09:37PM +0300, Michael S. Tsirkin wrote:
> > On Wed, May 30, 2018 at 04:03:37PM +0000, Rustad, Mark D wrote:
> > > On May 30, 2018, at 1:55 AM, Tiwei Bie <tiwei.bie at intel.com> wrote:
> > >
> > > > There is a new feature bit allocated in virtio spec to
> >...
2020 Jun 05
3
[PATCH v3 0/5] Add a vhost RPMsg API
Hi Michael,
Thanks for your review.
On Thu, Jun 04, 2020 at 03:23:37PM -0400, Michael S. Tsirkin wrote:
> On Wed, May 27, 2020 at 08:05:36PM +0200, Guennadi Liakhovetski wrote:
> > v3:
> > - address several checkpatch warnings
> > - address comments from Mathieu Poirier
> >
> > v2:
> > - update patch #5 with a correct vhost_dev_...
2020 Jun 05
3
[PATCH v3 0/5] Add a vhost RPMsg API
Hi Michael,
Thanks for your review.
On Thu, Jun 04, 2020 at 03:23:37PM -0400, Michael S. Tsirkin wrote:
> On Wed, May 27, 2020 at 08:05:36PM +0200, Guennadi Liakhovetski wrote:
> > v3:
> > - address several checkpatch warnings
> > - address comments from Mathieu Poirier
> >
> > v2:
> > - update patch #5 with a correct vhost_dev_...
2014 Dec 07
2
syslinux 6.03 does not boot some kernels
On Sun, Dec 07, 2014 at 05:35:37PM +0100, Johann Hartwig Hauschild wrote:
>
> I just had a look at the kernel-docs and the discussion here in november.
> This issue should not be happening if I build a pre-3.3-kernel with
> CONFIG_RELOCATABLE=y, CONFIG_EFI=y and CONFIG_EFI_STUB=y, right?
Those are allready at those val...
2014 Sep 16
2
Re: virsh's editor configuration
On 16/09/14 13:46, Martin Kletzander wrote:
> On Tue, Sep 16, 2014 at 01:34:37PM +0100, lejeczek wrote:
>> hi all
>> where/how to change vim's I presume configuration, one that
>> virsh uses?
>> thanks.
>> P.
>>
>
> Well, virsh just starts an $EDITOR. Set it up properly
> and you're
> good to go ;)
>
> Martin
thank...
2002 Dec 22
0
Bug ID: 26222 - SMB Storm
...0.0 0.3 2832 1464 ?? Ss Sat02PM
0:12.83 /home/samba/sbin/nmbd -D
root 12067 0.0 0.0 336 136 p0 RL+ 1:36PM
0:00.00 grep nmb
homes# kill -HUP 3817
still storming..
homes# kill 3817
homes# ps -aux | grep nmb
homes# ps -aux | grep smb
win 12019 13.2 0.7 5320 3464 ?? S 12:37PM
1:30.67 /home/samba/sbin/smbd -D
root 3813 0.0 0.4 3788 1812 ?? Is Sat02PM
0:00.06 /home/samba/sbin/smbd -D
homes# kill -HUP 12019
still storming..
homes# kill 12019
homes# ps -aux | grep smb
root 12072 4.9 0.4 4440 2148 ?? S 1:37PM
0:00.47 /home/samba/sbin/smbd -D
root...
2019 Jun 05
2
Re: [PATCH libnbd 4/4] lib: Atomically update h->state when leaving the locked region.
On Wed, Jun 05, 2019 at 12:15:37PM +0100, Richard W.M. Jones wrote:
> -#define set_state(h,next_state) ((h)->state) = (next_state)
> +#define set_next_state(h,_next_state) ((h)->next_state) = (_next_state)
> +#define get_next_state(h) ((h)->next_state)
> #define get_state(h) ((h)->state)
So I wonder if it...
2012 Dec 25
7
Using collectd: CPUFreq in dom0
Hello,
I''ve tried to get the CPUFreq plugin of collectd running in dom0.
But I mentioned that it isn''t so easy to get a file in sysfs on the
rigth place.
I know that the value has to come from hypervisor and I''ve seen the code
in xenpm.
The only value I need is
"/sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq" which would
create cpufreq.c.
Can anyone
2018 Apr 15
3
OpenSSH 7.7p1 interop failure with Twisted Conch 8.0.0-17.9.0
On Sun, Apr 15, 2018 at 06:38:37PM +1000, Damien Miller wrote:
> On Sat, 14 Apr 2018, Colin Watson wrote:
> > This isn't an OpenSSH bug, but just in case anyone else is ambitious
> > enough to automatically run interoperability tests against other SSH
> > implementations, here's a heads-up:
> >
&g...
2015 Feb 13
4
[PATCH RFC v5 net-next 4/6] virtio-net: add basic interrupt coalescing support
"Michael S. Tsirkin" <mst at redhat.com> writes:
> On Tue, Feb 10, 2015 at 12:02:37PM +1030, Rusty Russell wrote:
>> Jason Wang <jasowang at redhat.com> writes:
>> > This patch enables the interrupt coalescing setting through ethtool.
>>
>> The problem is that there's nothing network specific about interrupt
>> coalescing. I can see other...
2015 Feb 13
4
[PATCH RFC v5 net-next 4/6] virtio-net: add basic interrupt coalescing support
"Michael S. Tsirkin" <mst at redhat.com> writes:
> On Tue, Feb 10, 2015 at 12:02:37PM +1030, Rusty Russell wrote:
>> Jason Wang <jasowang at redhat.com> writes:
>> > This patch enables the interrupt coalescing setting through ethtool.
>>
>> The problem is that there's nothing network specific about interrupt
>> coalescing. I can see other...
2002 Mar 23
1
bad i_blocks count when FS full
I tried it on loop.
1. mount /dev/loop0 /mnt/test -t ext3
2. cp files to 100% full
3. umount /mnt/test
4. fsck.ext3 -f /dev/loop0
Inode xxxxx, i_blocks is xxx, should be yyy. Fix?
2020 Jul 19
2
OpenSSH not requesting touch on FIDO keys (was: OpenSSH not requesting PIN code for YubiKey)
On Mon, Jul 13, 2020 at 01:34:37PM +1000, Damien Miller wrote:
> On Fri, 10 Jul 2020, Frank Sharkey wrote:
>
> > I set up the YubiKey with OpenSSH 8.2 (Ubuntu client and server) and it
> > works. However, it does not do PIN enforcement at SSH login. It only
> > requests the PIN during the set-up process (wh...
2008 Mar 13
3
Local network access to VPN
Hi,
I have a linux box with vpn client.
shorewall version 3.4.0
I can connect to a remote vpn network with the nortel vpn client.
Can I allow local machines on my network to access remote vpn using
Linux box as a gateway?
Thanks and Regards
Anuj
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges.
2016 Apr 05
2
vfs_fruit and memory usage
Am 05.04.2016 um 13:03 schrieb Ralph Boehme:
> On Tue, Apr 05, 2016 at 12:43:37PM +0200, Reindl Harald wrote:
>> what is wasting that much RAM if vfs_fruit is enabled?
>>
>> had 4 OOM-killers today after not face a single one in the last 7 years and
>> on a different machine i swa a smbd process eating up 6500 MB on a HP
>> Microserver with 8 GB RAM...