The officially official Devuan Forum!

You are not logged in.

#26 Re: Other Issues » What is the simplest way to escape out of "Broken packages" problems? » 2018-06-02 17:13:03

I've only used dpkg to install the kernel I built with make deb-pkg and to install ungoogled-chromium I've also built.

devuser wrote:

What do your apt sources look like?

cat /etc/apt/sources.list:

# deb cdrom:[devuan_ascii_2.0.0-rc_amd64_netinst]/ ascii main non-free

#deb cdrom:[devuan_ascii_2.0.0-rc_amd64_netinst]/ ascii main non-free

deb     [url]http://br.deb.devuan.org/merged[/url] ascii main non-free contrib
deb-src [url]http://br.deb.devuan.org/merged[/url] ascii main non-free contrib

deb     [url]http://br.deb.devuan.org/merged[/url] ascii-updates main non-free contrib
deb-src [url]http://br.deb.devuan.org/merged[/url] ascii-updates main non-free contrib

deb     [url]http://br.deb.devuan.org/merged[/url] ascii-security main non-free contrib
deb-src [url]http://br.deb.devuan.org/merged[/url] ascii-security main non-free contrib

deb     [url]http://br.deb.devuan.org/devuan[/url] ascii-proposed main
deb-src [url]http://br.deb.devuan.org/devuan[/url] ascii-proposed main

deb     [url]http://br.deb.devuan.org/merged[/url] ascii-backports main
deb-src [url]http://br.deb.devuan.org/merged[/url] ascii-backports main

deb     [url]http://br.deb.devuan.org/devuan[/url] experimental main
deb-src [url]http://br.deb.devuan.org/devuan[/url] experimental main

#------------------------------------------------------------------------------#
#                      UNOFFICIAL  REPOS                       
#------------------------------------------------------------------------------#

###### 3rd Party Binary Repos
###Virtualbox
deb [arch=i386,amd64] [url]http://download.virtualbox.org/virtualbox/debian[/url] stretch contrib

#27 Other Issues » What is the simplest way to escape out of "Broken packages" problems? » 2018-06-02 14:19:09

0xf4b10
Replies: 6

I've used archlinux almost all my linux life so I'm not very used to the apt world. I'm trying to install these packages:

sudo apt-get install g++-multilib gcc-multilib lib32ncurses5-dev lib32readline-dev lib32z1-dev

But it fails with:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 g++-multilib : Depends: g++-6-multilib (>= 6.3.0-9~) but it is not going to be installed
 gcc-multilib : Depends: gcc-6-multilib (>= 6.3.0-9~) but it is not going to be installed
 lib32ncurses5-dev : Depends: lib32tinfo-dev (= 6.0+20161126-1+deb9u2) but it is not going to be installed
                     Depends: lib32c-dev
 lib32readline-dev : Depends: lib32tinfo-dev but it is not going to be installed
                     Depends: libc6-dev-i386 but it is not going to be installed
 lib32z1-dev : Depends: lib32c-dev
E: Unable to correct problems, you have held broken packages.

I need to install these in order to build LineageOs from source. Any help? Thanks in advance.

#28 Devuan Derivatives » Hyperbola Thread » 2018-05-25 00:40:38

0xf4b10
Replies: 12

I saw on this list about systemd-free distros this one called Hyperbola which is based on Devuan. Has anyone of you guys ever used it? What are your opinions on it? I've read that it used pacman as package manager which I found great because I'm a long run Archlinux user (only left arch for devuan because of SystemDisease stuff) and I prefeer pacman + aur than apt. Then matching it with Devuan which is also great I think would be a great experience. What do you have to say?

#29 Re: Intergalactic Communities » Documentation in Portuguese » 2018-05-20 23:02:41

pekman wrote:

Pode encaminhar uma cópia da mensagem recebida para meu email?

Feito.

#30 DIY » Build ungoogled-chromium in Devuan Ascii 2.0.0 » 2018-05-20 01:25:48

0xf4b10
Replies: 3

From those of you who want to try out this google-free version of chromium, here is how I managed to build and install it. Don't know if it's the best way, maybe I've done something stupid on the way but here is it:

1 - Download source:

git clone https://github.com/Eloston/ungoogled-chromium

