The officially official Devuan Forum!

You are not logged in.

#3251 Re: Forum Feedback » How to do some formatting little things in Dev1galaxy Forums » 2017-04-05 04:06:43

miroR wrote:

Where is the list of logged in user's own post for her or him to see listed?

Go to your profile page

At the bottom there are three choices:

Show all topics - Show all posts - Show all subscriptions

smile

#3252 Re: Documentation » Devuan purpy Theme for TDE » 2017-04-03 16:47:48

Well done!  Let's spread the purpy love far and wide!!

#3253 Re: Devuan Derivatives » Discussion about heads » 2017-03-26 20:09:39

<parazyd> i moved to github . . .

#3254 Re: Documentation » Heads, the libre privacy distro, some basic usage » 2017-03-25 14:03:28

@miroR . . . your enthusiasm for heads is much appreciated.  I know that security has been a concern of yours for many years. Could you please enclose the commands in your post(s) in  tags.  It makes it easier for the eye to find them.  smile   Thanks.

#3255 Re: Hardware & System Configuration » AMD Radeon driver » 2017-03-19 16:07:08

You could also give sgfxi a try.  It worked well for my Nvidia driver a few years back using the default settings.  Don't know whether it would find those specific drivers though . . .

#3256 Re: Hardware & System Configuration » No wpa_supplicant or iw? » 2017-03-19 15:12:54

The package manager will see it but won't the version number be different than the Devuan merged one?  Hmmmm, maybe not.  Version in the repos is 0.43 stable.  So it looks like Amprolla has not added any Devuan-specific identification.   So your suggestion should work.  Sorry for the noise.

#3257 Re: Hardware & System Configuration » No wpa_supplicant or iw? » 2017-03-19 01:18:08

Better to download from the devuan merged non-free repos so that updates (if any) will be picked up.  wink

#3258 Re: Other Issues » [SOLVED] apt-file search not working » 2017-03-18 18:13:28

Could you possibly add that to your Package manager magic incantations?  And while you're there would be nice to have code tags around the commands.  wink

#3259 Re: Other Issues » [SOLVED] apt-file search not working » 2017-03-17 23:32:35

No worries.  smile  Welcome to the forum btw!

#3261 Re: Other Issues » Helping Out... » 2017-03-14 02:02:56

Did you notice the new forum for gdo projects and issues?.  You might look through the list of issues to see if you have experienced similar and perhaps found a solution you could share.

#3262 Re: Off-topic » Good to see you guys doing so well » 2017-03-03 15:37:08

Nice to see you jheaton5!  Several DUFers have found their way here already.  Speaking of DUF . . . isn't the yearly hosting fee due around this time of the year? Haven't seen a mention of it over there.

#3263 Re: Devuan Derivatives » heads is here! » 2017-03-02 22:09:14

There will be.  I have the same 32 bit problem.  smile

#3264 Devuan Derivatives » heads is here! » 2017-02-28 20:22:55

golinux
Replies: 2

parazyd is walking the talk!  This just posted on the dng list:

heads 0.0 is out!

It finally happened and it's not vaporware!

heads 0.0 is a preview live CD of what heads is going to be about. This release is not intended to be used from a security point of view, but as a showcase and testing point of view.

I am not even completely sure everything is torified, but hey, that's what testing is for, no?

So please, download the ISO from the downloads link in the above navbar and abuse the hell out of it smile

Throughout a certain period, bugs will be fixed within the build system, and patched releases will be released without announcement. So check regularly for 0.0.x releases on the downloads page...

But first, read some notes on it all:

Booting the ISO can be done with some virtualization like qemu or VirtualBox, or it can be dd-ed to a USB flash drive and booted on a laptop. It can be burned to optical media as well.

The MATE desktop environment is not yet included in this release, only AwesomeWM is installed. You can install other environments easily by yourself.

When booted, you will be presented with instructions on how to login, and start a graphical environment. Keep in mind the root password is shown only once and you will have to reboot if you lose access to it.

https://heads.dyne.org/download/

#3265 Re: Installation » [Solved] Removable media unaccessible as normal user (PCManFM/Thunar) » 2017-02-26 21:30:37

