Displaying 13 results from an estimated 13 matches for "opo".
Did you mean:
op
2013 Apr 16
7
[Bug 9798] New: rsync crash with SIGSEGV when read time out happens
https://bugzilla.samba.org/show_bug.cgi?id=9798
Summary: rsync crash with SIGSEGV when read time out happens
Product: rsync
Version: 3.0.2
Platform: All
OS/Version: All
Status: NEW
Severity: critical
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: vijunag at
2008 Mar 14
0
XEN problem with dvd startup and seeing the message of starting up the DVD
Hi List,
I just installed a new fresh Opensuse 10.3 XEN installation on a dual
quad, 2 GB ram, and lots of space on the 100GB.
Problem is that using the gui tools that come with suse 10.3, after I
gather the info to create a new domain, I click on create and I can see
a opo up window showing me the bios starting up, detecting the physical
dvd, but it gets stuck in there, install source dvd never boots up.
Is this a normal behavior?, I also install on another machine Centos 5.1
and this one also has the same behavior, only difference is that their
gui tool has an o...
2011 Mar 29
2
[LLVMdev] [GSoC] "Microsoft Direct3D shader bytecode backend" proposal
On 3/29/11 5:14 AM, Justin Holewinski wrote:
> On Mon, Mar 28, 2011 at 9:22 PM, Charles Davis <cdavis at mymail.mines.edu
> <mailto:cdavis at mymail.mines.edu>> wrote:
>
> Here's the other of my proposals for this year's Google Summer of Code.
> (The first is on cfe-dev.) It was suggested to me by Dan Kegel (from the
> Wine project, they really want this).
>
> Title: Microsoft Direct3D shader bytecode backend
>
> Abstract:
>
> There is a distinc...
2010 Apr 26
2
[PATCH] Make Queue announcements more consistent (1.4.26.2)
...a
periodic announcement */
int last_periodic_announce_sound; /*!< The last periodic
announcement we made */
time_t last_pos; /*!< Last time we told the user
their position */
+ time_t last_ring_time; /*!< Last time we tried to ring
the agents */
int opos; /*!< Where we started in the queue */
int handled; /*!< Whether our call was handled */
int pending; /*!< Non-zero if we are
attempting to call a member */
@@ -1653,6 +1654,7 @@
res = 0;
/* Set our last_pos...
2011 Mar 29
0
[LLVMdev] [GSoC] "Microsoft Direct3D shader bytecode backend" proposal
...n Mar 29, 2011, at 9:02 AM, Charles Davis wrote:
> On 3/29/11 5:14 AM, Justin Holewinski wrote:
>> On Mon, Mar 28, 2011 at 9:22 PM, Charles Davis <cdavis at mymail.mines.edu
>> <mailto:cdavis at mymail.mines.edu>> wrote:
>>
>> Here's the other of my proposals for this year's Google Summer of Code.
>> (The first is on cfe-dev.) It was suggested to me by Dan Kegel (from the
>> Wine project, they really want this).
>>
>> Title: Microsoft Direct3D shader bytecode backend
>>
>> Abstract:
>>
>...
2008 Jul 10
49
Supermicro AOC-USAS-L8i
On Wed, Jul 9, 2008 at 1:12 PM, Tim <tim at tcsac.net> wrote:
> Perfect. Which means good ol'' supermicro would come through :) WOHOO!
>
> AOC-USAS-L8i
>
> http://www.supermicro.com/products/accessories/addon/AOC-USAS-L8i.cfm
Is this card new? I''m not finding it at the usual places like Newegg, etc.
It looks like the LSI SAS3081E-R, but probably at 1/2 the
2020 Sep 11
2
Copying TBs -> error -> work around
Roland,
On 2020-09-10 21:27, Roland wrote:
>> with rsync hanging - after breakout on /home for writing I then get:
>> "Read-only file system"
>
> if your filesystem switches to read-only, you have a serious problem
> with your system/storage, not with rsync.
>
> rsync (or the workload) is simply triggering the problem.
Thanks for the response . .
Hmm . .
2011 Mar 29
0
[LLVMdev] [GSoC] "Microsoft Direct3D shader bytecode backend" proposal
On Mon, Mar 28, 2011 at 9:22 PM, Charles Davis <cdavis at mymail.mines.edu>wrote:
> Here's the other of my proposals for this year's Google Summer of Code.
> (The first is on cfe-dev.) It was suggested to me by Dan Kegel (from the
> Wine project, they really want this).
>
> Title: Microsoft Direct3D shader bytecode backend
>
> Abstract:
>
> There is a distinct lack of open-source f...
2007 Dec 04
0
Queue App - crash (1.4.15)
...;,
announce = '\0' <repeats 79 times>,
context = '\0' <repeats 79 times>, digits = '\0' <repeats 79 times>,
valid_digits = 0, pos = 1, prio = 0,
last_pos_said = 0, last_periodic_announce_time = 1196740706,
last_periodic_announce_sound = 0, last_pos = 0, opos = 1,
handled = 0, max_penalty = 0, start = 1196740706, expire = 1196741006,
chan = 0x82496a8, next = 0x0}
#4 0x080c638d in pbx_extension_helper (c=0x82496a8, con=0x64,
context=0x8249828 "my-queue", exten=0x8249878 "80",
priority=7, label=0x0, callerid=0x821e5b0 "562...
2011 Mar 29
3
[LLVMdev] [GSoC] "Microsoft Direct3D shader bytecode backend" proposal
Here's the other of my proposals for this year's Google Summer of Code.
(The first is on cfe-dev.) It was suggested to me by Dan Kegel (from the
Wine project, they really want this).
Title: Microsoft Direct3D shader bytecode backend
Abstract:
There is a distinct lack of open-source frameworks for compiling HLSL,
the sha...
2007 May 26
14
big problem with HTB/CBQ and CPU for more than 1.700 customers
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
...they're in
>>> different buckets) then that's obviously a much bigger win.
>>>
>>> Thanks,
>>> Tobias
>>>
>>> On 17/01/2014 20:25, Stepan Dyatkovskiy wrote:
>>>
>>>> Hi all,
>>>>
>>>> I propose simple improvement for MergeFunctions pass, that reduced
>>>> its
>>>> complexity from O(N^2) to O(log(N)), where N is number of
>>>> functions in
>>>> module.
>>>>
>>>> The idea, is to replace the result of comparison...
2014 Jan 30
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
...n
> different buckets) then that's obviously a much bigger win.
>
> Thanks,
> Tobias
>
> On 17/01/2014 20:25, Stepan Dyatkovskiy wrote:
>
> Hi all,
>
> I propose simple improvement for MergeFunctions
> pass, that reduced
> its
> complexity from O(N^2) to O(log(N)), where N is
> number of
> functions in
> module.
&...