Displaying 20 results from an estimated 124 matches for "mmmm".
Did you mean:
hmmm
2011 Aug 10
1
Floats in Microsoft Basic format
...byte */
/* s = sign bit */
/* b = bit */
sign = msbin[2] & 0x80; /* 1000|0000b */
/* IEEE Single Precision Float Format */
/* m3 m2 m1 exponent */
/* mmmm|mmmm mmmm|mmmm emmm|mmmm seee|eeee */
/* s = sign bit */
/* e = exponent bit */
/* m = mantissa bit */
for (i=0; i<4; i++) ieee[i] = 0;
/* any msbin w/ exponent of zero = zero */
if (msbi...
2008 Jul 24
13
performace of disks
Hello,
Queries:
1 - what is the best RAID (0,1,5,10,50) for server running very, very
VM instances ???
2 - and config of stripes/element sizes (32, 64, 128, 256, etc, KB) ??
3 - in the configuration of VM, exit one difference in performance
between image file (disk:/) or LVM partition (phy:/) ???
any URL or docs for read about this theme ?
mmm.. it is all for moment.
thanks
--
--
Victor
2006 Mar 11
6
Required audit group is missing...
mmmm... stable... :D
/usr/src # make installworld
ERROR: Required audit group is missing, see /usr/src/UPDATING.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
/usr/src # grep audit /usr/src/UPDATING
/usr/src #
???
--
- Alfred Perlste...
2004 Nov 09
4
[PATCH] [TRY2] Use nfmark as a key in u32 classifier
...ed:
- Added selectable choice in Kconfig file (thanks Jamal!)
- Don''t abuse tc_u32_sel to not break backward compatibility (thanks
Patrick!).
Stephen, do you have any comments on iproute2 part? I know it''s not
perfect but this is the best way, I think. "u32 match mark vvvv mmmm" it''s
intuitive but breaks a little the levels, "u32 mark vvvv mmmm" it''s ok
but not intuitive....
If you want I can rewrite it if you want.
Thank you for your time.
Signed-off-by: Catalin(ux aka Dino) <catab at umbrella.ro>
---
Catalin(ux aka Dino) BOIE...
2017 Jun 06
3
C6 or C7 for an old netbook
On Mon, 5 Jun 2017, m.roth at 5-cent.us wrote:
> Mmmm... looks like I may go for C6, then, since unlike that Ubuntu, I will
> want to do updates at least every time I get ready for a trip (other
> times, it sits in the closet turned off).
I went for C6 on a Samsung NC10 (1.6GHz Atom N270 1GB RAM), only because it
refused to boot off the C7 ISO...
2015 Mar 17
2
Domain controller in a chroot
Le 17/03/2015 14:25, Rowland Penny a ?crit :
> Ah, but from my testing, winbindd on 4.2 works very similar to
> winbind, it still ignores most of the RFC2307 attributes and as I
> understand it, trusts still do not work.
Mmmm interesting. I've been looking for a while to 4.2 precisely for
this reason (rfc2307 to get consistent UID on DC) and the commit I found
was only a special switch passed to winbindd to inform it it was running
on a DC, so there shouldn't be any difference, this is the same daemon.
Did y...
2004 Sep 10
2
command-line: AIFF writer advice
How about the opposite?
What I would like to see is FLAC support in libaudiofile, so
applications written with libaudiofile could transparently take
advantage on FLAC's compression. Ironically I guess it would still make
sense to use libaudiofile in FLAC for getting input. Mmmm, cyclic
dependancies...
Or is that just a stupid idea?
Dave
On Wed, 2002-07-31 at 13:10, Matt Zimmerman wrote:
> On Tue, Jul 30, 2002 at 09:04:38PM -0500, Brady Patterson wrote:
>
> > The patch I submitted only reads AIFF files. I'm about to start the patch to
> > write AI...
2015 Mar 17
2
Domain controller in a chroot
...wrote:
>>
>>
>> Le 17/03/2015 14:25, Rowland Penny a ?crit :
>>> Ah, but from my testing, winbindd on 4.2 works very similar to
>>> winbind, it still ignores most of the RFC2307 attributes and as I
>>> understand it, trusts still do not work.
>> Mmmm interesting. I've been looking for a while to 4.2 precisely for
>> this reason (rfc2307 to get consistent UID on DC) and the commit I
>> found was only a special switch passed to winbindd to inform it it
>> was running on a DC, so there shouldn't be any difference, this...
2008 Feb 12
3
Rails Messaging (INBOX) system
Hi All..
I need to implement messaging system in one of my rails
applications(To say simply it must be similar to orkut messaging
system). Even if i am having a rough idea on how to implement it, i need
any one your guidance to the way of approach. Could any one suggest me
with good stuff or links which may guide me to implement the mentioned
feature. I greatly appreciate any replies
Thank
2017 Sep 03
3
GlusterFS as virtual machine storage
...17:07 Ivan Rossi ha scritto:
> There has ben a bug associated to sharding that led to VM corruption
> that has been around for a long time (difficult to reproduce I
> understood). I have not seen reports on that for some time after the
> last fix, so hopefully now VM hosting is stable.
Mmmm... this is precisely the kind of bug that scares me... data
corruption :|
Any more information on what causes it and how to resolve? Even if in
newer Gluster releases it is a solved bug, knowledge on how to treat it
would be valuable.
Thanks.
--
Danti Gionatan
Supporto Tecnico
Assyoma S.r.l....
2004 Aug 06
7
Darkice CVS
Akos, have tried to use the CVS for the last few days (following instructions on sourceforge) but it keeps timing out.
Anything going on with the CVS Server?
Gary.
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request@xiph.org'
containing only the word
2007 Feb 15
2
profile provider: is it me doing stupid things?
...f so I dare say it is functionally correct :-)
The output I get is:
read 15078
read 0
read 0
read 0
And this pattern continues till hell freezes over: first slot has all the values, others are always zero. Tried this with 200msec and 100msec intervals too. No difference.
Mmmm I expect more of a uniform distribution. Lets try to sample in DTrace a little different. In the end it might be an unforeseen side effect of the application :)
The following DTrace script was used:
BEGIN
{
baseline = timestamp;
}
syscall::read:entry
/pid == $target/
{
this->t...
2010 Apr 27
0
[LLVMdev] PTX target for LLVM!
Hello, Helge
> We would also like to know if there are any major obstacles to merging
> the code into LLVM trunk (apart from coding standards ;) ).
Mmmm.... license?
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
2017 Jul 04
0
System Start-Up Issue Progress
Organization policy dictates that information copied from systems
with Internet access be "sanitized".? Thus the FAKE name computer
as well as the designations nnnn and mmmm provided in my previous
messages and presented again below:
computer sendmail[nnnn]: unable to qualify my own domain name (computer)
computer sendmail[mmmm]: My unqualified host name (computer) unknown;
sleeping for retry
The actual system has totally legitimate names for domain and host.
What...
2004 Aug 06
1
skipping at change of song
Michael Smith wrote:
> Are you using mp3?
No, Vorbis.
> If you can reproduce this with another streamer AND with another listening
> client , I'll look into that.
Mmmm. That will be difficult/time consuming. I may try that one day.
Ross.
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request@xiph.org'
containing only the word 'u...
2003 Oct 28
0
Re : Hello
...and fell down the stairs.....HeeHee.....shouldn't laugh
Anyway.....
I was SO gutted that i missed you the other night...i was really
looking forward to 'Cam' for you - you made me SO wet last time!!
Have you got your webcam yet ?? let me know
i cant wait to see you on your cam....Mmmm.......I suppose better
go now and do some work.....get back to me and we'll arrange
another Web cam session.....Mmmm.....we have just installed a
new webcam system that will allow you to see us much faster
and clearer, like we were on the television !! check it out here
www.CzechCamGirls....
2002 Jan 14
1
memdisk and floppy controllers
...message: 'Kein System oder Laufwerksfehler', don't know
the english one from the boot sector).
On a different system (this one has a floppy controller!) it works.
With a different bootdisk (Win98) both work, too.
Both systems tell me:
[..]
INT 13 08 failure
old: int13 = nnnn int15 = mmmm
new: int13 = oooo int15 = pppp
[further messages from boot sector and dos]
Maybe it's also a bios issue, since the controllerless machine is only
used for Netbsd (Network Station Manager), Linux and OS/2 (Workspace
on Demand), it's an IBM Networkstation 2800 with token-ring on board.
A...
2011 Jan 21
1
Problems with a trust relation between samba andsambadifferent subnet
...; But my current production system are separate by a P2P link. What u
> recommend?
>
> Location A --> PDC Wins Server
+LDAP server
>
>
> Location B --> BDC
+LDAP server
smb.conf to point to local ldap servers.
>
>
> ?
>
> Them, u say 1 wins to rule them all mmmm I have to work with this.
>
> Thanks!!!
>
> --
> LIving the dream...
> --
> To unsubscribe from this list go to the following URL and read the
> instructions: https://lists.samba.org/mailman/options/samba
2012 Apr 04
1
memdisk speed diagnostics?
...idea how to take compression (gzip/zip) into
account, it can alter numbers significantly.
perhaps something like this:
"loaded/copied/read nnnn MB in tttt seconds (average speed nn MB/s)"
or
"done reading nnnn MB in tttt seconds (average speed nn MB/s)"
"decompressed to mmmm MB in uuuu seconds (average speed mm MB/s)"
Bernd
2017 Aug 30
4
GlusterFS as virtual machine storage
....it> wrote:
> Il 26-08-2017 07:38 Gionatan Danti ha scritto:
>
>> I'll surely give a look at the documentation. I have the "bad" habit
>> of not putting into production anything I know how to repair/cope
>> with.
>>
>> Thanks.
>>
>
> Mmmm, this should read as:
>
> "I have the "bad" habit of not putting into production anything I do NOT
> know how to repair/cope with"
>
> Really :D
>
>
> Thanks.
>
> --
> Danti Gionatan
> Supporto Tecnico
> Assyoma S.r.l. - www.assyoma.it
>...