Sidebar

Debian

debian
Debian netvor 1 day ago 100%
packaging cross-arch: missing *amd64.changes

I'm trying to "build" (see below) a package for another architecture. I made it through (by disabling, frankly) most of the steps. Long story short, I end up running something like this: debuild -us -uc --host-type riscv64-linux-gnu -d -C/dev/null but debuild keeps failing on this line: [...] make[1]: Leaving directory '/home/netvor/.cache/mkittool/debstuff/build/zigdev-0.0.0+t20240906145412.egg.gbc271d0' dh_shlibdeps -a dh_installdeb dh_gencontrol dh_md5sums dh_builddeb dpkg-deb: building package 'zigdev' in '../zigdev_0.0.0+t20240906145412.egg.gbc271d0-1_riscv64.deb'. dpkg-genbuildinfo -O../zigdev_0.0.0+t20240906145412.egg.gbc271d0-1_riscv64.buildinfo dpkg-genchanges -C/dev/null -O../zigdev_0.0.0+t20240906145412.egg.gbc271d0-1_riscv64.changes dpkg-genchanges: info: including full source code in upload dpkg-source --after-build . dpkg-buildpackage: info: full upload (original source is included) debuild: fatal error at line 1062: can't open zigdev_0.0.0+t20240906145412.egg.gbc271d0-1_amd64.changes for reading: No such file or directory So the `*_amd64.changes` file does not exist, but `*_riscv64.changes` does: zigdev-0.0.0+t20240906145412.egg.gbc271d0 zigdev_0.0.0+t20240906145412.egg.gbc271d0-1.debian.tar.xz zigdev_0.0.0+t20240906145412.egg.gbc271d0-1.dsc zigdev_0.0.0+t20240906145412.egg.gbc271d0-1_amd64.build zigdev_0.0.0+t20240906145412.egg.gbc271d0-1_riscv64.buildinfo zigdev_0.0.0+t20240906145412.egg.gbc271d0-1_riscv64.changes zigdev_0.0.0+t20240906145412.egg.gbc271d0-1_riscv64.deb zigdev_0.0.0+t20240906145412.egg.gbc271d0.orig.tar.gz Building with amd64 architecture finishes correctly `*_amd64.changes` exists and is used. First, do I really need this .changes file? (I'm not planning to upload this to Debian archive.) And if so, how to make debuild use the correct file? The environment (when calling *env* inside rules file) looks like this: ASFLAGS= CFLAGS=-g -O2 -ffile-prefix-map=/home/netvor/.cache/mkittool/debstuff/build/zigdev-0.0.0+t20240906145412.egg.gbc271d0=. -fstack-protector-strong -Wformat -Werror=format-security CPPFLAGS=-Wdate-time -D_FORTIFY_SOURCE=2 CXXFLAGS=-g -O2 -ffile-prefix-map=/home/netvor/.cache/mkittool/debstuff/build/zigdev-0.0.0+t20240906145412.egg.gbc271d0=. -fstack-protector-strong -Wformat -Werror=format-security DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/11111/bus DEBEMAIL=Me <netvor@example.com> DEB_BUILD_ARCH=amd64 DEB_BUILD_ARCH_ABI=base DEB_BUILD_ARCH_BITS=64 DEB_BUILD_ARCH_CPU=amd64 DEB_BUILD_ARCH_ENDIAN=little DEB_BUILD_ARCH_LIBC=gnu DEB_BUILD_ARCH_OS=linux DEB_BUILD_GNU_CPU=x86_64 DEB_BUILD_GNU_SYSTEM=linux-gnu DEB_BUILD_GNU_TYPE=x86_64-linux-gnu DEB_BUILD_MULTIARCH=x86_64-linux-gnu DEB_BUILD_OPTIONS=notest parallel=8 DEB_HOST_ARCH=riscv64 DEB_HOST_ARCH_ABI=base DEB_HOST_ARCH_BITS=64 DEB_HOST_ARCH_CPU=riscv64 DEB_HOST_ARCH_ENDIAN=little DEB_HOST_ARCH_LIBC=gnu DEB_HOST_ARCH_OS=linux DEB_HOST_GNU_CPU=riscv64 DEB_HOST_GNU_SYSTEM=linux-gnu DEB_HOST_GNU_TYPE=riscv64-linux-gnu DEB_HOST_MULTIARCH=riscv64-linux-gnu DEB_RULES_REQUIRES_ROOT=binary-targets DEB_TARGET_ARCH=riscv64 DEB_TARGET_ARCH_ABI=base DEB_TARGET_ARCH_BITS=64 DEB_TARGET_ARCH_CPU=riscv64 DEB_TARGET_ARCH_ENDIAN=little DEB_TARGET_ARCH_LIBC=gnu DEB_TARGET_ARCH_OS=linux DEB_TARGET_GNU_CPU=riscv64 DEB_TARGET_GNU_SYSTEM=linux-gnu DEB_TARGET_GNU_TYPE=riscv64-linux-gnu DEB_TARGET_MULTIARCH=riscv64-linux-gnu DFLAGS=-frelease DH_INTERNAL_BUILDFLAGS=1 DH_INTERNAL_OPTIONS= DH_INTERNAL_OVERRIDE=dh_auto_install FAKED_MODE=unknown-is-root FAKEROOTKEY=2071757222 FCFLAGS=-g -O2 -ffile-prefix-map=/home/netvor/.cache/mkittool/debstuff/build/zigdev-0.0.0+t20240906145412.egg.gbc271d0=. -fstack-protector-strong FFLAGS=-g -O2 -ffile-prefix-map=/home/netvor/.cache/mkittool/debstuff/build/zigdev-0.0.0+t20240906145412.egg.gbc271d0=. -fstack-protector-strong GCJFLAGS=-g -O2 -ffile-prefix-map=/home/netvor/.cache/mkittool/debstuff/build/zigdev-0.0.0+t20240906145412.egg.gbc271d0=. -fstack-protector-strong GPG_AGENT_INFO=/run/user/11111/gnupg/S.gpg-agent:0:1 HOME=/home/netvor LANG=en_US.UTF-8 LC_COLLATE=C LDFLAGS=-Wl,-z,relro LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/libfakeroot:/usr/lib64/libfakeroot:/usr/lib32/libfakeroot LD_PRELOAD=libfakeroot-sysv.so LOGNAME=netvor MAKEFLAGS=w MAKELEVEL=2 MFLAGS=-w OBJCFLAGS=-g -O2 -ffile-prefix-map=/home/netvor/.cache/mkittool/debstuff/build/zigdev-0.0.0+t20240906145412.egg.gbc271d0=. -fstack-protector-strong -Wformat -Werror=format-security OBJCXXFLAGS=-g -O2 -ffile-prefix-map=/home/netvor/.cache/mkittool/debstuff/build/zigdev-0.0.0+t20240906145412.egg.gbc271d0=. -fstack-protector-strong -Wformat -Werror=format-security PATH=/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11 PREFIX=/usr PWD=/home/netvor/.cache/mkittool/debstuff/build/zigdev-0.0.0+t20240906145412.egg.gbc271d0 SOURCE_DATE_EPOCH=1456533483 TERM=rxvt-unicode ZIGDEV_ZIG_VERSION=0.13.0 ZIGSITE=/opt/zigdev ZIGSITE_PREP=debian/tmp/opt/zigdev Open "spoiler" below to read more about my goals. Since the fact I don't actually want to *build* Zig properly here might confuse and annoy people, I wrote my reasoning below. ::: spoiler Project overview First and foremost, I want to learn more and become more familiar with Debian build system as well as Zig and system-level programming. How I want to do it is to start creating zig-based binary packages for personal/experimental use. Now, already have a pipeline and tooling ecosystem which I use for Python and Bash packages: my system is DEB centric and handles package lifecycle from git repo to APT (or DNF, really) repository and I prefer when any new project can be immediately built and deployed as .deb. So now I want to add Zig support. But means my Zig-based projects will need something to put to Build-Depends, and since Zig does not officially provide APT repo, I want to create my own -- this is what I'm focusing on right now. So I'm creating this hacky package called *zigdev* whose only purpose will be to exist in my internal APT repos and deploy /opt/zigdev/zig to my test machines. One day, this package will can be easily replaced by official zig package, so for now (while building this particular *zigdev* package), I'm trying to cut every corner I can: * I don't actually build Zig, I just download tarball using curl. * I'm trying to disable every truly arch-specific step, since these would typically need arch-specific chroot or similar setup. For example, I don't care about dynamic linking, stripping or reproducibility. Once I get this zigdev package running, I can start building my hello_world.zig's and similar. At that point I will start slowly moving towards creating a more proper binary packages by refining an rules template for my zig projects (using zig tooling, though.) (All this while also learning Zig itself and system-level programming in general, of which I have almost no experience with, so that will move with glacial speed.) :::

4
0
debian
Debian slimsalm 5 months ago 90%
Debian testing updates "less" packages?

Good day, This morning I just updated my machines, and I cant help to think that the updates got 'less' in a way? Normally if I would update my machines on a daily or weekly manner, I would have a big list of updates that can be applied, today, not as much. I'm running testing/sid on two machines, and LMDE/sid on another. Would like to know if anyone experience something similar. If that is the case, I wonder if the xz backdoor gave the devs a scare of their lives. Blessings.

9
0
debian
Debian Dreyns 6 months ago 100%
Laptop speaker not detected anymore

Hello ! I recently switched to linux on my laptop and I'm currently on testing (trixie) and since I changed my audio set-up to have a headset for a call and a Bluetooth speaker for media etc my laptop's speakers aren't appearing anymore in pulse audio. I must admit I'm a bit clueless on what to do to solve this issue, any help would be appreciated, I tried to find stuff online but nothing really seemed to match my issue as when the Bluetooth speaker is connected everything works fine. I'm trying to stick to the "don't execute it if you don't understand it" and well I don't want to worsen the issue. Thanks in advance for any help !

9
3
debian
Debian yesman 7 months ago 80%
Updated to bookworm on my self-host, is heavy disk load normal?

Ever since I upgraded, the HDD light has been burning constantly even though the upgrade is complete. Is this normal? The process systemd-journal seems to be active, does that mean that logging all the changes is what's going on? It's a pitiful Atom system with 2 cores, 2Gb RAM, and a single spinning HDD. EDIT: Some service got installed that conflicted with pihole. plus I screwed up my sources.list. Everything was working fine, but I just HAD to update.

6
1
debian
Debian max641 8 months ago 92%
Any repos available for KDE Plasma 6 https://community.kde.org/Plasma/Plasma_6

How to install KDE Plasma 6 on Debian 12

12
5
debian
Debian jjhanger 9 months ago 100%
Network Monitoring

Is there a way to get a report for historic network activity? Right now, I've installed sysstat and learning to use that. My search engine searching has got some results, but when I read about some programs that monitor activity, I'm not sure if I am overlooking something or if they don't offer it or if I have combed the doc files enough so figured I'd ask here. I'm teaching myself how to run my own server. Starting with storage needs and then seeing how it goes from there. I'm hoping to find a way to get a report of past traffic/activity specifically. Running Debian 12.

9
5
debian
Debian mutter9355 9 months ago 100%
Trouble with suspend (NVIDIA/Wayland)

I'm having some trouble with suspend not working properly on my laptop, which has one of those Nvidia/Intel hybrid graphics systems. I run Debian 12 on it, with Gnome under Wayland. *Sometimes*, my laptop will not go to sleep properly and just stay turned on. However, the screen will be black, and it won't respond to anything. The only thing I can do in this situation is a hard reset. I say sometimes, because most of the time it works correctly and I just can't reproduce this bug. It might happen twice a day, but sometimes it won't happen for a week. I have a feeling Nvidia is the culprit here, but I was wondering if anyone else ran into this and knows a bit more about what's going on here?

9
4
debian
Debian Saitama 10 months ago 93%
Trying to play games on Steam nuked my system on Spirallinux (Framework 13 amd laptop)

Hi, I do rarely posting things on lemmy or frankly speaking this is my first time. I hope this meet this sub rules, despite it's a Spirallinux (it's still debian right?) problem or possible a framework system problem. A strange problem appears when I install a steam game and try to start it. When the game tries to launch, the screen just freezes for a moment with the logo of the game start screen. After a few seconds the screen went black and the cursor poped up without the possibillity getting to the tty. At first I had an system with an encrypted disk. When I installed Baldur's Gate on my system and started the game, the system crashes and the only thing I could do was pushing the power button. After reboot trying to enter my passphrase, the encryption manager always reported me that I entered the wrong phrase. I gave up since I couldn't even manage my snaps to rollback. I thought it was a critical bug from the game. When I deleted my drive and tried to set up a new system I gave another game a chance. This time it was The Talos principle 2. Same problem. The system crashed with the only option pushing the power button. But this time I installed my system without encryption so I could enter my snaps on boot. The problem here is that several of the latest snaps were corrupted. Only the older ones were still working (snaps from 2 or 3 days ago). The newer ones reports shows failing to start some podman-restart.service, podman-auto-update.service and networking.service. Steam is from the debian repository. My system: OS: Spirallinux (Debian 12) Kernel: Backport 6.5.0 Laptop: Framework 13 AMD Ryzen 7040 Series Ram: 64GB Firmware: 3.03 I don't know how to troubleshoot this problem. I hope I can find some help here. Thanks for any tips and help!

