Displaying 20 results from an estimated 20 matches for "11423".
Did you mean:
1423
2006 Oct 19
0
Memory leak
...me >= 5 & tm.time <= 388
tms <- tm.time[qt]
cat("debug4\n")
y[[k]] <- bid[qt,s$acq] * s$rat + s$cash - ask[qt,s$tgt]
cat("debug5\n")
detach(2)
}
cat("done\n")
****************************** Output ********************************
==11423== Memcheck, a memory error detector.
==11423== Copyright (C) 2002-2006, and GNU GPL'd, by Julian Seward et
al.
==11423== Using LibVEX rev 1658, a library for dynamic binary
translation.
==11423== Copyright (C) 2004-2006, and GNU GPL'd, by OpenWorks LLP.
==11423== Using valgrind-3.2.1, a dyn...
2015 Aug 01
12
[Bug 11423] New: rsync 3.1.x is creating empty backup directories
https://bugzilla.samba.org/show_bug.cgi?id=11423
Bug ID: 11423
Summary: rsync 3.1.x is creating empty backup directories
Product: rsync
Version: 3.1.1
Hardware: All
OS: All
Status: NEW
Severity: major
Priority: P5
Component: core...
2015 Aug 19
2
Samba4 DC/AD documents created in redirected folders with bogus UID
...ith UID 3000000, which
is not a configured UID. For example:
$ ls -ltrn "/redirectedFolders/Users/matkeson/My Documents"
-rwxrwx---+ 1 3000045 100 27648 2015-07-30 07:17 Accounts\ 7-1-2015.docx*
drwxrwx---+ 2 3000045 100 4096 2015-08-11 09:27 Correspondence/
-rwxrwx---+ 1 3000000 100 11423 2015-08-18 11:04 testMark.docx*
This user's actual UID is 3000045, as created months ago via Windows RSAT.
Confirmed by:
$ wbinfo -i matkeson
HPRS\matkeson:*:3000045:100:Mark Atkeson:/home/HPRS/matkeson:/bin/false
I did recently upgrade Samba from the originally installed 4.1.0 to 4.1.17 a
c...
2008 Apr 21
4
Does String.evalScripts() work on well-formed script tags?
Does String.evalScripts() work when the opening SCRIPT tag of a SCRIPT
block contains common attributes? I''ve tried and it does not appear
to be working. Here''s an example:
<script type="text/javascript" charset="ISO-8859-1"
language="JavaScript">
//<![CDATA[
<!--
alert(''look! it works!'');
//-->
//]]>
2006 Sep 18
2
merge gives me too many rows
...quot;,
"nbpc", "no_rel", "trait", "tagno"), all.x=F)
>
> dim(test4)
[1] 60043 11
I compared test3 and test4 line by line. The first 11419 lines were
the same (except for added variables, obviously) in both dataframes,
but then lines 11420 to 11423 were repeated in test4. Then no problem
for a lot of rows, until rows 45756-45760 in test3. These are offset
by 4 in test4 because of the first group of extraneous lines just
reported, and are found on lines 45760 to 45765. But they are also
repeated on lines 45765 to 45769. And so on a few...
2015 Aug 19
6
Samba4 DC/AD documents created in redirected folders with bogus UID
...ample:
> >
> > $ ls -ltrn "/redirectedFolders/Users/matkeson/My Documents"
> > -rwxrwx---+ 1 3000045 100 27648 2015-07-30 07:17 Accounts\
> 7-1-2015.docx*
> > drwxrwx---+ 2 3000045 100 4096 2015-08-11 09:27 Correspondence/
> > -rwxrwx---+ 1 3000000 100 11423 2015-08-18 11:04 testMark.docx*
> >
> > This user's actual UID is 3000045, as created months ago via Windows
> RSAT.
> > Confirmed by:
> >
> > $ wbinfo -i matkeson
> > HPRS\matkeson:*:3000045:100:Mark Atkeson:/home/HPRS/matkeson:/bin/false
> >
> &...
2015 Aug 20
3
Samba4 DC/AD documents created in redirected folders with bogus UID
...ls -ltrn "/redirectedFolders/Users/matkeson/My Documents"
>>>> -rwxrwx---+ 1 3000045 100 27648 2015-07-30 07:17 Accounts\
>>> 7-1-2015.docx*
>>>> drwxrwx---+ 2 3000045 100 4096 2015-08-11 09:27 Correspondence/
>>>> -rwxrwx---+ 1 3000000 100 11423 2015-08-18 11:04 testMark.docx*
>>>>
>>>> This user's actual UID is 3000045, as created months ago via Windows
>>> RSAT.
>>>> Confirmed by:
>>>>
>>>> $ wbinfo -i matkeson
>>>> HPRS\matkeson:*:3000045:100:Mark Atkes...
2014 Jul 18
13
[Bug 10724] New: rsync 3.1.1 incorrectly creates extra dirs inside --backup-dir on Mac OSX
https://bugzilla.samba.org/show_bug.cgi?id=10724
Summary: rsync 3.1.1 incorrectly creates extra dirs inside
--backup-dir on Mac OSX
Product: rsync
Version: 3.1.1
Platform: x86
OS/Version: Mac OS X
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at
2015 Aug 20
2
Samba4 DC/AD documents created in redirected folders with bogus UID
...redirectedFolders/Users/matkeson/My Documents"
>>>>> -rwxrwx---+ 1 3000045 100 27648 2015-07-30 07:17 Accounts\
>>>> 7-1-2015.docx*
>>>>> drwxrwx---+ 2 3000045 100 4096 2015-08-11 09:27 Correspondence/
>>>>> -rwxrwx---+ 1 3000000 100 11423 2015-08-18 11:04 testMark.docx*
>>>>>
>>>>> This user's actual UID is 3000045, as created months ago
>via Windows
>>>> RSAT.
>>>>> Confirmed by:
>>>>>
>>>>> $ wbinfo -i matkeson
>>>>> HPRS\...
2016 Mar 27
1
[Bug 11812] New: rsync without --verbose still writes "(new) backup_dir is ..." to STDOUT
...) backup_dir is ..." to STDOUT. Is this really
necessary?
rsync -a --delete --backup --backup-dir="_before-$(date +%F)" $source $dest
(new) backup_dir is _before-2016-03-27
This seems to have appeared in 3.1.1, which created the directory even if it
was not needed (see bug #11423).
Version 3.1.2 doesn't create useless backup-dirs any more, but if it does it
reports it to STDOUT which is also quite useless. We have --verbose when we
want to check what is going on. If everything works alright, I feel that rsync
without -v should remain silent, as is customary in Unix too...
2005 Feb 07
1
rsyncd.conf is not created although successful installation of rsync on debian but
...of v2.6.0, the
default remote shell is ssh instead of rsh!! *
configure:11415: result: * To use previous
default of rsh: ./configure --with-rsh=rsh *
configure:11417: result:
**********************************************************************
configure:11421: result:
configure:11423: result: rsync 2.6.3 configuration
successful
configure:11425: result:
root
Please let me know how to create configuration file
and what could be reason that ?
Thanks and Regards
Alok B.
--
__________________________________
Do you Yahoo!?
The all-new My Yahoo! - Get yours free!
htt...
2015 Aug 19
0
Samba4 DC/AD documents created in redirected folders with bogus UID
...s not a configured UID. For example:
>
> $ ls -ltrn "/redirectedFolders/Users/matkeson/My Documents"
> -rwxrwx---+ 1 3000045 100 27648 2015-07-30 07:17 Accounts\ 7-1-2015.docx*
> drwxrwx---+ 2 3000045 100 4096 2015-08-11 09:27 Correspondence/
> -rwxrwx---+ 1 3000000 100 11423 2015-08-18 11:04 testMark.docx*
>
> This user's actual UID is 3000045, as created months ago via Windows RSAT.
> Confirmed by:
>
> $ wbinfo -i matkeson
> HPRS\matkeson:*:3000045:100:Mark Atkeson:/home/HPRS/matkeson:/bin/false
>
> I did recently upgrade Samba from the ori...
2006 Jul 05
3
Calling render_to_string from a view
I''m playing around with a list of todos, which I want to render as
<ul>''s that can nest to an arbitrary level, so I wrote this as a helper
method:
def print_todo(t)
str = "<ul>\n\t<li>"
str += render_to_string(:partial => ''todo'', :object => t) + "\n"
t.children.each { |c| str +=
2015 Aug 20
2
Samba4 DC/AD documents created in redirected folders with bogus UID
.../My Documents"
>>>>>>> -rwxrwx---+ 1 3000045 100 27648 2015-07-30 07:17 Accounts\
>>>>>> 7-1-2015.docx*
>>>>>>> drwxrwx---+ 2 3000045 100 4096 2015-08-11 09:27 Correspondence/
>>>>>>> -rwxrwx---+ 1 3000000 100 11423 2015-08-18 11:04 testMark.docx*
>>>>>>>
>>>>>>> This user's actual UID is 3000045, as created months ago
>>> via Windows
>>>>>> RSAT.
>>>>>>> Confirmed by:
>>>>>>>
>>>>>...
2015 Aug 20
0
Samba4 DC/AD documents created in redirected folders with bogus UID
...;> > $ ls -ltrn "/redirectedFolders/Users/matkeson/My Documents"
>> > -rwxrwx---+ 1 3000045 100 27648 2015-07-30 07:17 Accounts\
>> 7-1-2015.docx*
>> > drwxrwx---+ 2 3000045 100 4096 2015-08-11 09:27 Correspondence/
>> > -rwxrwx---+ 1 3000000 100 11423 2015-08-18 11:04 testMark.docx*
>> >
>> > This user's actual UID is 3000045, as created months ago via Windows
>> RSAT.
>> > Confirmed by:
>> >
>> > $ wbinfo -i matkeson
>> > HPRS\matkeson:*:3000045:100:Mark Atkeson:/home/HPRS/matkeson...
2015 Aug 20
0
Samba4 DC/AD documents created in redirected folders with bogus UID
...-ltrn "/redirectedFolders/Users/matkeson/My Documents"
>>> > -rwxrwx---+ 1 3000045 100 27648 2015-07-30 07:17 Accounts\
>>> 7-1-2015.docx*
>>> > drwxrwx---+ 2 3000045 100 4096 2015-08-11 09:27 Correspondence/
>>> > -rwxrwx---+ 1 3000000 100 11423 2015-08-18 11:04 testMark.docx*
>>> >
>>> > This user's actual UID is 3000045, as created months ago
>via Windows
>>> RSAT.
>>> > Confirmed by:
>>> >
>>> > $ wbinfo -i matkeson
>>> > HPRS\matkeson:*:3000045:100...
2015 Aug 20
0
Samba4 DC/AD documents created in redirected folders with bogus UID
...rectedFolders/Users/matkeson/My Documents"
> >>>> -rwxrwx---+ 1 3000045 100 27648 2015-07-30 07:17 Accounts\
> >>> 7-1-2015.docx*
> >>>> drwxrwx---+ 2 3000045 100 4096 2015-08-11 09:27 Correspondence/
> >>>> -rwxrwx---+ 1 3000000 100 11423 2015-08-18 11:04 testMark.docx*
> >>>>
> >>>> This user's actual UID is 3000045, as created months ago via Windows
> >>> RSAT.
> >>>> Confirmed by:
> >>>>
> >>>> $ wbinfo -i matkeson
> >>>> HPR...
2015 Aug 20
0
Samba4 DC/AD documents created in redirected folders with bogus UID
...ers/matkeson/My Documents"
> >>>>> -rwxrwx---+ 1 3000045 100 27648 2015-07-30 07:17 Accounts\
> >>>> 7-1-2015.docx*
> >>>>> drwxrwx---+ 2 3000045 100 4096 2015-08-11 09:27 Correspondence/
> >>>>> -rwxrwx---+ 1 3000000 100 11423 2015-08-18 11:04 testMark.docx*
> >>>>>
> >>>>> This user's actual UID is 3000045, as created months ago
> >via Windows
> >>>> RSAT.
> >>>>> Confirmed by:
> >>>>>
> >>>>> $ wbinfo -i m...
2015 Aug 20
0
Samba4 DC/AD documents created in redirected folders with bogus UID
...27648 2015-07-30 07:17 Accounts\
>>>>>>>>
>>>>>>> 7-1-2015.docx*
>>>>>>>
>>>>>>>> drwxrwx---+ 2 3000045 100 4096 2015-08-11 09:27 Correspondence/
>>>>>>>> -rwxrwx---+ 1 3000000 100 11423 2015-08-18 11:04 testMark.docx*
>>>>>>>>
>>>>>>>> This user's actual UID is 3000045, as created months ago
>>>>>>>>
>>>>>>> via Windows
>>>>
>>>>> RSAT.
>>>>>&g...
2009 Nov 13
0
Wine release 1.1.33
...ss application hangs
8436 Port Royale II - Crashes at start-up
9575 IBExpert need windows native ole32.dll to run
9682 NVDVD fails to start due to saxxml error
9856 winecfg freezes when alt+ certain keys are pressed in certain places
9895 Alzip crashes: Invalid float operation
11423 Canon Digital Photo Professional (DPP) upgrader crash
12003 foobar2000-0.9.4.4 status bar not updated
12074 The conformance tests fail on Windows
12297 Movie Magic Screenwriter 6: Initialization Error requiring installation of a device driver
12453 Bad performance in Source based games...