Displaying 20 results from an estimated 140 matches similar to: "Resolution of jiffies Timer"
2009 Jun 15
2
clocksource? jiffies?
Hi there,
I''m trying to find out if theres anything wrong with using
extra = "clocksource=jiffies"
in domU configuration.
It seems to fix some problems we''ve had with live migration.
Thanks.
--
Please remember that an email is just like a postcard; it is not
confidential nor private nor secure and can be read by many other people
than the intended recipient.
[Bug 1778] New: Skipping garbage collection in nf_conncount.c stops working when jiffies wrap around
2024 Nov 07
0
[Bug 1778] New: Skipping garbage collection in nf_conncount.c stops working when jiffies wrap around
https://bugzilla.netfilter.org/show_bug.cgi?id=1778
Bug ID: 1778
Summary: Skipping garbage collection in nf_conncount.c stops
working when jiffies wrap around
Product: netfilter/iptables
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
2007 Jul 22
0
[PATCH] Fix lguest clock when jiffies not available
[ Ingo, Thomas cc'd in case this issue effects normal jiffies clock too? ]
When the Host TSC is unreliable or can change, lguest guests use the
jiffies clock. However, the clock value seems to creep upwards in
sub-jiffies increments, and then tick_handle_periodic() goes into an
infinite loop.
Instead, the host writes the current time into the lguest page on
every interrupt. This
2007 Jul 22
0
[PATCH] Fix lguest clock when jiffies not available
[ Ingo, Thomas cc'd in case this issue effects normal jiffies clock too? ]
When the Host TSC is unreliable or can change, lguest guests use the
jiffies clock. However, the clock value seems to creep upwards in
sub-jiffies increments, and then tick_handle_periodic() goes into an
infinite loop.
Instead, the host writes the current time into the lguest page on
every interrupt. This
2010 Jan 02
8
Resolve "Time went backwards" problem by using jiffies as clocksource
Hi All,
I''m new to Xen and... Happy New Year!
After restarting dom-0, my dom-u prints this in console once every second,
[55082.616234] __ratelimit: 1503 messages suppressed
[55082.616234] clocksource/0: Time went backwards: ret=380ab26c53a
I resolved this by following the instructions in "http://wiki.debian.org/Xen",
which is basically changing clocksource to
2011 Aug 28
11
xen-4.1: PV domain hanging at startup, jiffies stopped
Hey,
I''m experiencing strange problem: non-deterministic PV domain hang, only
on some machines (with fast SSD drive). I''ve tried xen-4.1.0 and
xen-4.1.1 with many kernels different kernels:
VM:
- 2.6.38.3 xenlinux based on SUSE package
- vanilla 3.0.3
- vanilla 3.1 rc2
dom0:
- 2.6.38.3 xenlinux based on SUSE package
- vanilla 3.1 rc2
Result always the same: sometimes VM
2012 Feb 26
0
Served asset /application.css - 304 Not Modified
Hi
I am thinking to hide warning that is ”Served asset /application.css -
304 Not Modified”.
How can I fix something if I change the settings?
I''ve run that is less than
server:
rails new myapp
cd myapp
rake db:migrate
rails s
client:
http://localhost:3000/books
warning:
Started GET "/assets/books.css?body=1" for 127.0.0.1 at 2012-02-26
14:48:35 +0900
Served asset /books.css
2020 Feb 03
1
ALTREP "wrapper" classes needs an Extract_subset method
Hi all,
I believe I have found a bug (or perhaps just an oversight) with the ALTREP
wrapper classes. The short form of this is that I believe that the wrapper
classes need to override the default ALTREP `Extract_subset_method()` with
a method that calls `Extract_subset()` on the "wrapped" object. I have a
patch prepared here:
https://github.com/DavisVaughan/r-source/pull/1
There is
2023 Aug 07
2
Packet Timing and Data Leaks
On Mon, 7 Aug 2023, Chris Rapier wrote:
> > The broader issue of hiding all potential keystroke timing is not yet fixed.
>
> Could some level of obfuscation come from enabling Nagle for interactive
> sessions that has an associated TTY? Though that would be of limited
> usefulness in low RTT environments. I don't like the idea of having a steady
> drip of packets as that
2010 Jan 26
1
TCP throughput?
Dear
I am testing tinc on Windows and found some interesting behavior.
I used "TCPOnly" parameter for both end because I wanted to go through
NAT. However, by using TCPOnly parameter, the response of PING slowed
down significantly.
The PING response with UDP is about 4ms, but it bumped up to 2000ms with
TCP.
I am just curious whether this is caused by using TCP.
Regards
Masateru
2015 Aug 25
2
PLC Sounds Robotic - How to Implement FEC Wideband
I am specifically using Celt Wideband (48kHz) over WiFi multicast that naturally leads to lost packets and am trying to minimize the impact to the audio. I implemented PLC but the audio it produces is robotic. Have I implemented PLC correctly?
Checking the waveform it is using the previous received waveform to fill in a missing packet but not the full waveform so it has to repeat. Basically,
2009 Jul 24
2
asterisk users
Hi
I have a new question. Here the situation :
I use softphone on 2 computers (soft1 and soft2) located on the same
subnetwork.
When I register on asterisk server using soft1 with one user (e.g JOHN)
which I declared in sip.conf I can register again with this same user using
soft2.
Is it normal ?
I notice that I can pass some call from both but incoming call for JOHN user
only arrive on the last
2010 Dec 31
1
WickedPDF - wrong number of arguments
I''m trying to get this plugin to work for me. I''m having the
following issue when I try to render a pdf (/fancy_things/45.pdf )..
Any suggestions?
Thanks!
ERROR:
Started GET "/fancy_things/45.pdf" for 192.168.66.1 at Fri Dec 31
10:59:07 -0500 2010
Processing by OrdersController#show as PDF
Parameters: {"id"=>"45"}
2006 Nov 21
0
Network performance problem with Xen 3.0.3 HVM/VT
Hi,
I know it''s a problem that has already been discussed, but as I didn''t see any
solution, I''m asking...
We''ve been trying to use Xen 3.0.3 HVM mode with windows or linux in the past
few weeks, and have been suffering from bad network performance.
First, I must say that we didn''t succed to setup Windows 2000/2003 directly
using Xen, we had to
2009 Mar 30
0
Sub-Controller Issue on Host Server - Very Mysterious
Hello all. On my host server, I currently have the paths "<root>/cars"
and "<root>/cars/ford" and a default index page comes up for each. I
created these by running "ruby script/generate controller cars index"
and "ruby script/generate controller cars/ford index".
However, when I try to do the same thing to make
2015 Aug 25
0
PLC Sounds Robotic - How to Implement FEC Wideband
What do you mean by "implement"? You're just using the Opus built-in PLC
(passing NULL), right? The PLC generally attempts to find periodicity
and replicate it. I guess if your signal isn't periodic it can lead to a
repetition that isn't great. It's something that could probably be
improved in the PLC.
Cheers,
Jean-Marc
On 08/25/2015 01:21 PM, Scott Boekweg wrote:
2008 Dec 15
2
[LLVMdev] A faster instruction selector?
Hi everyone,
llvm is great!
But there is one exception ;)
llvm components are generally fast, but instruction selection is slooow.
Let me explain.
I am developing a toolkit for building virtual machines which can automatically
generate a JIT compiler using the interpreter specification.
llvm does the hard work of machine code generation. (Thanks to you all)
I discovered that JIT compilation is
2011 Oct 22
0
DAHDI-Linux 2.5.0.2 and DAHDI-Tools 2.5.0.2 Released
The Asterisk Development Team is pleased to announce the release of
DAHDI-Linux 2.5.0.2 and DAHDI-Tools 2.5.0.2.
2.5.0.2 is a bug fix release. It is recommended that current users of v2.5 to
upgrade.
DAHDI-Linux 2.5.0.2, DAHDI-Tools 2.5.0.2, and DAHDI-Linux-Complete
2.5.0.1+2.5.0.1 are available for immediate download at:
http://downloads.asterisk.org/pub/telephony/dahdi-linux
2011 Oct 22
0
DAHDI-Linux 2.5.0.2 and DAHDI-Tools 2.5.0.2 Released
The Asterisk Development Team is pleased to announce the release of
DAHDI-Linux 2.5.0.2 and DAHDI-Tools 2.5.0.2.
2.5.0.2 is a bug fix release. It is recommended that current users of v2.5 to
upgrade.
DAHDI-Linux 2.5.0.2, DAHDI-Tools 2.5.0.2, and DAHDI-Linux-Complete
2.5.0.1+2.5.0.1 are available for immediate download at:
http://downloads.asterisk.org/pub/telephony/dahdi-linux
2006 May 02
0
Telasip config problem/question
I seem to be getting a connection from telasip but instead of dialing my
default extension, nothing happens. I listen to dead air.
I have a fxo card configured and working on both inbound and outbound
calls. Telasip is working outbound. I put in the recommended (by telasip)
changes to the trunk for incoming, e.g.
host=gw4.telasip.com
insecure=very
qualify=yes
type=user
context=from-pstn
Then