search for: _similar_

Displaying 11 results from an estimated 11 matches for "_similar_".

Did you mean: similar_
2015 Feb 05
0
Unable to PXE boot
...ot;tolerable" for older versions, but not for Syslinux 5+. Is this an inadequate copy of the actual content? Or is it really a trustworthy copy of your actual default config? If it is the latter, please report the correct content of the file. If it is the former, I would suggest something _similar_ to the following pxelinux.cfg/default: DEFAULT gentoo_3_14_14 LABEL gentoo_3_14_14 LINUX /gentoo-x86_64/boot/kernel-3.14.14-gentoo APPEND ip=dhcp ro rootfstype=nfs root=/dev/nfs nfsroot=10.0.0.11:/diskless/gentoo-x86_64 init=/linuxrc Note 1: The APPEND line should be in one row (i.e. no spanni...
2013 Nov 22
2
Question about the memory layout of xen hypervisor, dom0 and domU
Hi, I have a question about the memory layout of the Xen hypervisor, dom0 and domU. *The goal I want to achieve is: I want to show which RAM area is used by hypervisor, which RAM area is used by dom0, which RAM area is used by each domU (PV guest domain). I hope to know the above information when xen is booted as well as when xen is running some domUs. I already know that we can dedicate a fix
2015 Feb 05
5
Unable to PXE boot
I'm replacing the master node in a cluster and having issues PXE booting the diskless nodes. The current master works fine, but the new node to replace the current node which has the same setup is having the issues. The hardware is: Dell r920 (new master node, UEFI) Dell r620's (diskless, BIOS) Dell 1950's (diskless, BIOS) When trying to boot, the 1950 node displays (though both
2008 Mar 03
5
on the philosophical aspects of a specification
a specification will _eventually_ be used, by someone, to tell the user they are doing things "wrong", won't it? and doesn't that turn markdown's genesis upside-down? heck, next thing you know we'll be telling them to r.t.f.m. i would prefer that implementers get more sophisticated about teasing out the user's intent in "ambiguous" cases. of course,
2006 Mar 08
0
isolinux and serial console
...g is qemu -serial stdio -cdrom the.iso; when I use bootoption 'console=ttyS0', the linux kernel has no problems writing to serial and the serial output does appear in the terminal I've run qemu from, so I believe qemu is working alright in this regard. I've also had it working with _similar_ configuration, however, I failed to repeat such setup. The question is, what do I do wrong in my current isolinux.cfg [please see attachment]? -- -- iSteve -------------- next part -------------- A non-text attachment was scrubbed... Name: isolinux.cfg Type: application/octet-stream Size: 498 byt...
2003 Sep 19
3
[Bug 125] with BSM auditing, cron editing thru ssh session causes cron jobs to fail
http://bugzilla.mindrot.org/show_bug.cgi?id=125 jrj at purdue.edu changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #192 is|0 |1 obsolete| | Attachment #355 is|0 |1 obsolete|
2006 Sep 09
2
SSL_accept failed
Hello, I'm new to dovecot. I just installed it a few days ago on FreeBSD via the ports and got it up and running without too much trouble. Although yesterday I turned on the SSL/TLS features and tried to get secure connections to work. I don't get any error messages when launching dovecot, I saw it successfully create the SSL parameters after first enabling the feature yet I
2008 Dec 02
3
How to solve following equation?
I need to solve a equation like this : a = b/(1+x) + c/(1+x)^2 + d/(1+x)^3 where a,b,c,d are known constant. Is there any R-way to do that? Thanks in advance -- View this message in context: http://www.nabble.com/How-to-solve-following-equation--tp20785063p20785063.html Sent from the R help mailing list archive at Nabble.com.
2016 Feb 26
0
[PATCH 1/5] fat: fix minfatsize for large FAT32
...nst what I think is a more accurate one, in theory. I mean no disrespect, and I am not saying that developers are doing the wrong thing. In addition, of course I could be wrong (or type in incorrectly, or some formatting issue could appear in some email client, or...). Although Pete arrived to _similar_ conclusions than I did, and he indeed wrote his conclusions at the end of his email, I am about to purposely comment throughout the original logic. By doing it this way I am hoping to communicate my thoughts in a clearer manner (fingers crossed :). > Hi Ady, > > Your insightful pos...
2006 Jul 09
16
Running Turbo C
I must run Turbo C for the university. The install seemed to go alright, but when I try to run it I get: $ wine TC.EXE Warning: unprotecting memory to allow real-mode calls. NULL pointer accesses will no longer be caught. err:module:MZ_DoLoadImage insufficient DOS memory winevdm: can't exec 'C:\tc\BIN\TC.EXE': error=8 What should I do? I've 512 MB RAM- I can't imagine
2016 Feb 26
4
[PATCH 1/5] fat: fix minfatsize for large FAT32
Hi Ady, Your insightful post prompted me to to a little bit more digging as to how the Ridgecrop algorithm computed its FAT size, with the result of my investigations presented below. NB: For those who don't want to go through this whole part, there's a TL;DR near the end. For reference, the computation of the FAT size all done in the GetFATSizeSectors(), the code of which is at [1]