search for: develloping

Displaying 16 results from an estimated 16 matches for "develloping".

Did you mean: developing
2009 Feb 28
1
Device Drivers in xen, looking also for a white book about how xen works exactly
Hello, I'm reading an excellent documentation about virtualisation in embedded system. (available on open kernel labs site) I have read these things : (It talks about managing drivers in a virtualization system) "A straight virtualization approach can accomodate this by running the device the device driver inside the VMM. This requires porting all drivers to the hypervisor
2009 Feb 28
1
Device Drivers in xen, looking also for a white book about how xen works exactly
Hello, I'm reading an excellent documentation about virtualisation in embedded system. (available on open kernel labs site) I have read these things : (It talks about managing drivers in a virtualization system) "A straight virtualization approach can accomodate this by running the device the device driver inside the VMM. This requires porting all drivers to the hypervisor
2012 Jun 18
2
Unable to boot 9 stable/release on HP EliteBook 8560p
Hi, I have an Elitebook but I am unable to even load the kernel or get to a point where user interaction is posible. The bootloader reboots the machine just before or after the amount of memory is shown. Anyone with simliar problems an newer HP notebooks? Gr Matthias
2011 May 07
5
Ogg Vorbis for internet explorer 9
Hello, I would like to know if there is a plugin for internet explorer 9 so that it supports playback of Ogg Vorbis files. In fact, I'm devellop a media site, and I use the tag <audio>. Since I want to promote ogg vorbis, I will require users to post their music in this format. For versions of Internet Explorer less than 9, I'll use a flash drive that can play ogg files. His name
2004 Aug 02
3
debug channels
hello winers! has anyone a kind of debug channels documentation? i mean that parameters after "--debugmsg" like: "+relay,+loaddll,+reg"... i need to see network stuff in the debug messages. thanx, cheers! rxon -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20040802/0b9fca0a/attachment.htm
2018 Jun 11
0
sambaundoguidindex
...onfig of my part..... Is the following step the good way to try to restore ? Stop samba 4.8.2 LDBDump database into a file Drop the old database file LDBadd file into a new database. Run sambaundoguidindex Start samba 4.8.2 Run samba-tool dbcheck --reindex > Sorry, Don't be, thank you for develloping this tool.
2018 Jun 11
0
sambaundoguidindex
...LDBadd file into a new database. > Run sambaundoguidindex > Start samba 4.8.2 > Run samba-tool dbcheck --reindex That might work. I've not tried it myself and I would have to suggest getting professional help, but it seems OK. > > Sorry, > > Don't be, thank you for develloping this tool. Thanks, Andrew Bartlett -- Andrew Bartlett http://samba.org/~abartlet/ Authentication Developer, Samba Team http://samba.org Samba Developer, Catalyst IT http://catalyst.net.nz/services/samba
2005 Apr 10
0
rice format
hello, I am now develloping an embeded decoding system for flac.I have a problem about the format of the rice coding: the residual begins with : 01 01 08 0C the first two bytes are the warmups, the prediction order is 2. and the 080C is the following: 00 0010 0000 001100 the first two bits mean: residual coding method is p...
2005 Apr 17
0
rice format
--- CHI Hongliang <hongliang.chi@enst-bretagne.fr> wrote: > hello, > > I am now develloping an embeded decoding system for flac.I have a > problem about the format of the rice coding: > > the residual begins with : 01 01 08 0C > > the first two bytes are the warmups, the prediction order is 2. and > the 080C is the following: > 00 0010 0000 001100 > > the fir...
2001 Aug 01
1
Corel heritage applications
I understand that the applications that Corel release for Linux are WinXX apps tweaked to run under Wine. I have no problem with that, but it makes me wonder what success has been achieved running Corel Win apps. Sure beats upgrading if they still do the job you want. The applications that interest me are: WordPerfect version 7.0.2.19 Quatro Pro version 7.0.2.14 Corel Ventura
2005 Aug 13
0
[Asterisk-Dev] Re: FXO PCI Master abort
Dear Zaptel and wcfxo devellopers, Hi, so far I have had no success moving this issue forward. Carl Andersson has been kind enough to help build various kernels to try, but with no success. So, I have tried to debug the problem directly. So far I have applied the patch below to wcfxo.c. (on the latest CVS head) This makes my system stable again (in that I dont have to keep pressing the big
2008 Apr 28
0
Take marginality into account in factor.scope
Dear devellopeRs, I've altered factor.scope() from the stats package so it can take marginality into account. Therefore I've added the argument marginal. When marginal is NULL, factor.scope() works like the original version. The marginality is to be specified as a named list. The name of the elements is the name of a variable. The content of the element is a character vector with the
2018 Jun 07
4
sambaundoguidindex
After a mail mentionning that i cannot run the sambaundoguidindex, here the error i'm getting : root at samba:~/samba-4.8.2/source4/scripting/bin# killall samba root at samba:~/samba-4.8.2/source4/scripting/bin# ./sambaundoguididx Traceback (most recent call last): File "./sambaundoguididx", line 54, in <module> samdb.modify(modmsg) _ldb.LdbError: (32, 'ldb_wait
2005 Jan 10
3
FXO PCI Master abort
Recently I started getting weird errors. All of a sudden I see the harddrive of my box glowing steadily and syslog is getting filled (and the cpu hogged) with these errors: It seems to start with this line: Jan 1 03:28:04 kernel: FXO PCI Master abort Jan 1 03:28:04 last message repeated 12 times Jan 1 03:28:06 kernel: CI Master abort Jan 1 03:28:06 kernel: FXO PCI Master abort and seems to
2010 Aug 22
2
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week New packages ------------ * DCGL (1.0) Bao-Hong Liu http://crantastic.org/packages/DCGL Functions for basic differential coexpression analyses: gene filtering, link filtering, DCG (Differentially-Coexpressed Gene) identification and DCL (Differentially-Coexpressed Links) identification.Two algorithms,named DCP and DCe, are provided for
2008 Dec 02
18
How to dig deeper
In order to get more information on IO performance problems I created the script below: #!/usr/sbin/dtrace -s #pragma D option flowindent syscall::*write*:entry /pid == $1 && guard++ == 0/ { self -> ts = timestamp; self->traceme = 1; printf("fd: %d", arg0); } fbt::: /self->traceme/ { /* elapsd =timestamp - self -> ts; printf("