Displaying 20 results from an estimated 200 matches similar to: "memdisk and grub"
2002 Nov 01
2
pxelinux / memdisk booting problem
I have been using pxelinux for quite a while to automagically build
linux boxes with great success. Thanks to everyone involved!
Now, I am trying to download a floppy image and get that to boot.
My conf file looks like:
default sir4
label sir4
kernel ia32/memdisk
append initrd=ia32/sir4/floppy.img
Everything starts off fine.
pxelinux loads
I see it get the conf file.
gets memdisk
2009 Sep 12
1
[PATCH] Let MEMDISK honor the quiet append option
When you add "quiet" to the append line, Syslinux doesn't display the file reading progress anymore.
When you use this option to boot an image with MEMDISK, you still get a lot of text.
==========================
LABEL mydisk
LINUX memdisk
INITRD mydisk.img
APPEND raw quiet
==========================
The following patch makes MEMDISK silent when the quiet keyword is passed to the
2011 Feb 05
1
[PATCH][git-pull] memdisk/setup.c: Limit available RAM hack
git://git.zytor.com/users/genec/syslinux.git
Branch memdisk-maxmem-for-hpa
This is a preliminary hack to introduce a new option that will allow
an end-user to limit the amount of available RAM as returned by any
call that MEMDISK touches. This works by adding additional memory
reservation(s) (through insertrange()) to reserve the memory between
the specified address and the top of RAM.
For
2016 Mar 03
2
[RFC kernel 0/2]A PV solution for KVM live migration optimization
The current QEMU live migration implementation mark the all the
guest's RAM pages as dirtied in the ram bulk stage, all these pages
will be processed and that takes quit a lot of CPU cycles.
>From guest's point of view, it doesn't care about the content in free
pages. We can make use of this fact and skip processing the free
pages in the ram bulk stage, it can save a lot CPU cycles
2016 Mar 03
2
[RFC kernel 0/2]A PV solution for KVM live migration optimization
The current QEMU live migration implementation mark the all the
guest's RAM pages as dirtied in the ram bulk stage, all these pages
will be processed and that takes quit a lot of CPU cycles.
>From guest's point of view, it doesn't care about the content in free
pages. We can make use of this fact and skip processing the free
pages in the ram bulk stage, it can save a lot CPU cycles
2010 Aug 23
7
"easiest" way to write an R dataframe to excel?
I am using R 2.11.1 in a Microsoft Windows 7 environment.
I tried using WriteXLS, but get the message " In system(cmd) : perl not found"
What is the "easiest" way to write an R dataframe to Excel? (I am familiar with
WriteXLS, but I do not have PERL installed, and if not needed, do not wish to
install it.)
I am also familiar with write.table, but if possible, wish to
2001 Feb 28
1
re: Spatial stats: R vs. Splus
Hello,
Could someone tell me whether the spatial statistics module of
Splus is worth the rather high price, or whether one could (with
reasonable effort) carry out the same things using R and some of
its contributed packages.
Although we do have Splus (Windows and Unix), we definitely prefer
to use R whenever feasible (both for research and teaching).
Thanks for developing a superb
2010 Aug 20
3
loading a package within R, in a MS Windows environment?
I am using R 2.11.1 in a Microsoft Windows environment. Is there a way to load a
package (e.g. the zoo package) using only "written code", not menus or mouse
clicks?
The "code" below code brings up the "Select One" [package] menu. I just want to
automatically load the "zoo package".
local({pkg <- select.list(sort(.packages(all.available =
2007 Apr 18
5
[Bridge] Any way of knowing a packet's been defragmented
Hello,
Due to a recent change in the bridge code, we now need a way of knowing if
a packet has been defragmented. The bridge code now checks on the packet
size and drops packets that are too big for the output port. Defragmented
packets will get refragmented later, so they shouldn't be dropped.
I've been reading the defragmentation code and can't find an easy way of
knowing if a
2010 Sep 12
4
using read.table, removing extra quotation mark from a text field? (e.g. ""cat" )
I am using read.table to import a text file within R.
There are several "errors" in my text file. An "extra" quotation mark has
inadvertently been included within a few text fields.
e.g. for a pipe (|) delimited text file, I have something similar to this:
1|7|30| "dog"
2|6|25| ""cat"
3|4|20|""
4|5| 56| "mouse"
5|3|56|
2008 Mar 24
1
Authentication: Dovecot -> Vpopmail - > MySQL with one table per domain
Hi All,
I am using Dovecot 1.0.13 with Vpopmail (Qmail
Toaster current) backed by MySQL with one table per
domain (--disable-many-domains) . What I cannot figure
out is how to have Dovecot authenticate to Vpopmail
when Vpopmail uses one table per domain. Basically I
need dynamic SQL in the Dovecot-sql.conf file.
Currently I have:
password_query = select pw_clear_passwd as password
from
2023 Nov 20
1
Recommended sip providers
On Monday 20 November 2023 at 12:14:11, Tahir Almas Dhesi wrote:
> Interested to know good wholesale SIP providers for 15k concurrent calls
You might want to specify a bit more detail, such as:
- which country are you located in
- do you require inbound DDIs (if so, in which region/s)?
- which countries' Caller ID/s do you need to present?
Antony.
--
These clients are often
1998 Mar 26
3
R-beta: Teach material for R
A non-text attachment was scrubbed...
Name: not available
Type: text
Size: 1480 bytes
Desc: not available
Url : https://stat.ethz.ch/pipermail/r-help/attachments/19980326/974231c9/attachment.pl
2018 Jan 30
2
kernel-ml-4.15.0-1.el7.elrepo.x86_64 doesn't boot as Xen PV domU
Hi, has anyone managed to boot 4.15.0 as Xen PV domU? I've been loading
4.14.12 to 4.14.15 ELRepo builds no problem, but 4.15 crashes.
Replicates on 2 CentOS 7.4 hypervisors running xen-4.6.6-9.el7.x86_64
on:
- Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz
- AMD Phenom(tm) II X6 1090T Processor
xl dmesg shows:
[...]
(d6) HVM Loader
(d6) Detected Xen v4.6.6-9.el7
(d6) Xenbus rings @0xfeffc000,
2016 Mar 03
2
[RFC qemu 2/4] virtio-balloon: Add a new feature to balloon device
Extend the virtio balloon device to support a new feature, this
new feature can help to get guest's free pages information, which
can be used for live migration optimzation.
Signed-off-by: Liang Li <liang.z.li at intel.com>
---
balloon.c | 30 ++++++++-
hw/virtio/virtio-balloon.c | 81 ++++++++++++++++++++++++-
1999 Mar 10
3
re: smp in Linux
A question to all you R-gurus:
Can R (or S-plus, for that matter) make efficient use
of multiple Intel Processors running under Linux (within
the same PC, not over a net)?
With the release of the new 2.2 kernel, this would seem
a interesting and cost-efficient way of boosting the
computational power of Intel/Linux platforms when using
R (or S-plus).
Thanks for any wise words,
Kenneth
1999 Mar 10
3
re: smp in Linux
A question to all you R-gurus:
Can R (or S-plus, for that matter) make efficient use
of multiple Intel Processors running under Linux (within
the same PC, not over a net)?
With the release of the new 2.2 kernel, this would seem
a interesting and cost-efficient way of boosting the
computational power of Intel/Linux platforms when using
R (or S-plus).
Thanks for any wise words,
Kenneth
2004 Feb 22
1
Can someone verify my checklist?
Hi guys,
Here's what I'm doing:
Upgrading fro Samba 2.2.8a to Samba 3.0.2a
Simultaneously migrating to a new server.
My checklist: << (*)=done , (-) = remaining >>
* Download and install Samba 3.0.2a on the new server
* Clone (by hand) hostname, sldapd, nssswitch
* Hand edit new smb.conf to match the old config.
* Export ldif file from old LDAP db
* Dump old Domain SID
2023 Nov 20
2
Recommended sip providers
Interested to know a good wholesale sip providers for 15k concurrent calls
regards
*Tahir Almas*
Managing Partner
ICT Innovations
http://www.ictinnovations.com
Leveraging open source in ICT
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20231120/75b0e652/attachment.html>
2016 Mar 03
16
[RFC qemu 0/4] A PV solution for live migration optimization
The current QEMU live migration implementation mark the all the
guest's RAM pages as dirtied in the ram bulk stage, all these pages
will be processed and that takes quit a lot of CPU cycles.
>From guest's point of view, it doesn't care about the content in free
pages. We can make use of this fact and skip processing the free
pages in the ram bulk stage, it can save a lot CPU cycles