Welcome, Guest. Please login or register.
Did you miss your activation email?

Recent Posts

Pages: [1] 2 3 ... 10
1
Upgrade Warnings / Re: Warning: Removals in full-upgrade
« Last post by thomv on Yesterday at 22:44:22 »
looks like a bigger change in KDE is going on
2
Upgrade Warnings / Re: Warning: Removals in full-upgrade
« Last post by humon on Yesterday at 21:26:10 »
Thanks.

I only just read this post.  Earlier today I did a dist-upgrade.  I did not proceed with a little caution.
I boot to the command line now.  Fortunately my system still seems intact once I launch xfce4.  I haven't had time to do full damage assessment, but, yes, a little more caution would have been good.

I look forward to finding out more about what went sideways.
3
Upgrade Warnings / Warning: Removals in full-upgrade
« Last post by Pip on Yesterday at 18:34:28 »
Code: [Select]
apt full-upgrade -
...
Summary:
  Upgrading: 68, Installing: 0, Removing: 351, Not Upgrading: 0

Probably best to proceed with a little caution.
4
Software - Support / Re: Network bridge
« Last post by dibl on Yesterday at 14:57:47 »
Interesting to see here, my systemd-networkd has been disabled (not deliberately), and the bridge and networking are working correctly.

Code: [Select]
don@dibl-MOW:~$ sudo apt policy systemd
systemd:
  Installed: 256~rc2-3
  Candidate: 256~rc2-3
  Version table:
 *** 256~rc2-3 500
        500 https://deb.debian.org/debian unstable/main amd64 Packages
        100 /var/lib/dpkg/status
don@dibl-MOW:~$ sudo ifconfig
br0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet xxx  netmask 255.255.255.0  broadcast xxx
        inet6 xxx  prefixlen 64  scopeid 0x20<link>
        inet6 xxx  prefixlen 64  scopeid 0x0<global>
        ether xxx  txqueuelen 1000  (Ethernet)
        RX packets 374522  bytes 291623885 (278.1 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 223852  bytes 60413994 (57.6 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

enp0s31f6: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        ether xxx  txqueuelen 1000  (Ethernet)
        RX packets 437526  bytes 361668982 (344.9 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 261496  bytes 65352089 (62.3 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 18  memory 0xfb500000-fb520000

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 49  bytes 4377 (4.2 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 49  bytes 4377 (4.2 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

don@dibl-MOW:~$ systemctl status systemd-networkd
○ systemd-networkd.service - Network Configuration
     Loaded: loaded (/usr/lib/systemd/system/systemd-networkd.service; disabled; preset: enabled)
     Active: inactive (dead)
TriggeredBy: ○ systemd-networkd.socket
       Docs: man:systemd-networkd.service(8)
             man:org.freedesktop.network1(5)
   FD Store: 0 (limit: 512)
5
Software - Support / GTK icons
« Last post by titan on Yesterday at 13:45:36 »
After todays du the icons in Gajim a GTK app have almost doubled in size also claws mail layout changed but that was changeable back to how it was before. I have tried different icon sets in KDE setting but no change.
6
Software - Support / Re: Network bridge
« Last post by towo on 2024/05/20, 20:14:40 »
With the current systemd, systemd-networkd seems broken for bridge.
I had the same Problem

my nic has become a ip
my bridge was allways down, i can't get it up

Downgraded systemd to 255.5-1 (from testing) and my network is working again.
7
Software - Support / Re: Network bridge
« Last post by dibl on 2024/05/20, 18:56:20 »
i used this guide within the past year and it worked as expected:

https://wiki.debian.org/BridgeNetworkConnections

Can you troubleshoot each step and learn where the failure occurs?
8
Software - Support / Network bridge
« Last post by kole on 2024/05/20, 10:42:28 »
I have Siduction computer running from 2017, hardware is from 2011 prior to 2017 it was Aptosid. I didn't have much of issues with either. Now i have newer hardware and I would like to continue using Siduction but I am unable to configure bridge, whatever I do following instructions makes network stops working. What information I should supply in order to get some help?
9
Upgrade Warnings / Re: lxqt install -- hold off on full-upgrade
« Last post by dibl on 2024/05/19, 12:43:56 »
Looking into this situation, a transition to LXQt 2.0.1 is in progress, but packaging for Debian is not complete and some dependency issues still exist. For example:

https://tracker.debian.org/pkg/lxqt-metapackages

and  https://tracker.debian.org/pkg/lxqt-panel

So ...  patience!

EDIT 21 MAY: A full-upgrade to version 1.4.0-x is now stable, on my hardware:

Code: [Select]
root@don-presario:/# apt policy pcmanfm-qt
pcmanfm-qt:
  Installed: 1.4.0-2
  Candidate: 1.4.0-2
  Version table:
 *** 1.4.0-2 500
        500 https://deb.debian.org/debian unstable/main amd64 Packages
        100 /var/lib/dpkg/status
root@don-presario:/# apt policy lxqt-panel
lxqt-panel:
  Installed: 1.4.0-1
  Candidate: 1.4.0-1
  Version table:
 *** 1.4.0-1 500
        500 https://deb.debian.org/debian unstable/main amd64 Packages
        100 /var/lib/dpkg/status
root@don-presario:/# apt policy lxqt
lxqt:
  Installed: 32+b1
  Candidate: 32+b1
  Version table:
 *** 32+b1 500
        500 https://deb.debian.org/debian unstable/main amd64 Packages
        100 /var/lib/dpkg/status

10
Art & Design / Re: Desktop-Foto
« Last post by unklarer on 2024/05/18, 12:05:09 »
Nach dk, sway und labwc habe ich mich an hyprland gewagt.

Ich habe auch dafür die nox (15-05-2024) als Grundlage genutzt. Installation, wie bei siduction gewohnt, ohne Probleme.
Vielen Dank an das Team!

Für die Installation und Einrichtung des fertigen Desktop von Hyprland habe ich dieses Script benutzt:
https://github.com/JaKooLit/Debian-Hyprland

Per Terminal scheiterte der Download zunächst, weil 'eine Umleitung' auf githup nicht funktionierte.
Also, die zip-Datei in das vorbereitete VZ geladen und entpackt.
Logisch, dass es von Vorteil ist, das System (nox) auf dem neuesten Stand zu haben.
Ebenso ist es von Vorteil, wenn man der englischen Sprache nicht völlig mächtig ist, einen Übersetzer zur Hand zu haben.

Nach Wahl oder Abwahl des Fragenkatalog im Script, verlangt es 'sudo'. Ich hatte jedoch 'doas' eingerichtet...
Gestern Abend fand ich keine Lösung. Als alter Mensch muß ich da immer erst mal eine Nacht 'drüber schlafen.

Heute Morgen war ich wieder fit  ;)  und gab ihm versuchsweise
Code: [Select]
usermod -aG sudo BENUTZERNAMEschon vor der Aktualisierung des System mit dem neuen Kernel.  BINGO!

Nach Neustart machte das Script und war nach ~110 Minuten mit Hyperland, ohne Fehler, fertig (zum Schluß hatte ich auch die 103 Wallpaper mit ~670MB genommen).

So sieht es nach dem ersten Start aus.

      
Pages: [1] 2 3 ... 10