[Bug 1312362] Re: Can't copy a file from SMB share to the local file system: Software caused connection abort

2014-07-12 Thread mycroes
Same issue happens for me with a Shuttle Omninas KD20, which doesn't give shell access (and the known hack to get shell access doesn't work on latest firmware). Strange thing is that it doesn't happen on every file. Also, it seems that smbclient will happily fetch the files without issues, even

[Bug 576910] [NEW] Regression: getPathInfo() doesn't return parent info

2010-05-07 Thread mycroes
Public bug reported: Binary package hint: php5 In PHP 5.3.2-1ubuntu4 there's a bug concerning getPathInfo() on the SplFileInfo object. Instead of returning a new SplFileInfo object for the parent directory it returns a SplFileInfo object for the same file. The bug is reported and fixed upstream

[Bug 475747] Re: Apache2 initscript gives wrong output

2009-11-05 Thread mycroes
Actually this bug exists since Jaunty (or earlier). The init script is just discarding whatever kill is doing to apache. Besides the output being wrong, the init script also incorrectly returns success. This makes the script incompatible with constants defined in sysexits.h, stdlib.h and the

[Bug 475747] Re: Apache2 initscript gives wrong output

2009-11-05 Thread mycroes
Actually, I just found out this issue is not confined to apache. The same goes for: acpid acpi-support anacron apport (even though it shows a permission denied error) and the list goes on... Does anyone actually care about making initscripts usable? -- Apache2 initscript gives wrong output

[Bug 475747] Re: Apache2 initscript gives wrong output

2009-11-05 Thread mycroes
Actually, doing for x in `ls /etc/init.d`; do /etc/init.d/$x stop; done will result in my gnome session dying, dropping me back to a gdm login prompt, even though I'm running that as a normal user... -- Apache2 initscript gives wrong output https://bugs.launchpad.net/bugs/475747 You received