The officially official Devuan Forum!

You are not logged in.

#1 Re: Desktop and Multimedia » [SOLVED] sway and screensharing » 2024-02-28 18:34:26

I got it:

  • Install pipewire pipewire-alsa pipewire-pulse pipewire-jack wireplumber xdg-desktop-portal-wlr  

  • At the top of ~/.config/sway/config add

    exec dbus-update-activation-environment DISPLAY I3SOCK SWAYSOCK WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway
    exec pipewire &
    exec pipewire-pulse &
    exec wireplumber &
  • Start sway with XDG_CURRENT_DESKTOP=sway dbus-launch sway

After this, screen sharing in BigBlueButton and Jitsi Meet in Firefox is working in sway

#2 Desktop and Multimedia » [SOLVED] sway and screensharing » 2024-02-27 23:17:26

haary
Replies: 1

Did anyone manage to make screensharing work in Devuan with sway / Wayland?
I'm running Devuan Daedalus with the runit init system and sway compositor.
When I try to start screensharing in Firefox / BigBlueBotton I can select the output from I wish to share the screen but then nothing happens. xdg-desktop-portal-wlr is running, so is pipewire. I'm starting sway with dbus-run-session and have

dbus-update-activation-environment DISPLAY I3SOCK SWAYSOCK WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway

set at the top of my sway config file, according to the troubleshooting check list of xdg-desktop-portal-wlr.

It's working out of the box on a Debian Bookworm machine, so I guess there is some systemd - dbus "magic" which is missing in Devuan.

#3 Re: Other Issues » deb.devuan.org doesn't get updates for Jessie, auto.mirror.devuan does » 2019-05-08 06:13:27

golinux wrote:
haary wrote:
All packages are up to date.

That is working.  There are no updates because everything is already up to date,

See? sources.list is correct, but still no updates. Please note that I am using Jessie. Ascii is working fine with deb.devuan.org.

Jessie is old stable.  It will probably only get security patches.  I just ran update and there are no packages for me to install either on jessie i386.

Please read the title and the first post. With auto.mirror.devuan.org updates are there, the last line says

62 packages can be upgraded. Run 'apt list --upgradable' to see 

with deb.devuan.org they aren't. It should be easy to reproduce.

#4 Re: Other Issues » deb.devuan.org doesn't get updates for Jessie, auto.mirror.devuan does » 2019-05-07 21:57:37

ralph.ronnquist wrote:

Yes, you should use deb.devuan.org, and the URLs should also end with /merged. Please check and try again.

Here we go again:

ahu:~# cat /etc/apt/sources.list        
deb http://deb.devuan.org/merged jessie main
deb http://deb.devuan.org/merged jessie-updates main
deb http://deb.devuan.org/merged jessie-security main

root@ahu:~# apt update                       
Hit http://deb.devuan.org jessie InRelease
Hit http://deb.devuan.org jessie-updates InRelease
Hit http://deb.devuan.org jessie-security InRelease
Hit http://deb.devuan.org jessie/main i386 Packages
Hit http://deb.devuan.org jessie-updates/main i386 Packages
Hit http://deb.devuan.org jessie-security/main i386 Packages
Ign http://deb.devuan.org jessie/main Translation-en_US
Ign http://deb.devuan.org jessie/main Translation-en
Ign http://deb.devuan.org jessie-updates/main Translation-en_US
Ign http://deb.devuan.org jessie-updates/main Translation-en
Ign http://deb.devuan.org jessie-security/main Translation-en_US
Ign http://deb.devuan.org jessie-security/main Translation-en
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.

See? sources.list is correct, but still no updates. Please note that I am using Jessie. Ascii is working fine with deb.devuan.org.

#5 Re: Other Issues » deb.devuan.org doesn't get updates for Jessie, auto.mirror.devuan does » 2019-05-07 07:50:08

The problem was in the repo. It has been fixed and should work for you now.

No, it doesn't:

