Bacula virtual backup job doesn't run, no output?exchange 2010 bacula backup suggestionsBacula postgresql catalog backup“Bad response to Storage command” when scheduling job with BaculaSetting up a bacula file-based volume retention policy?Bacula: initial Full Backup job taking too much timeHow to handle migrated job in baculaBacula: When a backup job fails, is it possible to run a different backup job?Bacula: Client Run Before Job only al Full levelbacula concurrently backup not working?Bacula backup — Restore

Asking bank to reduce APR instead of increasing credit limit

How does one "dump" or deplete propellant without changing spacecraft attitude or trajectory?

What is the 中 in ダウンロード中?

If Sweden was to magically float away, at what altitude would it be visible from the southern hemisphere?

Get LaTeX form from step by step solution

Can a rogue effectively triple their speed by combining Dash and Ready?

Can you move on your turn, and then use the Ready Action to move again on another creature's turn?

Is floating in space similar to falling under gravity?

Did airlines fly their aircraft slower in response to oil prices in the 1970s?

How can I grammatically understand "Wir über uns"?

Mother abusing my finances

When was the expression "Indian file" first used in English?

Term for checking piece whose opponent daren't capture it

Rotated Position of Integers

Why is A union B also called "A or B"?

Yandex programming contest: Alarms

Lunar orbital rendezvous

What kind of appearance can I expect if I both overexpose and push film?

US entry in Atlanta airport (ATL) together with a US citizen

Uncommanded roll at high speed

find the Integer value after a string from a file

If a massive object like Jupiter flew past the Earth how close would it need to come to pull people off of the surface?

Can non-English-speaking characters use wordplay specific to English?

Is this light switch installation safe and legal?



Bacula virtual backup job doesn't run, no output?


exchange 2010 bacula backup suggestionsBacula postgresql catalog backup“Bad response to Storage command” when scheduling job with BaculaSetting up a bacula file-based volume retention policy?Bacula: initial Full Backup job taking too much timeHow to handle migrated job in baculaBacula: When a backup job fails, is it possible to run a different backup job?Bacula: Client Run Before Job only al Full levelbacula concurrently backup not working?Bacula backup — Restore






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








2















I am trying to get Virtual Backups working, but when I try to run a virtual backup job, it appears to get created, but then never seems to actually run.



I have a full, and a couple incremental backups.



status director
JobId Level Files Bytes Status Finished Name
====================================================================
1283 Full 10,565 1.963 G OK 21-Dec-12 09:47 nms-Job
1284 Incr 314 129.6 M OK 21-Dec-12 09:49 nms-Job
1285 Incr 230 147.2 M OK 21-Dec-12 09:51 nms-Job
1288 Incr 525 138.8 M OK 21-Dec-12 11:25 nms-Job


I attempt to start a job from bconsole like this.



*run job=nms-Job level=VirtualFull 
Using Catalog "MySQL"
Run Backup job
JobName: nms-Job
Level: VirtualFull
Client: nms-FileDaemon
FileSet: nms-FileSet
Pool: nms-pool (From Job resource)
Storage: File_d1 (From Pool resource)
When: 2012-12-21 13:07:54
Priority: 10
OK to run? (yes/mod/no):
Job queued. JobId=1291


Then my new job, just sits there, doing nothing. The JobStatus shows that the job was created, but it appears to never run? All the full, and incremental backups are terminating normally.



*llist jobid=1291
JobId: 1,291
Job: nms-Job.2012-12-21_13.07.56_07
Name: nms-Job
PurgedFiles: 0
Type: B
Level: F
ClientId: 4
Name: nms-FileDaemon
JobStatus: C
SchedTime: 2012-12-21 13:07:54
StartTime: 2012-12-21 13:07:56
EndTime: 0000-00-00 00:00:00
RealEndTime: 0000-00-00 00:00:00
JobTDate: 1,356,124,076
VolSessionId: 0
VolSessionTime: 0
JobFiles: 0
JobErrors: 0
JobMissingFiles: 0
PoolId: 19
PooLname: nms-pool
PriorJobId: 0
FileSetId: 11
FileSet: nms-FileSet


