Custom Query (196 matches)
Results (136 - 138 of 196)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#291 | fixed | binfmt stuff broken in F17 | ezyang | |
Description |
[root@whole-enchilada vice]# systemctl status proc-sys-fs-binfmt_misc.mount proc-sys-fs-binfmt_misc.mount - Arbitrary Executable File Formats File System Loaded: loaded (/usr/lib/systemd/system/proc-sys-fs-binfmt_misc.mount; static) Active: failed (Result: exit-code) since Fri, 25 May 2012 17:51:23 -0400; 8min ago Where: /proc/sys/fs/binfmt_misc What: binfmt_misc Docs: https://www.kernel.org/doc/Documentation/binfmt_misc.txt Process: 1406 ExecMount=/bin/mount binfmt_misc /proc/sys/fs/binfmt_misc -t binfmt_misc (code=exited, status=32) CGroup: name=systemd:/system/proc-sys-fs-binfmt_misc.mount [root@whole-enchilada vice]# systemctl status execsys-binfmt.service execsys-binfmt.service - LSB: Start scripts.mit.edu execsys system Loaded: loaded (/etc/rc.d/init.d/execsys-binfmt) Active: failed (Result: exit-code) since Fri, 25 May 2012 17:51:14 -0400; 8min ago Process: 733 ExecStart=/etc/rc.d/init.d/execsys-binfmt start (code=exited, status=1/FAILURE) CGroup: name=systemd:/system/execsys-binfmt.service May 25 17:51:14 whole-enchilada.mit.edu execsys-binfmt[733]: mount: unknown filesystem type 'binfmt_misc' [root@whole-enchilada vice]# systemctl status systemd-binfmt.service systemd-binfmt.service - Set Up Additional Binary Formats Loaded: loaded (/usr/lib/systemd/system/systemd-binfmt.service; static) Active: failed (Result: exit-code) since Fri, 25 May 2012 17:51:12 -0400; 9min ago Docs: man:binfmt.d(5) https://www.kernel.org/doc/Documentation/binfmt_misc.txt Process: 277 ExecStart=/usr/lib/systemd/systemd-binfmt (code=exited, status=1/FAILURE) CGroup: name=systemd:/system/systemd-binfmt.service May 25 17:51:11 whole-enchilada.mit.edu systemd-binfmt[277]: Failed to add binary format: No such device May 25 17:51:11 whole-enchilada.mit.edu systemd-binfmt[277]: Failed to add binary format: No such device May 25 17:51:11 whole-enchilada.mit.edu systemd-binfmt[277]: Failed to add binary format: No such device May 25 17:51:11 whole-enchilada.mit.edu systemd-binfmt[277]: Failed to add binary format: No such device May 25 17:51:11 whole-enchilada.mit.edu systemd-binfmt[277]: Failed to add binary format: No such device May 25 17:51:12 whole-enchilada.mit.edu systemd-binfmt[277]: Failed to add binary format: No such device May 25 17:51:12 whole-enchilada.mit.edu systemd-binfmt[277]: Failed to add binary format: No such device May 25 17:51:12 whole-enchilada.mit.edu systemd-binfmt[277]: Failed to add binary format: No such device May 25 17:51:12 whole-enchilada.mit.edu systemd-binfmt[277]: Failed to add binary format: No such device May 25 17:51:12 whole-enchilada.mit.edu systemd-binfmt[277]: Failed to add binary format: No such device |
|||
#105 | fixed | binfmt_misc overrides shebang now | andersk | |
Description |
scripts / sql-signup / andersk 15:37 (Anders Kaseorg) Wait, when did binfmt_misc start overriding shebang lines? scripts / sql-signup / quentin 15:39 (Quentin Smith) It did? scripts / sql-signup / andersk 15:40 (Anders Kaseorg) [andersk@bees-knees]:~/web_scripts$ cat test.php #!/bin/cat hello [andersk@bees-knees]:~/web_scripts$ ./test.php X-Powered-By: PHP/5.2.9 Content-type: text/html hello scripts / sql-signup / mitchb 15:41 (Yum, this spam is fresh!) That's kind of awesome. The binfmt_misc magic still kind of confuses me. scripts / sql-signup / andersk 15:41 (Anders Kaseorg) That’s really bad. Unless it’s configurable, we should get rid of the .php binfmt (since I think we aren’t using it), and deprecate and remove the .pl and .py binfmts as soon as we can. Also, we should be recognizing Mono applications by magic number (MZ) and not extension (.exe), as described here. |
|||
#55 | fixed | certificates on *.scripts.mit.edu as a separate IP address | quentin | price |
Description |
(Split out from #48.) Currently lockername.scripts.mit.edu gives a certificate error on IE 6 and Safari. The problem is that (modulo the recent SNI extension) the HTTPS protocol doesn’t support sending the virtual host name before the server must decide which certificate to present. In #48, Joe installed SNI, which FF 2 and IE 7 understand. To accomplish the highly desirable #17, we need to support these other browsers; many scripts users will not consider it acceptable that their viewers on IE 6 and Safari get certificate errors. To do this, we can move scripts.mit.edu to a separate IP from *.scripts.mit.edu, so that the server knows which certificate to present based on the IP. |