13
3
debian
Debian KISSmyOS 11 months ago 100%
Switch from Sid to Trixie and wait for it to catch up?

So, I'm currently on Sid, because I needed several packages, including Gnome, in newer versions than what was in Stable. When I tried upgrading from Stable to Testing, apt asked to remove half the system, including Gnome. That's why I went directly to Sid instead, which didn't have that issue and worked beautifully. Now that everything works, I eventually want to get back on a stable system. Would it work to point sources.list to Trixie, wait till it catches up to my installed package versions, then just stay on Trixie till it's Stable? I already checked that when I point sources.list to Trixie and run dist-upgrade, apt doesn't want to remove anything, it just says my system is up to date.

7
2
debian
Debian ThiefUserPermissions 1 year ago 88%
If there is anyone who wants to help Debian by running testing, here is a guilde I maintain:

If you like Debian and like to help make it better, and also want to use testing please review this guide where I try to cover many common things and improve your experience: https://makedebianfunagainandlearnhowtodoothercoolstufftoo.computer/doku.php?id=start Thanks for being a Debian testing user :)

20
10
debian
Debian Syrup 1 year ago 100%
Debian 11 as server: how often do you reboot it and why?

Hi, I do believe from time to time there are important updates that need you to reboot your server, but how often? I'm thinking about kernel updates, let's say every month... What are you practices and recommendations?