I am getting very frustrated, that this isn't working, mostly because it isn't giving me any error logs, or output at all. I submit the job, and as far as I can tell nothing happens.



Is there some status, or debugging level that I can set to get a useful information about why this isn't working? What can I do to make this work?



I was originally running Bacula 5.0.2 on Debian Squeeze, out of frustration, I upgraded to the 5.2.6 in the backports repository, hoping that a new version might give me better results.










share|improve this question






















  • Debugging level can be set on bacula-dir's command line ('-d' flag). Try '-d 100', then '-d 1000'. '-f' is also recommended.

    – sendmoreinfo
    Dec 26 '12 at 20:23











  • I have restarted the directoyr with -d 1000, and I have the output here. gist.github.com/4392322

    – Zoredache
    Dec 27 '12 at 21:47











  • Line 71 do-srv-05-dir: ua_run.c:1512-0 Using catalog=*None*. Is catalog=*none* normal???

    – John Siu
    Dec 28 '12 at 4:07











  • @JohnSiu that is an interesting question, but I have no idea. I am pretty new, bur I will look at that.

    – Zoredache
    Dec 28 '12 at 8:47











  • "set_jcr_job_status(nms-Job.2012-12-27_13.41.31_08, s)" -- 's' is "Waiting for storage resource". What does "status storage" show?

    – sendmoreinfo
    Dec 28 '12 at 11:06

















2















I am trying to get Virtual Backups working, but when I try to run a virtual backup job, it appears to get created, but then never seems to actually run.



I have a full, and a couple incremental backups.



status director
JobId Level Files Bytes Status Finished Name
====================================================================
1283 Full 10,565 1.963 G OK 21-Dec-12 09:47 nms-Job
1284 Incr 314 129.6 M OK 21-Dec-12 09:49 nms-Job
1285 Incr 230 147.2 M OK 21-Dec-12 09:51 nms-Job
1288 Incr 525 138.8 M OK 21-Dec-12 11:25 nms-Job


I attempt to start a job from bconsole like this.



*run job=nms-Job level=VirtualFull 
Using Catalog "MySQL"
Run Backup job
JobName: nms-Job
Level: VirtualFull
Client: nms-FileDaemon
FileSet: nms-FileSet
Pool: nms-pool (From Job resource)
Storage: File_d1 (From Pool resource)
When: 2012-12-21 13:07:54
Priority: 10
OK to run? (yes/mod/no):
Job queued. JobId=1291


Then my new job, just sits there, doing nothing. The JobStatus shows that the job was created, but it appears to never run? All the full, and incremental backups are terminating normally.



*llist jobid=1291
JobId: 1,291
Job: nms-Job.2012-12-21_13.07.56_07
Name: nms-Job
PurgedFiles: 0
Type: B
Level: F
ClientId: 4
Name: nms-FileDaemon
JobStatus: C
SchedTime: 2012-12-21 13:07:54
StartTime: 2012-12-21 13:07:56
EndTime: 0000-00-00 00:00:00
RealEndTime: 0000-00-00 00:00:00
JobTDate: 1,356,124,076
VolSessionId: 0
VolSessionTime: 0
JobFiles: 0
JobErrors: 0
JobMissingFiles: 0
PoolId: 19
PooLname: nms-pool
PriorJobId: 0
FileSetId: 11
FileSet: nms-FileSet


I am getting very frustrated, that this isn't working, mostly because it isn't giving me any error logs, or output at all. I submit the job, and as far as I can tell nothing happens.



Is there some status, or debugging level that I can set to get a useful information about why this isn't working? What can I do to make this work?



