Displaying 20 results from an estimated 384 matches for "virtue".
2007 Apr 29
0
The PDP-11 line, until it was discontinued, filled the lower end of the spectrum, if for no other reason than by virtue of being a 16-bit machine.
ANLEGER UHR BJ5N.F!!!
DIE RALLYE IST GESTARTET
Firma: BOERSE INVEST BETEI
WKN : 797639
ISIN : CH0012802093
Markt: Frankfurt
Kürzel : BJ5N.F
Preis: 1.90
5-Tag Prognose: 3.00
KAUFEN KAUFEN KAUFEN!
BJ5N.F ESGESCHAFT FIN UNTER PARI!
1998 Jul 29
0
Problems setting up Internet Information Server which has a virtu
Neale,
You'll probably get better help on the main samba list as this is not
directly related to the Samba PDC support.
j-
Neale Rankin wrote:
>
> Hi,
> I am new at using Samba and I am having a problem setting up a
> Internet Information Server which is run on a Windows NT 4.0 SP3 PDC.
> A lot of the WEB information is to be stored on a SAMBA share. It
>
2005 Jul 08
1
fwd: tree connect failed: NT_STATUS_BAD_NETWORK_NAME
.... I don't think architecturally there
is anything different between FC2/3 and FC4. I could be mistaken though.
Anyone have any other suggestions I could try?
let me know! thanks!
--
========
Mike Soh
sohmc@cs.umd.edu
http://twentyfifteen.tripod.com
"Courage is not simply one of the virtues, but the form of every virtue at the
testing point."
--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/listinfo/samba
----- End forwarded message -----
--
========
Mike Soh
sohmc@cs.umd.edu
http://twentyfifteen.tripod.com...
[virtio-dev] Re: [Qemu-devel] [PATCH] qemu: Introduce VIRTIO_NET_F_STANDBY feature bit to virtio_net
2018 Jun 20
2
[virtio-dev] Re: [Qemu-devel] [PATCH] qemu: Introduce VIRTIO_NET_F_STANDBY feature bit to virtio_net
...device: Using an s390 network card
via vfio-ccw is out due to the nature of the s390 network cards, and
virtio-ccw is the default transport (virtio-pci is not supported on any
enterprise distro AFAIK).
For this, having a uuid in the config space could work (vfio-pci
devices have a config space by virtue of being pci devices, and
virtio-net-ccw devices have a config space by virtue of being virtio
devices -- ccw devices usually don't have that concept).
2005 Sep 21
3
Caller ID and Call Parking on an analog PSTN line?
...My Asterisk server has the TDM22B (2 FXO, 2 FXS) interface. I have a very
basic PSTN line coming in from the phone company, I tried to get the most
no-frills line possible (didn't pay for caller ID, voice mail, etc.). I know
I can set up voicemail on * on this line. Can I also get caller ID by virtue
of running Asterisk or is that information stripped out by the phone co
before it gets to my box?
Thanks for any advice. I hope to get up to speed on Asterisk and be able to
contribute back to the list in time. :)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http...
2010 Apr 28
0
DSN: failed (delivery failed)
This is a Delivery Status Notification (DSN).
I was unable to deliver your message to
email-virtue@mptmail.net.mm.
I said
RCPT TO:<email-virtue@mptmail.net.mm>
And they gave me the error;
550 5.1.1 <email-virtue@mptmail.net.mm>... User unknown
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/x...
2012 Jul 12
2
CentOS6.2: installation at specific kernel level
Hi, all
I have a number of machines that are out of sync with one another by
virtue of having done a yum update after a base 6.2 install at different
times (all were previous CentOS 5.3) Consequently, systems are a mix of
2.6.32-220.7.1, 2.6.32-220.13.1 or 2.6.32-220.17.1.
So 2 questions:
- Is it possible to perform a yum update (or another other kind of
update), specifying...
2016 Apr 01
6
Clang project renamed
...Clang
project has been renamed to Discord <http://mlp.wikia.com/wiki/Discord>.
Voiced by John de Lang-Cie (French for "John of Clang"), Discord is
part-dragon,
part-horse
<https://pbs.twimg.com/profile_images/654309465202794496/dDt64UJj_400x400.png>,
and perfectly embodies the virtues of the Clang (now, Discord) project:
disregard for established standards, an emphasis on chaos, and a firm
belief that undefined behavior is magic!
Thank you for your understanding.
-- Discord code owner
[0]: Most likely, none.
-------------- next part --------------
An HTML attachment was sc...
2007 Jul 30
3
Slightly OT - use of R
I am trying to get a measure of how R compares in usage as a statistical
platform compared to other software. I would guess it is the most widely
used among statisticians at least by virtue of it being open source.
But is there any study to which I can refer? By asking this list I am not
exactly adopting a rigorous approach!
Best wishes
John
John Logsdon "Try to make things as simple
Quantex Research Ltd, Manchester UK as possible but...
2014 Sep 04
2
negative numerics in []
...values are coerced to integer as by as.integer (and hence truncated towards zero)."
> as.integer(-3.1)
[1] -3
Good. But:
> x <- c(1,2,3)
> x[-3.1]
[1] 1 2 3
Given the documentation, I'd have expected a result of "[1] 1 2", because -3.1 should be coerced to -3 (by virtue of as.integer).
What bit do I not get? (I'm using R 3.1.1, if that matters.)
Best,
Michael
--
Dr. Michael Haupt
Principal Member of Technical Staff
Phone: +49 331 200 7277, Fax: +49 331 200 7561
Oracle Labs
Oracle Deutschland B.V. & Co. KG, Schiffbauergasse 14, 14467 Potsdam, Germany
2017 Feb 22
2
[lld] elf linker creates undefined empty symbol
...ophugis at gmail.com> writes:
>> When __libc_start_main is hidden, it doesn't end up in the dynamic symbol
>> table and so we use the default DynsymIndex of 0.
>>
>
>
> I think BFD is doing the right thing. The `extern_weak hidden` is resolved
> to null since by virtue of being hidden it doesn't refer to the function in
> libc.so (and there is no definition in the executable). For some reason,
> LLD thinks that it needs to resolve __libc_start_main dynamically and
> things go horribly wrong. Rafael, what do you think?
If it is hidden it should reall...
2017 Mar 14
3
[lld] elf linker creates undefined empty symbol
...en, it doesn't end up in the dynamic
>> symbol
>> >> table and so we use the default DynsymIndex of 0.
>> >>
>> >
>> >
>> > I think BFD is doing the right thing. The `extern_weak hidden` is
>> resolved
>> > to null since by virtue of being hidden it doesn't refer to the
>> function in
>> > libc.so (and there is no definition in the executable). For some reason,
>> > LLD thinks that it needs to resolve __libc_start_main dynamically and
>> > things go horribly wrong. Rafael, what do you thi...
2008 Oct 09
2
ZFS Replication Question
All;
I have a question about ZFS and how it protects data integrity in the
context of a replication scenario.
First, ZFS is designed such that all data on disk is in a consistent
state. Likewise, all data in a ZFS snapshot on disk is in a consistent
state. Further, ZFS, by virtue of its 256 bit checksums is capable of
finding and repairing data corruption should it occur.
In the case of a snapshot send/receive, what happens if the snap is
corrupted when sent to a remote system? Would ZFS identify this? If it
does identify the corruption what is done to recover from th...
2015 Jan 26
2
No symlink support on SMB2 and SMB3?
...w :-) that there's no "POSIX
> extensions" defined for SMB2 :-).
>
> We don't do *any* of the reparse point stuff yet (no demand
> as I recall it's Admin only on Windows).
hm. Inferring from `git grep IO_REPARSE_TAG_SYMLINK` it seems
smbclient does support it by virtue of the "symlink"
command. Unfortunately I can't test against OS X SMB2 server atm,
because once again I'm getting strange authenticaton errors.
-Ralph
--
SerNet GmbH, Bahnhofsallee 1b, 37081 G?ttingen
phone: +49-551-370000-0, fax: +49-551-370000-9
AG G?ttingen, HRB 2816, GF: Dr...
2014 Feb 24
2
[RFC, PATCH] core/pxe: Add architecture-specific discovery request for PXE config file
In other words, the dhcp server has to start the client on the correct binary for it's arch and by virtue of running different bins, we can determine the most appropriate config file for the client?
On Monday, February 24, 2014 9:13 AM, Gene Cumm <gene.cumm at gmail.com> wrote:
On Mon, Feb 24, 2014 at 3:14 AM, Jeremy Kerr <jk at ozlabs.org> wrote:
> When serving PXE config files to...
2014 May 30
3
Centos box and Cisco 3750 VLAN's
...into VLAN's which means that the only VLAN
running on it was the default one (VLAN 1).
I have then played with VLAN's a bit on the switch and at this point have
two: VLAN 1 (which is default and can not be deleted) and VLAN 3. The
CentOS box is plugged into a trunk port on VLAN 3 which by virtue of being
a trunk should belong to all VLANs. However, this does not seem to work as
expected.
What I get is the following:
1) eht0 does not come up at all.
ifup eth0
Device eth0 does not seem to be present, delaying initialization
2) eth0.3 comes up fine.
3) Other VLAN's do not come up. No...
2006 Jun 02
2
speed?
dear R wizards:
while extolling the virtues of R, one of my young econometrics
colleagues told me that he still wants to run ox because [a] his code
is written in it (good reason); [b] because ox seems to be faster than
R in most benchmarks (huh?).
this got me to wonder. language speed can't matter much, so it must
be mostly the under...
2009 Feb 18
2
Open Source in an Economic Downturn: Asterisk stories needed
...Sunday in Los Angeles, and the topic of my talk is "Open Source in an
Economic Downturn". I've got lots of talking points for this talk,
but it would be interesting to hear some short anecdotes about how you
in the Asterisk community are thriving, or at least surviving, by
virtue of the benefits of Open Source. I find that real-world
examples are worth more than all of the bullet points in the world,
and timely stories from the community would be more interesting than
hearing me prattle on.
Please ensure that your snippet or list of points are in some way
related...
2012 Dec 03
2
Different results from random.Forest with test option and using predict function
...y=5, seed=200)
predict(test1, newdata=cbind(NewBinaryY, NewXs), type="response")
and this code:
set.seed(100)
test2<-randomForest(BinaryY~., data=Xvars, trees=51, mtry=5, seed=200,
xtest=NewXs, ytest=NewBinarY)
The confusion matrices for the two forests I thought would be the same by
virtue of the same seed settings, but they differ as do the predicted values
as well as the votes. At first I thought it was just the way ties were
broken, so I changed the number of trees to an odd number so there are no
ties anymore.
Can anyone shed light on what I am hoping is a simple oversight?...
2013 Jun 20
2
Dealing with negative weights
...uments because of the formula.Due to this,inspite of having
occurence/occurences of the keyword, the documents with negative weights
don't show up in the results at all. Please can I get some help on how to
deal with this ? Or should I just leave it as it is and let the poor
documents suffer by virtue of them having statistics not suitable for DLH ?
-Regards
-Aarsh
-GSOC student for Debian.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20130620/1e91b9a5/attachment-0002.html>