You are not logged in.
Thunderbird stores mail in the home directory of each user. Suppose your user name is Lizzy, it stores mail in
/home/Lizzy/.thunderbird/<random>.default/Mail
<random> is just a random set of characters, which Thunderbird creates when you're opening the app for the first time.
So, it's on a separate partition, which also includes all of your other personal data. The setup I gave you allows to keep that data if you decide to choose a different Linux version. Of course, you still need to back it up securely!
My suggestion:
512MB for /boot
40GB for /
8GB for swap
the rest is for /home
Thunderbird is the email client you're after, especially as you also use Firefox. Mozilla used to have a suite that included their browser, email client, chat and webpage editor. Nowadays it's called Seamonkey (it's a separate project now), regrettably it's no longer in Devuan.
ie: Does it write to the conf file?
No it doesn't. It bypasses xorg.conf completely.
Could you please post the link where you got the information?
Sure: https://unix.stackexchange.com/question … acking-out
I still need to figure out which system boot script would be the best to add this command to. Or perhaps add a new boot script specifically for it. May take a while I'm afraid
HTH!
Thx all! I had forgotten about DPMS and a quick search on the web gave me the command
xset dpms 0 0 0 && xset s noblank && xset s off #as root!
After letting the machine idle for a few hours it appears this does the trick as the screen didn't blank. So, I'll add this to a boot-script somewhere.
Found those on Mate already, and the power settings management thing, no dice
Mind, I re-used my /home dir from Ascii, it's on a separate HDD.
Plain Beowulf+Mate install. When I watch a video, the screen goes blank after a short time of no input (mouse/keyboard). I've already disabled the screensaver. On Ascii, when I played a video, the screen stayed active, whether or not the video was paused didn't matter. It's really annoying having to press a key or move the mouse pretty much continuously while watching a video >:-{
Any suggestions?
Thanks for that. It seems I've lost the work I'd done already, so I'll go the Git route. May take a while though.
Yikes! I realise it's been 3 years (
) since offering the Dutch translation! I've been busy but got distracted. Quite a lot is done, but certainly not everything.
I'll dig up what I have but unfortunately Thunderbird threw me a hissyfit last year and I've lost access to my (archived) emails. Rather, my entire mailbox is present, but not recognised by TB. That's subject of another thread though.
You use SysVinit, but issue commands for OpenRC? Best read up on boot scripts for sysvinit then Also, it's best practice to end a script with
exit 0
HTH!
Maybe they should weigh the risk again?
They should, including using systemd as default init system
@Camtaf: Some people take issue with "binary blobs" in Linux. They feel "Open Source" isn't "open" if there's a binary blob (proprietary code) on their system. That's fine, it's their prerogative. Others have a more pragmatic stance, accepting that these blobs are necessary if certain vendors (mainly nVidia, but also the RPi/Broadcom chips) have their products work on Linux.
Expect 'hacked' BIOSes where SB has been removed. Not easy, but it can be done.
I'll go stand in a corner now . . .
I've burned the dunce hat so you can't have it
Anyway, for the OP: post the contents of the file
/etc/apt/sources.list
Another wise thing to do:
su #type root password and press enter
#if your system uses sudo, use this command instead: sudo su
apt-get update && apt-get dist-upgrade && reboot
This updates your entire system and may take some time. It should also deal with any policy issues mentioned before. Notice the word should, I've never used this policy stuff before.
Never tried it myself, but at least in theory you should be able to assign letters to specific UUID's using (e)udev rules.
I think....
Linux has a chance to become the number 1 OS in the world with the most users.
It can't. Linux doesn't have a chance to become the #1 most used OS on the planet. It already is
Android is based on Linux. No idea how much market share Android currently has, but it's substantial
Every time you hit a webpage on the WWW, Linux does its job serving it to you, from your router to the root server and back again. And for all other 5bn web users on this planet. Every day, every second, millions of times
About 99% of devices in your house use Linux in one form or another
But most people don't know, because Linux doesn't show off it's flashiness and stuff, it just does its job. And that's all that matters
This is the Devuan forum, not Reddit. Just FYI.
Many thanks. Installed elogind backend and about to reboot to see if it works.
[edit] Aaaand it does Consolekit appears functionally incomplete ATM. Well, at least in my experience.
When I insert a USB device in my system, it tries to automount it, but I get the error "not authorised to perform the operation". Any idea how to solve that? Clearly, it''s a permissions issue, but where does it go wrong? Recently newly installed Ascii system, btw. On the old system it worked as it should, but after the ill-fated "excursion" to Beowulf something isn't quite right, still.
TIA!
Guess so. But that doesn't mean it's therefore inherently unsafe/dangerous/unusable after that time. I've been running the last pre-systemd Debian for years after it made the change to systemd as default init system. Only in 2015 did I make the switch to Funtoo (couldn't get Gentoo to work and the Funtoo guide was so inclusive even I could successfully complete it ) and after I found Devuan I stuck with it for a while
As long as you keep your wits about and don't do stupid things, like browsing unsafe websites and stuff, ASCII will work just fine. But in time you'll notice stuff does get outdated and no longer supported and websites may no longer work as you'd expect, or at all. But this is Linux: grab the source of your $browser, configure, compile, build and install it and you're done. It's a pity Beowulf is such a PITA, but the underlying issues are not the fault of the Devuan dev's but lay with Debian or perhaps elsewhere upstream.
I had a similar issue on Mate recently. Solved it by reinstalling ASCII and nuking stray Beowulf config files as well as remaining folders of packages once in use, but no more.
Well, 3 days on, no lockups. It seems the culprit was indeed some stray Beowulf config that got blasted when I re-installed ASCII. Good riddance!
Next step: see if AQemu works, despite the IOMMU BIOS setting being disabled by default. Goal: run Win7 as VM.
Brilliant video explaining how logic gates work.
https://www.youtube.com/watch?v=IxXaizglscw
PS: don't use beer, a memory leak is inevitable
I'm pretty sure it's not the mainboard, as that's been running stable for the past 6 years. Before my unfortunate "upgrade" to Beowulf, the CPU I'd put in last month was also stable. Both are fairly old so should be supported in Linux. So, I'm suspecting a remnant of Beowulf config somewhere as I've re-installed ASCII again this morning, after I removed a number of no-longer used dot files/folders in my users home dir. So far it hasn't locked up on me. See how long that lasts.
Come to think of it, it could be related to power management and/or screensaver stuff instead. I have the screensaver turned off and the power management switched off to the maximum intent, but after a period of no user input (mouse, kb), the screen still blanks itself (which is probably inside the monitor). I need to look that up and see if I can counter this behaviour (IIRC there was a kernel option to disable it, not sure)
(PS: for those who want to look it up, the mainboard is a Gigabyte F2A88XM-D3H with BIOS version F8, CPU is an AMD APU: PRO A10-8750B, no separate discrete GPU)
Yes, I did. Unless it's deteriorated incredibly fast in the past weeks, I doubt that'll be a problem (it's been in the system for years and never failed, even with the intensive use I require from it)
Well, after one too many freeze up I ditched Beowulf, tried to get Funtoo to work (but a core package for Mate failed to configure repeatedly and consequently build) then late last night I took my ASCII USB stick and booted from it. Installed ASCII, but sadly, the random freezes are still there. It might be related to Firefox, may need to look into that.
So, not a happy chappy here, to say the least >:-{ I may try Mint, but that means [shudder] systemd :puke: