The officially official Devuan Forum!

You are not logged in.

#2751 Re: Desktop and Multimedia » toggling hidden files in caja changes directory to /proc or / » 2018-03-14 16:44:35

GNUser wrote:

If I keep finding these annoying little bugs . . .

gnome2 was buggy out of the gate so no surprise . . .

#2752 Re: Desktop and Multimedia » toggling hidden files in caja changes directory to /proc or / » 2018-03-14 15:37:20

I never knew of that key control but just tried it and it works perfectly in Thunar.  Probably won't ever use it though because I am blind without seeing hidden files at all times.   The reason I moved on from gnome2 years ago were little bugs like that.

#2753 Documentation » apt-mirror config for a local Devuan repo » 2018-03-13 00:36:01

golinux
Replies: 14

Today, KatolaZ posted instructions for setting up a local mirror here.  Copied below for reference:

Dear D1rs,

Since we are talking of creating a local or LAN Devuan mirror, I
thought that posting a working configuration for apt-mirror could be
found useful. Please find at the bottom an example of what you should
have in your /etc/apt/mirrors.list in order to get a full local Devuan
repo for amd64, i386, and sources. You can use deb.devuan.org instead
of pkgmaster.devuan.org, if you like, or any of the package mirrors
listed at:

  https://pkgmaster.devuan.org/mirror_list.txt

Notice that the program apt-mirror must be executed by the user
"apt-mirror", who should have rwx access to the base_path specified in
the mirrors.list file. For more information, man apt-mirror

Useful information on setting up a Devuan package mirror can be found
at:

  https://pkgmaster.devuan.org/devuan_mir … hrough.txt

If you want to setup a *public* Devuan package mirror instead, please
follow the instructions reported in the walkthrough and get in touch
as specified therein.

HTH

KatolaZ

  -+-+-+-

############# config ##################
#
# base_path is the local path where your mirror will be created
set base_path    /srv/apt-mirror
#
# set mirror_path  $base_path/mirror
# set skel_path    $base_path/skel
# set var_path     $base_path/var
# set cleanscript $var_path/clean.sh
# set defaultarch  <running host architecture>
# set postmirror_script $var_path/postmirror.sh
# set run_postmirror 0
set nthreads     20
set _tilde 0
#
############# end config ##############

# mirroring package sources
deb-src http://pkgmaster.devuan.org/merged ascii main contrib non-free

# mirroring binary architectures
deb-amd64 http://pkgmaster.devuan.org/merged ascii main contrib non-free main/debian-installer
deb-i386  http://pkgmaster.devuan.org/merged ascii main contrib non-free main/debian-installer
deb-amd64 http://pkgmaster.devuan.org/devuan ascii main contrib non-free main/debian-installer
deb-i386  http://pkgmaster.devuan.org/devuan ascii main contrib non-free main/debian-installer

# cleanup obsolete stuff
clean http://pkgmaster.devuan.org/merged

#2754 Re: Devuan Derivatives » [MiyoLinux] MiyoLinux Accessories website » 2018-03-11 21:40:51

MiyoLinux wrote:

Okay, I have all of the code boxes removed on the site; the codes are back as plain text.

Another option would be to link to the code in a text file that could be opened in an editor that can "save as".  Less possibility for error that way.

#2755 Re: Off-topic » Music » 2018-03-10 16:12:03

Remembering history . . . here we go again.  It seems our species never learns.

#2756 Re: Devuan » Hello, and thanks » 2018-03-06 00:10:59

Welcome to both of you.  Devuan love is always appreciated.  smile

#2757 Devuan » Why are systemd files present in Devuan? » 2018-03-04 20:17:54

golinux
Replies: 92

Why are there systemd files present in Devuan?  That question has been asked and answered several times including recently on the DNG mail list at the end of this post.  Sadly that link is now fubared:

