Displaying 9 results from an estimated 9 matches for "especailli".
Did you mean:
especailly
2011 May 04
2
RE: Instability with Xen, interrupt routing frozen, HPET broadcast
On Thu, 30 Sep 2010 14:02:34 +0800, gang.wei@intel.com wrote:
> I am the original developer of HPET broadcast code.
>
> First of all, to disable HPET broadcast, no additional patch is required.
> Please simply add option "cpuidle=off" or "max_cstate=1" at xen cmdline in
> /boot/grub/grub.conf.
>
> Second, I noticed that the issue just occur on
2004 Aug 18
0
SIPp and asterisk question
First I freely admit that while I can figure out most of what is happening
in the .conf files I still don't fully understand how to set up something
new.
I am trying to use SIPp to do some testing of stuff with asterisk but I am
not sure how to set up asterisk and especailly the .conf files to do this.
I saw some information on the wiki but did not see how to set up the
sip.conf and
2020 Oct 27
0
Looking for a guide to collect all e-mail from the ISP mail server
> On 26 Oct 2020, at 09:11, R. Diez <rdiezmail-2006 at yahoo.de> wrote:
>
>>>
>>> I would not advice any company that is continuously being fined for breaking the law.
>
>> This is not only an overstatement, it is completely irrelevant. Given the OP problem
>> statement (small business, part-time admin, newbie to mail servers), I do not think there
2010 Mar 30
15
[Xen-tools] Unable to start xend
[root@localhost onkar]# which xend
/usr/sbin/xend
[root@localhost onkar]# uname -a
Linux localhost.localdomain 2.6.31.12 #1 SMP Wed Mar 31 09:51:44 IST 2010
i686 i686 i386 GNU/Linux
[root@localhost onkar]# xend start
ERROR Internal error: Could not obtain handle on privileged command
interface (2 = No such file or directory)
Traceback (most recent call last):
File "/usr/sbin/xend",
2010 Mar 30
15
[Xen-tools] Unable to start xend
[root@localhost onkar]# which xend
/usr/sbin/xend
[root@localhost onkar]# uname -a
Linux localhost.localdomain 2.6.31.12 #1 SMP Wed Mar 31 09:51:44 IST 2010
i686 i686 i386 GNU/Linux
[root@localhost onkar]# xend start
ERROR Internal error: Could not obtain handle on privileged command
interface (2 = No such file or directory)
Traceback (most recent call last):
File "/usr/sbin/xend",
2020 Oct 26
6
Looking for a guide to collect all e-mail from the ISP mail server
>> I would not advice any company that is continuously being fined for breaking the law.
> This is not only an overstatement, it is completely irrelevant.? Given the OP problem
> statement (small business, part-time admin, newbie to mail
> servers), I do not think there is a better solution
> A small server already costs 20 USD / month, running a mail server consumes a
2005 Mar 03
12
bug in postgresql ''now'' time handling??
line 212 of postgresql_adapter.rb is
return Time.now.to_s if value =~ /^\(''now''::text\)::(date|timestamp)/
i don''t think this will work. in postgresql the field ''now'' is pinned to the
SAME TIME for the duration of a transaction. eg. if you do
begin transaction;
insert into t values(42, ''now'');
# sleep one minute
2013 Oct 13
27
GTX 670 Tips?
Gordan & David,
Read about your latest work, and was thrilled to learn that both soft and
hard mods are working.
I bought the GTX 670 model in David''s article, I will be giving this a shot
in a week.
I was hoping to ask a few questions.
1. Is there a specific qemu version required (traditional or the new
default)?
2. What (if anything) should be done after removing the resistors
2013 Oct 06
40
[xen] double fault: 0000 [#1] PREEMPT SMP DEBUG_PAGEALLOC
Greetings,
I got the below dmesg and the first bad commit is
commit cf39c8e5352b4fb9efedfe7e9acb566a85ed847c
Merge: 3398d25 23b7eaf
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date: Wed Sep 4 17:45:39 2013 -0700
Merge tag ''stable/for-linus-3.12-rc0-tag'' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Pull Xen updates from Konrad