The officially official Devuan Forum!

You are not logged in.

#101 Re: Installation » [SOLVED] sysvinit, runit, or OpenRC? » 2021-10-22 21:22:18

Open RC here. Got acquainted with it on Funtoo (Gentoo based). On Ascii it was just a sym-link to SysVinit, but Beowulf has proper implementation. (AFAIK!) Never tried runit.

#103 Re: Installation » Can I add OpenRC after installing with SysV » 2021-10-02 16:57:14

Yes you can. However, OpenRC will actually replace SysV on Beowulf. In Ascii, OpenRC was indeed a layer on top of SysV, not so in Beowulf.

#104 Re: Installation » How to partition my disk ? » 2021-09-16 21:53:39

Strictly speaking, no. MBR still works, but GPT is required for drives over 4TB in size.

As for partitioning the entire drive, that's up to you: if you want to retain your Win-OS install you keep it as is (just shrink the size of the Win-OS partition), otherwise just use the partition scheme I gave you.

#105 Re: Installation » How to partition my disk ? » 2021-09-16 15:11:47

Élisabeth wrote:

But that's just the local IMAP cache, no?

Yes, it is.

Élisabeth wrote:

My understanding is, if I don't want to use my email providers gmx, 1and1 to host my emails, I need an IMAP server.
Previously, I ran that on a local server.
I want all emails, my 15 years' IMAP emails and all new ones from different email addresses in one place.

I see where you're coming from (and what you want) but if you only have a laptop and nothing else (which is the case, as I understand some of your other posts), having an IMAP server is not really necessary. Unless you want to continue to store your mail in your archive, because in that case the route your mail takes is still via the local IMAP server.

#106 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!

#107 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.

#108 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!

#109 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.

#110 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.

#111 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?

#112 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.

#113 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.

#114 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!

#115 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

#116 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.

#117 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.

#118 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.

#119 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

#120 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

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

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

#122 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.

#123 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!

#124 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.

#125 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.

Board footer

Forum Software