search for: nand

Displaying 20 results from an estimated 239 matches for "nand".

Did you mean: and
2011 Jul 12
0
[LLVMdev] GCC Atomic NAND implementation
Hey Guys, I have a newbie question about supporting the GNU atomic builtin, __sync_fetch_and_nand. It appears that LLVM 29 produces X86 assembly like the GCC versions below v4.4, i.e. NEGATE and AND notq %rax movq 48(%rsp), %rcx andq %rcx, %rax I'm looking to produce X86 assembly like GCC v4.4 and greater, i.e. NOT AND movq 48(%rsp), %rc...
2012 Feb 12
4
[Bug 1979] New: Enhancement patch: Restrict sftp-server to basic commands, by user or group
...Product: Portable OpenSSH Version: 5.9p1 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: sftp-server AssignedTo: unassigned-bugs at mindrot.org ReportedBy: jdmossh at nand.net Created attachment 2128 --> https://bugzilla.mindrot.org/attachment.cgi?id=2128 Patch versus 5.9p1 This patch adds the ability to restrict an sftp-server user to just basic commands such as get, put, readdir, and readlink, and prohibit mkdir, rmdir, rename, symlink, setstat and their eq...
2017 Oct 17
1
[PATCH] v2v: -i libvirt: use precheck also for xen+ssh sources
...scheme server guest object inherit input_libvirt password libvirt_uri guest + method precheck () = + if backend_is_libvirt () then + error (f_"because of libvirt bug https://bugzilla.redhat.com/1140166 you must set this environment variable:\n\nexport LIBGUESTFS_BACKEND=direct\n\nand then rerun the virt-v2v command."); + error_if_libvirt_does_not_support_json_backingfile (); + error_if_no_ssh_agent () + method source () = debug "input_libvirt_xen_ssh: source: scheme %s server %s" scheme server; - if backend_is_libvirt () then ( -...
2016 Oct 28
2
Re: Disk near failure
...at big. Samsung: TLC 3D Flash, 75TBW @ 250 Gib size, 1,5 Mh MTBF, 512MB Cache Corsair: MLC 2D Flash, 160TBW @ 240 GiB size, ?? MTBF, no RAM-Cache Either Corsair does not want to a) test for MTBF, b) show the MTBF, or c) they are not really satisfied with it and thus hide it. *shrugs* http://www.anandtech.com/show/9799/best-ssds http://www.anandtech.com/show/10406/corsair-gives-phison-ps3110-s10-another-try-neutron-xti-ssds-launched http://www.tomshardware.com/reviews/best-ssds,3891-2.html http://www.tomshardware.com/reviews/corsair-neutron-xti-ssd-review,4599.html My personal conclusion: If...
2010 Jun 21
3
[AGI] What scripting language for embedded hardware?
Hello I'm learning how to work with Asterisk on an embedded system (MMU-less Blackfin processor, 64MB RAM and 256MB NAND), and was wondering what people use as scripting language to handle calls through the dialplan and AGI, considering the hardware limitations? Ideally, I'd rather use a rich language like PHP or Python, but can those be fit with even their common modules into such small hardware? I'm also t...
2009 Jun 01
3
[Atcom] Asterisk + LAMP on 128MB RAM?
Hello I'm thinking of selling an Asterisk server based on Atcom's IP02 solid-state unit with one FXO and one FXS ports: http://atcom.cn/En_products_IP02.htm By default, this unit based on a 400MHz Blackfin 532 chip only has 64MB RAM and 256MB of NAND flash. Those can be increased to 128MB and 1GB, respectively. Do you think I can install Linux + Asterisk + LAMP (replacing MySQL with Firebird, to avoid license costs) on the default specs, or will it be a bit short? Thank you.
2020 Nov 05
2
[PATCH v5 09/10] dma-buf-map: Add memcpy and pointer-increment interfaces
...tforms have DMA offload engines that can perform memcpy(), drivers/dma, include/linux/dmaengine.h especially if the CPU doesn't really need to touch the contents and flush caches etc. An example exist in some MTD drivers that move large quantities of data off flash memory like this: drivers/mtd/nand/raw/cadence-nand-controller.c Notice that DMAengine and DMAbuf does not have much in common, the names can be deceiving. The value of this varies with the system architecture. It is not just a question about performance but also about power and the CPU being able to do other stuff in parallel for...
2009 Jan 27
1
Plotmath and line breaks in long annotations for plots
...() so that it has a common anchor. Here is an example: a <- c(1, 10) b <- c(1, 10) amean <- mean(a) bmean <- mean(b) plot(a, b) # Annotation with paste() text(amean, bmean, bquote(paste("Here are the values\nI want to write on the plot\n\n", amean==.(amean), "\nand\n", bmean==.(bmean)))) # Annotation without paste() text(amean, bmean, bquote('Here are the values\nI want to write on the plot\n\n'~amean==.(amean)~'\nand\n'~bmean==.(bmean))) Another suggestion in the archives involved creating a list with the strings that were then pass...
2008 Sep 10
4
mount.ocfs2: Error when attempting to run /sbin/ocfs2_hb_ctl: "Operation not permitted".
...n attempting to run /sbin/ocfs2_hb_ctl: "Operation not permitted" As per my opnion, I have followed proper stepts to configure. (I had done same with kernel level heartbeat successfully.) Is user level heartbeat supported in sles10sp2? Can somebody please give me some direction? Thanks Nand -------------- next part -------------- An HTML attachment was scrubbed... URL: http://oss.oracle.com/pipermail/ocfs2-users/attachments/20080910/8c09cda5/attachment.html
2006 Mar 13
3
Convert line breaks to paragraph tags
Hi All! I have a small problem with a data conversion that I am doing from WordPress to a custom app that I am building in rails. In WordPress, line breaks were handled in the PHP code and converted to <p></p>. What I am wondering is, how can I add in the paragraph tags around lines of text (e.g. <p>some text that is line 1</p><p>some text that is line 2</p>
2020 Oct 13
2
Re: virt-sparsify failed (was: [oVirt Jenkins] ovirt-system-tests_basic-suite-master_nightly - Build # 479 - Failure!)
...48e8c67\\\'] > failed with rc=1 out=b\\\'3/12\\\\n{ "message": "libguestfs error: > guestfs_launch failed.\\\\\\\\nThis usually means the libguestfs > appliance failed to start or crashed.\\\\\\\\nDo:\\\\\\\\n export > LIBGUESTFS_DEBUG=1 LIBGUESTFS_TRACE=1\\\\\\\\nand run the command > again. For further information, read:\\\\\\\\n > http://libguestfs.org/guestfs-faq.1.html#debugging-libguestfs\\\\\\\\nYou > can also run \\\\\\\'libguestfs-test-tool\\\\\\\' and post the > *complete* output\\\\\\\\ninto a bug report or message to the > lib...
2017 Mar 22
2
[PATCH] v2v: xen: Require direct backend when doing Xen conversions over SSH.
...t debug "input_libvirt_xen_ssh: source: scheme %s server %s" scheme server; + if backend_is_libvirt () then ( + error (f_"because of libvirt bug https://bugzilla.redhat.com/1434651 you must set this environment variable:\n\nexport LIBGUESTFS_BACKEND=direct\n\nand then rerun the virt-v2v command.") + ); error_if_libvirt_does_not_support_json_backingfile (); error_if_no_ssh_agent (); -- 1.8.3.1
2007 Oct 25
2
Using strtok via win32/api
Hi all, I''m having a little trouble with strtok: require ''win32/api'' include Win32 strtok = API.new(''strtok'', ''PP, ''P'', ''msvcrt'') string = "A string\tof ,,tokens\nand some more tokens"; seps = " ,\t\n"; puts "Tokens:" token = strtok.call(string, seps) while token puts token token = strtok.call(nil, seps) end This will work, except on the final call: C:\>ruby strtok.rb Tokens: A string of tokens and some more tokens C:/ru...
2010 Jan 13
28
New ZFS Intent Log (ZIL) device available - Beta program now open!
The DDRdrive X1 OpenSolaris device driver is now complete, please join us in our first-ever ZFS Intent Log (ZIL) beta test program. A select number of X1s are available for loan, preferred candidates would have a validation background and/or a true passion for torturing new hardware/driver :-) We are singularly focused on the ZIL device market, so a test environment bound by synchronous writes
2016 Apr 12
1
Dissimilarity matrix and number clusters determination
..., stand = TRUE , type = list(symm = 1)) } dist.obj <- dist(cluster1) hclust.obj <- hclust(dist.obj) css.obj <- css.hclust(dist.obj,hclust.obj) elbow.obj <- elbow.batch(css.obj) [1] "A \"good\" k=17 (EV=0.80) is detected when the EV is no less than 0.8\nand the increment of EV is no more than 0.01 for a bigger k.\n" attr(,"class") [[alternative HTML version deleted]]
2018 Feb 07
2
[vhost:vhost 20/20] ERROR: "page_poisoning_enabled" [drivers/virtio/virtio_balloon.ko] undefined!
...ia/platform/mtk-vcodec/mtk-vcodec-common.o see include/linux/module.h for more information WARNING: modpost: missing MODULE_LICENSE() in drivers/media/platform/tegra-cec/tegra_cec.o see include/linux/module.h for more information WARNING: modpost: missing MODULE_LICENSE() in drivers/mtd/nand/denali_pci.o see include/linux/module.h for more information WARNING: modpost: missing MODULE_LICENSE() in drivers/pinctrl/pxa/pinctrl-pxa2xx.o see include/linux/module.h for more information WARNING: modpost: missing MODULE_LICENSE() in drivers/power/reset/zx-reboot.o see include/li...
2018 Feb 07
2
[vhost:vhost 20/20] ERROR: "page_poisoning_enabled" [drivers/virtio/virtio_balloon.ko] undefined!
...ia/platform/mtk-vcodec/mtk-vcodec-common.o see include/linux/module.h for more information WARNING: modpost: missing MODULE_LICENSE() in drivers/media/platform/tegra-cec/tegra_cec.o see include/linux/module.h for more information WARNING: modpost: missing MODULE_LICENSE() in drivers/mtd/nand/denali_pci.o see include/linux/module.h for more information WARNING: modpost: missing MODULE_LICENSE() in drivers/pinctrl/pxa/pinctrl-pxa2xx.o see include/linux/module.h for more information WARNING: modpost: missing MODULE_LICENSE() in drivers/power/reset/zx-reboot.o see include/li...
2005 Jul 26
3
text on some lines
Hi, I would like to write text on 2 lines for example. For example, if you have a long sentence and you want to cut it at the 45 caracter and put the continuation underneath! Is it possible? Thanks Sabine --------------------------------- [[alternative HTML version deleted]]
2018 Feb 07
2
[vhost:vhost 20/20] ERROR: "page_poisoning_enabled" [drivers/virtio/virtio_balloon.ko] undefined!
...gt; > see include/linux/module.h for more information > > WARNING: modpost: missing MODULE_LICENSE() in drivers/media/platform/tegra-cec/tegra_cec.o > > see include/linux/module.h for more information > > WARNING: modpost: missing MODULE_LICENSE() in drivers/mtd/nand/denali_pci.o > > see include/linux/module.h for more information > > WARNING: modpost: missing MODULE_LICENSE() in drivers/pinctrl/pxa/pinctrl-pxa2xx.o > > see include/linux/module.h for more information > > WARNING: modpost: missing MODULE_LICENSE() in drive...
2018 Feb 07
2
[vhost:vhost 20/20] ERROR: "page_poisoning_enabled" [drivers/virtio/virtio_balloon.ko] undefined!
...gt; > see include/linux/module.h for more information > > WARNING: modpost: missing MODULE_LICENSE() in drivers/media/platform/tegra-cec/tegra_cec.o > > see include/linux/module.h for more information > > WARNING: modpost: missing MODULE_LICENSE() in drivers/mtd/nand/denali_pci.o > > see include/linux/module.h for more information > > WARNING: modpost: missing MODULE_LICENSE() in drivers/pinctrl/pxa/pinctrl-pxa2xx.o > > see include/linux/module.h for more information > > WARNING: modpost: missing MODULE_LICENSE() in drive...