Displaying 4 results from an estimated 4 matches for "stdbuf".
Did you mean:
sndbuf
2011 Sep 17
1
Re: Wine 1.3.11 and Micorsoft Money Sunset Edition
...log box on each page load;
Solution: use winetricks ie8 instead of ie6
2nd, the app not closing on exit.
Solution: adapt the bash script below to your needs:
#!/bin/bash
mkfifo mnyfifo || exit;
trap 'rm mnyfifo' EXIT
if [[ $1 = "" ]]; then
WINEPREFIX=/home/bencahill/.wine_mnys/ stdbuf -oL wine "C:\\Program Files\\Microsoft Money Plus\\MNYCoreFiles\\msmoney.exe" > mnyfifo 2>&1 &
pid=$!
while read -r line; do [[ $line = "fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_RESET_URLCACHE_SESSION: STUB" ]] && kill $pid; done < mnyfifo...
2020 Apr 05
0
Reproducable Crashes in Nouveau with GM204 [GeForce GTX 980]
...ged to reproduce the issue with the following script (epiphany is gnome web, based on webkit):
</div>
<div>
<br>
</div>
<div>
<div>
#!/bin/sh
</div>
<br>
<div>
time=$(date +%F.%T)
</div>
<div>
stdbuf -oL dmesg --color=always --follow > dmesg.$time.log & disown
</div>
<div>
stdbuf -eL epiphany --private-instance https://webglsamples.org/aquarium/aquarium.html 2>epiphany.$time.log & disown
</div>
<br>
<div>
for i in $(seq 1 120);...
2010 Feb 09
9
DO NOT REPLY [Bug 7120] New: Variable bandwidth limit .. bwlimit
https://bugzilla.samba.org/show_bug.cgi?id=7120
Summary: Variable bandwidth limit .. bwlimit
Product: rsync
Version: 3.1.0
Platform: Other
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P3
Component: core
AssignedTo: wayned at samba.org
ReportedBy: pmdumuid at gmail.com
2015 Jul 02
8
[Bug 11378] New: Please add a '--line-buffered' option to rsync to make logging/output more friendly with pipes/syslog/CI systems/etc.
https://bugzilla.samba.org/show_bug.cgi?id=11378
Bug ID: 11378
Summary: Please add a '--line-buffered' option to rsync to make
logging/output more friendly with pipes/syslog/CI
systems/etc.
Product: rsync
Version: 3.1.1
Hardware: All
OS: All
Status: NEW