search for: checkit

Displaying 18 results from an estimated 18 matches for "checkit".

Did you mean: checkin
2002 Aug 29
0
PATCH: Fix IRIX 6 testsuite failures
...=================================================================== RCS file: testsuite/RCS/chgrp.test,v retrieving revision 1.1 diff -up -r1.1 testsuite/chgrp.test --- testsuite/chgrp.test 2002/03/25 03:01:37 1.1 +++ testsuite/chgrp.test 2002/08/29 17:11:14 @@ -31,7 +31,7 @@ do done sleep 2 -checkit "rsync -rtgvvv \"$fromdir/\" \"$todir/\"" "$fromdir" "$todir" +checkit "$rsync_bin -rtgvvv \"$fromdir/\" \"$todir/\"" "$fromdir" "$todir" exit 0 # last [] may have failed but if we get here then...
2002 Jun 15
0
[PATCH] make test patch.
...-- next part -------------- diff -urNp rsync-2.5.5.orig/testsuite/chgrp.test rsync-2.5.5/testsuite/chgrp.test --- rsync-2.5.5.orig/testsuite/chgrp.test 2002-03-25 04:01:37.000000000 +0100 +++ rsync-2.5.5/testsuite/chgrp.test 2002-06-16 06:19:50.000000000 +0200 @@ -31,7 +31,7 @@ do done sleep 2 -checkit "rsync -rtgvvv \"$fromdir/\" \"$todir/\"" "$fromdir" "$todir" +checkit "$RSYNC -rtgvvv \"$fromdir/\" \"$todir/\"" "$fromdir" "$todir" exit 0 # last [] may have failed but if we get here then we...
2002 Oct 08
1
Some tests fail if rsync is not on path (with patch)
...found one on my path. The fix is to replace rsync with $RSYNC in the two tests. With those changes, all tests pass. Context diffs follow: *** testsuite/chgrp.test.orig Tue Oct 8 11:16:33 2002 --- testsuite/chgrp.test Tue Oct 8 11:16:48 2002 *************** *** 31,37 **** done sleep 2 ! checkit "rsync -rtgvvv \"$fromdir/\" \"$todir/\"" "$fromdir" "$todir" exit 0 # last [] may have failed but if we get here then we've won --- 31,37 ---- done sleep 2 ! checkit "$RSYNC -rtgvvv \"$fromdir/\" \"$todir/\&quo...
2012 Nov 07
5
Calling R object from R function
Hi, Can you please help me with this please? What I am trying to do is call a vector from R function and used in the new function So I create 4 functions with these arguments M11 <- function(TrainData,TestData,mdat,nsam) { ls <- list() I have few statments one of them is vectx <- c(,1,2,3,4,5,6,6) vectz <- c(12,34,5,6,78,9,90) and then................ ls(vectx=vtecx,vectz=vectz)
2019 Jul 26
4
GPO issues - getting SYSVOL cleaned up again
One more i found is : http://www.edugeek.net/forums/windows-7/145171-event-id-1053-group-policy.html But i dont expect that to be your problem, just do checkit. And review these steps https://www.dell.com/support/article/nl/nl/nldhs1/sln163816/troubleshooting-group-policy-processing-errors-in-an-active-directory-domain?lang=en I can type it all, but then you get more typo's ;-) Above links are the things i would check first. And do update you...
2003 Jan 21
2
[patch] Two problems in testsuite (POSIX, perms)
...o write to the destination directory. Source +# directory must be chown'ed as well so that UIDs & GIDs match when +# the source & destination are compared after copying. +if [ "$testuser" = "root" ]; then + chown -R $UID:$GID "$FROM" "$TO" +fi + checkit "$RSYNC -avvz \"$FROM/\" localhost::test-to/" "$FROM" "$TO" Index: testsuite/rsync.fns =================================================================== RCS file: /cvsroot/rsync/testsuite/rsync.fns,v retrieving revision 1.50 diff -u -r1.50 rsync.fns --- t...
2019 Jul 31
0
GPO issues - getting SYSVOL cleaned up again
...s - getting SYSVOL cleaned up again > > Am 26.07.19 um 12:09 schrieb L.P.H. van Belle via samba: > > One more i found is : > > > http://www.edugeek.net/forums/windows-7/145171-event-id-1053-g > roup-policy.html > > But i dont expect that to be your problem, just do checkit. > > unfortunately I don't get the screenshot there > > Wouldn't the ACLs set by your script be enough/correct? ;-) Yes, my script is correct, that is verified/based with a windows 2008R2 setup. But only the default rights are checked. Default share rights ( everyone full...
2010 Aug 14
2
USB Joystick PPM RC controller
Hi, I am trying to play AeroFly Deluxe with mac and wine, the game runs fine but I can not detect my controller. I am using USBg Tom RC data cable (http://sim.tomsrc.com/news.php), that works on Mac, alredy checkit with the ?Joystick And Gamepad Tester? of http://alphamacsoftware.com/ DO you know how to "see" my controller in Wine? thank you
2003 Feb 04
0
Rsync 2.5.6 ssh-basic.test patch
...+23,20 @@ test_skipped "Skipping SSH tests because ssh conection to localhost not authorised" fi +# Added by Steve Bonds Feb 2 2003 +# Without this, there are no files in the ${FROM} directory, so rsync has +# nothing to do. +hands_setup + runtest "ssh: basic test" 'checkit "$RSYNC -avH -e ssh --rsync-path=$RSYNC ${FROM}/ localhost:${TO}" ${FROM}/ ${TO}' + +# Added by Steve Bonds Feb 2 2003 +# I assumed that "F1" was intended to hold a single file for testing if +# rsync could detect a renamed file over ssh. Without this line below +# it was u...
2008 Sep 03
1
DO NOT REPLY [Bug 5732] New: xattrs.test calls wrong rsync
...aX file1 file2 +$RSYNC -aX file1 file2 ../chk/ +$RSYNC -aX --del ../chk/ . +$RSYNC -aX file1 ../lnk/ xls file1 file2 >"$scratchdir/xattrs.txt" @@ -132,7 +132,7 @@ cd "$fromdir" rm "$todir/file2" echo extra >file1 -rsync -aX . ../chk/ +$RSYNC -aX . ../chk/ checkit "$RSYNC -aiiX . ../to" "$chkdir" "$todir" -- 1.5.4.5 -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
2004 Dec 10
0
ISOLINUX fails at boot on Award BIOS v6.00PG
...if you have no removable or fixed hard disks on the SCSI controller. Try another CD-ROM drive or another CD to eliminate the possiblity that the problem is either of those. Try the CD in another sytem if you have one. Check the md5sum if it was an ISO burned image. Run a system diagnostic like Checkit Diagnostic (http://www.smithmicro.com/). If DOS see's the devices and you can access them then there is nothing wrong with your hardware. If you BIOS boot order is set to: CD or SCSI (if that's where the CD-ROM drive is hooked up to), A, C or HDD-0 (if your operating system is on the firs...
2003 Dec 27
1
Outgoing call with bad/choppy sound
...ing the following 2 issues: 1.- When making calls from the GrandStream to the PSTN the audio is choopy, plus theres is a pulsing sound, but when the GS receives calls it sounds great. 2.- We are not receiving any callerd id from the PSTN, this may be an issue with the E1 provider, will checkit, but again, it might not. Thank's in advance for any help. Configuration: /etc/zaptel.conf ---------------------- span=1,0,0,ccs,hdb3,crc4 span=2,0,0,ccs,hdb3,crc4 span=3,0,0,ccs,hdb3,crc4 span=4,0,0,ccs,hdb3,crc4 bchan=1-15,17-31 dchan=16 bchan=32-46,48-62 dchan=47 bchan=63-77,79-93...
2004 Sep 30
4
Caller ID Info from Cisco router to Asterisk
Dear Asterisk Gurus: Our county is finally ready to begin implementing IP telephony. We intend to use a Cisco router as our PSTN gateway and Asterisk as our soft switch. The plan is to use SIP between the Cisco router and Asterisk. We will have a single PRI T1 connected to the Cisco router for PSTN access. My question is this: Are Cisco routers able to pass caller ID information (from PRI
2003 Jan 24
5
Cygwin issues: modify-window and hangs
I had a friend run some Cygwin tests and we found that --modify-window=1 works just as well as --modify-window=2 on FAT filesystems to copy files from Unix and detect the difference in granularity. FAT filesystems always have timestamps that have an even number of seconds. On the other hand, NTFS filesystems can store the modification time down to the second, whereas previously people on this
2009 Apr 18
8
DO NOT REPLY [Bug 6276] New: crtimes.patch does not preserve creation dates on Mac x86_64 only
https://bugzilla.samba.org/show_bug.cgi?id=6276 Summary: crtimes.patch does not preserve creation dates on Mac x86_64 only Product: rsync Version: 3.0.6 Platform: x86 OS/Version: Mac OS X Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org
2019 Jul 26
4
GPO issues - getting SYSVOL cleaned up again
new thread, old issue been fiddling off-list with tips from Louis over the last days, and putting it back to the list to ask for help from others: 2 samba-4.9.11 DCs 1 samba-4.8.12 DM file server GPOs not working cleanly anymore tried to resync completely etc etc - right now I test gpupdate/gpresult on an older (not productive) W2008R2 server which I use for editing stuff via RSAT/MMC I
2004 Apr 10
0
patches for copying atimes
...#! /bin/sh + +# Test rsync copying atimes + +. $srcdir/testsuite/rsync.fns + +set -x + +fromdir="$scratchdir/from" +todir="$scratchdir/to" + +mkdir "$fromdir" + +touch "$fromdir/foo" +touch -a -t 200102031717.42 "$fromdir/foo" + +TLS_ARGS=--atime + +checkit "$RSYNC -rtgvvv \"$fromdir/\" \"$todir/\"" "$fromdir" "$todir" + +# The script would have aborted on error, so getting here means we've won. +exit 0 Index: testsuite/rsync.fns =================================================================== R...
2004 Apr 20
1
improved atime patch
...#! /bin/sh + +# Test rsync copying atimes + +. $srcdir/testsuite/rsync.fns + +set -x + +fromdir="$scratchdir/from" +todir="$scratchdir/to" + +mkdir "$fromdir" + +touch "$fromdir/foo" +touch -a -t 200102031717.42 "$fromdir/foo" + +TLS_ARGS=--atime + +checkit "$RSYNC -rtAgvvv \"$fromdir/\" \"$todir/\"" "$fromdir" "$todir" + +# The script would have aborted on error, so getting here means we've won. +exit 0 Index: testsuite/rsync.fns ===================================================================...