I was originally running Bacula 5.0.2 on Debian Squeeze, out of frustration, I upgraded to the 5.2.6 in the backports repository, hoping that a new version might give me better results.










share|improve this question






















  • Debugging level can be set on bacula-dir's command line ('-d' flag). Try '-d 100', then '-d 1000'. '-f' is also recommended.

    – sendmoreinfo
    Dec 26 '12 at 20:23











  • I have restarted the directoyr with -d 1000, and I have the output here. gist.github.com/4392322

    – Zoredache
    Dec 27 '12 at 21:47











  • Line 71 do-srv-05-dir: ua_run.c:1512-0 Using catalog=*None*. Is catalog=*none* normal???

    – John Siu
    Dec 28 '12 at 4:07











  • @JohnSiu that is an interesting question, but I have no idea. I am pretty new, bur I will look at that.

    – Zoredache
    Dec 28 '12 at 8:47











  • "set_jcr_job_status(nms-Job.2012-12-27_13.41.31_08, s)" -- 's' is "Waiting for storage resource". What does "status storage" show?

    – sendmoreinfo
    Dec 28 '12 at 11:06













2












2








2


0






I am trying to get Virtual Backups working, but when I try to run a virtual backup job, it appears to get created, but then never seems to actually run.



I have a full, and a couple incremental backups.



status director
JobId Level Files Bytes Status Finished Name
====================================================================
1283 Full 10,565 1.963 G OK 21-Dec-12 09:47 nms-Job
1284 Incr 314 129.6 M OK 21-Dec-12 09:49 nms-Job
1285 Incr 230 147.2 M OK 21-Dec-12 09:51 nms-Job
1288 Incr 525 138.8 M OK 21-Dec-12 11:25 nms-Job


I attempt to start a job from bconsole like this.



*run job=nms-Job level=VirtualFull 
Using Catalog "MySQL"
Run Backup job
JobName: nms-Job
Level: VirtualFull
Client: nms-FileDaemon
FileSet: nms-FileSet
Pool: nms-pool (From Job resource)
Storage: File_d1 (From Pool resource)
When: 2012-12-21 13:07:54
Priority: 10
OK to run? (yes/mod/no):
Job queued. JobId=1291


Then my new job, just sits there, doing nothing. The JobStatus shows that the job was created, but it appears to never run? All the full, and incremental backups are terminating normally.



*llist jobid=1291
JobId: 1,291
Job: nms-Job.2012-12-21_13.07.56_07
Name: nms-Job
PurgedFiles: 0
Type: B
Level: F
ClientId: 4
Name: nms-FileDaemon
JobStatus: C
SchedTime: 2012-12-21 13:07:54
StartTime: 2012-12-21 13:07:56
EndTime: 0000-00-00 00:00:00
RealEndTime: 0000-00-00 00:00:00
JobTDate: 1,356,124,076
VolSessionId: 0
VolSessionTime: 0
JobFiles: 0
JobErrors: 0
JobMissingFiles: 0
PoolId: 19
PooLname: nms-pool
PriorJobId: 0
FileSetId: 11
FileSet: nms-FileSet


I am getting very frustrated, that this isn't working, mostly because it isn't giving me any error logs, or output at all. I submit the job, and as far as I can tell nothing happens.



Is there some status, or debugging level that I can set to get a useful information about why this isn't working? What can I do to make this work?



I was originally running Bacula 5.0.2 on Debian Squeeze, out of frustration, I upgraded to the 5.2.6 in the backports repository, hoping that a new version might give me better results.










share|improve this question














I am trying to get Virtual Backups working, but when I try to run a virtual backup job, it appears to get created, but then never seems to actually run.



I have a full, and a couple incremental backups.



status director
JobId Level Files Bytes Status Finished Name
====================================================================
1283 Full 10,565 1.963 G OK 21-Dec-12 09:47 nms-Job
1284 Incr 314 129.6 M OK 21-Dec-12 09:49 nms-Job
1285 Incr 230 147.2 M OK 21-Dec-12 09:51 nms-Job
1288 Incr 525 138.8 M OK 21-Dec-12 11:25 nms-Job


I attempt to start a job from bconsole like this.



*run job=nms-Job level=VirtualFull 
Using Catalog "MySQL"
Run Backup job
JobName: nms-Job
Level: VirtualFull
Client: nms-FileDaemon
FileSet: nms-FileSet
Pool: nms-pool (From Job resource)
Storage: File_d1 (From Pool resource)
When: 2012-12-21 13:07:54
Priority: 10
OK to run? (yes/mod/no):
Job queued. JobId=1291


Then my new job, just sits there, doing nothing. The JobStatus shows that the job was created, but it appears to never run? All the full, and incremental backups are terminating normally.



*llist jobid=1291
JobId: 1,291
Job: nms-Job.2012-12-21_13.07.56_07
Name: nms-Job
PurgedFiles: 0
Type: B
Level: F
ClientId: 4
Name: nms-FileDaemon
JobStatus: C
SchedTime: 2012-12-21 13:07:54
StartTime: 2012-12-21 13:07:56
EndTime: 0000-00-00 00:00:00
RealEndTime: 0000-00-00 00:00:00
JobTDate: 1,356,124,076
VolSessionId: 0
VolSessionTime: 0
JobFiles: 0
JobErrors: 0
JobMissingFiles: 0
PoolId: 19
PooLname: nms-pool
PriorJobId: 0
FileSetId: 11
FileSet: nms-FileSet


I am getting very frustrated, that this isn't working, mostly because it isn't giving me any error logs, or output at all. I submit the job, and as far as I can tell nothing happens.



Is there some status, or debugging level that I can set to get a useful information about why this isn't working? What can I do to make this work?



I was originally running Bacula 5.0.2 on Debian Squeeze, out of frustration, I upgraded to the 5.2.6 in the backports repository, hoping that a new version might give me better results.







bacula






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Dec 21 '12 at 21:14









ZoredacheZoredache

112k30232380




112k30232380












  • Debugging level can be set on bacula-dir's command line ('-d' flag). Try '-d 100', then '-d 1000'. '-f' is also recommended.

    – sendmoreinfo
    Dec 26 '12 at 20:23











  • I have restarted the directoyr with -d 1000, and I have the output here. gist.github.com/4392322

    – Zoredache
    Dec 27 '12 at 21:47











  • Line 71 do-srv-05-dir: ua_run.c:1512-0 Using catalog=*None*. Is catalog=*none* normal???

    – John Siu
    Dec 28 '12 at 4:07











  • @JohnSiu that is an interesting question, but I have no idea. I am pretty new, bur I will look at that.

    – Zoredache
    Dec 28 '12 at 8:47











  • "set_jcr_job_status(nms-Job.2012-12-27_13.41.31_08, s)" -- 's' is "Waiting for storage resource". What does "status storage" show?

    – sendmoreinfo
    Dec 28 '12 at 11:06

















  • Debugging level can be set on bacula-dir's command line ('-d' flag). Try '-d 100', then '-d 1000'. '-f' is also recommended.

    – sendmoreinfo
    Dec 26 '12 at 20:23











  • I have restarted the directoyr with -d 1000, and I have the output here. gist.github.com/4392322

    – Zoredache
    Dec 27 '12 at 21:47











  • Line 71 do-srv-05-dir: ua_run.c:1512-0 Using catalog=*None*. Is catalog=*none* normal???

    – John Siu
    Dec 28 '12 at 4:07











  • @JohnSiu that is an interesting question, but I have no idea. I am pretty new, bur I will look at that.

    – Zoredache
    Dec 28 '12 at 8:47











  • "set_jcr_job_status(nms-Job.2012-12-27_13.41.31_08, s)" -- 's' is "Waiting for storage resource". What does "status storage" show?

    – sendmoreinfo
    Dec 28 '12 at 11:06
















Debugging level can be set on bacula-dir's command line ('-d' flag). Try '-d 100', then '-d 1000'. '-f' is also recommended.

– sendmoreinfo
Dec 26 '12 at 20:23





Debugging level can be set on bacula-dir's command line ('-d' flag). Try '-d 100', then '-d 1000'. '-f' is also recommended.

– sendmoreinfo
Dec 26 '12 at 20:23













I have restarted the directoyr with -d 1000, and I have the output here. gist.github.com/4392322

– Zoredache
Dec 27 '12 at 21:47





I have restarted the directoyr with -d 1000, and I have the output here. gist.github.com/4392322

– Zoredache
Dec 27 '12 at 21:47













Line 71 do-srv-05-dir: ua_run.c:1512-0 Using catalog=*None*. Is catalog=*none* normal???

– John Siu
Dec 28 '12 at 4:07





Line 71 do-srv-05-dir: ua_run.c:1512-0 Using catalog=*None*. Is catalog=*none* normal???

– John Siu
Dec 28 '12 at 4:07













@JohnSiu that is an interesting question, but I have no idea. I am pretty new, bur I will look at that.

– Zoredache
Dec 28 '12 at 8:47





@JohnSiu that is an interesting question, but I have no idea. I am pretty new, bur I will look at that.

– Zoredache
Dec 28 '12 at 8:47













"set_jcr_job_status(nms-Job.2012-12-27_13.41.31_08, s)" -- 's' is "Waiting for storage resource". What does "status storage" show?

– sendmoreinfo
Dec 28 '12 at 11:06





"set_jcr_job_status(nms-Job.2012-12-27_13.41.31_08, s)" -- 's' is "Waiting for storage resource". What does "status storage" show?

– sendmoreinfo
Dec 28 '12 at 11:06










2 Answers
2






active

oldest

votes


















0














Type "messages" in bconsole and it will output all logs from jobs, but just once. Another way is to configure bacula director with good email, and it will send logs to that email.






share|improve this answer























  • Sorry, for the slow reply. I get no messages, and I do have email setup, and get email all my other jobs. Only the VirtualFull job just sits there with no output.

    – Zoredache
    Jan 3 '13 at 0:12


















0














This may have to do with full backups writing to the same pool as the source inc/diff backups - do they not have to be different pools?



If you can post your config of pool and job definitions that would help.



I am currently working my way through this with the help of the following blog: http://metricmarketing.ca/blog/bacula-server-backup-complexities






share|improve this answer























    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "2"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f460147%2fbacula-virtual-backup-job-doesnt-run-no-output%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    Type "messages" in bconsole and it will output all logs from jobs, but just once. Another way is to configure bacula director with good email, and it will send logs to that email.






    share|improve this answer























    • Sorry, for the slow reply. I get no messages, and I do have email setup, and get email all my other jobs. Only the VirtualFull job just sits there with no output.

      – Zoredache
      Jan 3 '13 at 0:12















    0














    Type "messages" in bconsole and it will output all logs from jobs, but just once. Another way is to configure bacula director with good email, and it will send logs to that email.






    share|improve this answer























    • Sorry, for the slow reply. I get no messages, and I do have email setup, and get email all my other jobs. Only the VirtualFull job just sits there with no output.

      – Zoredache
      Jan 3 '13 at 0:12













    0












    0








    0







    Type "messages" in bconsole and it will output all logs from jobs, but just once. Another way is to configure bacula director with good email, and it will send logs to that email.






    share|improve this answer













    Type "messages" in bconsole and it will output all logs from jobs, but just once. Another way is to configure bacula director with good email, and it will send logs to that email.







    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered Dec 28 '12 at 12:19









    Kazimieras AliulisKazimieras Aliulis

    1,63922044




    1,63922044












    • Sorry, for the slow reply. I get no messages, and I do have email setup, and get email all my other jobs. Only the VirtualFull job just sits there with no output.

      – Zoredache
      Jan 3 '13 at 0:12

















    • Sorry, for the slow reply. I get no messages, and I do have email setup, and get email all my other jobs. Only the VirtualFull job just sits there with no output.

      – Zoredache
      Jan 3 '13 at 0:12
















    Sorry, for the slow reply. I get no messages, and I do have email setup, and get email all my other jobs. Only the VirtualFull job just sits there with no output.

    – Zoredache
    Jan 3 '13 at 0:12





    Sorry, for the slow reply. I get no messages, and I do have email setup, and get email all my other jobs. Only the VirtualFull job just sits there with no output.

    – Zoredache
    Jan 3 '13 at 0:12













    0














    This may have to do with full backups writing to the same pool as the source inc/diff backups - do they not have to be different pools?



    If you can post your config of pool and job definitions that would help.



    I am currently working my way through this with the help of the following blog: http://metricmarketing.ca/blog/bacula-server-backup-complexities






    share|improve this answer



























      0














      This may have to do with full backups writing to the same pool as the source inc/diff backups - do they not have to be different pools?



      If you can post your config of pool and job definitions that would help.



      I am currently working my way through this with the help of the following blog: http://metricmarketing.ca/blog/bacula-server-backup-complexities






      share|improve this answer

























        0












        0








        0







        This may have to do with full backups writing to the same pool as the source inc/diff backups - do they not have to be different pools?



        If you can post your config of pool and job definitions that would help.



        I am currently working my way through this with the help of the following blog: http://metricmarketing.ca/blog/bacula-server-backup-complexities






        share|improve this answer













        This may have to do with full backups writing to the same pool as the source inc/diff backups - do they not have to be different pools?



        If you can post your config of pool and job definitions that would help.



        I am currently working my way through this with the help of the following blog: http://metricmarketing.ca/blog/bacula-server-backup-complexities







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Jan 31 '13 at 15:56









        g18cg18c

        22352971




        22352971



























            draft saved

            draft discarded
















































            Thanks for contributing an answer to Server Fault!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f460147%2fbacula-virtual-backup-job-doesnt-run-no-output%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            How to write a 12-bar blues melodyI-IV-V blues progressionHow to play the bridges in a standard blues progressionHow does Gdim7 fit in C# minor?question on a certain chord progressionMusicology of Melody12 bar blues, spread rhythm: alternative to 6th chord to avoid finger stretchChord progressions/ Root key/ MelodiesHow to put chords (POP-EDM) under a given lead vocal melody (starting from a good knowledge in music theory)Are there “rules” for improvising with the minor pentatonic scale over 12-bar shuffle?Confusion about blues scale and chords

            What if the end-user didn't have the required library?What is setup.py?What is a clean, pythonic way to have multiple constructors in Python?What does Ruby have that Python doesn't, and vice versa?What is the reason for having '//' in Python?How do I create a namespace package in Python?How to package shared objects that python modules depend on?setuptools vs. distutils: why is distutils still a thing?Navigation in Windows 10 vs code not going to virtualenv library when the same library is installed at user levelPython create package for local usePackaging a project that uses multiple python versionsWhy is permission denied on pip install except for when “--user” is included at end of command?

            Why did Thanos need his ship to help him in the battle scene?Which actor plays Thanos in the Avengers mid-credits scene?Are there economic implications portrayed in comics where the buildings and cities are ruined almost daily?Old X-Men comic where team travels to alien world with a ring-like sun that needs recharging?Why does Ego need help sleeping?Is there an objective answer to who “the strongest Avenger” is?How did Banner get unstuck?Why did Thanos get hit?How did Thanos (or anyone) know the Infinity Stones would give him this power?Did Thanos leave Eitri alive for his after-sales service?In Avengers 1, why does Thanos need Loki?