root@ahu:~# apt update
Hit http://deb.devuan.org jessie InRelease
Hit http://deb.devuan.org jessie-updates InRelease
Hit http://deb.devuan.org jessie-security InRelease
Hit http://deb.devuan.org jessie/main i386 Packages
Hit http://deb.devuan.org jessie-updates/main i386 Packages
Hit http://deb.devuan.org jessie-security/main i386 Packages
Ign http://deb.devuan.org jessie/main Translation-en_US
Ign http://deb.devuan.org jessie/main Translation-en
Ign http://deb.devuan.org jessie-updates/main Translation-en_US
Ign http://deb.devuan.org jessie-updates/main Translation-en
Ign http://deb.devuan.org jessie-security/main Translation-en_US
Ign http://deb.devuan.org jessie-security/main Translation-en
Reading package lists... Done               
Building dependency tree       
Reading state information... Done
All packages are up to date.
root@ahu:~#  apt update
Get:1 http://auto.mirror.devuan.org jessie InRelease [21.8 kB]     
Hit http://auto.mirror.devuan.org jessie-updates InRelease 
Hit http://auto.mirror.devuan.org jessie-security InRelease              
Get:2 http://auto.mirror.devuan.org jessie/main i386 Packages [6,877 kB] 
Get:3 http://auto.mirror.devuan.org jessie-updates/main i386 Packages [732 B]
Get:4 http://auto.mirror.devuan.org jessie-security/main i386 Packages [628 kB]
Ign http://auto.mirror.devuan.org jessie/main Translation-en_US     
Ign http://auto.mirror.devuan.org jessie/main Translation-en        
Ign http://auto.mirror.devuan.org jessie-updates/main Translation-en_US
Ign http://auto.mirror.devuan.org jessie-updates/main Translation-en
Ign http://auto.mirror.devuan.org jessie-security/main Translation-en_US
Ign http://auto.mirror.devuan.org jessie-security/main Translation-en
Fetched 6,899 kB in 2s (2,336 kB/s)           
Reading package lists... Done
Building dependency tree       
Reading state information... Done
42 packages can be upgraded. Run 'apt list --upgradable' to see them.

#6 Other Issues » deb.devuan.org doesn't get updates for Jessie, auto.mirror.devuan does » 2019-05-06 08:13:57

haary
Replies: 26

The documentation at  https://devuan.org/os/etc/apt/sources.list suggests that one should use deb.devuan.org instead of auto.mirror.devuan.org.
However, deb.devuan.org did not get any updates for Devuan Jessie for some time.

With deb.devuan.org:

root@ahu:~# cat /etc/apt/sources.list
deb http://deb.devuan.org/merged/ jessie main
deb http://deb.devuan.org/merged/ jessie-security main
deb http://deb.devuan.org/merged/ jessie-updates main

root@ahu:~# apt update
Hit http://deb.devuan.org jessie InRelease
Hit http://deb.devuan.org jessie-security InRelease
Hit http://deb.devuan.org jessie-updates InRelease
Hit http://deb.devuan.org jessie/main i386 Packages
Hit http://deb.devuan.org jessie-security/main i386 Packages
Hit http://deb.devuan.org jessie-updates/main i386 Packages
Ign http://deb.devuan.org jessie/main Translation-en_US
Ign http://deb.devuan.org jessie/main Translation-en
Ign http://deb.devuan.org jessie-security/main Translation-en_US
Ign http://deb.devuan.org jessie-security/main Translation-en
Ign http://deb.devuan.org jessie-updates/main Translation-en_US
Ign http://deb.devuan.org jessie-updates/main Translation-en
Reading package lists... Done
Building dependency tree       
Reading state information... Done
All packages are up to date.

With auto.mirror.devuan.org:

root@ahu:~# cat /etc/apt/sources.list
deb http://auto.mirror.devuan.org/merged/ jessie main
deb http://auto.mirror.devuan.org/merged/ jessie-security main
deb http://auto.mirror.devuan.org/merged/ jessie-updates main

