-
When do serial TCIFLUSH ioctl operation, tciflush will never be reached because the marco TCIFLUSH is defined to 0.
2009-11-20 01:55:20 UTC by yiml
-
It seems to work correctly with this patch : https://sourceforge.net/tracker/?func=detail&aid=2894210&group_id=24366&atid=381349
I've just finished rebuilding my Thinstation from scratch (I was using TS-o-matic before)
and now I can create/delete files anywhere on my USB key !
2009-11-18 17:30:45 UTC by ge3or
-
I try to comunicate with two Barcode Reader's connect one to COM1 and the other to COM2, I use the options "-r comport:com1=/dev/ttyS0 -r comport:com2=/dev/ttyS1"
When I connect through hyperterminal with only one it works fine, independently if it is COM1 or COM2.
If I open two hyperterminal instances, one pointing to COM1 and other pointing to COM2, only works the last I open...
2009-11-18 10:33:24 UTC by jpgjavivi
-
Description of problem:
My rdesktop crashes when connecting to a university windows server and passing
" -r disk:home=."
Version-Release number of selected component (if applicable):
rdesktop-1.6.0-7.fc12.i686
How reproducible:
allways
Steps to Reproduce:
1. rdesktop yourhost -r disk:home=.
2. login
3. wait a few seconds
Actual results:
rdesktop crashes:
0x00459424 in...
2009-11-16 23:01:39 UTC by felixmoeller
-
Somebody do need it, such as http://ubuntuforums.org/showthread.php?t=954887
The patch works as:
# Double press Ctrl+Alt+Left or Ctrl+Alt+Right to switch local active workspaces.
# Double press Ctrl+Alt+Tab to switch local active window.
# Other hot keys are sent directly to remote machine.
You can download a patched bin file to see the effect...
2009-11-15 11:58:23 UTC by sunner
-
> "My previous patch has not yet been committed so I do not plan to work on a patch for nothing."
There's no need for brinksmanship. rdesktop goes pretty slowly, especially compared to pcsc-lite.
Why can't you change pcsc-lite? As far as you've described, it isn't conforming to the PC/SC API definition. Why should rdesktop work around its brokenness? I looked on your API page at the known...
2009-11-13 15:05:48 UTC by sarynx
-
SCARD_E_UNSUPPORTED_FEATURE has not the same value on Windows winscard and pcsc-lite
Windows has:
#define SCARD_E_UNSUPPORTED_FEATURE 0x80100022
#define SCARD_E_UNEXPECTED 0x8010001F
pcsc-lite has:
#define SCARD_E_UNSUPPORTED_FEATURE 0x8010001F
#define SCARD_E_UNEXPECTED 0x8010001F
Yes, the same value is used for two different names. This is an historic issue.
pcsc-lite never...
2009-11-13 14:44:37 UTC by ludov
-
It looks like a bug I fixed in FreeRDP. IIRC, the code has trouble doing path concatenations and end up with wrong file paths, except for paths starting from the root. If anybody wants to port the patch to rdesktop, you are welcome. Here are the files I modified:
http://freerdp.svn.sourceforge.net/viewvc/freerdp/trunk/disk.c?view=log...
2009-11-12 19:12:15 UTC by mamoreau
-
Confirmed.... :(
it only works in the root of the drive.
well... I get back on this problem and if I find something I will post it!
2009-11-12 18:58:06 UTC by ge3or
-
Ge3or
It works for only in the roor of the pen drive. If you try to write to a folder it seems to have the problem. Can you confirm please ?.
2009-11-12 18:49:17 UTC by nobody