similar to: file handle leak when accesssing com ports

Displaying 20 results from an estimated 300 matches similar to: "file handle leak when accesssing com ports"

2013 Apr 01
3
expression
Hi all, I´m using titt<- expression(paste("R con ventanas de 200 ", italic(datos))) And it works properly on a plot(...,main=titt,..) But if I want to add an improvement to avoid typing n on the plot so that n<-200 titt<- expression(paste("R con ventanas de ",n, italic(datos))) It doesn´t recognize that n is a "variable" and adds "n" letter
2010 Aug 20
3
change object name within for loop
Hi, I am writing a for loop that creates one object, say 'outn' on every round of the loop. I would like the name of each object to include the index of the loop as in, for example: out1, out2, out3, ... And I would like the naming of the object to take place automatically as the loop moves through? Similarly, I would like to be able to call different objects (in1, in2, in3,
2018 Aug 17
1
Imap special-use with IOS 11
Hello, has anyone experiened any issues with IMAP SPECIAL-USE extension with ios11? After the update to ios11 the Ios mail client seems to not recognize anymore the imap special-use, so that system folders (Sent, Trash etc..) are not authomatically recognized and set during the configuration. Regards Federico -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Mar 21
0
Comport access error
I'm trying to get working a simulator. I use wine + wondows. The prgram runs quite welle Bit I get an error when accessing the com1 port (the game adapter is a serial one) This worked with wine 20040914 but is now broken. Here is the comm trace: [jm@localhost AeroFly Professional]$ WINEDEBUG="comm" wine afpro Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixel to
2002 Feb 09
1
Problem with COM
Hello If I try to open COM in a app. I got: BaudRate 9600 fixme:comm:SetupComm insize 1024 outsize 1024 unimplemented stub BaudRate 5760 fixme:comm:SetupComm insize 131072 outsize 8192 unimplemented stub err:comm:SetCommState baudrate 5760 BaudRate 5726 fixme:comm:SetupComm insize 1024 outsize 1024 unimplemented stub err:comm:SetCommState baudrate 5726 Use newest Wine, Kernel 2.4.18-7, SuSE
2004 Nov 28
0
COM port for weatherstation
Hi, we are running some Debian-linux boxes and want to run a Feger-weatherstation under wine to get the weatherdata directly on the same server as our semi-public weather web (http//81.33.7.96). I installed wine (version is now 0.0.20040713/1.3) under Debian sarge and then the Feger software. My windows partition was an empty FAT32 partition. I cannot get the COM port working and I do not know
2001 Feb 28
1
com port acccess again
hi guys! i have some problem whit wine about the $SUBJECT i start my program and i get the following error message: ceta.2@sb-003:~/.wine/fakewin/csoft30 > wine --debugmsg +comm --managed comkern.exe err:win32:fixup_imports No implementation for shlwapi.dll.0(StrRetToBufA) imported from shell32.dll, setting to 0xdeadbeef err:win32:fixup_imports No implementation for
2004 Jul 16
3
Samba+LDAP - so close yet so far :)
Dear my samba friends & Craig (who has been helping me with this issue so far), please help me with this one :) I have a fedora core 1, samba 3.0.5, and openldap 2.1.*, and smbldap-tools 0.8.4.1 When I try to join the domain [AGUILAS] from my XP (winxp), it is quiting half way through the process. However, I don't completely understand why. I used samba log level 3 to diagonose the
2001 Dec 04
2
Serial problem with Zworld
I just installed SuSE 7.3 linux including the supplied wine distro. I'm trying to run a single board computer from Zworld called the Rabbit. The specific app name is dcrab619.exe. The gui comes up with no problem but when it tries to talk to the serial port I get these messages from wine: err:string:CompareStringA (s1=(null),s2=""...): Invalide NULL string
2004 Apr 09
1
Sharp ZQ-290s sync software
Hi, Since Sharps communication protocols are "top secret", I'm trying to port their sync software to linux. I'm new to wine, so this might be silly, but after hours of googling and searching for solutions I'm posting this. After installing DCOM98.exe, the Desktop software installed, and it runs. Only problem is it doesn't detect the device connected to the serial port
2001 Jul 12
2
wine-20010305 and serial port access
I'm trying to get the Windows-software for my digital camera to work in wine under Mandrake 8.0 (kernel 2.4.3). Installed wine without errors. Had a look at the ~/.wine/config and it looked ok for me. The part concerning the serial ports: [serialports] "Com1" = "/dev/ttyS0" "Com2" = "/dev/ttyS1" "Com3" = "/dev/ttyS2" "Com4"
2006 Apr 29
9
Wine + serial port basically hangs system
I'm trying to use Wine to run a program called heavy weather - its a windows only program that interfaces with a weather station that I have through a serial port. I was able to get the program up and running with wine. Then, I couldn't get it to connect at all to the weather station. After much too long, I finally realized that the problem was that my permissions on /dev/ttyS0 were too
2004 Aug 19
1
Serial Communication
I try to use SimoComU, a tool to control frequency converters, on Wine. Since version 2004-07-16 it opens its main window, and most functions seem to work. Anyway, it does not communicate over the serial line. I see the following output: trace:file:CreateFileW L"COM1" GENERIC_READ GENERIC_WRITE OPEN_EXISTING attributes 0x0 trace:file:RtlDosPathNameToNtPathName_U
2006 Jun 16
1
Serial port woes
I am trying to get an app called GMWIN running. It installs and runs, but it cannot communicate via the serial ports. It is a controller for PLCs, and its purpose is to talk to PLCs via serial ports, so this is essential... Here's the error I am getting (the NIY-hEvent is repeated many times): [i386]yan@TravelSlug:~$ wine "c:/gmwin_4/gmwin" err:thunk:_loadthunk (DLL16.DLL,
2003 May 12
1
file manipulation error / COM port error
hi.... I'm using Wine 20030408 on FreeBSD 4.6.2 I believe the instalation is ok (made by ports....) I've to run some applications wich does some file manipulations, such as creating and removing.... Creating a file is ok, but when it tries to remove it, the app shows a message box sayng it was not possible to rename the file . Disk access error. (actually, it creates a file and add
2009 Jan 07
5
rbind for matrices - rep argument
Dear R users,I'm facing a trivial problem, but I really can't solve it. I've tried a dozen of codes, but I can't get the result I want. The question is: I have a dataframe like this one [,1] [,2] [,3] [,4] [,5] [1,] 1 2 3 4 5 [2,] 2 5 5 4 9 [3,] 1 6 8 1 2 [4,] 8 6 4 1 5 made up of decimal numbers, of course. I want to
2003 Apr 13
3
Problem loggin on to samba PDC
Hi all! How the heck do I log on to the samba domain? Every logon attempt is met with "The system cannot log you to to this domain because the system's computer accout in its primary domain is missing or the password on that account is incorrect." A clients trust account was created using the authomatic adduser script and there are valid samba users . Connection using samba
2009 Nov 27
1
Proxy, using checkpassword
Hi all, I think I may be doing something wrong but, is it possible to proxy POP and IMAP users when using a checkpassword script as the passdb? I'm trying to write a perl script to handle authentication to a mix of SQL and POP3 sources whilst logging user passwords at the same time for a migration. At the moment, I'm trying to set environment variables to tell dovecot what to do:
2003 Nov 13
0
RV: Unable to lock drive for exclusive accesss
Thank you Patty, It's exactly the problem that I am experiencing. Someone told me to boot with a DOS floppy, I will try that. -----Mensaje original----- De: Patty O'Reilly [mailto:oreilly at qualcomm.com] Enviado el: jueves, 13 de noviembre de 2003 14:07 Para: pedezert at adinet.com.uy Asunto: Re: [syslinux] Unable to lock drive for exclusive accesss Intento que env??a esto: Greetings,
2007 Oct 23
0
Bug#447795: xen-utils-3.0.3-1: [CVE-2007-3919] xenmon.py / xenbaked insecure file accesss
Package: xen-utils-3.0.3-1 Version: 3.0.3-0-3 Severity: grave Tags: security Justification: user security hole Xen versions 3.x, and 3.1 contain a tool for processing Xen trace buffer information. This tool uses the static file /tmp/xenq-shm insecurely allowing a local user to truncate any local file when xenbaked or xenmon.py are invoked by root. Sample session: # setup. skx