search for: difficutlies

Displaying 11 results from an estimated 11 matches for "difficutlies".

Did you mean: difficulties
2011 Sep 30
0
Difficutlies with lp port
Hello, I'm using libvirt on debian as host and Windows XP Home as guest. I would like to pass the /dev/parport0 to XP to attach a printer. I use virt-manager. When I add a parallel port as a "dev" type I got this conf file: .... <parallel type='dev'> <source path='/dev/parport0'/> <target port='0'/> </parallel> ....
2017 May 19
1
define defaults for mount -t cifs
Hi Louis, On 05/19/2017 12:10 PM, L.P.H. van Belle via samba wrote: > Hai MJ, > > Have you tried: > > apt-get install cifs-utils if its not installed. > man mount.cifs ( if cifs-utils isnt installed no mount.cifs on debian.) > > And test with : > mount.cifs //server/share /mnt/point -o vers=2.1 > > Greetz, > > Louis But that has nothing to do with my
2009 Jun 29
1
Using VB Macros in Word 2003
I've installed Office 2003 sucessfully on Ubuntu 9.0.4. I understand that Outlook 2003 cannot be used with Exchange? I've experimented with Ubuntu in the past but new to Wine. Our organization has had a macro system developed with our own Menu to function within Word 2003 in the windows enviroment. It is used with a variety of templates to simplify document creation and formatting. I was
2012 Aug 25
2
[LLVMdev] How to Check whether BasicBlock resides in a conditional branch
2012/8/25 Iaroslav Markov <ymarkov at cs.stonybrook.edu>: > Can't you do it by performing some analysis on CFG? You can traverse that structure with BFS. And after that for all the BB you have visited more than once, you try to find a parent that has a branch instruction as a terminator. Additionally you ensure that there are no BB with branches as terminators on your way. If such
2006 Aug 03
2
RE: [Patch][RFC] Support "xm dump" (is Re: Re:[Patch]Enable "sysrq c" handler for domU coredump)
> Hi, Simon > > >Two things: > > > >1. I''m not convinced ''xm crash'' is needed - ''xm destroy'' will do this > >(and if you want > > a dump, do ''xm dump'' followed by ''xm destroy'') > > > What do you mean? > I think we cannot dump with "xm destroy" now. >
2008 Jun 29
2
Xrender and OpenGL troubles in Darwine
...and kronenberg.org/darwine 's stable 1.0 version of Darwine on my Macbook that is running Leopard 10.5.3. The installs were easy, but I'm having some difficulty now with actually getting some programs to run. The sample programs that came with the Darwine seem to run fine with no speed difficutlies or gobbling up system resources, but after being bold and trying to get STEAM installed, I ran into some problems. My first problem is that this message repeats over and over again in my Wine Log: fixme:xrender:X11DRV_AlphaBlend Unable to AlphaBlend without Xrender My second problem is when...
2017 May 18
4
define defaults for mount -t cifs
Hi, Is there a place where I can specify defaults options a for "mount -t cifs"? I would like to change the default protocol version to vers=2.1 Is there something like a cifs.conf or such...? MJ
2012 Aug 25
0
[LLVMdev] How to Check whether BasicBlock resides in a conditional branch
Can't you do it by performing some analysis on CFG? You can traverse that structure with BFS. And after that for all the BB you have visited more than once, you try to find a parent that has a branch instruction as a terminator. Additionally you ensure that there are no BB with branches as terminators on your way. If such parent exist, you mark that there is exist a direct connection between
2010 Mar 26
7
Asterisk load balancing and failover
Hi List, I'm finding a solution to provide failover and load balancing features to my IVR system. Anyone suggest me what is the best solution please?. what the hardware I should use ?. I heard about RedFone, but someone on the mail list said that it is not good because TDMoE module in asterisk is not so stable and TDMoE is stale. And It seems that RedFone doesn't not support load
2012 Aug 25
6
[LLVMdev] How to Check whether BasicBlock resides in a conditional branch
Hello All, I want to dertermine whether a basicblock is in a conditional branch. such as, //============================= if a > 2 // BasicBlock A then BasicBlock B endif BasicBlock C //============================= What I want to identify is BasicBlock B, which is in a condtional block. but C is not. In other words, I want to distinguish BasicBlocks that * must * be executed and that
2007 May 23
0
Problems compiling res_config_mysql (asterisk addons)
Hello All: I'm having some difficutly getting res_config_mysql from the 1.4.1 addons package to compile ( I need it for Realtime) First of all, when I make everything appears to compile ok with no errors however the res_config_mysql doesn't get compiled. So I tried "make res_config_mysql" and a whackload of errors starting with the following: # make res_config_mysql gcc -g