You are not logged in.
Thanks goes to all devs and community to this great release!
Thanks for the answer, steve_v.
Hello, steve_v. Your plan is to upgrade to AMD YD195XA8AEWOF Ryzen Threadripper 1950X ?
My machine is Intel Core i7 920 @ 8x 2.793GHz, with 4 gb of ram, 1TB HDD and with GeForce GTX 650 GPU
This stems from lsb_release switching to reading the cross-distro standard file, /usr/lib/os-release. More info here:
Awesome Ogis1975 - Dev1 simplicity that's what make it very close to a part of users.
Thank you, Nili. Well said. Exact words. By the way. Very nice set up. As usual.
Forgive me for the stupid question. I would like to know when the release date of Devuan Beowulf is expected?
Thank you, therion23, for your configs. In near future i will try this.
This short guide describes how to install mpd as a user service in Devuan 2.1 (ascii).
Install mpd and mpc
#apt install mpd mpc
Mpc is a command line user interface for MPD server.
By default Devuan installs mpd as a system service. We don't want this, so let's remove it from startup.
If mpd is running stop it first.
#/etc/init.d/mpd stop
We don't want MPD to be started as a system service. We want to run it from a regular user account. So we must disable it. Use this command:
#update-rc.d mpd disable
To build the user configuration, extract and copy the default config with command
gunzip -c /usr/share/doc/mpd/examples/mpd.conf.gz
to directory
~/.config/mpd
(make this dir first).
Edit the config file according to your needs. For example, my config looks like this:
music_directory "~/Music"
playlist_directory "~/Playlists"
db_file "~/.local/share/mpd/mpd.db"
log_file "~/.local/share/mpd/mpd.log"
pid_file "~/.local/share/mpd/mpd.pid"
state_file "~/.local/share/mpd/mpd.state"
sticker_file "~/.local/share/mpd/sticker.sql"
bind_to_address "127.0.0.1"
log_level "default"
restore_paused "yes"
metadata_to_use "artist,album,title,track,date"
auto_update "yes"
input {
plugin "curl"
}
audio_output {
type "alsa"
name "Headset"
mixer_type "software"
}
audio_output {
type "fifo"
name "mpd_fifo"
path "/tmp/mpd.fifo"
format "44100:16:2"
}
Don't forget to create the needed directories (~/Playlists and ~/.local/share/mpd)
Run mpd.
$ mpd
If everything is ok, it directly detaches itself. (so it looks like it exits). It might complain that the db_file cannot be found, you can safely ignore this.
In order to build the database file, MPD must scan into the music_directory. A MPD client is required to request this task, for example with mpc the command is
$ mpc update
.
You most likely want to have mpd started automatically when logging into tty. To start MPD on login add the following to
~/.profile
# MPD daemon start (if no other user instance exists)
[ ! -s ~/.config/mpd/pid ] && mpd
That's it. Now you can enjoy your favorite music.
P.S.
In this simple set up i use command line user interface for MPD server. Here you can see the commands used in mpc. But there are more clients in the official Devuan repository (TUI and GUI).
If you don't like GUI management tools see my fdn guide
It is exelent guide. This instruction helped me a lot!
Am I missing it, or is Virtualbox not in the repo? Any alternatives in the repo?
Hello. Virtualbox is in ascii-backports - contrib repo. But, for my opinion, it is a crap. I prefer qemu-kvm- QEMU Full virtualization on x86 hardware. It is in ascii - main repo.
Hello. How do I install Nvidia driver? It is very simple. Add contrib and non-free to your
/etc/apt/sources.list
Then install
nvidia-detect
script:
# apt install nvidia-detect
Run it (as normal user). Here example output:
$ nvidia-detect
Detected NVIDIA GPUs:
02:00.0 VGA compatible controller [0300]: NVIDIA Corporation GF108 [GeForce GT 430] [10de:0de1] (rev a1)
Your card is supported by the default drivers.
It is recommended to install the
nvidia-driver
package.
Now, install Linux headers for the kernel you are using. If you are using 4.9 Linux kernel in Devuan Ascii:
# apt-get install linux-headers-$(uname -r|sed 's/[^-]*-[^-]*-//')
Then you can install the package:
# apt-get update
# apt-get install nvidia-driver
Restart your system to enable the nouveau blacklist. This method i used on all my machines.
P.S.
Do not use this method if you have bublebee.
HevyDevy, looks nice and minimal. Good work!
Teleman - Family Of Aliens
@Head_on_a_Stick solved it. That's good enough. Wow. Apparently I didn't read the right man pages or right sections of the man pages. This -V is such a game-changer.
edit: Showing the version numbers is even a nice bonus!
Flag
-V, --verbose-versions
show full versions for upgraded and installed packages.
How about aptitude? Maybe with this tool is possible to show one package per line?
...but showing the above wasn't my goal, this is the first time i have come down to this level tweaking "x86_64" so low in ram.I wouldn't reach it if wasn't for Devuan 2.1
Very impressive!
OK, been trying it out a bit more. No X yet because it takes so long to compile stuff.
It is incredibly minimalist, even more so than Alpine Linux.Nice :-)
Thank you Head_on_a_Stick, for testing it. I think it is not my cup of tea. Compiling ALL stuff takes so many time.
Though this might be of interest to some folks here
Hello. Did you try this distro?
Thanks goes to devs! Nice works, guys!
And I personally use qbittorrent.
Fluxbox after long time in Openbox. A bit of colorfull
Very nice. As always! Keep a good work!
The world is finally ready for Marxism!