similar to: err:cursor:CURSORICON_Destroy Destroying active cursor! <- problem

Displaying 20 results from an estimated 3000 matches similar to: "err:cursor:CURSORICON_Destroy Destroying active cursor! <- problem"

2010 Jun 16
2
RECOVER FILE DAEMON SMBD SAMBA
Hello! Accidentally deletes the file daemon, / usr / lib / samba / classic / smbd. Now I can not start Samba, Samba reinstalling again in the newer version I would lose my settings? It will overwrite existing files or just bring back the excluded? I use a distribution derived from Suse, when I try to install the yast he asks that some libraries are installed: *libstdc + + **libstdc + +-devel
2009 Jan 26
2
Shell Script - Compare packages. rpm.
Hi, I need a script which makes the package compa??o rpm's through two text files ... Since a file is the output of the command *rpm-qa > pkg.out * And the second file is a list of several packages rpm's, multiple versions and architectures. My idea is to compare a package *x* file pkg.out with several packages *y* of the file update.out and know
2009 Apr 15
2
issue with L-BFGS-B in optim (optim just hangs)
Dear R-Help List, I am using optim, with method=L-BFGS-B, to maximize a likelihood inside a large simulation exercise. This runs fine for most simulated data sets, but for some reason, about 1 out of 100 times, optim will just hang. Using a dumb approach to the problem (i.e. printing the parameter values each time the function being maximized is evaluated), I tracked down when this happens,
2012 Mar 07
1
help with time data - R weird behaviour across machines
Hello list, I was hoping I could get some help on something which is really giving me a headache. I am using R version 2.14.1 (2011-12-22) (Platform: x86_64-pc-mingw32/x64 (64-bit)) An object which is supposed to have times has a few elements listed as not times but NA's > ls() [1] "todelete" > class(todelete) [1] "POSIXlt" "POSIXt" > todelete [1]
2017 May 12
2
Asterisk 14 audio quality with remote files
Hello everyone, I am using the Asterisk REST API in order to establish a call to an endpoint and to send over a remote file (HTTP). The issue is that I am experiencing an audio quality issue. I have tried encoding the file differently, but everytime Asterisk is cutting the audio frequencies above 4Khz. The call is established with G.722 and the audio file is mono 16Khz 16 bit sln16 extension.
2008 Oct 28
7
RHEL4 = Use "yum"
Hello guys, I would like to configure my puppet to use "yum" instead "up2date" (default RHEL4). How can I do this? :) Thanks! -- Tiago Cruz Linux User #282636 Mandriva Conectiva PRO Certified Linux Instructor --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To
2012 Jan 23
3
How can I access information stored after I run a command in R?
Dear all, Supposed I run the following command: ############################### #install.packages("Rassoc", dependencies=TRUE) library("Rassoc") ca=c(139,249,112) co=c(136,244,120) a=rbind(ca,co) MAX3(a,"asy",1) ############################## I get: The MAX3 test using the asy method data: a statistic = 0.5993, p-value = 0.7933 How can one save the result
2003 Mar 17
1
Smbpasswd without prompt?
Hello again! :-) Mine he doubts he is with relation to smbpasswd, would like to add to an user and a password standard from one script (*in botton), but I did not obtain to eliminate prompt requesting the new password and password verification, like make in useradd. This is possible? I use Red Hat 8.0 box with a Samba 3.0 Alpha running a PDC. Me he seems that alone it functions compiling with
2013 Mar 05
2
Discover SO of my nodes
Hello all! Using puppet 2.7.9 and Dashboard, I can see the hostname of my nodes. With some selects against MySQL, I can also discover their IP address. But that is any way to discover more details, like, with OS is running on that node? Thanks a lot!! Tiago C. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from
2009 Jan 22
1
infer haplotypes phasing trios tdthap
Dear R mailing list, I have a dataset with genotypes from trios and I would like to infer haplotypes for each mother, father and child. The package that I could find that can do this is tdthap. But when the mother is homozygous (e.g., 2/2) the haplotype is called as not possible to infer (0); I would prefer for it to call the genotype (2). From what I understand it is doing what I would like
2009 Feb 25
2
Disabling specific port-forwarding
Hi all, I have a server where I allow some people to do SSH port forwarding for SVN, GIT, since I need to do that to access these services in certain locations. I can't access SVN ports in some work locations. Thing is, I also give specific access to some user accounts, mainly git and svn user, to some people I don't fully trust to have access to my VNC server, which is without password
2018 Feb 04
2
Developing a pass for the backend
Hi, Is there a way to map a MachineInstr to the respective LLVM IR using a MachineFunctionPass (or something else) in my backend? I need to read some metadata associated with LLVM IR instructions and I was thinking of using some debug information (DebugLoc?) to do so. However, By inspecting the LLVM source code I have not been able to find any mapping between a MachineInstr and a LLVM IR
2004 Aug 06
4
FreeRadio On-line
See: http://uk2.lugradio.org/ Somewere heve more example of radio using icecast, for me? :) -- Abraços, Tiago Cruz Org. King de Contab. S/C Ltda. Linux User # 282636 http://www.linuxrapido.linuxdicas.com.br Mandrake Linux i18n Team --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to
2005 Oct 01
3
heavy VBR traffic with HTB
Hello! I made a simple configuration with HTB, 10% http and 90% Video, where http can share the available bandwidth left from video. But :(... i think HTB it''s not very fast and it can''t adapt quickly to the great variation of the MPEG 4 VBR (700M film), and some times it jerks a bit in great variations of bandwidth. I''m making a download to have always 100% bandwidth
2004 Aug 06
3
Play music for a link
Hello! Please, I would like to know how I can play music by link of the my web-site... My radio is: http://200.206.207.221:8000 The link, this: <embed type="application/x-mplayer2" ID="MediaPlayer" Name="MediaPlayer" WIDTH="127" HEIGHT="16" src="http://200.206.207.221:8000" autostart="1" transparentatstart="1"
2012 Jul 17
2
aligning image with bar plot in the same plot
Dear Mailing list, I want to plot a matrix using image() and on its side I want to give information to every line of the matrix using colors. I tried to use barplot, but cannot align the two plots. Code below. I succeed in doing what I want using another image() plot, but was wondering whether there is an easier way to do it. Thank you so much! Tiago ############# code ## matrix to plot matI
2000 May 11
2
SAMBA digest 2519
Hi My name is Tiago Goulart (Portugal) I've installed SuSE 6.4 (kernel 2.2.14) and SAMBA 2.0.6 I have a problem : when I do something like this: ping 193.136.131.57 it is ok, it tells me the delay etc, but, when I dot this: ping xunil ;it says ping: unknown host: xunil , but xunil is 193.136.131.57, it should give me the same thing! The same thing happens in everithing else like: smbclient
2018 Feb 05
0
Developing a pass for the backend
​See if this thread http://lists.llvm.org/pipermail/llvm-dev/2017-November/119274.html help.​ 2018-02-05 4:12 GMT+08:00 Pedro Lopes via llvm-dev <llvm-dev at lists.llvm.org> : > Hi, > > Is there a way to map a MachineInstr to the respective LLVM IR using a > MachineFunctionPass (or something else) in my backend? > > I need to read some metadata associated with LLVM IR
2009 Mar 09
1
1.6.0.5 - g729 'locked' by Asterisk
Hey guys, I'm having a really huge problem, it seems like Asterisk is locking my licenses of g729 after being used. For example, 10 people make calls using this codec. Then I can see the channels and the codecs being used, cool. But then when they hang up the call the codes are still there, as being used... I don't know if its a bug or a miss configuration, but the fact is that I've
2006 Sep 11
1
Authentication between two samba servers
Hello for all, How can I do for one samba server authenticate in another samba server? Thanks for all, -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- Amauri Tiago Marx Coordenadoria de Tecnologia da Informação e Comunicação, Ctic Universidade do Oeste de Santa Catarina, Unoesc Campus de São Miguel do Oeste www.unoescsmo.edu.br