The officially official Devuan Forum!

You are not logged in.

#101 Re: Installation » How to partition my disk ? » 2021-09-15 21:55:18

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!

#102 Re: Installation » How to partition my disk ? » 2021-09-15 21:32:02

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.

#103 Re: Desktop and Multimedia » Blanking screen » 2021-09-14 22:28:55

Altoid wrote:

ie: Does it write to the conf file?

No it doesn't. It bypasses xorg.conf completely.

Altoid wrote:

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 roll

HTH!

#104 Re: Desktop and Multimedia » Blanking screen » 2021-09-14 19:32:49

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.

#105 Re: Desktop and Multimedia » Blanking screen » 2021-09-13 22:00:58

Found those on Mate already, and the power settings management thing, no dice sad

Mind, I re-used my /home dir from Ascii, it's on a separate HDD.

#106 Desktop and Multimedia » Blanking screen » 2021-09-13 21:15:14

Dutch_Master
Replies: 10

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?

#107 Re: Forum Feedback » Let's make this forum multilingual! (Calling for language authors) » 2021-09-04 08:45:45

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.

#108 Re: Forum Feedback » Let's make this forum multilingual! (Calling for language authors) » 2021-09-04 07:34:43

Yikes! yikes  I realise it's been 3 years ( yikes ) 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.

#109 Re: Hardware & System Configuration » [SOLVED] How to run a root command on startup? » 2021-08-31 21:07:50

You use SysVinit, but issue commands for OpenRC? Best read up on boot scripts for sysvinit then tongue Also, it's best practice to end a script with

exit 0

HTH!

#110 Re: Installation » It's not just Wondows: apparently we have a problem » 2021-07-21 18:55:07

Altoid wrote:

Maybe they should weigh the risk again?

They should, including using systemd as default init system tongue

#111 Re: Devuan » Windows 11 will _enforce_ Secure Boot » 2021-07-11 10:04:08

@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.

#112 Re: Devuan » Windows 11 will _enforce_ Secure Boot » 2021-07-09 17:52:58

Expect 'hacked' BIOSes where SB has been removed. Not easy, but it can be done.

#113 Re: Other Issues » At the shut down menu screen I choose shut down, but it reboots. » 2021-06-12 08:33:46

golinux wrote:

I'll go stand in a corner now . . .

I've burned the dunce hat so you can't have it tongue

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.

#114 Re: Installation » UUID and drive letter assignments » 2021-06-09 19:43:34

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.... roll

#115 Re: Off-topic » What will happen to Windows? » 2021-06-06 22:28:32

JSM wrote:

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 roll

  • 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 tongue

#116 Re: Off-topic » What will happen to Windows? » 2021-06-04 13:40:37

This is the Devuan forum, not Reddit. Just FYI.

#117 Re: Desktop and Multimedia » [SOLVED] No valid automount for USB devices » 2021-04-30 17:17:21

Many thanks. Installed elogind backend and about to reboot to see if it works.

[edit] Aaaand it does big_smile Consolekit appears functionally incomplete ATM. Well, at least in my experience.

#118 Desktop and Multimedia » [SOLVED] No valid automount for USB devices » 2021-04-30 12:49:56

Dutch_Master
Replies: 2

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!

#119 Re: Desktop and Multimedia » Hard freeze on Cinnamon desktop » 2021-04-27 22:08:18

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 tongue ) and after I found Devuan I stuck with it for a while wink

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. wink  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.

#120 Re: Desktop and Multimedia » Hard freeze on Cinnamon desktop » 2021-04-27 07:42:32

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.

#121 Re: Desktop and Multimedia » Beowulf is broken » 2021-04-26 17:54:09

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.

#122 Off-topic » Caution, Wet! Computing explained » 2021-04-23 19:51:12

Dutch_Master
Replies: 3

Brilliant video explaining how logic gates work.

https://www.youtube.com/watch?v=IxXaizglscw

PS: don't use beer, a memory leak is inevitable wink

#123 Re: Desktop and Multimedia » Beowulf is broken » 2021-04-23 13:28:42

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)

#124 Re: Desktop and Multimedia » Beowulf is broken » 2021-04-22 23:25:29

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)

#125 Re: Desktop and Multimedia » Beowulf is broken » 2021-04-22 22:44:59

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:

Board footer

Forum Software