aMule Bug Tracker - aMule | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0001590 | aMule | Utilities | public | 2010-03-10 13:28 | 2010-03-13 10:56 |
| Reporter | joker4791 | ||||
| Assigned To | |||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | no change required | ||
| Platform | OS | OS Version | |||
| Product Version | SVN | ||||
| Target Version | Fixed in Version | ||||
| Fixed in Revision | |||||
| Operating System | Debian Lenny 5.0r4 - AMD64 | ||||
| Summary | 0001590: alcc and stdout - redirecting to file/variable not possible | ||||
| Description | examples: server:~# /usr/local/bin/alcc ooo_3.2.0_win32intel_install_wjre_de.exe > /tmp/temp.txt ed2k://|file|ooo_3.2.0_win32intel_install_wjre_de.exe|167555440|02c07bfebab09d914acce413f89813cd|/ [^] server:~# cat /tmp/temp.txt server:~# VAR="`/usr/local/bin/alcc ooo_3.2.0_win32intel_install_wjre_de.exe`" ed2k://|file|ooo_3.2.0_win32intel_install_wjre_de.exe|167555440|02c07bfebab09d914acce413f89813cd|/ [^] server:~# echo $VAR server:~# | ||||
| Steps To Reproduce | |||||
| Additional Information | solution: use stderr server:~# /usr/local/bin/alcc ooo_3.2.0_win32intel_install_wjre_de.exe 2> /tmp/temp.txt server:~# cat /tmp/temp.txt ed2k://|file|ooo_3.2.0_win32intel_install_wjre_de.exe|167555440|02c07bfebab09d914acce413f89813cd|/ [^] server:~# | ||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2010-03-10 13:28 | joker4791 | New Issue | |||
| 2010-03-10 13:28 | joker4791 | Operating System | => Debian Lenny 5.0r4 - AMD64 | ||
| 2010-03-13 10:56 | sturedman | Note Added: 0003391 | |||
| 2010-03-13 10:56 | sturedman | Status | new => closed | ||
| 2010-03-13 10:56 | sturedman | Resolution | open => no change required | ||
| 2010-03-13 10:56 | sturedman | Product Version | 2.2.6 => SVN | ||
| Notes | |||||
|
|
|||||
|
|
||||