Displaying 2 results from an estimated 2 matches for "borgcub".
Did you mean:
borgcube
2002 Nov 06
1
Daily smb_trans2_request errors
Every morning at 2:02am, and 6:25am, I get the following two lines in my /var/log/messages:
Nov 6 06:25:15 borgCube kernel: smb_trans2_request: result=-104, setting invalid
Nov 6 06:25:16 borgCube kernel: smb_retry: successful, new pid=28929, generation=37
The pid always stays the same, and generation increases by 1 everytime it happens.
Currently I got one share from a W2K computer mounted on my filesystem,...
2007 Jan 21
1
A Thread / Mock question
Hi!
What I''m trying at the moment is to build specifications for some
background thread code. What I want is a class Task and a class
TaskRunner. The TaskRunner should run a task in a background thread. It
should also indicate the status of the running task when calling the
running? method.
That''s basically, what I came up with so far:
class TaskRunner
def initialize