2 - Read the instructions for building to debian based distros here

3 - Install some extra packages not listed in the tutorial above:
Note: Ascii has debhelper version 10.something installed so I had to choose a higher version for install. It is available in  devuan's backports repo

sudo apt-get install dh-autoreconf=17~bpo9+1
sudo apt-get install debhelper=11.2.1~bpo9+1

4 - Have all these packages installed for the build process:

sudo apt-get install packaging-dev python3 ninja-build clang-6.0 lld-6.0 llvm-6.0-dev python-jinja2 yasm xvfb gperf valgrind libglew-dev libgl1-mesa-dev libglu1-mesa-dev libegl1-mesa-dev libgles2-mesa-dev mesa-common-dev libre2-dev libgbm-dev libpng-dev libxss-dev libvpx-dev libpci-dev libcap-dev libicu-dev libkrb5-dev libexif-dev libflac-dev libudev-dev libopus-dev libwebp-dev libxtst-dev libsrtp-dev libjpeg-dev libxml2-dev libgtk-3-dev libxslt1-dev liblcms2-dev libpulse-dev libpam0g-dev libsnappy-dev libavutil-dev libavcodec-dev libavformat-dev libasound2-dev libjsoncpp-dev libspeechd-dev libminizip-dev libhunspell-dev libusb-1.0-0-dev libopenjp2-7-dev libmodpbase64-dev libnss3-dev   libnspr4-dev libcups2-dev libevent-dev  libjs-excanvas libjs-jquery-flot libgcrypt20-dev libva-dev

5 - Setup build space:

mkdir -p buildspace/downloads # Alternatively, buildspace/ can be a symbolic link
./buildkit-launcher.py genbun debian_stretch
./buildkit-launcher.py getsrc
./buildkit-launcher.py subdom
./buildkit-launcher.py genpkg debian --flavor stretch

6 - Finally, build it:

dpkg-buildpackage -b -uc

After building, the debs will appear under buildspace/

7 - Install it, in my case, I build it from master which is today at version 66.0.3359.139-1:

sudo dpkg -i buildspace/ungoogled-chromium-common_66.0.3359.139-1~stretch_amd64.deb
sudo dpkg -i buildspace/ungoogled-chromium_66.0.3359.139-1~stretch_amd64.deb

At this point, you are good to go, buy maybe you want to install some plugins:

8 - Installing addons/extensions
You may notice that it will not be possible to install plugins directly from Chrome webstore but you can follow this simple to do so:

8.1 - Make a directory to keep the extensions sources, chose whatever name you want for the dir:

mkdir ~/.ungoogled-chromium-extensions

8.2 - Download the crx extension file:
For this example, let's assume I'm installing AdBlock, so I'll get its webstore link and give it to http://crxextractor.com/.

8.3 - Convert the crx to zip file:
In the same site crxextractor, upload the crx in the option to convert it now to zip. It would be faster if they just let us convert the webstore link directly to zip but the site doesn't offer this service.

8.4 - Extract the zip content into the new created ~/.ungoogled-chromium-extensions dir

8.5 Install the extension from source into the browser:
> Go to chrome://extensions/
> Enable developer mode
> Click "Load unpacked"
> Choose the root directory of the extracted extension sources
> Have fun

Any suggestions to facilitate this process is welcome

#31 Re: Off-topic » Music » 2018-05-20 00:57:41

I like to hear these kind of music and also eletronic/hardstyle when I'm coding:

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

#32 Devuan » Install kali linux tools on devuan? » 2018-05-19 03:38:58

0xf4b10
Replies: 2

Is there a simple way to do it? I guess if I just add it to source.list would certainly break my system. I also knew a script called katoolin but it also doesn't work. Any tips on this subject?

#33 Re: Intergalactic Communities » Documentation in Portuguese » 2018-05-19 03:30:56

Como faço para me inscrever na lista? Tentei mas recebi resposta dizendo que não estou na lista de autorizados

#34 Re: Off-topic » NoScript-like tool for Palemoon 27.9 » 2018-05-19 01:21:39

Thank you all, it was very helpful. I'm also trying now the package Ungoogled-chromium (btw, what is your opinion on this one?) which is a version of open source chromium without all integrations from Google. If I succed in building it, I'll post a how-to here.
Thank you

