search for: reran

Displaying 20 results from an estimated 200 matches for "reran".

2009 Mar 20
2
New User Issues
...Spec and was trying to do the example on the main page for RSpec (the bowling example). I''m using Ubuntu and did the normal "sudo gem install rspec" and then tried to create the bowling_spec.rb file. When I ran spec bowling_spec.rb, I was missing the cucumber gem, installed that, reran and was missing the hoe gem, installed that, reran and it gave me the a missing ''require'' from the bowling_spec since I didn''t have a bowling.rb file. Is that expected? From the example, it didn''t seem like it would be. When I then added the bowling.rb file and r...
2007 Sep 13
2
zpool versioning
...ly reported the pool as a "version=3" pool. I reinstalled the OS with a u4 (08/07), ran zpool grade, was told I successfully upgraded from version 3 to version 4, but zdb reported "version=3". I unmounted the zfs, remounted, and zdb still reported "version=3". I reran zpool upgrade, and was told there were no pools to upgrade. I blew away that pool, and created a new pool and zdb correctly reported "version=4". Perhaps I''m being pedantic, but the version thing on an upgraded pool bugged me ;-) Does anyone have any thoughts/experiences on...
2011 Nov 02
2
[LLVMdev] test suite and int main
...#39;int' > > unsigned int main(unsigned int llvm_cbe_argc, unsigned char > > **llvm_cbe_argv); > > Why are you trying to run the test suite using the C backend? > Good question. I just went into my build directory's projects subdirectory, checked out test-suite. Then reran the top-level configure. Then went into the projects/test-suite subdirectory and ran: make TEST=nightly report report.html (as suggested on the web page). And this is what happened. What should I be doing? Thanks again, Hal > -Eli -- Hal Finkel Postdoctoral Appointee Leadership Computing Fac...
2006 Aug 24
2
Messages not expunged
...erver ran fine, messages gone. With dovecot I found the messages were not being expunged. The log indicated they were, but then said 262 messages existed at the end. After more checking, I found the file system I was using was low on disk space (<50M). As soon as I added more disk space, and reran the test with dovecot the messages were indeed expunged. Is this normal imap protocol behavior? I thought I would see an error message or something in the dovecot log. Does dovecot duplicate the mailbox before expunge? There wasn't room on our system to do that. Thanks much for any insight...
2015 Jun 30
2
Re: Issue with virt-builder on Ubuntu 14.04
Rich you're right, I forgot to run make. I added 'set -x' and reran make and then ran 'virt-builder -v -x' and it seems to hang at dhclient (see attached log). Shawn On Tue, Jun 30, 2015 at 9:17 AM, Richard W.M. Jones <rjones@redhat.com> wrote: > On Tue, Jun 30, 2015 at 09:07:25AM -0600, Shawn Greig wrote: > > - I tried forcing TCG and it...
2000 Dec 22
1
rw1020 Rcmd INSTALL path\ deletes rw1020\library\* (PR#789)
...sing cmdproxy.exe under emacs shell-mode under Win98, It seems that the problem arose when I used Rcmd INSTALL C:\rw1011\src\library\bqtl\ A subsequent Rcmd INSTALL C:\rw1011\src\library\bqtl also failed. Inspection showed that all the directories under C:\rw1011\src\library were gone. I reran rwinst.exe to put them back in place then I reran Rcmd INSTALL C:\rw1011\src\library\bqtl and everything seemed to go thru OK (up to creating chtml, which the system was not configured to do anyway. But library(bqtl) works, examples all run, all seems OK, etc.) --please do not edit the inform...
2006 Jun 06
4
(?) Loss of fullscreen mode with freenx-0.5.0-8.c4
...creen" />) but wheras it used to really go into fullscreen mode it does not since the update. I now see the top and bottom panels from the "parent" display and a window title on the NX client window, which is not what I was getting in "fullscreen" mode with 0.4.4. I reran the connection wizard and created a new connection, insuring that the options were what I wanted, but it still has the same behaviour. I downgraded freenx to the 0.4.4-1.centos4 package and the expected behaviour returned. Am I screwing up somewhere, or did I miss something in the documentation?...
2012 Jan 28
3
[LLVMdev] tbaa differences in llvm 3.0
...s of analysis followed by tbaa, possibly overriding the "wont alias" information we provided in the IR. The comments in the code imply that tbaa executes first. As an experiment I reversed the order of the passes in addInitialAliasAnalysisPasses, rebuilt llvm 3.0 and our application and reran our alias tests. Now we get the same (good) results as llvm 2.9. So my question is - which order is correct? I would expect that explicit tbaa tags that say that some pointers dont alias should have precedence. I can provide a fairly small .ll test case if necessary. thanks for your help and a...
2016 May 12
1
is samba ad dc the domain and local master browser ?
...a 4 ad dc be configured as the local and domain master browser or does this not apply to ad dc ? i ask because using the following command nmblookup -M MYNETBIOSNAME and got a positive name query response from a domain member not the dc, i disabled the domain and local browsing on the domain member reran the nmblookup command, and got a name_query failed to find name response, i've seen examples for samba pdc but nothing for a ad dc. so i'm looking for clarification on the the issue. shadrock
2007 Nov 14
2
Problems compiling current SVN
...connection.c:342: error: (Each undeclared identifier is reported only once >> connection.c:342: error: for each function it appears in.) > > Make sure you don't have a corrupted source file, that error does not appear > here. I removed the tree which I'd just checked out, reran svn co http://svn.xiph.org/icecast/trunk/icecast icecast cd icecast ./autogen.sh make and got the same error. Either autogen is mangling it or the file in SVN is problematic. The line in question says: 342: WARN2 ("failed to check status of \"%s\": %s", cache-&g...
2007 Oct 09
1
problem mapping large files?
...icrosoft's ImageX with Wine as part of a small Linux image to install Windows disk images. It works great for a 120Mb file, however when I try it on a 2.3Gb file, it fails with "Invalid data". The tool is designed for dealing with large files, so it looks like a problem in Wine. I reran it with +server,+relay which included the following in the output: 0009:Call KERNEL32.CreateFileMappingW(00000050,00000000,00000002,00000000,8fcbf02e,00000000) ret=01028a7b 0009: create_mapping( access=000f0005, attributes=000000c0, rootdir=(nil), size_high=0, size_low=-1882460114, protect=65,...
1999 Nov 23
0
status of Solaris build
...#39;m not sure how to do it without breaking other platforms) to generate patches for here. 1) _PATH_DEVNULL, _PATH_UTMP and _PATH_WTMP aren't defined anywhere, since Solaris doesn't appear to have a paths.h include. When the compile bailed, I dropped in a literal string and reran the make. 1a) There are some conflicting declarations of __progname in the application *.c files (sshd.c, ssh-add.c, etc.). If __progname wasn't found, these files declare it as a const char *. Later in code blocks, it is redeclared as an extern char *. C compilers won...
2004 Nov 27
2
rtp compile error
Hi Just uploaded source from cvs (CVS-HEAD-11/27/04-12:56:51) Zaptel and libpri make install works ok, but I get the following error when running make install in asterisk directory rtp.c : in function 'ast_rtp_bridge': rtp.c : 1552 internal compiler error : Illegal instruction Please submit a full debug report ........... make *** [rpt.o] : Error 1 What have I done wrong ? (Its got to
1998 Nov 10
1
NT SP4 and plain text passwords
Samba Masters: I installed SP4 on a NT 4.0 workstation and now it cannot connect to any samba shares. I reran the NT4_PlainPassword.reg script but that did not fix the problem. Your suggestions / flames would be appreciated. Thank You **************************************************************** Leo Crombach System / Network Administrator Tropel Corporation Phone: (716) 388-3566 60 O'Connor Ro...
2012 Dec 17
1
Error with active Libvirt Bridge (virbr0)
...Pv4 addresses More than one IPv4 address found. Using 172.20.10.19 After I provision Samba I try to test according to the HOWTO and host lookup fails: # host -t SRV _ldap._tcp.hrt.local ;; connection timed out; no servers could be reached After i disable virbr0 everything works as intended (i reran the provisioning step, haven't checked if that was nessesary). host -t SRV _ldap._tcp.hrt.local _ldap._tcp.hrt.local has SRV record 0 100 389 hrmfile.hrt.local. cheers BJ
2010 Sep 10
0
Custom package provider -- not stored locally?
...ontent changed ''{md5}b0a26e0cf8d707e2d1e391e60a11c5f7'' to ''{md5}7d9343154d1279da4b662068c24301f4'' notice: /Stage[main]/Test/Package[portaudit]/ensure: created notice: /Stage[main]/Test/Package[ruby]/ensure: created notice: Finished catalog run in 6.02 seconds I reran the command, and got the following output: err: Could not run Puppet configuration client: Parameter provider failed: Invalid package provider ''portupgradepp'' at /usr/local/etc/ puppet/modules/test/manifests/init.pp:9 Finally, I modified the provider by prepending a space to the...
2011 Nov 02
0
[LLVMdev] test suite and int main
...d int main(unsigned int llvm_cbe_argc, unsigned char >>> **llvm_cbe_argv); >> >> Why are you trying to run the test suite using the C backend? >> > > Good question. I just went into my build directory's projects > subdirectory, checked out test-suite. Then reran the top-level > configure. Then went into the projects/test-suite subdirectory and ran: > make TEST=nightly report report.html (as suggested on the web page). And > this is what happened. What should I be doing? Pass DISABLE_CBE=1 DISABLE_JIT=1 to the make line. More generally, you shoul...
2004 Sep 10
1
problem compiling with gcc 3?
Yes, the tests are pretty exhaustive. Actually if you have the test_files/ directory checked out of CVS it will run even more tests. I reran all the tests again (asm optimizations on) on redhat 7.1 with gcc 2.96 and they all passed. They are also all passing on Windows with MSVC and OS X with gcc 2.95.2. Matt, there is a slight chance that your noise tests failed because your run produced the exactly perfect data to trigger something...
2012 Jan 28
0
[LLVMdev] tbaa differences in llvm 3.0
...sis followed by tbaa, possibly overriding the "wont alias" information we provided in the IR. The comments in the code imply that tbaa executes first. > > As an experiment I reversed the order of the passes in addInitialAliasAnalysisPasses, rebuilt llvm 3.0 and our application and reran our alias tests. Now we get the same (good) results as llvm 2.9. > > So my question is - which order is correct? I would expect that explicit tbaa tags that say that some pointers dont alias should have precedence. The intention is for BasicAA to take precedence over TBAA. Whenever BasicA...
2005 Jan 10
2
Problem with compiling - Freebsd on AMD64 (PR#7489)
...S: FreeBSD 5.3 on AMD64 Submission from: (NULL) (149.106.32.93) I downloaded R-2.0.1 from the R website, ran configure then make and got an error. I will paste a copy of the output from the makefile below. The problem was when the makefile tried to run the R binary. When I came across the error I reran configure, but this time with the following arguments: ./configure FFLAGS="-g" CFLAGS="-g" CXXFLAGS="-g" This time when I ran make it compiled with no problems. I tried the same thing again only with all of the flags set to "-O" and again it compiled with n...