similar to: Bug#389110: Broken dependency for xen package

Displaying 20 results from an estimated 120 matches similar to: "Bug#389110: Broken dependency for xen package"

2010 Sep 05
0
Processed: reassign 389110 to xen-3.0, fixed 389110 in xen-3.0/3.0.3-0-2
Processing commands for control at bugs.debian.org: > reassign 389110 xen-3.0 Bug #389110 {Done: Marco Rodrigues <gothicx at gmail.com>} [xen] Broken dependency for xen package Bug reassigned from package 'xen' to 'xen-3.0'. Warning: Unknown package 'xen-3.0' Warning: Unknown package 'xen-3.0' Warning: Unknown package 'xen-3.0' Warning: Unknown
2007 May 23
2
Bug#389110: This has been fixed
fixed 389110 3.0.3-0-2 thanks This has been fixed Guido
2010 Sep 04
0
Processed: reassign 389110 to xen
Processing commands for control at bugs.debian.org: > reassign 389110 xen Bug #389110 [xen-3.0] Broken dependency for xen package Warning: Unknown package 'xen-3.0' Bug reassigned from package 'xen-3.0' to 'xen'. Bug No longer marked as found in versions any. Bug No longer marked as fixed in versions 3.0.3-0-2. > thanks Stopping processing here. Please contact me if
2006 Sep 27
0
Bug#389110: additionnal info
I forgot to give the arch which is amd64 I have not tested this in other environements -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.alioth.debian.org/pipermail/pkg-xen-devel/attachments/20060927/f147afa5/attachment.htm
2010 Sep 04
1
[LLVMdev] Possible missed optimization?
Indeed, i've marked it as commutable: let isCommutable = 1, isTwoAddress = 1 in def XORRdRr : FRdRr<0b0010, 0b01, (outs GPR8:$dst), (ins GPR8:$src1, GPR8:$src2), "xor\t$dst, $src2", [(set GPR8:$dst, (xor GPR8:$src1, GPR8:$src2))]>; -------------- next part -------------- An HTML
2010 Sep 04
6
[LLVMdev] Possible missed optimization?
Hello, while testing trivial functions in my backend i noticed a suboptimal way of assigning regs that had the following pattern, consider the following function: typedef unsigned short t; t foo(t a, t b) { t a4 = b^a^18; return a4; } Argument "a" is passed in R15:R14 and argument "b" is passed in R13:R12, the return value is stored in R15:R14. Producing the
2010 Sep 04
1
Manuplating Queue
Hi, I am implimenting a solution for a radio station where by calls are first received by an attendant, who interviews the caller and then places the call in a queue along with some information about the caller. The radio presenter can then choose which call to pick up depending on those in the queue. My question is, how can it be possible for call to skip other calls in the queue and be picked
2010 Sep 04
3
Vitelity offline?
Vitelity seems to be offline to both IP and voice traffic. Is there any place to find out what their status is? Roger Marquis
2010 Sep 04
4
fast busy out?
why does this not work? i simply want to hear the recorded message exten => s,1,Answer() ;exten => s,n,Record(zipcodegutter1.gsm) ;zcg1 exten => s,n,Playback(zipcodegutter1) exten => s,n,Dial(SIP/c000001s/12222222259,120,A,(demo-thanks))
2006 Oct 10
3
Out of memory errors
Do these errors indicate a memory leak? I see them in the logs a few times per day on each of our servers, running CVS dovecot-20060924... Oct 8 22:21:30 mail38b dovecot: auth(default): block_alloc(): Out of memory Oct 8 22:21:30 mail38b dovecot: child 6391 (auth) returned error 83 (Out of memory) Oct 9 20:05:05 mail38b dovecot: auth(default): pool_system_realloc(): Out of memory Oct 9
2010 Sep 04
0
[LLVMdev] Possible missed optimization?
I've noticed this pattern happening with other operators aswell, but used xor in this example. As i said before, i tried with different register allocation orders, but it will produce always the same result. GCC is emitting longer code, but since LLVM is so nearer to the optimal code sequence i wanted to reach it. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Oct 22
1
Complete list of possible ogginfo warning and error messages
Hello, I want to check my collection of hundreds of ogg files for potential problems. As far as I know, "ogginfo -v" is as comprehensive as it gets. However, using the "-v" option causes the output to be VERY VERY long when there are hundreds of files to check. I need a way to skim the output and only look at warnings and errors. In order to do that I need to know the complete
2010 Aug 20
2
how to check the number of thread on apache server
how to check the number of thread on my Apache server , is there a specific command , and how do i increase these threads .. -- Regards Agnello D'souza -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20100820/2e5d7a37/attachment-0002.html>
2011 Mar 24
1
Problems with predict in fGarch
Hello. I am using fGarch to estimate the following model: Call: garchFit(formula = fmla, data = X[, i], trace = F) Mean and Variance Equation: data ~ arma(1, 1) + garch(1, 1) Conditional Distribution: norm Coefficient(s): mu ar1 ma1 omega alpha1 beta1 -0.94934 1.00000 -0.23211 54.06402 0.45709 0.61738 Std. Errors: based on Hessian Error Analysis:
2010 Sep 04
0
[LLVMdev] Possible missed optimization?
Hello > and as the return value. Is this a missed optimization from LLVM or did i > miss something out? > Changing the register allocation order didnt work. What are the patterns for xor / mov ? -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
2006 Sep 25
0
[PATCH] documentation additions for Apache
I added some stuff for the new pre-release with prefix for serving multiple rails apps, and did some in general updates/maintenance to the apache page. Please if anyone wants to add anything, or have any suggestions, , or if you''ve got some clever apache rules / tools / configs -- let me know, or feel free to pull it down and patch yourself. And also let me know if I''ve missed
2006 Sep 25
1
Clearing ActiveRecord Sessions
Hello all, I am interested in using BackgrounDRb to clear out ActiveRecord based sessions. I have this working, just with a small hitch, here is the code: class ClearSessionsWorker < BackgrounDRb::Rails repeat_every 7.minutes first_run Time.now def do_work(args) Session.destroy_all(["updated_at < ?", 20.minute.ago ]) end end It''s not very complicated and
2007 Apr 18
0
I would even 2
Skipped content of type multipart/alternative-------------- next part -----= --------- A non-text attachment was scrubbed... Name: not available Type: image/png Size: 10283 bytes Desc: not available Url : http://lists.linux-foundation.org/pipermail/virtualization/attachment= s/20060924/7247912f/attachment.png
2006 Sep 24
0
Bug#389190: Recommends unavailable xen-hypervisor-3.0-unstable
Package: xen-utils-3.0-unstable-1 Severity: important Version: 3.0-unstable+hg11292-2 Hi Your package recommends xen-hypervisor-3.0-unstable which is not available in unstable. Cheers Luk -- Luk Claes - http://people.debian.org/~luk - GPG key 1024D/9B7C328D Fingerprint: D5AF 25FB 316B 53BB 08E7 F999 E544 DE07 9B7C 328D -------------- next part -------------- A non-text attachment was
2007 Apr 18
0
I would even 2
Skipped content of type multipart/alternative-------------- next part -----= --------- A non-text attachment was scrubbed... Name: not available Type: image/png Size: 10283 bytes Desc: not available Url : http://lists.linux-foundation.org/pipermail/virtualization/attachment= s/20060924/7247912f/attachment.png