I issued $locate systemd
and got 200 lines of output, including
/etc/systemd/system/* (23 files)
/lib/systemd/system/* (60 files)
/lib/x86_64-linux-gnu/libsystemd.so.0 (and 0.17.0)
/usr/lib/systemd (25 files)
/usr/bin/deb-systemd-helper ((and deb-systemd-invoke)
/var/lib/systemd/deb-systemd-helper-enabled/* (68 files)
/var/lib/dpkg/info/libsystemd):amd64* (5 files)

This seems a lot to me.  Please could you confirm that an ascii
installation should contain 200 systemd files as part of a normal
ascii installation.  Sorry to trouble you if these are trivial
questions, but they feel far from that.
Many thanks
leloft

Most of those "alarming" files are just systemd units files, put there
by daemons/packages/utilities who "also" support systemd in a way or
another. So they are not alarming but just *totally* *harmless* if you
don't have a running systemd as PID 1, since only systemd understands
and can run them.  It would be *totally* *useless* (and utterly
*stupid* IMHO) to fork, rebuild, and maintain a few more hundred
packages only because they happen to provide a systemd unit file for
those systems where systemd is used.

libsystemd0 is used by some daemons to verify if systemd is running or
not. If it's not, libsystemd is *totally* *harmless*.

HND

KatolaZ

#2758 Re: Desktop and Multimedia » alternative to mate-power-manager for ascii? [SOLVED] » 2018-03-04 03:02:02

GNUser wrote:

How are http://deb.devuan.org/merged/ and http://pkgmaster.devuan.org/merged different? Is one more "correct"?

http://deb.devuan.org/merged/ serves from a pool of http://pkgmaster.devuan.org/merged package mirrors (a 'round robin').  It is still being tested.

#2759 Re: News & Announcements » Devuan 2.0 ASCII Beta is here! » 2018-03-03 14:29:53

Thanks . . . but I can't even read xterm - font and colors are impossible.  I suppose I could just switch to xfce terminal in that launcher.

#2760 Re: News & Announcements » Devuan 2.0 ASCII Beta is here! » 2018-03-02 22:46:03

That's how I move files into /usr/share/themes/ or /usr/share/icons or even make quick edits in a config file here and there. In Thunar I can open any file or folder as root with a custom action.  If you knew how I type, you'd understand why . . .

Rant on . . .

#2761 Re: News & Announcements » Devuan 2.0 ASCII Beta is here! » 2018-03-02 22:02:03

cynwulf wrote:

There is a simple solution to all of your gksu and policykit problems:  stop running X11 graphical shit as root...

$ man sudo
$ man su

What about choice then???  I use gksu a lot in X11.  All my launchers in the panel and in Thunar use it.  It would break my workflow not to have it.  I WILL find a way to continue use it.

#2762 Re: Desktop and Multimedia » mtp device shown twice when plugged into ascii laptop » 2018-02-27 22:35:25

Maybe that's related to your other duplicate icon post?

https://dev1galaxy.org/viewtopic.php?id=1910

Have you duplicated a config file somewhere?  Maybe fire up a vm and if it doesn't duplicate icons, start comparing directories/files

#2764 Re: Hardware & System Configuration » Devuan ARM64 how to install correct headers or change kernel » 2018-02-25 01:09:19

That attitude will not gain points here.  We have a history that should not be blown off and rewritten.  "VUA" does not and never will refer to Devuan users in general.  A VUA would be answering not asking your question (but they don't hang out on this forum often so not much chance of that).

#2765 Re: Hardware & System Configuration » Devuan ARM64 how to install correct headers or change kernel » 2018-02-24 23:20:07

jakecheslekov wrote:

Hello my fellow VUA's!

Time for a history lesson which I'm sure will benefit many on this forum.  Very few of those who use Devuan have ever interacted with the Veteran Unix Administrators who were responsible for initiating the Debian fork.  The VUAs are a collective of skilled system admins - I once heard about 800 - based in Northern ltaly.  Here is a history of that group.  (Now I won't have to go searching for that link ever again . . .)

#2766 Re: Off-topic » Our dystopian future? » 2018-02-24 22:44:24

alphalpha wrote:

wtf why they have blue turk flags ??

Did you read the article or just have a knee-jerk reaction? Perhaps this is why?

"Xinjiang is the home to the Uyghurs, a Turkic people who mostly follow Islam and have a distinct culture and language."

#2767 Re: News & Announcements » Devuan 2.0 ASCII Beta is here! » 2018-02-24 21:10:17

greenjeans wrote:
golinux wrote:
greenjeans wrote:

Well good lord, does the stupid never end?

It stops here.  We can fork those those functions.  big_smile

You freakin ROCK Golinux! wink

No. The Devuan team rocks!

#2769 Re: DIY » Tips for using Palemoon » 2018-02-24 18:40:55

Firejail does the same thing on firefox.  It is a feature not a bug.  Since information can pass both ways, it prevents access to your personal information.  It took me a while to adjust to it.

#2771 Re: Documentation » Make a mirror of devuan package repository with a modified debmirror » 2018-02-23 23:35:30

I guess you didn't see the response to your bug report.  I assume that was written by KatolaZ:

Your bug report is not that useful, since you must include the
relevant content of the debmirror.conf file that you are using.

In order to mirror only devuan-specific suites in ascii for amd64,
your debmirror.conf should have something like:

$host="pkgmaster.devuan.org";
$remoteroot="devuan";
$download_method="http";
@dists="ascii";
@sections="main,main/debian-installer,contrib,non-free";
@arches="amd64";

I have tried it now myself with:

$ debmirror -p --keyring=/usr/share/keyrings/devuan-archive-keyring.gpg ./devuan-only

and it works.

So sounds like PEBKAC.

#2772 Re: Documentation » Make a mirror of devuan package repository with a modified debmirror » 2018-02-23 15:37:03

Devuan filters the Debian packages.  If you use Debian packages directly, chances are that eventually something will slip in and break your system or you won't be able to upgrade properly.

#2773 Re: Other Issues » in ASCII, libpolkit-agent-1-0 and policykit-1 held back? [SOLVED] » 2018-02-23 04:20:15

This has been discussed on the dng mail list and the irc channels and even this forum.  Unfortunately I don't understand it well enough to explain it.   IIRC it only happens on an upgrade, not a new install.  The devs are working hard to sort things so that the needed files are deleted/delivered under every possible circumstance.

#2774 Re: News & Announcements » Devuan 2.0 ASCII Beta is here! » 2018-02-23 00:22:59

yeti wrote:
golinux wrote:

You are not the only one using a language other than English.  If it were a problem in Devuan many more people would be bringing it to our attention.

I have multiple Debian2s which have Grub, LightDM and XFCE in German.
What's the problem to test?

The rant starts here: https://dev1galaxy.org/viewtopic.php?pid=7681#p7681

#2775 Re: News & Announcements » Devuan 2.0 ASCII Beta is here! » 2018-02-22 21:57:49

mckaygerhard wrote:
golinux wrote:

If it's a Debian problem the bug report(s) should go upstream not here.

be update men!

I have no idea what that means but next time try (wo)men.

in debian problem was gone away many time ago,  its now a serious problem in devuan due in debian only the interface have that problems, but in devuan problems are in the keyboard, in the display manager and also in the user environment

You are not the only one using a language other than English.  If it were a problem in Devuan many more people would be bringing it to our attention.

Board footer

Forum Software