FWIW on my Devuan Jessie Xfce, I have both udisks2 and libsystemd0 installed but not libpam-systemd.  Drives do not automount but do with a click on a right button menu option of the icon that pops up on my desktop.

#3266 Re: Installation » help to install nvidia-legacy-304xx-driver *No devices detected.* » 2017-02-26 16:40:30

I suggested to him that he use sgfxi to auto-sort out the drivers.  Don't know that he ever did.  Disclaimer:  I have not had to do this for several years - using on board graphics atm.  But it always worked perfectly for my old nVidia card.

#3267 Re: Other Issues » General Questions » 2017-02-23 16:39:15

millpond wrote:

Is anything like this on the ML or in git?

Not that I've seen.  If only . . .

millpond wrote:

When is the best time for IRC questions??? (EST)

Anytime.  The is often a burst of activity when Europe is awakening (and we in the US are sleeping).  But there is no clear pattern.  Post and you can check the botbot logs for a response anytime.

#3268 Re: Installation » default login username and password for live Devuan media » 2017-02-23 16:06:50

The definitive answer is in the documentation that is buried at https://files.devuan.org/.  That info should be in the https://files.devuan.org/README.txt file and on the index page of the website.  Currently it is very hard to find.

OK, jaromil has added that info to https://files.devuan.org/README.txt  Will be easier to find now.

#3269 Re: Devuan » Current state of Devuan regarding systemd » 2017-02-12 15:42:40

GNU wrote:

What is the issue with ascii and ceres?

Amprolla, that is responsible for the Devuan repos, sometimes lags a bit behind the Debian repos. There are also more packages that need attention as systemd expands its reach.  Focus now is on Jessie. Feel free to join in the effort.

#3270 Documentation » dev1fanboy's "Maintainer walkthrough" » 2017-02-11 01:08:58

golinux
Replies: 5

Introduction

The purpose of this walkthrough is to give the very basics of converting Debian packages to Devuan. This means making sure that there is no hard dependency on systemd in packages. The good news is that it's much easier to package for Devuan right now than it is to learn packaging from scratch, so this is the best time to jump in if you want to maintain packages for Devuan.

It's important to point out that this is not a manual, there is no intention to document everything about Debian packaging in this one page. Rather this guide just shows you how to remove systemd from a package and make sure it is usable for Devuan. You really do not need to be amongst Debian's elite to help out with Devuan packaging, and everything here will be explained as clearly as possible.

Go to dev1fanboy's "Maintainer walkthrough"

#3271 Re: Other Issues » General Questions » 2017-02-11 00:47:36

@millpond:  I posted your question on irc and here's the response.  Centurion_Dan is doing most of the packaging for Devuan:

<Centurion_Dan> golinux: it's not scripts, rather changes usually in the debian/rules to disable the reliance on systemd api's

You might also find dev1fanboy's Maintainer walkthrough useful.

IIRC amprolla2 will tag Debian packages that rely on systemd and quarantine them until they can be repackaged sans systemd.

#3272 Re: News & Announcements » Signatures have been disabled » 2017-02-05 16:03:49

rrq has put a new and effective spam deterrent in place so signatures have been re-enabled.

#3273 Re: DIY » How to set Grub default startup in dual boot for Windows » 2017-02-02 15:21:57

@pedropt . . . Could you please use quote instead of code tags when appropriate as in above post.  Thanks.

#3274 Re: Installation » firmware? » 2017-01-31 17:28:24

@bobemoe @iamwhatiam . . . The best thing I can think of would be to call @CenturionDan in a response to that issue. I doubt he has time to trawl through git to find issues and that would bring it to his attention.  I have just done that for both those issues.  As to tags/labels . . . you need permissions to create them and actually, I haven't found them that effective.

#3275 Re: Devuan » Which is more helpful for Devuan for me to run, Ascii or Jessie? » 2017-01-29 17:16:11

@katzenmuzak . . . Thanks for compiling that list.  Those issues would have to be posted in git.devuan.org to get any attention.  The best place I can think of is here but you might be able to dig out more targeted projects also.   In addition I would post the list to dng where it might catch someone's attention (but will get 'lost' rather quickly).

Board footer

Forum Software