Custom Query (1174 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (292 - 294 of 1174)

Ticket Resolution Summary Owner Reporter
#1033 wontfix (spam bug) lahirmad87
Description

Spam bug, removed.

#768 fixed "Deploying MediaGoblin" manual tells to "adduser --system", meaning no shell, then to "su -" without specifying a shell → cannot log in. kumo
Description

There's something in the docs that doesn't make much sense for me:

"No password will be assigned to this account, and you will not be able to log in as this user. To switch to this account, enter either:"

and then sudoes to mediagoblin user. Also, it says:

"Unless otherwise noted, the remainder of this document assumes that all operations are performed using this unpriviledged account."

In my opinion, user mediagoblin should get shell permissions and when finished remove them. Otherwise, do everything as another user and at the end chown it all, but it may break something.

#5581 no-action Failures after updating the operating system kleper
Description

Hello,

Until recently I had the stable version of mediagoblin running on a server with Debian 9 (for the community network project NuestraRed.org). By decision of another network administrator the operating system was upgraded to debian 10, due to this the installation we had of MediaGoblin stopped working. I have been trying to install from scratch a new installation to migrate the data and even update the version I had installed to Python3.7 but I always have the following error after the compilation and installation of all packages are done well:

(mediagoblin)mediagoblin@nosredserver:/home/nosred/media.nuestrared.org/mediagoblin$ ./bin/gmg Traceback (most recent call last):

File "./bin/gmg", line 11, in <module>

load_entry_point('mediagoblin', 'console_scripts', 'gmg')()

File "/home/nosred/media.nuestrared.org/mediagoblin/lib/python3.7/site-packages/mediagoblin/gmg_commands/init.py", line 111, in main_cli

setup_func = import_component(command_structsetup)

File "/home/nosred/media.nuestrared.org/mediagoblin/lib/python3.7/site-packages/mediagoblin/tools/common.py", line 34, in import_component

import(module_name)

File "/home/nosred/media.nuestrared.org/mediagoblin/lib/python3.7/site-packages/mediagoblin/gmg_commands/reprocess.py", line 25, in <module>

from mediagoblin.submit.lib import run_process_media

File "/home/nosred/media.nuestrared.org/mediagoblin/lib/python3.7/site-packages/mediagoblin/submit/lib.py", line 32, in <module>

from mediagoblin.processing.task import ProcessMedia

File "/home/nosred/media.nuestrared.org/mediagoblin/lib/python3.7/site-packages/mediagoblin/processing/task.py", line 176, in <module>

tasks.register(ProcessMedia)

File "/home/nosred/media.nuestrared.org/mediagoblin/lib/python3.7/site-packages/celery/app/registry.py", line 32, in register

type(task).name))

celery.exceptions.InvalidTaskError: Task class 'type' must specify .name attribute

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.