11
10
debian
Debian Mandrew002 1 year ago 85%
Kicked back to login screen after logging in, Debian 12

As the title states whenever I try to login and start the desktop environment (xfce4 and dwm) I get kicked back to the login screen with no error message. Beforehand I was messing around with configuring dwm. I've tried updating through the tty and deleting dwmblocks (which is what I was messing with before all this) Here's the Xorg log: https://paste.debian.net/hidden/2936c842/ Here's the output when running startxfce4: ``` usr/bin/startxfce4: Starting X server (EE) Fatal server error: (EE) Server is already active for display 0 if this server is no longer running, remove /tmp/.X0-lock and start again. (EE) (EE) Please consult the X.org foundation support at http://wiki.x.org for help. (EE) Authorization required, but no authorization protocol specified xinit: giving up xinit: unable to connect to C server: Resource temporarily unavailable xinit: server error

5
1
debian
Debian RubberAxeman 1 year ago 89%
OK...coming from a complete Deban noob :)

So, not so long ago I have made a switch from Win 10 to Linux Mint on my older laptop. I like it, and I have decided to switch to Linux also on my main desktop (to be honest, I've realized I don't actually do anything Windows-specific I can't do on Linux). I am thinking of trying Debian. I know it's not the best for total newbies, but I am willing to commit time to learn a thing or two to make it work to my needs (which are not many). I am just worried - would I be able to setup up my two monitors to work? From what I read, it's not that easy, so that worries me a bit (although, it's nothing which would stop me from the switch). Can anyone provide an opinion about it, please? Many thanks in advance.