#35 Off-topic » NoScript-like tool for Palemoon 27.9 » 2018-05-18 01:51:39

0xf4b10
Replies: 6

I always wanted to use a decent browser that doesn't use my data (like google's) so I used to use Firefox. But now, given the recent news about this second browser I'm moving away from it. I'm trying Brave which is quite nice except for some bugs which makes browsing kinda annoying sometimes. Therefore I decided to use Palemoon (though I don't know if it is the best choice yet, suggestions welcome). The problem is I didn't found a extension for it that was so good as NoScript used to be to FF before the recent updates.

The main point here is that NoScript had a way to block each script executed not only by the site itself but also by third parties, who used it knows what I'm talking about. All other Noscript-like addons I found are very dull which only allows you to either block everything on the website on allow everything.

So, anyone knows a way to install this extension on Palemoon? Suggestions for others good browsers are welcome.

#36 Re: Hardware & System Configuration » no wifi working » 2018-05-16 02:13:07

I have neither ifconfig nor iwconfig installed in my system. What package should I install to add them?

#37 Re: Desktop and Multimedia » Missing options in KDE System settings - Devuan ASCII » 2018-05-12 23:24:32

All kde-icons I found in synaptic and hicolor-icon-theme are installed. I found elsewhere that the Power Managment was missing due to the lack of a package called "powerdevil". I installed it and now it appears so I assume the other missing options are also related to some package(s)

#38 Desktop and Multimedia » Missing options in KDE System settings - Devuan ASCII » 2018-05-12 22:16:36

0xf4b10
Replies: 2

Hello. I've just installed Devuan ASCII with KDE and noticed that there are a lot of missing icons in the system settings of KDE desktop, specially Power Managment (and others). What should I do to get all the settings? Thanks in advance.

#39 Re: Hardware & System Configuration » Can't install new kernel because of /boot partition is full » 2018-05-12 22:01:04

Hey Siva, thank you for your answer. Indeed, it was boot partition that hadn't enough space when I ran the install command, which for me seems a little weird since the initrd.img is no more than 23MB and I had more than 200MB available in this partition. That's why I opened this question to find out if there was some way to generate this file elsewhere and later manually place it boot. But now I followed this tutorial from debian-handbook you posted and worked easily wink

Thank you very much

#40 Hardware & System Configuration » Can't install new kernel because of /boot partition is full » 2018-05-12 14:11:47

0xf4b10
Replies: 3

Hello guys. I'm following this tutorial to install a newer kernel on my recently installed devuan machine. When I did this process with devuan running inside a Virtual Machine, everything went great but there I had only one big partition with all directories. Now, in my real machine, I installed the OS using LVM and it setup for me a 255MB /boot partition separeted from the encrypted one. Because of this it is not being possible to update my kernel, when I run:

sudo make modules_install install

it fails with:

DEPMOD  4.17.0-rc4+
sh ./arch/x86/boot/install.sh 4.17.0-rc4+ arch/x86/boot/bzImage \
        System.map "/boot"
run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 4.17.0-rc4+ /boot/vmlinuz-4.17.0-rc4+
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 4.17.0-rc4+ /boot/vmlinuz-4.17.0-rc4+
update-initramfs: Generating /boot/initrd.img-4.17.0-rc4+

gzip: stdout: No space left on device
E: mkinitramfs failure cpio 141 gzip 1
update-initramfs: failed for /boot/initrd.img-4.17.0-rc4+ with 1.
run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1
arch/x86/boot/Makefile:155: recipe for target 'install' failed
make[2]: *** [install] Error 1
arch/x86/Makefile:319: recipe for target 'install' failed
make[1]: *** [install] Error 2
Makefile:273: recipe for target '__build_one_by_one' failed
make: *** [__build_one_by_one] Error 2

Does anyone knows a simple solution for that? I don't know what I could safely delete from /boot tbh and I don't think reformatting the computer would be the best one.

#41 Re: DIY » Miyo (make it your own) KDE Plasma » 2018-05-12 01:02:20

Hey guys, thank you very much for the information provided in this thread. ASAP I'll also move to to KDE since XFCE is not one of my favourites wink
Thank you!

Board footer

Forum Software