Displaying 20 results from an estimated 925 matches for "alike".
Did you mean:
like
2014 Feb 24
2
[PATCH] builder: add a mandatory 'arch' key in index files
...otes;
diff --git a/builder/test-index.in b/builder/test-index.in
index 1bca6b8..3efebc4 100644
--- a/builder/test-index.in
+++ b/builder/test-index.in
@@ -1,5 +1,6 @@
[phony-debian]
name=Phony Debian
+arch=x86_64
file=debian.xz
format=raw
size=536870912
@@ -9,6 +10,7 @@ notes=Phony Debian look-alike used for testing.
[phony-fedora]
name=Phony Fedora
+arch=x86_64
file=fedora.xz
format=raw
size=1073741824
@@ -18,6 +20,7 @@ notes=Phony Fedora look-alike used for testing.
[phony-fedora-qcow2]
name=Phony Fedora qcow2
+arch=x86_64
file=fedora.qcow2.xz
format=qcow2
size=1073741824
@@ -2...
2014 Oct 10
0
[PATCH 3/3] builder: use the JSON module
...mplates\": [
- {
- \"os-version\": \"phony-debian\",
- \"full-name\": \"Phony Debian\",
- \"arch\": \"x86_64\",
- \"size\": 536870912,
- \"notes\": {
- \"C\": \"Phony Debian look-alike used for testing.\"
+ {
+ \"os-version\": \"phony-debian\",
+ \"full-name\": \"Phony Debian\",
+ \"arch\": \"x86_64\",
+ \"size\": 536870912,
+ \"notes\": {
+ \"C\": \&q...
2014 Apr 03
5
[PATCH 0/3] builder: Add test of virt-index-validate.
Somewhat ineffective test of virt-index-validate.
2007 Jul 05
1
select data from large CSV file
...got full.
Then I found in the archive that you could use scan. So then I wrote the
following lines below to search for location and store one location with
all different data in one variable.
# collect the different pnc's
b=2 #compare from second number
alike=TRUE #Dim alike like a boolean
stored = 910286609 #first number is known
for(i in 1: 100){ #start counting and scaning
data_final <- matrix(unlist(scan("C:/Documents and
Settings/modiglar/Desktop/temp/et...
2010 Jun 04
7
steam vs wine alike flightgear vs flight pro sim?
am i right that steam supports about the same games as wine? So it could be a wine pirate alike flight pro sim to flightgear?
2003 Apr 26
0
ACLs and Windows 2000 look alike (inheritance of perm issions)
...uirements for ACLs then I would consider
restricting their use to only those shares which require them.
HTH
Noel
-----Original Message-----
From: Tom Dickson [mailto:tdickson@inostor.com]
Sent: Friday, April 25, 2003 9:46 PM
To: samba mailing list
Subject: RE: [Samba] ACLs and Windows 2000 look alike (inheritance of
permissions)
Now I'm confused. What exactly does the inherit ACLs parameter do? From
simple tests, it seems to work the same with or with out it. Is there some
cases where it would be different? Does it depend on who is making the
directory? What I see is the same result with...
2014 Jan 30
2
[PATCH] builder: output translated notes
.../builder/test-virt-builder-list.sh
@@ -119,49 +119,63 @@ if [ "$json_list" != "{
\"os-version\": \"phony-debian\",
\"full-name\": \"Phony Debian\",
\"size\": 536870912,
- \"notes\": \"Phony Debian look-alike used for testing.\",
+ \"notes\": {
+ \"C\": \"Phony Debian look-alike used for testing.\"
+ },
\"hidden\": false
},
{
\"os-version\": \"phony-fedora\",
\"full-name\": \"Phony Fedora\&quo...
2003 Jan 21
2
net view work alike
Hi all,
Is there a command that emulates net view? I want to dump a list of all NetBIOS hosts actively on the LAN.
Thanks,
--
Christopher Barry
Manager of Information Systems
InfiniCon Systems
http://www.infiniconsys.com
office:610.233.ISIS (4747)
direct:610.233.4870
cell:267.879.8321
2012 Feb 03
0
Feature request - search and tag protocol - notmuch-alike approach
Hi all,
notmuch[1] becomes more and more popular. At least in geek community.
But notmuch is local-only (except ssh)...
It looks like it's hard (if even possible) to use IMAP as transport for
notmuch-alike work flow. I think it would be great to create a new
protocol based global search and message tagging.
All core notmuch operations (search, show, count, tag) can be mapped to
the new protocol (more or less) directly.
Search syntax can be reused as is, I think.
The tricky part is initial tagging....
2003 Apr 24
1
ACLs and Windows 2000 look alike (inheritance of permissions)
I've gotten samba working with ACLs over an XFS filesystem. Everything works
pretty well with knowledge of the workarounds (cannot remove group everyone,
etc.)
The only major problem I have is that ACLs don't inherit correctly. The
default in Windows 2000 is to have a sub folder inherit the permissions of
the folder it is in on creation. By default, the Samba share's folders don't
2014 Jan 16
0
[PATCH 3/3] builder: add a JSON output for --list
...sources:(string * string) list -> Index_parser.index -> unit
diff --git a/builder/test-virt-builder-list.sh b/builder/test-virt-builder-list.sh
index 083c035..c3b791f 100755
--- a/builder/test-virt-builder-list.sh
+++ b/builder/test-virt-builder-list.sh
@@ -103,3 +103,70 @@ Phony Windows look-alike used for testing." ]; then
echo "$long_list"
exit 1
fi
+
+json_list=$(./virt-builder --no-check-signature --no-cache --list --list-format json)
+
+if [ "$json_list" != "{
+ \"version\": 1,
+ \"sources\": [
+ {
+ \"uri\": \...
2015 Oct 20
2
Re: [PATCH 2/2] actions: turn some params into RelativePathnameList (RHBZ#1174551).
On Tue, Oct 20, 2015 at 01:59:10PM +0200, Pino Toscano wrote:
> Use RelativePathnameList as type for lists of relative paths, as used in
> some listing-alike APIs. This way we can ensure absolute paths in those
> lists are rejects outright.
>
> As a consequence, test-big-dirs.pl does not need to prepend the
> directory name anymore before calling listing-alike APIs: previously
> they didn't fail, but the returned lists contained onl...
2006 Jun 06
1
In memory ActiveRecord-alikes?
Say that I have such a small amount of data that I''m fine with just
coding it directly into Ruby in a hash or something. But I still want
to treat it like a model -- in particular, I have another object that
has_one of these things. Can I do that? When my primary object loads,
how to I tell it not to generate SQL to go find the secondary object,
but just to use what the object
2010 Jul 05
3
How to determine if R is 64 bit compiled under Unix-alike?
Under MacOS I had R64 executive and it was clear. Under Ubuntu, which I
do not have administrative rights to, there is only R executive. It
seems that I can allocate more than 3GB of memory, however not
everything seems to work the same/right as with R64 under MacOS.
Pms.
2004 Sep 03
0
ipfw rules or something alike
> I use, thus far, "allow icmp from any to any icmptypes 0,3,4,8,11". That
> include 'echo request', of course. Someone else may have a better idea.
You want to be pinged? Why don't
you let something in and something
out? I.e.:
add 10000 allow icmp from any to any icmptypes 8 out
add 10100 allow icmp from any to any icmptypes 0 in
add 10200 allow icmp from any to any
2012 Sep 07
2
Disconnect users for a distinct period of time?
...way to make a "doveadm kick -A" a permanent disconnect until one would allow reconnects, again? This should be done *without* shutting down dovecot or *extensive* re-configuration. A "doveadm block -u <joe> -m 'sorry: running maintenance, please, come back later'" alike tool/funtionality would be ideal.
Background: I would like to avoid any modification of my user's maildirs by a running dovecot server while modifying maildir formats, mdbox_rotate_size setting, and alike, where I would need doveadm/dsnyc access to userdb. (I know there a ways to achieve this...
2005 Mar 23
5
Tool for update
Hi,
Is there any tool to check if there is update version of a package
available? I look for things alike YUM for linux?
YD
2014 Oct 10
4
[PATCH 1/3] Move JSON to mllib
Move the simple OCaml JSON writer to mllib, so that can be enhanced and
used also outside v2v.
---
mllib/JSON.ml | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
mllib/JSON.mli | 26 ++++++++++++++++++++++++++
mllib/Makefile.am | 5 ++++-
po/POTFILES-ml | 2 +-
v2v/JSON.ml | 53 -----------------------------------------------------
v2v/JSON.mli | 26
2012 Jul 03
1
Dovecot shared library to replace libc-client
...lserver4-nsimap
uw-mailutils
libc-client2007e-dev
prayer
php5-imap
mailsync
libmail-cclient-perl
asterisk-voicemail-imapstorage
Let's say, hypothetically, we wanted to switch php5-imap to using
Dovecot where it currently uses libc-client.
I envision creating libdovecot-c-client-alike that is a set of headers
and a library that is API-compatible with (at least a subset of)
c-client. You can call that a "compatibility shim." Then e.g. php5-imap
could be given the path to those headers and the corresponding
libdovecot-c-client-alike library, and when it thinks it is...
2001 Feb 09
2
test suite
...Perhaps it's a good idea to seperate things in 'free', 'free for test
purposes' and 'probably not free in most countries, but interesting.
Download this only if you are allowed to do so'.
The videos should have a length of 5-30 seconds.
For new tests I'd like a BSD-alike license.
A major problem could be the file format. As far I have seen, everybody
uses it's own file format for now. Perhaps it's a good idea to convert
everything to .ppm's.
I'd really like to see some 'real cinema action sequences' and music
video alike stuff in the suite...