Displaying 14 results from an estimated 14 matches for "inclding".
Did you mean:
including
2015 Mar 31
1
[PATCH] actions.ml: fix a typo
s/inclding/including
Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
---
generator/actions.ml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/generator/actions.ml b/generator/actions.ml
index bd654a3..11ea436 100644
--- a/generator/actions.ml
+++ b/generator/actions.ml
@@...
2010 Oct 29
2
Printing data.frame data: alternatives to print?
Hi,
I have a data frame with two factors (well, more, but 2 for simple
consideration), and I want to display the different combinations of
the them that actually occur in the data. In reality, there are too
many of them to do to do a 'table' call and have one col vertical and
one col horizontal (I don't want any of the factors listed
horizontally). Before I try to write a function
2009 Aug 05
1
grouping or classifying servers
hi list,
first of all, i''m new to puppet, and i''m evaluating it right now since
a few days in my company ( internet, books, etc as sources ).
i''ve been using cfengine for a few years now, and trying to get into
puppet.
i''d install puppet 0.25, because i feel a need to use regular
expressions to identify nodes
scenario:
lets say we do have a few servers to get
2014 Mar 08
1
Remove Centos from AWS marketplace
https://forums.aws.amazon.com/thread.jspa?messageID=481859񵩃
https://forums.aws.amazon.com/thread.jspa?messageID=453572񮯄
This is a timebomb waiting to strike so many people who like do daily snapshot backups and keep them for few weeks and not realizing their snapshots are useless if they had accidentally mess up some boot related file earlier on.
Another scenario you mess
2014 Dec 05
0
[PATCH 10/11] New API: btrfs_qgroup_assign
...err);
+ return -1;
+ }
+
+ return 0;
+}
diff --git a/generator/actions.ml b/generator/actions.ml
index c7df0dd..deb2d58 100644
--- a/generator/actions.ml
+++ b/generator/actions.ml
@@ -12110,6 +12110,16 @@ Destroy a quota group." };
Show all subvolume quota groups in a btrfs filesystem, inclding their
usages." };
+ { defaults with
+ name = "btrfs_qgroup_assign";
+ style = RErr, [String "src"; String "dst"; Pathname "path"], [];
+ proc_nr = Some 434;
+ optional = Some "btrfs"; camel_name = "BTRFSQgroupAssign";...
2004 May 19
0
Updated Fedora Core 2 Packages [unofficial]
Hi All,
I have updated Fedora Core 2 packages available for Samba 3.0.4. These
include the winbind patch as was already inclded in the latest Mandrake
Cooker packages and also a fix for the winbind.init startup script.
More info on the winbind patch can be found at this location:
https://bugzilla.samba.org/show_bug.cgi?id=1315
The winbind.init startup script had the following code changed:
2020 Apr 03
4
Mostly better: new C7
Well, I gave up, and reinstalled C7. This time, I realized I needed to
make a software choice before the install, and did so.
My install, yesterday, was a minimal. Silly me, yesterday, after that, I
did a groupinstall of KDE Plasma Workspaces... and it did *NOT* include
all the dependencies to run KDE.
Having installed a KDE desktop, much is better... with one exception: I
can't seem to
2014 Dec 05
0
[PATCH 09/11] New API: btrfs_qgroup_show
...t;btrfsqgroup"), [Pathname "path"], [];
+ proc_nr = Some 433;
+ optional = Some "btrfs"; camel_name = "BTRFSQgroupShow";
+ shortdesc = "show subvolume quota groups";
+ longdesc = "\
+Show all subvolume quota groups in a btrfs filesystem, inclding their
+usages." };
+
]
(* Non-API meta-commands available only in guestfish.
diff --git a/generator/structs.ml b/generator/structs.ml
index 578ebb7..df3ff47 100644
--- a/generator/structs.ml
+++ b/generator/structs.ml
@@ -330,6 +330,16 @@ let structs = [
];
s_camel_name = "B...
2010 Mar 26
4
Creating a vector of categories
Hi,
I have a column in a data frame looking something like:
$sex $language $count
male english 0
male english 0
female english 32
male spanish 154
female english 11
female norweigan 7
and so on.
What I want to do is to order these in to categories, for instance one
category where count>=0 & count<10 and so on..
I want my data to turn out looking something like:
male
2014 Dec 02
21
[PATCH 0/8] btrfs support part2: qgroup commands
Hi,
This series adds support to btrfs qgroup related commands, inclduing
quota commands, and two leftover of subvolume commands.
Regards,
Hu
Hu Tao (8):
New API: btrfs_subvolume_get_default
New API: btrfs_subvolume_show
New API: btrfs_quota_enable
New API: btrfs_quota_disable
New API: btrfs_quota_rescan
New API: btrfs_qgroup_limit
New API: btrfs_qgroup_create
New API:
2014 Dec 12
15
[PATCH v3 00/11] btrfs support part2: qgroup/quota commands
Hi,
This is v3 series to add support to btrfs qgroup related commands, inclduing
quota commands, and two leftover of subvolume commands.
Regards,
Hu
changes:
v3:
- don't intialize fs_buf (patch 1)
- check the return value of sysroot_path (patch 1)
- check fs_buf rather than fs (patch 1)
- fprintf (stderr,...) -> reply_with_error()
v2:
- add tests for new APIs
- combine
2014 Dec 11
14
[PATCH v2 00/11] btrfs support part2: qgroup/quota commands
Hi,
This is v2 series to add support to btrfs qgroup related commands, inclduing
quota commands, and two leftover of subvolume commands.
Regards,
Hu
changes:
v2:
- add tests for new APIs
- combine btrfs_quota_enable and btrfs_quota_disable
- following APIs changed to operate on Mountable_or_Path:
btrfs_subvolume_get_default, btrfs_quota_enable, btrfs_quota_rescan.
Hu Tao (11):
2010 Mar 25
9
Maximum number of PRI calls on 1 asterisk box (no HW echo)
Hi,
Does anyone have any good empirical data suggesting what the maximum
number of PRI calls (incoming and outgoing)
without hardware echo cancellation can be handled on a single box is?
I have a TE410P T1 (1st gen) card and I'm seeing interesting errors of
D-Channels going down and then coming back up (See below).
I've looked at the number of simultaneous calls at each of these
points,
2010 Oct 31
1
R-help Digest, Vol 92, Issue 31
Hi, I'd like to unsubscribe from the list.
Thanks
Neyra
________________________________
De: "r-help-request@r-project.org" <r-help-request@r-project.org>
Para: r-help@r-project.org
Enviado: sáb, octubre 30, 2010 5:30:07 AM
Asunto: R-help Digest, Vol 92, Issue 31
Send R-help mailing list submissions to
r-help@r-project.org
To subscribe or unsubscribe via the