15
8
debian
Debian max641 1 year ago 50%
Immutable OS

Any immutable OS with xfce/cinnamon de available.

0
1
debian
Debian Alphamars 1 year ago 100%
Netspeed widget

Hey guys, I have been using manjaro KDE Plasma for a while and netspeed widget has been a huge part of how I manage my limited data. I recently moved to debian 12 KDE Plasma and everything has been working smoothly but i can't get the Netspeed widget to work. it just shows zeros, no incoming traffic, and outgoing traffic values. Is there a way to fix this ? ![](https://lemmy.world/pictrs/image/0992e593-ac18-4bda-b736-777644ab976f.png)

6
1
debian
Debian PeterPoopshit 1 year ago 60%
How do I get my Debian server to stop crashing?

I have this Debian server that won't stop crashing. It crashes once every 2 or 3 days. Everything's up to date, the cpu is good and prime 95 never finds any problems. The ram is good and I've run every ram test there is and never found anything wrong. I just can't get it to stop crashing and it's driving me insane. I used to have an arduino connected to the motherboard's reset jumper and then set up a bash script as a systemctl service that sent a signal to the arduino every 10 seconds and if the arduino didn't receive a signal after 30 seconds it forces a reboot. This doesn't even automate the process of restarting after a crash because too often, the server will crash just lightly enough that everything except that autorestart bash script service stops working so it won't reboot. It does double amount the time the server works without manual intervention though which is better than nothing but not good enough. Other than just randomly installing different distros until I find one that doesn't do this (reinstalling an os and then setting all the server stuff back up is very time consuming), what can I do to troubleshoot/solve/stop or otherwise do anything about these crashes?

1
9
debian
Debian Chuck_of_the_North 1 year ago 100%
LXD is now natively available in Bookworm repository (snap free)

cross-posted from: https://lemmy.world/post/647174 > Woo Hoo! No need for snap anymore. We pure Debian users are no longer limited to just LXC anymore (https://wiki.debian.org/LXD). Thanks to all the dev's (especially [Mathias Gibbens](https://blog.calenhad.com/posts/2023/06/bookworm-released/)) for all the hard work on this. > > Now... time for me to explore pure Debian servers to displace Proxmox/LXC for some use cases.

3
0
debian
Debian zephyr 1 year ago 76%
People who use Debian for desktop, why?

Why use a server-oriented distro for desktop? If the goal is stability, wouldn't something like Linux Mint, Ubuntu, Zorin, etc. be a better option for desktop?

7
18
debian
Debian obsolete 1 year ago 100%
Debian 13 will likely include an official port for RISC-V devices www.phoronix.com

One of the notable comments made in that Debian release team update is that while RISCV64 (RISC-V 64-bit) isn't yet on the official architecture list, the port is making good progress. For the Debian 13 release in a year and a half to two years out, it's expected to ship RISC-V 64-bit support. The architecture qualification will need to happen later in the Debian Trixie cycle

3
1