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

Recent Posts

Pages: [1] 2 3 ... 10
1
@paco:

> Gibt es einen nachvollziehbaren Grund, wieso das unter Debian noch hakt?

Ich nehme an, das Debian Entwicklerteam ist noch nicht dazu gekommen. Und natürlich
muss man jeder dankbar sein, die ihre unbezahlte Zeit dafür opfert, die
aktuellen Sourcen in das Paketmanagement zu integrieren und alles konsistent
zu halten ("We are standing on the shoulders of Giants").

Das Kubuntu 0.10.0-0ubuntu1~24.10~ppa1 Release ist ein Backport vom 13.11.2024,
und ich habe es vor der Anpassung auf Abhängigkeitsprobleme mit Debian unstable
überprüft (Das muss man ebenfalls automatisieren, da eine manuelle Überprüfung zu
fehleranfällig ist). Als Referenz habe ich das Shine-On Iso Image genommen. Von einer
abgesehen waren alle Abhängigkeiten erfüllt (Ansonsten ergibt es keinen Sinn weiterzumachen,
da die Konsistenzerhaltung zu aufwändig wird):

kub-backup hängt von libgit2-1.7 ab, aber auf unstable ist libgit2-1.8 installiert (Bei
Kubuntu sind sie wohl auch nicht immer auf dem neuesten Stand, ;-() mit folgender
Konsequenz:

$ ldd /usr/bin/kup-filedigger|grep git:
libgit2.so.1.7 => not found

Und wie erwartet:

$ ls -la /lib/x86_64-linux-gnu/libgit2*:
lrwxrwxrwx 1 root root      16 27. Nov 23:26 /lib/x86_64-linux-gnu/libgit2.so.1.8 -> libgit2.so.1.8.4
-rw-r--r-- 1 root root 1229416 27. Nov 23:26 /lib/x86_64-linux-gnu/libgit2.so.1.8.4

Ich ging davon aus, dass die Versionsänderung der shared Library von 2.1.7 auf 2.1.8
abwärtskompatibel zu den verwendeten APIs ist, deswegen die Einfügung des sybolischen Links:

$ sudo ln -s libgit2.so.1.8 libgit2.so.1.7

mit der Konsequenz

$ ldd /usr/bin/kup-filedigger|grep git
libgit2.so.1.7 => /lib/x86_64-linux-gnu/libgit2.so.1.7 und schließlich

$ ls -la /lib/x86_64-linux-gnu/libgit2*
lrwxrwxrwx 1 root root      14  9. Feb 00:58 /lib/x86_64-linux-gnu/libgit2.so.1.7 -> libgit2.so.1.8
lrwxrwxrwx 1 root root      16 27. Nov 23:26 /lib/x86_64-linux-gnu/libgit2.so.1.8 -> libgit2.so.1.8.4
-rw-r--r-- 1 root root 1229416 27. Nov 23:26 /lib/x86_64-linux-gnu/libgit2.so.1.8.4

Die Erfüllung der Abhaängigkeiten ist zwar notwendig, aber nicht hinreichend für die Funktionalität
(wg. unresolved symbols), aber die geringfügige Versionsänderung ließ mich wie gesagt zuversichtlich
sein.

Ich habe alles an einem kleinen Backup überprüft und kein unerwartetes Verhalten beobachtet. Aus
urheberrechtlichen Gründen sollte jeder das vom Skript modifizierte Paket nur privat installieren und
nicht weitergeben. Wie lange dieses Paket mit dem Paketmanagement von Debian kompatibel bleibt, kann
ich nicht sagen. Schlimmstenfalls wird es bei einem zukünftigen Update wiederr entfernt.

> [...], werde ich es in einer virtuellen Maschine jedoch ausprobieren.

Das empfehle ich auch immer. Und vor allem sollte man niemals ein executable ausführen,
dessen Verhalten man nicht übersieht (es sei denn, man erhält es von vertrauenswürdiger Quelle).

Man kann das Skript auch Zeile für Zeile auf der virt. Machine ausführen, um besser zu verstehen,
was es macht, bevor man es auf einem Produktivsystem laufen lässt.

HTH
2
Software - Support / Re: Incompatibility with Lazarus/Free Pascal
« Last post by fams on Today at 13:28:12 »
This should not happen with fcpup because here, Larzarus/fpc  is independent from the base linux/distribution.
Have you tried it? If you have still issues, this is an Lazarus/fpc fault (or with your modules), not siduction/debian.
3
Software - Support / screen freezing
« Last post by titan on Today at 12:56:54 »
Last couple of weeks getting random screen freezes but seem to have narrowed it down to GTK apps, always with Synaptic if you try resizing columns sometimes with Darktable and Firefox ,always associated with mouse action although other GTK apps Gajim and Claws mail seem unaffected. The freeze locks PC and all keys are unresponsive requiring a reboot.

system fully updated KDE plasma 6
inxi -G
Graphics:
  Device-1: Advanced Micro Devices [AMD/ATI] Raven Ridge [Radeon Vega Series
    / Radeon Mobile Series] driver: amdgpu v: kernel
  Display: wayland server: X.org v: 1.21.1.15 with: Xwayland v: 24.1.5
    compositor: kwin_wayland driver: X: loaded: amdgpu
    unloaded: fbdev,modesetting,vesa dri: radeonsi gpu: amdgpu
    resolution: 3840x2160~30Hz
  API: EGL v: 1.5 drivers: kms_swrast,radeonsi,swrast
    platforms: gbm,wayland,x11,surfaceless,device
  API: OpenGL v: 4.6 compat-v: 4.5 vendor: amd mesa v: 24.3.4-3 renderer: AMD
    Radeon Vega 11 Graphics (radeonsi raven LLVM 19.1.7 DRM 3.59
    6.12.13-1-siduction-amd64)
  API: Vulkan v: 1.4.304 drivers: N/A surfaces: xcb,xlib,wayland
  Info: Tools: api: clinfo, eglinfo, glxinfo, vulkaninfo
    de: kscreen-console,kscreen-doctor wl: wayland-info x11: xdriinfo,
    xdpyinfo, xprop, xrandr
4
Software - Support / Re: Incompatibility with Lazarus/Free Pascal
« Last post by mash on Today at 12:33:38 »
Hi and thanks for your answer. The problem arises when components have to be installed and lazarus needs a new build.
Then I was getting more and more problems with dependencies.
Have a good one
5
@Teriarch: Whow, ich bin beeindruckt. und sage laut DANKE und complimenti!

Ich habe aber keine Eile, werde ich es in einer virtuellen Maschine jedoch ausprobieren.

Gibt es einen nachvollziehbaren Grund, wieso das unter Debian noch hakt?
6
Just FYI. I am one of those who let hplip go, as the printer on my system had stopped working with my Linux laptop. I installed the fixed hplip a couple of days ago, but have noticed that my HP LaserJet still does not print on my laptop.
7
For the impatient:
Code: [Select]
#!/usr/bin/bash
pushd .
sudo apt-get update
mkdir /tmp/kup
mkdir /tmp/kup_tmp
cd /tmp/kup
wget http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu/pool/main/k/kup-backup/kup-backup_0.10.0-0ubuntu1~24.10~ppa1_amd64.deb
kupdeb=$(ls /tmp/kup/*.deb|sed -e 's/_0.10.0-0ubuntu1~24.10~ppa1/_0.10.0-0~b/g')
kupver=0.10.0-0~b
mv /tmp/kup/*.deb $kupdeb
dpkg-deb -x $kupdeb /tmp/kup_tmp
dpkg-deb --control $kupdeb /tmp/kup_tmp/DEBIAN
sed -i -e 's/libgit2-1.7/libgit2-1.8/g' /tmp/kup_tmp/DEBIAN/control
sed -i -e 's/Version: 0.10.0-0ubuntu1~24.10~ppa1/Version: '$kupver'/g' /tmp/kup_tmp/DEBIAN/control
dpkg-deb --root-owner-group -b /tmp/kup_tmp $kupdeb
cd /usr/lib/x86_64-linux-gnu/
sudo ln -s libgit2.so.1.8 libgit2.so.1.7
cd /tmp/kup
sudo dpkg -i $kupdeb
cd /tmp
rm -rf /tmp/kup /tmp/kup_tmp
popd
Save the code to a file, chmod 755 the file, make the current user a sudoer and execute the script.
This way you have the current 0.10.0-0 kubuntu version running on Debian's kcmshell6. If the Debian
developers decide to upgrade their outdated  0.9.1-2 version this intermediate version will be replaced.
8
2024.1 Shine On / shine on XFCE dez. 2024 FF freezing
« Last post by michaa7 on Yesterday at 15:17:27 »
I installed the Shine on XFCE Version from Dezember 2024.

Except for a d-u and installing mhwaveedit (and mounting an existing archive to /var/cache/apt/archives) I did nothing else. I didn't install nvidia driver tesla (as I usually do ans as I did for the system I'm currently using). So this installtion is not altered in  a significant way.

All seems to work fine until I used FF with one or two Tabs. It suddenly looks like FF is somehow overlapping with open other windows and the freezes to a Point where nothing is reacting anymore. Windows can't be closed, there is now waya to exit the session except by going the Strg-Alt-F3 route.

I experienced this problem now three times in a row (after each time rebooting).

Before I install nvidia or an alternativ Browser, is this somehow a known issue?
As there is a newer XFCE build from Jan. 2025, are there know issues with FF, nouveau or whatever which caused this new version?
9
Duplicati schau ich mir mal an.

Zum Glück hat es aber keine Eile weil die Backups mit der "geretteten" alten Konfiguration wohl noch wie gehabt erstellt werden.

Danke und viele Grüße aus dem schwarzen Süden ;-) nach Brandenburg
10
Laut KDE-Entwickler kann das noch ein wenig dauern. Wenn du schnell was brauchst, kann ich die Duplicati empfehlen. Das sichert mir nachts mehrere TB an Media-Daten aus Unraid.
Pages: [1] 2 3 ... 10