I have 2 small bash scripts, written in the past with the aid of Geany.
When they are run on Geany in Debian 12.5 and Xfce, Geany will not execute them, all that happens is a terminal window briefly flashes up and vanishes without any error messages being issued by Geany.
The unaltered scripts will run in a launcher added in the Development folder of the main menu, also they run by double clicking the script. So, the problem seems to be Geany.
Reinstall Geany – no change.
A look at ‘Logs’ produces;-note: network driver is ath10k_pci, and (-2) might mean “No such file or directory” see;-
“virtsync.com/c-error-codes-include-errno”
pw.conf: is a pipewire error so doubtful if this is linked to Geany problem.
Sap driver initialization failed. This looks as if its Bluetooth linked (uetoothd).
As Bluetooth, Wlan (wlp2s0) and Ethernet all work O.K it seems unlikely that the “Other” or “Hardware” errors are of any significance for Geany.
My scripts don’t play multimedia
so pw.conf is not likely to be involved. Anyway PC is not running a pipewire server;-
Next, journalctl -f was used and this revealed;-
the above segfault is repeated every time Geany runs an execute (F5) and the “kernel: Code:” is always the same.
As segfault’s are a type of memory error memtest86+x64 was run, this produced 2 complete passes with no errors.
Synaptic cannot find libc.so.6, so check who owns it;-
Reinstall libc6 (which synaptic can find), reboot – no change, !**?
Final note; the laptop has an uncommon memory layout.
A 8GB socketed DIMM and 4GB soldered on the motherboard, this 4 GB seems to be part shared with the gpu.
This leaves me wondering if this is a contributor to the problem.
At this point all things that a simple user can do have been exhausted (I think). So I am stuck.
Any help to get Geany working would be appreciated.
When they are run on Geany in Debian 12.5 and Xfce, Geany will not execute them, all that happens is a terminal window briefly flashes up and vanishes without any error messages being issued by Geany.
The unaltered scripts will run in a launcher added in the Development folder of the main menu, also they run by double clicking the script. So, the problem seems to be Geany.
Reinstall Geany – no change.
A look at ‘Logs’ produces;-
Code:
Security pw.conf: can't load default config client.conf: No such file or directoryOther (uetoothd) profiles/sap/server.c:sap_server_register() Sap driver initialization failed.Hardware ath10k_pci 0000:02:00.0: firmware: failed to load ath10k/cal-pci-0000:02:00.0.bin (-2)
“virtsync.com/c-error-codes-include-errno”
pw.conf: is a pipewire error so doubtful if this is linked to Geany problem.
Sap driver initialization failed. This looks as if its Bluetooth linked (uetoothd).
Code:
$ bluetoothctlAgent registered[CHG] Controller D8:F3:BC:4A:B5:EE Pairable: yes
Code:
inxi -EBluetooth: Device-1: Lite-On Qualcomm Atheros QCA9377 Bluetooth type: USB driver: btusb Report: hciconfig ID: hci0 state: up address: D8:F3:BC:4A:B5:EE bt-v: 2.1
Code:
$ lspci | grep -i wireless02:00.0 Network controller: Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter (rev 31)
My scripts don’t play multimedia

Code:
$ pactl infoServer String: /run/user/1000/pulse/nativeLibrary Protocol Version: 34, Server Protocol Version: 34Is Local: yes, Client Index: 13...Server Name: pulseaudio...Server Version: 14.2
Code:
journalctl -f...Jun 13 21:48:59 xxx kernel: x-terminal-emul[1552]: segfault at 7fd2e4dfd990 ip 00007fd2f30a9b17 sp 00007ffe39708720 error 4 in libc.so.6[7fd2f3045000+155000] likely on CPU 2 (core 1, socket 0)Jun 13 21:48:59 xxx kernel: Code: 00 00 00 41 57 41 56 41 55 41 54 55 53 48 83 ec 48 64 48 8b 04 25 28 00 00 00 48 89 44 24 38 31 c0 48 85 ff 0f 84 31 01 00 00 <8b> 87 d0 02 00 00 48 89 fb 85 c0 0f 88 20 01 00 00 48 39 bf 20 06
As segfault’s are a type of memory error memtest86+x64 was run, this produced 2 complete passes with no errors.
Synaptic cannot find libc.so.6, so check who owns it;-
Code:
$ dpkg -S /lib/x86_64-linux-gnu/libc.so.6libc6:amd64: /lib/x86_64-linux-gnu/libc.so.6
Final note; the laptop has an uncommon memory layout.
A 8GB socketed DIMM and 4GB soldered on the motherboard, this 4 GB seems to be part shared with the gpu.
This leaves me wondering if this is a contributor to the problem.
Code:
$ inxi -MMachine: Type: Laptop System: Acer product: Aspire A314-22 v: V1.18 serial: <superuser required> Mobo: DL model: Tulip_DA v: V1.18 serial: <superuser required> UEFI: Insyde v: 1.18 date: 07/28/2021
Code:
# inxi -mMemory: RAM: total: 9.65 GiB used: 1.01 GiB (10.4%) Array-1: capacity: 64 GiB slots: 2 EC: None Device-1: DIMM 0 type: DDR4 size: 8 GiB speed: spec: 2667 MT/s actual: 2400 MT/s Device-2: DIMM 0 type: DDR4 size: 4 GiB speed: spec: 3200 MT/s actual: 2400 MT/s
Any help to get Geany working would be appreciated.
Statistics: Posted by Theuthr — 2024-06-14 13:55 — Replies 5 — Views 113