search for: doublecheck

Displaying 20 results from an estimated 76 matches for "doublecheck".

2010 Feb 11
1
Sweve/cacheSweave
...can now run LaTeX on 'pgfSweave-example.tex' > tools::texi2dvi("pgfSweave-example.tex", pdf=TRUE) Error in tools::texi2dvi("pgfSweave-example.tex", pdf = TRUE) : running 'texi2dvi' on 'pgfSweave-example.tex' failed LaTeX errors: C:/Imperial/Sileida/DOUBLECHECK/ALL/eval_amps/pgfSweave-example.tex:10: Missing \endcsname inserted The control sequence marked <to be read again> should not appear between \csname and \endcsname. C:/Imperial/Sileida/DOUBLECHECK/ALL/eval_amps/pgfSweave-example.tex:10: LaTeX E rror: Missing \begin{document}. See the LaTeX...
2004 Sep 15
2
Routestopped
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello I try to setup a bridge firewall base on http://shorewall.net/bridge.html I''m using shorewall-1.4.10g-1. I doublecheck on /etc/shorewall/routestopped file on my firewall, and there is no "OPTIONS" options. Should I use different shorewall version ? Thanks -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFBSAnprxwpwopYHJ...
2006 May 03
3
hyperthreading and zaptel
...ding enabled. (they call it virtual processor??) I have been intending for a month to disable it. Tonight, I rebooted, turned it off, and let the system come up. zaptel loaded and asterisk loaded, but both of my t1s were red. (it is a TE411P) /proc/interrupts looked OK, zttest gave OK numbers. I doublechecked all of the files in case I changed something else accidentally. I tried various combinations of unloading, loading the modules and ztcfg, etc. Finally, I decided to turn hyperthreading back on, and everything is back to normal. Unless there is somewhere in CentOS 4.3 that has the processor coun...
2016 Sep 04
1
Please update GPG signature to long format.
...ong IDs or even full fingerprints. I am therefore suggesting to update the instructions at <https://cran.rstudio.com/bin/linux/ubuntu/>. s/E084DAB9/E298A3A825C0D65DFD57CBB651716619E084DAB9/ (Note that I tested only in Debian Stable, which is one year older as Trusty, so it might be good to doublecheck on a Trusty system that it works as expected.) Have a nice day, Charles -- Charles Plessy Tsurumi, Kanagawa, Japan
2002 Feb 07
1
no built in EXE module loaded did you specify an .spec
Hello, I have this problem when i start any program with wine i checked and doublechecked my config it still not helps BTW i'm not using any of original windows (i think native you call it) files or dlls or registry I hope i said enough root:/home/djcoke# wine d:\\setup.exe the error is =No built-in EXE module loaded! Did you create a .spec file? Thanx for any anwsers DjCoke
2004 Oct 08
1
[LLVMdev] debug intrinsic documentation
Hi, I just wanted to doublecheck that the docs on the debugger intrinsics as seen on http://llvm.cs.uiuc.edu/docs/Sour ceLevelDebugging.html are out of date w.r.t. function types being displayed: ie, shouldn't %D1 = call {}* %llvm.dbg.func.start(%lldb.global* %d.main) be %D1 = call {}* (%lldb.global*)* %llvm.dbg.func.sta...
2013 Jan 01
0
[LLVMdev] Git-Svn commit?
...vn>), all you have to do is `git svn dcommit`. My workflow when it comes time to commit is basically: 1. checkout master and pull from origin. 2. rebase stuff to be committed onto master. 3. `git svn dcommit --dry-run` to see what is going to be committed. 4. `git svn dcommit --interactive` to doublecheck that the right stuff is being committed as you send it off. steps 3 and 4 can become just `git svn dcommit`, but once I had git-svn get confused (I have no clue why) and try to re-commit other commits that were already checked in, so I've decided to play it safe. Actually, I think that 1 and 2...
2004 Dec 31
1
2.4.21-27.0.1.ELsmp & megaraid2 problem
...C ATA100 RAID controller The problem is somewhat similar, but not identical as: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=123289 After updating new glibc and kernel packages the new kernel don't boot. Boot fails to mount root fs with "Cannot open root device" message. I doublechecked that /etc/modules.conf is refering to megaraid2 as it should and then recreated initrd manually, no help. Older kernel version (2.4.21-20.0.1.ELsmp) boots just fine. As RHEL3 U4 release notes states: http://www.redhat.com/docs/manuals/enterprise/RHEL-3-Manual/release-notes/as-x86/RELEASE-NOTES-...
2018 Aug 02
2
ODP: Re: SAMBA 4 as Active Direcotry and Hyper-V
... Without SPN there might be some authentication failures e.g. With live migration kerberos based replication and probably console. As workaround You can try manually adding SPN with escape characters as in e.g.: Microsoft\ hyper-v\ Management\ Console/HOST.FQDN etc. (And again without FQDN) Also doublecheck correct SPN names for hyper-v I'm not 100% sure if I typed them correctly. That used to work for 100% for kerberos based hyper-v vm replication (for hyperv 2012 at least). Regards, Kacper <div>-------- Oryginalna wiadomość --------</div><div>Od: "L.P.H. van Belle via sa...
2009 May 20
2
[LLVMdev] Arm port
...'re trying to do with it. > > If you are able to try out LLVM for ARM, we would welcome your > feedback and contributions! Certainly, I'll test it out. In fact, I think now, that I do have a Nokia N800, and it runs the same TI OMAP3530 (I think, but I'm going to have to go doublecheck that) so I might well be able to test immediately. Tell you what: beginning immediately, I'll start reading all of the documents I can find at your site, so I'm not quite so dumb at it. I haven't seen that the code was up for download (or checkout?) but if it is, I'll fetch it and...
2006 Feb 19
5
can you give a answer?
when i tail -f my log: i find this: "Completed in 0.00233 (428 reqs/sec) | Rendering: 0.00005 (2%) | DB: 0.00118 (50%)" i am sure, this request didn''t access DB. but why here DB is (50%) it''s log wrong or my fault? regards -- Posted via http://www.ruby-forum.com/.
2012 Dec 31
3
[LLVMdev] Git-Svn commit?
Folks, I'm now using the git mirror, but I'm not sure how to commit changes via git, if at all possible. So far, I'm diffing & applying it on an RW svn tree and committing, but that makes me test twice and it's error prone. I read the manual regarding git-svn setup and all it has is the connection to svn to keep svn's linearity, but nothing on commit strategy. With git,
2007 Oct 04
3
acts_as_tree - parent reference is outdated?
I''m experiencing some unexpected weirdness with acts_as_tree. class Category < ActiveRecord::Base acts_as_tree has_many :variations end def variations # some code that returns the parent category variations if we have none end >> pc = Category.new >> pc.variations << "foo" >> pc.save >> cc = Category.new >> cc.parent = pc >>
2005 Aug 04
3
Ocfs and EMC Powerpath
A couple years ago, we moved to Oracle RAC on Linux using ocfs that is SAN attached to an EMC CLARiiON. At the time, there was a reason that we did NOT use EMC's Powerpath (I just can't recall what that reason was). What I'd like to know is if there are any issues with introducing Powerpath now. * RHEL 2.1 AS * 2.4.9-e.38enterprise * ocfs-2.4.9-e-enterprise-1.0.13-1 * EMC
2005 Mar 09
1
Windows file permission abilities?
...e does however want the user to be able to burn dvds of locally stored data, or from the user's samba $home directory. I suspect this isn't very feasible as if you can read the data you should be able to copy it to your local machine and then put it wherever you want, but i figured i'd doublecheck. TIA, Aaron Martinez
2018 Aug 02
1
ODP: Re: SAMBA 4 as Active Direcotry and Hyper-V
...authentication failures e.g. With live migration kerberos based replication and probably console. As workaround You can try manually adding SPN with escape characters as in e.g.: >> >> Microsoft\ hyper-v\ Management\ Console/HOST.FQDN etc. (And again without FQDN) >> >> Also doublecheck correct SPN names for hyper-v I'm not 100% sure if I typed them correctly. >> >> That used to work for 100% for kerberos based hyper-v vm replication (for hyperv 2012 at least). >> Regards, >> Kacper > Can you (perhaps with the OP) file a bug please? This we can fix....
2004 Apr 21
1
one-way audio and isdn4linux
...ice => /dev/ttyI1 group=1 msn=0208080808 incomingmsn=* device => /dev/ttyI0 device => /dev/ttyI1 EXTENSIONS.CONF: [general] static=yes writeprotect=no [globals] TRUNK=Modem/g1 TRUNKMSD=0 [default] exten => _9001,1,Dial(${TRUNK}:0208080809,60,tr) Firewalls are disabled on all machines (doublechecked). Sip calls between the two x-lite clients work consistently. After I boot the asterisk server I can make one call succesfull to the pstn (two-way voice). Subsequent calls from x-lite to pstn only give me one-way voice; the direction that works is pstn->sip: a call is cleary established, I jus...
2017 Aug 02
2
disable SMBv1 on AD
Was looking into how to disable SMBv1 and NetBIOS on a Samba AD. I suspect that if one just wants to support Win7 and "greater" this should work. However to prevent some open NetBIOS ports the "nbt" service must be removed from the "server services" entry. Basically these two entries (note nbt missing in the services line): server services = s3fs, rpc, wrepl, ldap,
2015 Nov 06
4
firewalld being stupid
Greetings, One of my biggest frustrations with CentOS 7 has been firewalld. Essentially all of the documentation just flat doesn't work. One common thing that needs to be done is to change the zone of an interface, however I've tried: firewall-cmd --permanent --zone=internal --change-interface=ens192 firewall-cmd --permanent --zone=internal --add-interface=ens192 I've also tried
2018 Feb 05
2
kmod c74 broken: howto report it
On Tue, Jan 2, 2018 at 10:10 AM, Akemi Yagi <toracat at elrepo.org> wrote: > > On Thu, Dec 7, 2017 at 6:23 AM, Stijn De Weirdt <stijn.deweirdt at ugent.be> wrote: >> latest kmod update 20-15.el7_4.6 is broken on our systems, while >> previous 20-15.el7_4.4 was working fine (and downgrading fixes the issue). >> >> the issue is with modules from mellanox