root@ahu:~# apt update
Get:1 http://auto.mirror.devuan.org jessie InRelease [21.8 kB]     
Get:2 http://auto.mirror.devuan.org jessie-security InRelease [21.2 kB]
Get:3 http://auto.mirror.devuan.org jessie-updates InRelease [21.8 kB]     
Get:4 http://auto.mirror.devuan.org jessie/main i386 Packages [6,877 kB]   
Get:5 http://auto.mirror.devuan.org jessie-security/main i386 Packages [628 kB]
Get:6 http://auto.mirror.devuan.org jessie-updates/main i386 Packages [732 B]
Ign http://auto.mirror.devuan.org jessie/main Translation-en_US     
Ign http://auto.mirror.devuan.org jessie/main Translation-en        
Ign http://auto.mirror.devuan.org jessie-security/main Translation-en_US
Ign http://auto.mirror.devuan.org jessie-security/main Translation-en
Ign http://auto.mirror.devuan.org jessie-updates/main Translation-en_US
Ign http://auto.mirror.devuan.org jessie-updates/main Translation-en
Fetched 7,570 kB in 3s (2,086 kB/s)           
Reading package lists... Done
Building dependency tree       
Reading state information... Done
62 packages can be upgraded. Run 'apt list --upgradable' to see them.

So, where is the bug? In the documentation or in the repo?

#7 Installation » pkgmaster.devuan.org or deb.devuan.org? » 2018-06-11 12:47:57

haary
Replies: 1

Until now I followed the wiki page at https://git.devuan.org/dev1fanboy/Upgra … o-ascii.md which says

Add the Devuan mirrors with the ASCII branch name. Comment out any other lines.

deb http://deb.devuan.org/merged ascii main
deb http://deb.devuan.org/merged ascii-updates main
deb http://deb.devuan.org/merged ascii-security main
deb http://deb.devuan.org/merged ascii-backports main

Now, the "official" instructions at https://devuan.org/os/documentation/dev … e-to-ascii  say:

Add the Devuan mirrors with the Ascii branch name. Comment out any other lines.

deb http://pkgmaster.devuan.org/merged ascii main
deb http://pkgmaster.devuan.org/merged ascii-updates main
deb http://pkgmaster.devuan.org/merged ascii-security main
deb http://pkgmaster.devuan.org/merged ascii-backports main

So, I am wondering. What is the difference between the two and which should one use?

#8 Re: Documentation » Make a mirror of devuan package repository with a modified debmirror » 2018-06-05 10:47:55

soohwa wrote:

If you want to create a devuan mirror with debmirror (for example for jessie) you must modify the debmirror perl script as here :
https://github.com/soohwa/devuan-debmirror

You can find the difference with the original :
https://github.com/soohwa/devuan-debmir … its/master

And mirror with :
https://github.com/soohwa/devuan-debmir … /README.md

With all three URLs I am getting a 404 error now - maybe  migrated  elsewhere after the MS takeover?

#9 Re: Other Issues » When is Amprolla3 coming? » 2017-11-10 12:50:17

I can't reproduce the  "Size of file ...  is not what the server reported" warnings now. It happend only during upgrade and dist-upgrade from jessie to ascii. Maybe it was the old  devuan-keyring package.

#10 Re: Other Issues » When is Amprolla3 coming? » 2017-11-09 13:05:19

Replaced with the new amprolla3 repos in Jessie and did an upgrade to ascii I got lot of  "Size of file ...  is not what the server reported" wanings

#11 Re: Installation » no updates ... » 2017-08-11 10:59:02

sgage wrote:

I see you're running ascii, not jessie. There will be no updates for ascii until -updates and -security are merged, which should be soon.

Any progress on this? I don't mind running a not-yet-released version but having no security fixes e.g. for web browsers is a show stopper.

Board footer

Forum Software