Displaying 6 results from an estimated 6 matches for "afters".
Did you mean:
after
2006 Sep 02
2
Roaming profiles errors and shares not disconnecting
...ct NTUSER.DAT.
When they disconnect, smbstatus shows the user as connected on the
machine for a long time ( from 15 minutes to hours ) after he has logged
out. The shares that has been mounted on the client do not seem to be
disconnected.
Here is the output of smbstatus for user test 15 minutes afters he has
logged out :
Samba version 3.0.22
PID Username Group Machine
-------------------------------------------------------------------
30017 test wusers pc0507 (10.12.220.73)
Service pid machine Connected at
-------------------------------...
2006 Sep 13
5
Re: strange mtime/md5sum behaviour and constantly changing files with links
On Sep 8, 2006, at 5:58 AM, Thorsten Sandfuchs wrote:
> hio,
> as I have some huge files to distribute and md5-sum-checking takes
> SOME time
> for them, I''m trying to switch to mtime/timestamps, but got no
> luck. Regularly
> the mtime seems to change and additionally the md5sums generate
> themselves
> anyway.
I''m pretty sure that the file
2007 Jun 21
9
it_should_behave_like
I''m trying to use it_should_behave_like, and something seems to be wonky
with the syntax. When I add :shared=>true, the DSL complains that the next
line is the fixture declaration:
/vendor/plugins/rspec/lib/spec/dsl/behaviour_eval.rb:137:in
`method_missing'': undefined method `fixtures'' for
#<Spec::DSL::EvalModule:0x324a2cc> (NoMethodError)
Here''s the
2005 Sep 07
1
1.0alpha1: corrupted cache file complaints?
Hi,
I have seen the following in my syslogs for 1.0alpha1:
Corrupted index cache file [filename]: record points outside file
and
: indexid changed
: record list is circular
: Cache record offset 9772 points outside file
: invalid record size
Are these errors minor? Major? Self-healing? Should the
cache files be blown away to fix these errors?
Jeff Earickson
Colby College
2003 Nov 21
1
Can you monitor a call via the asterisk speaker system and do a call pickup if you wish
Reason.
I have a fax/ans phone with handset, that lets you monitor the caller, so if
you wish, you can pickup the call.
The asterisk is undergoing testing, it will then be online tested at the house
so I can get more familiar in setting components up, e.g. sip phones,
voicemail, transfers etc.
But, I really need the monitoring of the Voicemall being left, with the
ability to pick up the
2008 Dec 02
11
Any plans for Before-feature or Before-all steps in Cucumber?
Hi
The code I''m working on now is a server daemon that talks to Twitter,
an RSS feed, and some web pages. I''ve got mock implementations of
Twitter and the web stuff, which I start and stop with
daemon_controller[1]. I do all the setup in a Before block, but this
makes the feature runs agonisingly slow due to the time waiting for
everything to restart. I''m