search for: retest

Displaying 20 results from an estimated 588 matches for "retest".

2001 Aug 09
1
converting a BMDP 8V mixed model to R / nlme
...a partial solution in BMDP 8V. Here is the 8V control language: /input title='Augenbewegungen'. variables=4. file='latm.dat'. format='11x,f7.0,f7.0,f12.4,f10.0'. /variables names= llat,rlat,vg,diff. /design ndep = 4. level=21,2,2,9,3. names = person,retest,direct,flicker,ground. random = person. fixed = retest,ground,direct,flicker. model = 'P,R,G,D,F'. /end. /finish. BMDP 8V calculates the anova and reports F-values for tests of all fixed effect interactions against the error from the interaction with person variables. Also estimates of var...
2019 Oct 28
6
Committing with git
Now that we have switched to git and I had to leave behind my wonderfully simple svn workflow I have noticed something curious when committing. My typical workflow once my patch is approved on Phabricator has always been: - Update my source tree to latest - Apply the approved patch - Rebuild - Retest - If all is well, commit Having to update again after rebuilding/retesting was extremely rare since SVN only prevented the commit if I am modifying the same file(s) that have been modified upstream since my update. So I tried replicating that workflow with git, but apparently that isn't reall...
2001 Aug 09
0
converting BMDP 8V mixed model treatment to R ?
...eatment.) Here is the problem statement in BMDP control language: /input title='Augenbewegungen'. variables=4. file='latm.dat'. format='11x,f7.0,f7.0,f12.4,f10.0'. /variables names= llat,rlat,vg,diff. /design ndep = 4. level=21,2,2,9,3. names = pers,retest,direct,flicker,ground. random = pers. fixed = retest,ground,direct,flicker. model = 'P,R,G,D,F'. /end. /finish. I tried in R (some minor differences in variable naming): latm <- read.table( "latm.dat" ) latm.aov <- aov( llat ~ direct * flicker *ground *retest +person + Er...
2011 May 26
6
some old xl bugs
Hi Stefano Here is some xl related bugs which opened for long time and I didn''t see anyone working on them. I retest them with latest xen upstream and all of them are still exist. 1. [XL]Fail to create multi-guests with NIC assigned http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1761 xm don''t have the issue. 2. [XL]Guest network broken after do SAVE/RESTOR with xl http://b...
2006 Nov 06
2
grep searching for sequence of 3 consecutive upper case letters
Hello, I need to identify all elements which have a sequence of 3 consecutive upper case letters, anywhere in the string. I tested my grep expression on this site: http://regexlib.com/RETester.aspx But when I try it in R, it does not filter anything. str <-c("AGH", "this WOUld be good", "Not Good at All") str[grep('[A-Z]{3}',str)] #looking for a sequence of 3 consecutive upper case letters [1] "AGH" "this WOUld b...
2008 Apr 07
3
Bugs not triggering if foret to run winecfg
I just updated to version 0.9.59 and decided that it was time to do a proper retest of one of my apps (DVD Profiler (http://appdb.winehq.org/objectManager.php?sClass=application&iId=1975)). I was quite chuffed when I ran the install and some of the bugs seemed to have been squashed, but I was suffering from the recent task bar issue (bug 12362 (http://bugs.winehq.org/show_bug....
2016 Oct 21
2
NVAC "No Signal"
...ion > ^^^^^ > I meant G96, sorry I mixed it up. > > Lukas Yes, that bit had stayed in my memory, that switching between the two GPUs would not only switch them for the laptop screen, but for the external ones as well. IIRC, I am getting the no signal in both cases, but I need to retest. Pierre > > > it in case you weren't.) (In theory we could change vga_switcheroo > > and apple-gmux to support switching the panel and the external port > > separately rather than in unison if there is demand. It's only > > supported on MBPs introduced from 2...
2020 Feb 12
1
[PATCH] virtio: Work around frames incorrectly marked as gso
...he UML vector network > > > drivers. > > > > > > > I think we need to find the culprit and fix it there, lots of other things > > can break otherwise. > > Just printing out skb->dev->name should do the trick, no? > > I will rebuild my rig and retest (it's been a while since I worked on this bug). > > In theory, it should be veth - the test is over a vEth pair and all frames are locally originated by iperf. > > In practice - I will retest and post the results sometimes later today. > > Brgds, ok if it's veth then...
2006 Jan 12
2
Develop locally, Debug Globally?
...an isp for my server etc. If you are developing a "one-off" rails app with the intent of using it on an isp hosted server, would it normally work better to develop and debug the thing locally (like on a Mac for instance), and then go through a round of "move it to the server and retest everything there and get it working there"? Or would you be better off to just develop the whole thing "out there" on the server? Are there any IDE''s that work directly on files that are on a remote host instead of local files? thoughts? experiences? thanks, jp --...
2004 Jun 18
2
Need a working model of smb.conf for a PDC
Having some major troubles with smb and making it a PDC For 2 weeks now I have been testing, and retesting. At one point I had it all working except for password changing. Has anyone goten Samba 3.0.4 to work correctly as a PDC with an smbpasswd back ground (not pam or ldap). If so could you please send me a working copy of your SMB file (only core components needed, no need for shares or anyt...
2018 Mar 20
2
Best Power FE700VA?
...own (as the driver does without "-D", > or when launched by "upsdrvctl start"). Other init systems like > launchd or systemd will monitor the PID of the program to restart it > if necessary, so they work best when the driver doesn't fork. Ok, around 24hrs ago I retested, but the (same) output is still on the screen without it going into background to release tty/sh... >> Here's output I got within the last few minutes, just wondering how to complete configuration now (if this is working)... >> >> root at darwinheim:~# Network UPS Tools -...
2014 Nov 10
17
[Bug 86115] New: Suspend to RAM fails when using Nouveau
https://bugs.freedesktop.org/show_bug.cgi?id=86115 Bug ID: 86115 Summary: Suspend to RAM fails when using Nouveau Product: xorg Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee: nouveau at
2019 Apr 04
2
PJSIP Delay in Dialing
...enable debugging but didn't see any attempts to resolve hostnames. I will give it another look. I did have an empty resolver_unbound.conf (not even a general context) - would that likely cause issues? I would expect the defaults to kick in but I have now added: [general] hosts=system I will retest/debug when ASAP. Mark. On Thu, 4 Apr 2019 at 15:20, Joshua C. Colp <jcolp at digium.com> wrote: > On Thu, Apr 4, 2019, at 11:18 AM, Mark Farmer wrote: > > Seems to be res_resolver_unbound.so > > Reading the documentation now but any hints greatly appreciated! > > The...
2019 Oct 29
3
Committing with git
...te: Now that we have switched to git and I had to leave behind my wonderfully simple svn workflow I have noticed something curious when committing. My typical workflow once my patch is approved on Phabricator has always been: - Update my source tree to latest - Apply the approved patch - Rebuild - Retest - If all is well, commit Having to update again after rebuilding/retesting was extremely rare since SVN only prevented the commit if I am modifying the same file(s) that have been modified upstream since my update. So I tried replicating that workflow with git, but apparently that isn't reall...
2020 Feb 25
2
Windows ACLs : problems
...o type something ;-) ;-) >>> Which contains something like this: >>> >>> !root = DOMAIN\Administrator >> >> # cat /etc/samba/samba_usermapping >> !root = CST\Administrator CST\administrator > Have you run 'net cache flush' ? right now, will retest. > OK, I give in, I will alter the wiki page, if you use the 'rid' or > 'autorid'? backend, you can use Domain Admins, just do not give Domain > Admins a gidNumber. 1) why and how could I have done that? 2) this leads to another issue with locales and umlauts: I can'...
2009 Nov 02
2
Problem with pam_winbind
...pam_winbind.so auth required pam_deny.so account required pam_winbind.so account required pam_deny.so when i try testsaslauthd -u test -p password -s imap-test I get 0: NO "authentication failed" if I change imap-test config file to remove pam_winbind and use shadow and then retest with a shadow userid/password it works. I have tried setting debug for pam_winbind but I don't see anything Thanks Alex -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: Digital signature U...
2016 Jun 16
2
[PATCH v7 00/12] Support non-lru page migration
...> > zsmalloc migration? > > need to test more, can't confidently answer now. > > > How easy can you reprodcue it? Could you bisect it? > > it takes some (um.. random) time to trigger the bug. > I'll try to come up with more details. Could you revert [1] and retest? [1] mm/compaction: split freepages without holding the zone lock > > -ss > > > > kernel: flags: 0x8000000000000000() > > > kernel: page dumped because: nonzero mapcount > > > kernel: Modules linked in: lzo zram zsmalloc mousedev coretemp hwmon crc32c_intel...
2016 Jun 16
2
[PATCH v7 00/12] Support non-lru page migration
...> > zsmalloc migration? > > need to test more, can't confidently answer now. > > > How easy can you reprodcue it? Could you bisect it? > > it takes some (um.. random) time to trigger the bug. > I'll try to come up with more details. Could you revert [1] and retest? [1] mm/compaction: split freepages without holding the zone lock > > -ss > > > > kernel: flags: 0x8000000000000000() > > > kernel: page dumped because: nonzero mapcount > > > kernel: Modules linked in: lzo zram zsmalloc mousedev coretemp hwmon crc32c_intel...
2014 Apr 27
2
[LLVMdev] LLVM 3.4.1 Testing Phase Part 2
...elays. > > Thanks, > Tom > > On Fri, Apr 25, 2014 at 10:32:06PM -0400, Tom Stellard wrote: > > Hi, > > > > There was one regression found in Phase 1 testing, so we need to do > > another round. The regressions was in Clang, so all targets need to > > be retested. > > > > Just a reminder when doing regression testing we know want to compare > > the test results of 3.4.1-rc2 with 3.4-final to see if there are any new > > regressions. Also, please remind me of the platform you are testing on > when you > > send me your resu...
2011 May 30
5
[Bug 37768] New: [NVA8] UT2003: Splash-screen is transparent with gnome-shell enabled
https://bugs.freedesktop.org/show_bug.cgi?id=37768 Summary: [NVA8] UT2003: Splash-screen is transparent with gnome-shell enabled Product: Mesa Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau