Linux Mint 19 keeps freezingLinux randomly freezing?Linux Mint 16 randomly freezing and freezes always after...

Assuring luggage isn't lost with short layover

Iterate over non-const variables in C++

Why did Saturn V not head straight to the moon?

How to change the font style (not the size but the style) of algorithimc package

Why do planes need a roll motion?

How do I stop my characters falling in love?

Why is it considered Acid Rain with pH <5.6

Can the term divorcée apply if a woman has not only divorced, but subsequently remarried?

What to do when you reach a conclusion and find out later on that someone else already did?

Will any serial mouse connect to Classic Macs?

High income, sudden windfall

Unethical behavior : should I report it?

Is there anything wrong with Thrawn?

Examples of simultaneous independent breakthroughs

What's the difference between 2a and 10a charging options?

401(k) investment after being fired. Do I own it?

Why can't my huge trees be chopped down?

How to deal with a player who makes bad characters and kills them?

How do campaign rallies gain candidates votes?

What is the difference between 1/3, 1/2, and full casters?

How can I prevent corporations from growing their own workforce?

Is there a reason why I should not use the HaveIBeenPwned API to warn users about exposed passwords?

kids pooling money for Lego League and taxes

How can I stop myself from micromanaging other PCs' actions?



Linux Mint 19 keeps freezing


Linux randomly freezing?Linux Mint 16 randomly freezing and freezes always after suspend wakeupLinux mint 17.1 keeps crashingTroubleshooting new linux system keeps freezingRandomly Linux freezing on Acer ExtensaAntergos linux keeps freezingUbuntu 16.04 freezes randomlyLinux Mint 18 - Cinnamon keeps crashingLinux Mint randomly freezesmy ubuntu and kali keeps freezing






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







2















My Linux Mint installation (new installation since 2 weeks) keeps freezing at random moments. It seems to happen only when I'm using the laptop, such as watching a video or opening a new browser tab. Suddenly (between 10 minutes and 3 hours after startup) the mouse is unresponsive and the only solution is restarting the machine.
I was looking in the logs and saw that this message is popping up all the time (but I don't know what it means:




toshiba_acpi: Unknown event received 93




Does it have something to do with the problem?
I'm running a Toshiba SATELLITE L10W-B-102, with a slow Intel Atom Processor Z36xxx/Z37xxx Series Graphics & Display.










share|improve this question
















bumped to the homepage by Community 42 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • I love the title!

    – MatthewRock
    Nov 29 '18 at 20:21


















2















My Linux Mint installation (new installation since 2 weeks) keeps freezing at random moments. It seems to happen only when I'm using the laptop, such as watching a video or opening a new browser tab. Suddenly (between 10 minutes and 3 hours after startup) the mouse is unresponsive and the only solution is restarting the machine.
I was looking in the logs and saw that this message is popping up all the time (but I don't know what it means:




toshiba_acpi: Unknown event received 93




Does it have something to do with the problem?
I'm running a Toshiba SATELLITE L10W-B-102, with a slow Intel Atom Processor Z36xxx/Z37xxx Series Graphics & Display.










share|improve this question
















bumped to the homepage by Community 42 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • I love the title!

    – MatthewRock
    Nov 29 '18 at 20:21














2












2








2








My Linux Mint installation (new installation since 2 weeks) keeps freezing at random moments. It seems to happen only when I'm using the laptop, such as watching a video or opening a new browser tab. Suddenly (between 10 minutes and 3 hours after startup) the mouse is unresponsive and the only solution is restarting the machine.
I was looking in the logs and saw that this message is popping up all the time (but I don't know what it means:




toshiba_acpi: Unknown event received 93




Does it have something to do with the problem?
I'm running a Toshiba SATELLITE L10W-B-102, with a slow Intel Atom Processor Z36xxx/Z37xxx Series Graphics & Display.










share|improve this question
















My Linux Mint installation (new installation since 2 weeks) keeps freezing at random moments. It seems to happen only when I'm using the laptop, such as watching a video or opening a new browser tab. Suddenly (between 10 minutes and 3 hours after startup) the mouse is unresponsive and the only solution is restarting the machine.
I was looking in the logs and saw that this message is popping up all the time (but I don't know what it means:




toshiba_acpi: Unknown event received 93




Does it have something to do with the problem?
I'm running a Toshiba SATELLITE L10W-B-102, with a slow Intel Atom Processor Z36xxx/Z37xxx Series Graphics & Display.







linux-mint freeze






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 29 '18 at 20:25







JoDavid

















asked Nov 29 '18 at 20:19









JoDavidJoDavid

114 bronze badges




114 bronze badges





bumped to the homepage by Community 42 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community 42 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • I love the title!

    – MatthewRock
    Nov 29 '18 at 20:21



















  • I love the title!

    – MatthewRock
    Nov 29 '18 at 20:21

















I love the title!

– MatthewRock
Nov 29 '18 at 20:21





I love the title!

– MatthewRock
Nov 29 '18 at 20:21










1 Answer
1






active

oldest

votes


















0














https://bugs.launchpad.net/ubuntu/+source/linux-lts-xenial/+bug/1546092



As pointed out in this thread the error is a proprietary error message generated by the firmware's WMI object.



According to this bug report there is a workaround at least for ubuntu:



"For those with this same toshiba satellite L15W-Bxxx and have constant freezing,



I have a work around for you.



sudo nano -w /etc/default/grub



pass these kernel arguments:



GRUB_CMDLINE_LINUX_DEFAULT="acpi_osi=Linux acpi_call intel_idle.max_cstate=1 intel_pstate=enable video=i915"



well, the most important two is intel_idle.max_cstate=1 intel_pstate=enable
intel_idle.max_cstate=1 will allow your baytrail processor to idle, some reason the kernel doesn't know how to idle the CPU properly so it runs on full speed at all times, and bursting to its turbo speed under load hastens the overheating, with no way to keep the core cool, even when there is nothing really running, just ends with a frustrating hard lock, and resetting the power is the only way to recover, but there is nothing in the dmesg, kern.log, fail.log, etc. using MCE logs, it only says a thermal hardware event occurred.



intel_pstate=enable this will allow you to set scaling frequency using thermald, sensor and tlp, (several guides on how to set these up, I can't sensors and pwm to detect any fans so if anyone has figured that out, let us know), but with these packages, my processor, when nothing intensive is going on it can scale between 500mhz to 2.16ghz on battery, and 1.5ghz-2.6ghz with ac in, and is able to shut down cores as need be as well. I set powersave mode for when its running on battery and performance mode when ac is plugged in.... I have not had a single issue with lock up and freezing anymore. So that ended my 6 months of frustration.



But I still get "toshiba_acpi: Unknown event received 93" nonstop, but now my system isn't freezing within 15-180 minutes after bootup anymore, in that regard i'm pretty stoked."






share|improve this answer



















  • 1





    Ok, so it seems that high temperature is stopping my small Toshiba from running. I updated the startup kernel arguments as requested and so far, no crashing. I also installed a temperature monitor Psensor and it seems that the temperature of the cores is at about 50 degrees now. I don't know what it was before, though. But I hope my laptop is fixed now.

    – JoDavid
    Nov 30 '18 at 7:10











  • @JoDavid Glad to hear that the answer from that Ubuntu bug post fixed your issue! If you think this answer fixed your issue please mark it as accepted. It may then be helpful to others facing the same issue.

    – DarkMatter
    Nov 30 '18 at 15:11






  • 1





    I can’t, because my score is not recorded as my reputation is too low. But thanks for the help!

    – JoDavid
    Nov 30 '18 at 17:57











  • Actually, the CPU is still running hot. I'm monitoring the teperature but it seems I have no way of lowering the CPU clock speed (possibly the cause of the sudden crashes). The CPU is running at around 60 degrees Celcius when I use the laptop.

    – JoDavid
    Nov 30 '18 at 19:54











  • cpufreq-utils package <-- try to you use this to limit your CPU?

    – DarkMatter
    Nov 30 '18 at 20:00














Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%2funix.stackexchange.com%2fquestions%2f485006%2flinux-mint-19-keeps-freezing%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














https://bugs.launchpad.net/ubuntu/+source/linux-lts-xenial/+bug/1546092



As pointed out in this thread the error is a proprietary error message generated by the firmware's WMI object.



According to this bug report there is a workaround at least for ubuntu:



"For those with this same toshiba satellite L15W-Bxxx and have constant freezing,



I have a work around for you.



sudo nano -w /etc/default/grub



pass these kernel arguments:



GRUB_CMDLINE_LINUX_DEFAULT="acpi_osi=Linux acpi_call intel_idle.max_cstate=1 intel_pstate=enable video=i915"



well, the most important two is intel_idle.max_cstate=1 intel_pstate=enable
intel_idle.max_cstate=1 will allow your baytrail processor to idle, some reason the kernel doesn't know how to idle the CPU properly so it runs on full speed at all times, and bursting to its turbo speed under load hastens the overheating, with no way to keep the core cool, even when there is nothing really running, just ends with a frustrating hard lock, and resetting the power is the only way to recover, but there is nothing in the dmesg, kern.log, fail.log, etc. using MCE logs, it only says a thermal hardware event occurred.



intel_pstate=enable this will allow you to set scaling frequency using thermald, sensor and tlp, (several guides on how to set these up, I can't sensors and pwm to detect any fans so if anyone has figured that out, let us know), but with these packages, my processor, when nothing intensive is going on it can scale between 500mhz to 2.16ghz on battery, and 1.5ghz-2.6ghz with ac in, and is able to shut down cores as need be as well. I set powersave mode for when its running on battery and performance mode when ac is plugged in.... I have not had a single issue with lock up and freezing anymore. So that ended my 6 months of frustration.



But I still get "toshiba_acpi: Unknown event received 93" nonstop, but now my system isn't freezing within 15-180 minutes after bootup anymore, in that regard i'm pretty stoked."






share|improve this answer



















  • 1





    Ok, so it seems that high temperature is stopping my small Toshiba from running. I updated the startup kernel arguments as requested and so far, no crashing. I also installed a temperature monitor Psensor and it seems that the temperature of the cores is at about 50 degrees now. I don't know what it was before, though. But I hope my laptop is fixed now.

    – JoDavid
    Nov 30 '18 at 7:10











  • @JoDavid Glad to hear that the answer from that Ubuntu bug post fixed your issue! If you think this answer fixed your issue please mark it as accepted. It may then be helpful to others facing the same issue.

    – DarkMatter
    Nov 30 '18 at 15:11






  • 1





    I can’t, because my score is not recorded as my reputation is too low. But thanks for the help!

    – JoDavid
    Nov 30 '18 at 17:57











  • Actually, the CPU is still running hot. I'm monitoring the teperature but it seems I have no way of lowering the CPU clock speed (possibly the cause of the sudden crashes). The CPU is running at around 60 degrees Celcius when I use the laptop.

    – JoDavid
    Nov 30 '18 at 19:54











  • cpufreq-utils package <-- try to you use this to limit your CPU?

    – DarkMatter
    Nov 30 '18 at 20:00
















0














https://bugs.launchpad.net/ubuntu/+source/linux-lts-xenial/+bug/1546092



As pointed out in this thread the error is a proprietary error message generated by the firmware's WMI object.



According to this bug report there is a workaround at least for ubuntu:



"For those with this same toshiba satellite L15W-Bxxx and have constant freezing,



I have a work around for you.



sudo nano -w /etc/default/grub



pass these kernel arguments:



GRUB_CMDLINE_LINUX_DEFAULT="acpi_osi=Linux acpi_call intel_idle.max_cstate=1 intel_pstate=enable video=i915"



well, the most important two is intel_idle.max_cstate=1 intel_pstate=enable
intel_idle.max_cstate=1 will allow your baytrail processor to idle, some reason the kernel doesn't know how to idle the CPU properly so it runs on full speed at all times, and bursting to its turbo speed under load hastens the overheating, with no way to keep the core cool, even when there is nothing really running, just ends with a frustrating hard lock, and resetting the power is the only way to recover, but there is nothing in the dmesg, kern.log, fail.log, etc. using MCE logs, it only says a thermal hardware event occurred.



intel_pstate=enable this will allow you to set scaling frequency using thermald, sensor and tlp, (several guides on how to set these up, I can't sensors and pwm to detect any fans so if anyone has figured that out, let us know), but with these packages, my processor, when nothing intensive is going on it can scale between 500mhz to 2.16ghz on battery, and 1.5ghz-2.6ghz with ac in, and is able to shut down cores as need be as well. I set powersave mode for when its running on battery and performance mode when ac is plugged in.... I have not had a single issue with lock up and freezing anymore. So that ended my 6 months of frustration.



But I still get "toshiba_acpi: Unknown event received 93" nonstop, but now my system isn't freezing within 15-180 minutes after bootup anymore, in that regard i'm pretty stoked."






share|improve this answer



















  • 1





    Ok, so it seems that high temperature is stopping my small Toshiba from running. I updated the startup kernel arguments as requested and so far, no crashing. I also installed a temperature monitor Psensor and it seems that the temperature of the cores is at about 50 degrees now. I don't know what it was before, though. But I hope my laptop is fixed now.

    – JoDavid
    Nov 30 '18 at 7:10











  • @JoDavid Glad to hear that the answer from that Ubuntu bug post fixed your issue! If you think this answer fixed your issue please mark it as accepted. It may then be helpful to others facing the same issue.

    – DarkMatter
    Nov 30 '18 at 15:11






  • 1





    I can’t, because my score is not recorded as my reputation is too low. But thanks for the help!

    – JoDavid
    Nov 30 '18 at 17:57











  • Actually, the CPU is still running hot. I'm monitoring the teperature but it seems I have no way of lowering the CPU clock speed (possibly the cause of the sudden crashes). The CPU is running at around 60 degrees Celcius when I use the laptop.

    – JoDavid
    Nov 30 '18 at 19:54











  • cpufreq-utils package <-- try to you use this to limit your CPU?

    – DarkMatter
    Nov 30 '18 at 20:00














0












0








0







https://bugs.launchpad.net/ubuntu/+source/linux-lts-xenial/+bug/1546092



As pointed out in this thread the error is a proprietary error message generated by the firmware's WMI object.



According to this bug report there is a workaround at least for ubuntu:



"For those with this same toshiba satellite L15W-Bxxx and have constant freezing,



I have a work around for you.



sudo nano -w /etc/default/grub



pass these kernel arguments:



GRUB_CMDLINE_LINUX_DEFAULT="acpi_osi=Linux acpi_call intel_idle.max_cstate=1 intel_pstate=enable video=i915"



well, the most important two is intel_idle.max_cstate=1 intel_pstate=enable
intel_idle.max_cstate=1 will allow your baytrail processor to idle, some reason the kernel doesn't know how to idle the CPU properly so it runs on full speed at all times, and bursting to its turbo speed under load hastens the overheating, with no way to keep the core cool, even when there is nothing really running, just ends with a frustrating hard lock, and resetting the power is the only way to recover, but there is nothing in the dmesg, kern.log, fail.log, etc. using MCE logs, it only says a thermal hardware event occurred.



intel_pstate=enable this will allow you to set scaling frequency using thermald, sensor and tlp, (several guides on how to set these up, I can't sensors and pwm to detect any fans so if anyone has figured that out, let us know), but with these packages, my processor, when nothing intensive is going on it can scale between 500mhz to 2.16ghz on battery, and 1.5ghz-2.6ghz with ac in, and is able to shut down cores as need be as well. I set powersave mode for when its running on battery and performance mode when ac is plugged in.... I have not had a single issue with lock up and freezing anymore. So that ended my 6 months of frustration.



But I still get "toshiba_acpi: Unknown event received 93" nonstop, but now my system isn't freezing within 15-180 minutes after bootup anymore, in that regard i'm pretty stoked."






share|improve this answer













https://bugs.launchpad.net/ubuntu/+source/linux-lts-xenial/+bug/1546092



As pointed out in this thread the error is a proprietary error message generated by the firmware's WMI object.



According to this bug report there is a workaround at least for ubuntu:



"For those with this same toshiba satellite L15W-Bxxx and have constant freezing,



I have a work around for you.



sudo nano -w /etc/default/grub



pass these kernel arguments:



GRUB_CMDLINE_LINUX_DEFAULT="acpi_osi=Linux acpi_call intel_idle.max_cstate=1 intel_pstate=enable video=i915"



well, the most important two is intel_idle.max_cstate=1 intel_pstate=enable
intel_idle.max_cstate=1 will allow your baytrail processor to idle, some reason the kernel doesn't know how to idle the CPU properly so it runs on full speed at all times, and bursting to its turbo speed under load hastens the overheating, with no way to keep the core cool, even when there is nothing really running, just ends with a frustrating hard lock, and resetting the power is the only way to recover, but there is nothing in the dmesg, kern.log, fail.log, etc. using MCE logs, it only says a thermal hardware event occurred.



intel_pstate=enable this will allow you to set scaling frequency using thermald, sensor and tlp, (several guides on how to set these up, I can't sensors and pwm to detect any fans so if anyone has figured that out, let us know), but with these packages, my processor, when nothing intensive is going on it can scale between 500mhz to 2.16ghz on battery, and 1.5ghz-2.6ghz with ac in, and is able to shut down cores as need be as well. I set powersave mode for when its running on battery and performance mode when ac is plugged in.... I have not had a single issue with lock up and freezing anymore. So that ended my 6 months of frustration.



But I still get "toshiba_acpi: Unknown event received 93" nonstop, but now my system isn't freezing within 15-180 minutes after bootup anymore, in that regard i'm pretty stoked."







share|improve this answer












share|improve this answer



share|improve this answer










answered Nov 29 '18 at 22:00









DarkMatterDarkMatter

1012 bronze badges




1012 bronze badges








  • 1





    Ok, so it seems that high temperature is stopping my small Toshiba from running. I updated the startup kernel arguments as requested and so far, no crashing. I also installed a temperature monitor Psensor and it seems that the temperature of the cores is at about 50 degrees now. I don't know what it was before, though. But I hope my laptop is fixed now.

    – JoDavid
    Nov 30 '18 at 7:10











  • @JoDavid Glad to hear that the answer from that Ubuntu bug post fixed your issue! If you think this answer fixed your issue please mark it as accepted. It may then be helpful to others facing the same issue.

    – DarkMatter
    Nov 30 '18 at 15:11






  • 1





    I can’t, because my score is not recorded as my reputation is too low. But thanks for the help!

    – JoDavid
    Nov 30 '18 at 17:57











  • Actually, the CPU is still running hot. I'm monitoring the teperature but it seems I have no way of lowering the CPU clock speed (possibly the cause of the sudden crashes). The CPU is running at around 60 degrees Celcius when I use the laptop.

    – JoDavid
    Nov 30 '18 at 19:54











  • cpufreq-utils package <-- try to you use this to limit your CPU?

    – DarkMatter
    Nov 30 '18 at 20:00














  • 1





    Ok, so it seems that high temperature is stopping my small Toshiba from running. I updated the startup kernel arguments as requested and so far, no crashing. I also installed a temperature monitor Psensor and it seems that the temperature of the cores is at about 50 degrees now. I don't know what it was before, though. But I hope my laptop is fixed now.

    – JoDavid
    Nov 30 '18 at 7:10











  • @JoDavid Glad to hear that the answer from that Ubuntu bug post fixed your issue! If you think this answer fixed your issue please mark it as accepted. It may then be helpful to others facing the same issue.

    – DarkMatter
    Nov 30 '18 at 15:11






  • 1





    I can’t, because my score is not recorded as my reputation is too low. But thanks for the help!

    – JoDavid
    Nov 30 '18 at 17:57











  • Actually, the CPU is still running hot. I'm monitoring the teperature but it seems I have no way of lowering the CPU clock speed (possibly the cause of the sudden crashes). The CPU is running at around 60 degrees Celcius when I use the laptop.

    – JoDavid
    Nov 30 '18 at 19:54











  • cpufreq-utils package <-- try to you use this to limit your CPU?

    – DarkMatter
    Nov 30 '18 at 20:00








1




1





Ok, so it seems that high temperature is stopping my small Toshiba from running. I updated the startup kernel arguments as requested and so far, no crashing. I also installed a temperature monitor Psensor and it seems that the temperature of the cores is at about 50 degrees now. I don't know what it was before, though. But I hope my laptop is fixed now.

– JoDavid
Nov 30 '18 at 7:10





Ok, so it seems that high temperature is stopping my small Toshiba from running. I updated the startup kernel arguments as requested and so far, no crashing. I also installed a temperature monitor Psensor and it seems that the temperature of the cores is at about 50 degrees now. I don't know what it was before, though. But I hope my laptop is fixed now.

– JoDavid
Nov 30 '18 at 7:10













@JoDavid Glad to hear that the answer from that Ubuntu bug post fixed your issue! If you think this answer fixed your issue please mark it as accepted. It may then be helpful to others facing the same issue.

– DarkMatter
Nov 30 '18 at 15:11





@JoDavid Glad to hear that the answer from that Ubuntu bug post fixed your issue! If you think this answer fixed your issue please mark it as accepted. It may then be helpful to others facing the same issue.

– DarkMatter
Nov 30 '18 at 15:11




1




1





I can’t, because my score is not recorded as my reputation is too low. But thanks for the help!

– JoDavid
Nov 30 '18 at 17:57





I can’t, because my score is not recorded as my reputation is too low. But thanks for the help!

– JoDavid
Nov 30 '18 at 17:57













Actually, the CPU is still running hot. I'm monitoring the teperature but it seems I have no way of lowering the CPU clock speed (possibly the cause of the sudden crashes). The CPU is running at around 60 degrees Celcius when I use the laptop.

– JoDavid
Nov 30 '18 at 19:54





Actually, the CPU is still running hot. I'm monitoring the teperature but it seems I have no way of lowering the CPU clock speed (possibly the cause of the sudden crashes). The CPU is running at around 60 degrees Celcius when I use the laptop.

– JoDavid
Nov 30 '18 at 19:54













cpufreq-utils package <-- try to you use this to limit your CPU?

– DarkMatter
Nov 30 '18 at 20:00





cpufreq-utils package <-- try to you use this to limit your CPU?

– DarkMatter
Nov 30 '18 at 20:00


















draft saved

draft discarded




















































Thanks for contributing an answer to Unix & Linux Stack Exchange!


  • 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%2funix.stackexchange.com%2fquestions%2f485006%2flinux-mint-19-keeps-freezing%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

Taj Mahal Inhaltsverzeichnis Aufbau | Geschichte | 350-Jahr-Feier | Heutige Bedeutung | Siehe auch |...

Baia Sprie Cuprins Etimologie | Istorie | Demografie | Politică și administrație | Arii naturale...

Nicolae Petrescu-Găină Cuprins Biografie | Opera | In memoriam | Varia | Controverse, incertitudini...