Custom Query (196 matches)
Results (61 - 63 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 |
|||
#290 | invalid | better-mousetrapfs broken in F17 | ezyang | |
Description |
fuse: bad mount point `/afs/000': No such file or directory Traceback (most recent call last): File "/usr/sbin/better-mousetrapfs", line 90, in <module> fs.main() File "/usr/lib64/python2.7/site-packages/fuse.py", line 757, in main main(**d) fuse.FuseError: filesystem initialization failed Probably systemd dependency ordering not working. |
|||
#114 | fixed | better story for importing outside Django sites | geofft | |
Description |
We do a lot of custom stuff in setting up Django -- splitting between web_scripts and Scripts/django, tweaking the FastCGI wrapper, setting up MySQL in settings.py, etc. This all makes it really easy to start a Django site from scratch, but makes it nonobvious to import a Django site you developed on your local machine with the built-in server. Options to address include restoring the deleted scripts FAQ on manually setting up Django, so you can do those instructions by hand, and writing a script to scriptsize an existing Django directory. |
Note: See TracQuery
for help on using queries.