Displaying 20 results from an estimated 1000 matches similar to: "fflush now?"
2003 Oct 17
1
Script Control of sftp
I am trying to conduct a full sftp session using the proc_open()
function of PHP:
http://www.php.net/manual/en/function.proc-open.php
Once I get past the authentication stage, everything works fine: the
script is able to write to sftp's stdin and capture its stdout.
However, during the auth stage, these are apparently bypassed somehow,
and IO takes place directly with the terminal. That is,
2012 May 29
0
[klibc:master] capabilities: Use fflush() instead of fseek ()
Commit-ID: 163920f31f98db13f4e37796bb92f0844e7aaf45
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=163920f31f98db13f4e37796bb92f0844e7aaf45
Author: maximilian attems <max at stro.at>
AuthorDate: Tue, 29 May 2012 18:58:31 +0200
Committer: maximilian attems <max at stro.at>
CommitDate: Tue, 29 May 2012 19:03:08 +0200
[klibc] capabilities: Use fflush() instead
2008 Mar 14
0
[PATCH] Add periodic fflush to xentop batch mode.
Add periodic fflush to xentop(batch mode).
If you want to make monitor tool using the following command,
you can not get output every some seconds.
xentop -b -d 1 > xentop.log
(above tool use tail command to get periodic data from xentop.log)
This patch is useful when you get
xentop output(batch mode) periodicaly using pipe.
Best Regards,
Yusuke Kaneki
----
*** old/xentop.c
2010 Nov 27
1
"doveadm auth user" requiring a tty
Hello,
"doveadm auth user password" may be scripted without a glitch.
But this comes with the usual problem of a "ps" command showing the password, which may be especially annoying in case of a single-letter typo: the almost correct password is then visible for about two seconds...
Clearing the password argument (zeroing it) in doveadm-auth.c, in the hope to reduce the window
2019 Aug 01
1
Are those functions thread-safe, i.e. fprintf() and fflush()
Hi,
I have one question:
Are those functions thread-safe, i.e. fprintf() and fflush() ?
Thanks!
Regard
Andrew
2011 Aug 02
0
Adding fflush() to ssh-agent so its output can be redirected to a file
Without this patch "ssh-agent -d > ~/ssh-agent.sh" will produce a zero byte file. Obviously a corner case, but for what I'm doing it's a show-stopper, and it _seems_ like an obvious improvement to correctness, rather than relying on implicit newline flushing with TTYs and flush-on-exit with the forking mode.
Not subscribed, so please CC me on any replies.
---
2013 Dec 11
0
[LLVMdev] Phabricator email
I'm not getting the error email you mention, but I have noticed it silently dropping replies (including my own on occasion). I haven't spotted anything the missing replies have in common.
The web interface did just pop up with this though:
Unhandled Exception ("Exception")
Failed to proc_open(): proc_open(): fork failed - Cannot allocate memory
> -----Original
2013 Dec 12
0
[LLVMdev] [cfe-dev] Phabricator email
> Dropping replies from the web interface or the mail interface?
> Also: does "dropping replies" mean that an email reply doesn't show up in the phab interface?
> (that's currently "working as intended", until we find enough time to write a parser for inline
> comment replies in mails)
I mean that email replies don't always appear in the web interface.
2013 Dec 11
0
[LLVMdev] [cfe-dev] Phabricator email
On 11/12/2013 17:01, Manuel Klimek wrote:
> On Wed, Dec 11, 2013 at 5:52 PM, Daniel Sanders
> <Daniel.Sanders at imgtec.com <mailto:Daniel.Sanders at imgtec.com>> wrote:
>
> I'm not getting the error email you mention, but I have noticed it
> silently dropping replies (including my own on occasion). I
> haven't spotted anything the missing replies
2009 Apr 12
3
problem with DivX9 and winetricks
HI
Trying to install Divx9 using winetricks. Using Ubuntu 8.10 and have cabextract installed, and my graphics card has it's driver installed (NVIDIA GEforce FX 5200).
Installation seems to go ok but does not re-start machine and there appear to be error messages in the terminal window, despite the fact that it says DivX is isntalled.
Testing results by trying to play Age of Empires II -
2013 Dec 11
4
[LLVMdev] [cfe-dev] Phabricator email
On Wed, Dec 11, 2013 at 5:52 PM, Daniel Sanders
<Daniel.Sanders at imgtec.com>wrote:
> I'm not getting the error email you mention, but I have noticed it
> silently dropping replies (including my own on occasion). I haven't spotted
> anything the missing replies have in common.
>
Dropping replies from the web interface or the mail interface?
Also: does "dropping
2005 Sep 09
2
Debugging R/Fortran in Windows
Hi,
I'm trying to debug an R interface to a Fortran subroutine from Windows.
(Yes, I know I should try Unix/Linux as well, but a quick attempt
suggested that the (MinGW g77) Fortran compiler I have installed on my
Windows laptop works better on this Fortran code.)
I'm trying to follow the instructions in the "Writing R Extensions" Manual:
Start R under the debugger after
2005 Sep 09
2
Debugging R/Fortran in Windows
Hi,
I'm trying to debug an R interface to a Fortran subroutine from Windows.
(Yes, I know I should try Unix/Linux as well, but a quick attempt
suggested that the (MinGW g77) Fortran compiler I have installed on my
Windows laptop works better on this Fortran code.)
I'm trying to follow the instructions in the "Writing R Extensions" Manual:
Start R under the debugger after
2012 Sep 26
0
[LLVMdev] Error while loading profile information
Hi all,
I am trying to load a profile information (llvmprof.out) which has been
separately created, to get the execution count of each basic block and use
it to estimate the execution count of machine basic blocks for getting how
many times any instruction gets executed, for ARM specifically. The error
on running the code comes as:
clang: PassManager.cpp:601: void
2009 Sep 08
2
Can't configure wine anymore
When I type winecfg, I get all this
> err:menubuilder:WinMain unknown option -a
> err:menubuilder:WinMain unknown option -r
> fixme:advapi:RegisterEventSourceW ((null),L"Print"): stub
> fixme:winsock:convert_af_w2u unhandled Windows address family 26
> fixme:winsock:convert_af_w2u unhandled Windows address family 26
> fixme:winsock:convert_af_w2u unhandled Windows
2005 Mar 18
2
Trouble debugging with gdb, R on Windows
I'm trying to follow the example in the R for Windows FAQ on running
gdb and am getting stuck because gdb tells me "Cannot access memory at
address ...".
Here's what my gdb session looks like (This one from a cygwin shell,
but same results from plain Windows CMD shell):
$ cd R-devel/src/gnuwin32
$ gdb ../../bin/Rgui.exe
GNU gdb 5.2.1
Copyright 2002 Free Software Foundation,
2020 Jul 25
0
[klibc:master] stdio: Define all the _unlocked functions and macros
Commit-ID: 8c056cab6c8cce0b5dbc2c3141060f89a6ffc905
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=8c056cab6c8cce0b5dbc2c3141060f89a6ffc905
Author: Ben Hutchings <ben at decadent.org.uk>
AuthorDate: Sat, 25 Jul 2020 21:18:30 +0100
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Sat, 25 Jul 2020 21:44:14 +0100
[klibc] stdio: Define all the
2010 Jun 08
8
Cant get civ4 to run on ubuntu 10.04, wine 1.1.42
when i run: wine ./Civilization4.exe
(in the correct dir) i get this output:
######################
fixme:system:SystemParametersInfoW Unimplemented action: 55 (SPI_SETMOUSEKEYS)
fixme:system:SystemParametersInfoW Unimplemented action: 59 (SPI_SETSTICKYKEYS)
fixme:cursor:CURSORICON_CreateIconFromANI Loading all frames for .ani cursors not implemented.
err:ole:CoGetClassObject class
2020 Apr 14
0
[nbdkit PATCH v2 2/3] server: Sanitize stdin/out before running plugin code
As shown in the previous patch, plugins may choose to use stdin or
stdout during .config. But from .get_ready onwards, well-written
plugins shouldn't be needing any further use of stdin/out. We already
swapped stdin/out to /dev/null while daemonizing, but did not do do
during -f or --run, which leads to some surprising inconsistency when
trying to debug a plugin that works in the foreground
2008 Jun 14
1
Porting with winelib - undefined reference to `WinMain'
Hello!
I'm trying to port zCPU emulator (http://www.wiremod.com/forum/cpu-tutorials-programs/2956-zcpu-emulator.html) to Linux with winelib. This app is mainly console, but can draw some stuff using SDL. The problem is: compiles fine but when linking I get
Code:
/usr/lib/wine/libwinecrt0.a(exe_main.o): In function `main':
exe_main.c:(.text+0x9d): undefined reference to `WinMain'