search for: _should_

Displaying 20 results from an estimated 367 matches for "_should_".

2013 Sep 18
2
Request for the Admin
...m / reason >> is), I'm sure it will be helpful for all. > > Yeah, right. > > > Groeten > Geert Stappers Perhaps an explicit robots.txt could be of help. Per http://www.robotstxt.org/robotstxt.html an empty file or "User-agent: * Disallow:" A HTTP return 404 _should_ be sufficient (but we know how well some things that _should_ work may not always). -- -Gene
2009 Dec 05
5
[LLVMdev] GCC frontend binaries + Darwin10 (Mac OS X)
.../libiconv.2.dylib Referenced from: /Users/me/llvm/gcc/bin/llvm-gcc Reason: Incompatible library version: llvm-gcc requires version 8.0.0 or later, but libiconv.2.dylib provides version 7.0.0 Trace/BPT trap So I installed MacPorts and 'libiconv', but I get the same error message. But it _should_ work, because otool -L /opt/local/lib/libiconv.2.dylib gives me: /opt/local/lib/libiconv.2.dylib: /opt/local/lib/libiconv.2.dylib (compatibility version 8.0.0, current version 8.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 125.0.0) Any hint what went wrong? T...
2016 Jan 14
4
[v3,11/41] mips: reuse asm-generic/barrier.h
...s to what we _think_ the actual hardware does. It is _NOT_ a specification. You cannot design hardware from that. Its incomplete and fails to specify a bunch of things. It not a mathematically sound definition of a memory model. Please stop referring to that document for what a particular barrier _should_ do. Explain what MIPS does, so we can attempt to integrate this knowledge with our knowledge of PPC/ARM/Alpha/x86/etc. and improve upon our understanding of hardware and improve the Linux memory model.
2016 Jan 14
4
[v3,11/41] mips: reuse asm-generic/barrier.h
...s to what we _think_ the actual hardware does. It is _NOT_ a specification. You cannot design hardware from that. Its incomplete and fails to specify a bunch of things. It not a mathematically sound definition of a memory model. Please stop referring to that document for what a particular barrier _should_ do. Explain what MIPS does, so we can attempt to integrate this knowledge with our knowledge of PPC/ARM/Alpha/x86/etc. and improve upon our understanding of hardware and improve the Linux memory model.
2013 Nov 25
9
GeForce 4xx/Fermi to Quadro Modifying Quide
Due to popular demand, I have finally found time to write this up. I had to rush it a little, but hopefully you get the gist. http://www.altechnative.net/2013/11/25/virtualized-gaming-nvidia-cards-part-3-how-to-modify-a-fermi-based-geforce-into-a-quadro-geforce-gts450gtx470gtx480-to-quadro-200050006000/ Any questions, please ask away, and I''ll update the article to expand on those
2012 Aug 07
2
[LLVMdev] [RFC] unused argument warning
...s to prevent this warning from being too verbose (e.g., clang -E -g t.c -o t.i); when linking the driver claims all CompileOnly arguments. We should only be warning in cases where it would actually cause a problem (i.e., misspelled options or specifying options that conflict). Conflicting options _should_ already be handled. Detecting unknown or misspelled options is very straight forward to implement which doesn't require claim() calls to be sprinkled throughout the driver. Mostly I'm looking for counter arguments as to why this warning should remain given the heavy burden.. Chad
2016 Sep 27
2
src/Makevars ignored ?
...y interaction beetween C and C++ symbol generation because of the use, in our case, of CC = gcc -std=gnu99 3) a dev that answwer: "I have no clue, in debian it works" ;-( anyway I still convinced that if R provides a mechanisn hierachical way of variable overwrite pkg / user/ system it _SHOULD_ be consistent at all levels my question was raised because of our install mechanism that (hopefully) does not allow modification of files like ~/.R/Makevars. I can only "play" with the sources of the software it is working on and//or environment variables. so I wanted to have a tempo...
2002 Nov 14
2
locking "issue"
...that setting resolves said issue or not - what can I do to get some communication open for testing so we don't have to purchase X product because of a simple fix or setting change. I'd be more than happy to get ahold of some developers at this place to get some kind of a dialog set up. It _should_ be in their best intrest to get interoprability going with samba as we aren't the only customer running it with thier products. The following message is from a developer at the software company... =========================================================================
2014 Oct 26
3
System freezes
...think it can cause the system to hang. And actually commenting it out didn't change anything. > When using "PROMPT 1", you should see the "boot:" prompt. Yes I see the prompt (as I did before). > Pressing [Enter], should boot the "Vaio" label. I know it _should_ boot, but it _doesn't_, that's the problem. At this point, the only thing I can do is a hard reset. Bernd -- http://sudrala.de
2003 May 10
3
benchmarking rsync's -z compression utility
Hi, Is there a way in which rsync's -z compression (zlib) utility can be benchmarked? I'm trying to compare the compression ratio between rsync and external compression tools like gzip and bzip2. Are there any advantages to using rsync's internal compression mechanism specified with the -z option compared to solely applying external compression i.e. bzip2 to the files and invoking
2014 Mar 06
2
Cannot chain to another PXE server on the same subnet
On Wed, 2014-03-05 at 13:18 -0500, Gene Cumm wrote: > Second, I notice the Altiris server specifies _3_ options of code 43, > including one of length 253. The pack/unpack _should_ handle this but > may split it differently. That's legal, and treated as if the values had been concatenated. See RFC2131, section 4.1, and particularly the second paragraph on page 24. Unfortunately, a lot of implementations get this wrong. For example, some client implementations cannot...
2020 May 28
2
Question about smbc_stat() and smbc_statvfs() in libsmbclient
...is & MacOS and I?ve also recently added SMB support to it (via libsmbclient, currently requires Kerberos. I?ve been using smbc_getxattr() and smbc_setxattr() for reading and writing SMB ACLs, but there are some problems with that so I?ve started wondering if perhaps there is some better way I _should_ use instead? Something that doesn?t gets in the way and re-orders ACLs under my feet for example... ( Problems with ACLs being reordered: https://bugzilla.samba.org/show_bug.cgi?id=14397 ) My tool: https://github.com/ptrrkssn/acltool - Peter > On 27 May 2020, at 16:18, Jeremy Allison <...
2015 Jun 27
2
Questions about hardlinks, alternate storage and compression
...the changing line ever exists? 2) About alternate storage and compression: actually, I use a single mail_location without compression. I would like to have an alternate storage and to enable compression on it only, leaving the main location without compression. I if understand it correctly, it _should_ be done using a command similar to "doveadm -Dv -o "plugin/zlib_save=gz" altmove -uu testuser sentbefore 8d". I'm right thinking that it should work? I will really end with a primary uncompressed mail store and an alternate, zlib-compressed one? Thank you all and sorry...
2018 Feb 16
2
Re: snapshot of a raw file - how to revert ?
On Fri, Feb 16, 2018 at 01:59:01PM +0100, Lentes, Bernd wrote: [...] > Hi Kashyap, > > thanks for your quick and detailed answers. Just to be complete. > The procedure in the above mentioned link does work with my old software ? It _should_ work; but please try on a test VM and see what works and what doesn't in your environment. > pc59093:~ # rpm -qa|grep -iE 'libvirt|kvm' > libvirt-cim-0.5.12-0.7.16 > libvirt-python-1.2.5-1.102 > libvirt-client-1.2.5-15.3 > kvm-1.4.2-47.1 > sles-kvm_en-pdf-11.4-0.33.1...
2008 Jun 20
1
PXELinux / gPXE no IP by DHCP
...I am experiencing problems with PXELinux/gPXE when netbooting using HTTP. The problems I encounter: - When the intel bootROM is sending out a DHCPDISCOVER it might not recieve an IP address, but the server did send out a OFFER. Capturing packets reveals the packets have been sent, and the client _should_ have recieved it. But when it passes that stage: - When the gPXE bootROM is sending out a second DHCP DISCOVER, it might not receive an IP address, but the server did send out an offer. Capturing packets reveals the packets have been sent, and the client _should_ have recieved it. When it passes...
2004 Sep 18
1
Question about granulepos in packets
On 17-sep-04, at 8:30, Jean-Marc Valin wrote: > The granulepos is only available on a per-page basis (otherwise it > would > take up too much space). You can probably see how to use it by looking > at speexdec.c The libogg library _should_ however compute this per *packet*. I know it doesn't. I know it'll be hard for it to do, esp. as how to compute it is codec-dependent. But it still should ;-) Segher
2004 Aug 06
1
New CURL version dependency
> The intent (not yet reflected in the autoconf stuff, and I'm not certain the > code is completely ready for it) is that curl should be optional. If you don't > have it (and have a sufficiently recent version of it), icecast _should_ still > work, but will not have YP support compiled in. All other functionality will > remain. > > This is one of the major todo items for 2.0 release. > > Mike Hmm, alrighty, sounds cool. I just got an rpm built of 7.10.4 anyways, so hopefully this'll work. You would belie...
2008 Feb 03
2
(Small) problem with barchart
...j 12 9 i 12 4 d 9 5 e 6 The data is from a survey and summaries the alternatives selected in one question. The idea is to have a bar chart illustrating the count of each selection in descending order. The data frame is already ordered in descending order. Thus, the chart _should_ look like this: f |xxxxxxxxxxxxxxxxxx a |xxxxxxxxxxxxxxx j |xxxxxxxxxxxx i |xxxxxxxxxxxx d |xxxxxxxxx e |xxxxxx But if I use the command: > barchart(DATA[[2]] ~ DATA[[1]]) The bars are displayed in alphabetical order. How could I get the graph I would like to have? Thanks in advance & r...
2010 Dec 18
1
diskstart.inc: PartInfo sub-constants seen as local labels
I'm working on a debugging/diagnostic image in order to debug/diagnose an issue with very recent machines using a UFD (USB Flash Drive) which really _should_ be partitioned but someone decides to be a little too quick and uses it raw. (FAT* file system on /dev/sdb rather than /dev/sdb1). Anyways, I've got a successful first iteration that'll say what the BIOS thinks about geometry and fetches key sectors of the image to visually verify this inf...
2006 Oct 18
2
net rpc password?
...I try to execute `net rpc group` it asks "Password:", then no matter what I enter it's always wrong. (I suspect this means I skipped a whole section of installation I shouldn't have.) So far I haven't found an answer in the HOWTO; I must be looking in the wrong spot. Where _should_ I start looking? thanks! __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com