Debian Development Discussion • Re: Auto-rebuild code (nginx module) on...
There are several places, where such upgradings are stored:/var/log/dpkg.log/var/log/apt/history.log/var/log/unattended-upgrades/unattended-upgrades.logBut every package has its own place for...
View ArticleHardware • Re: Mouse often needs to be replugged when booting desktop
Can you move the mouse around or does nothing happen at all?What does dmesg say?Statistics: Posted by Ardouos — 2024-04-13 22:37
View ArticleGeneral Questions • Re: VirtualBox invalid dmi field header
To anyone still having this problem, I noticed that my guest additions iso was still attached, upon deattaching it, the 'invalid dmi field header' message still showed but didn't hang. Hopefully this...
View ArticleBeginners Questions • Re: [Installation] New install, no gui
I think I had them shut off for my first attempt. I assume since it let me do the install, I must have had them shut off when I installed debian. I partitioned the hd and had windows running if I...
View ArticleInstallation • Re: Setting firmware=never allows non-free firmware...
I've been a Debian user for 10+ years because I'm a Free Software supporter. I wasn't aware of the "vote" last year to change Debian's policy on non-free, and was shocked to discover I've been running...
View ArticleGeneral Questions • [Software] viewing log in real time
How can I monitor everything that occurs in real time. I used to be able to use tail -f on syslog but there is no syslog any more.Statistics: Posted by admiincomp — 2024-04-14 23:54
View ArticleHardware • Re: nVidia driver nightmare continued...
5648] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:13ba) NVRM: installed in this system is not supported by open NVRM: nvidia.ko because it does not include the required GPU NVRM: System Processor...
View ArticleGeneral Questions • Re: [Software] viewing log in real time
Code: $ journalctl -for root # if user not allowed.Statistics: Posted by CwF — 2024-04-15 00:09
View ArticleBeginners Questions • Re: VirtualBox and Virt-manager insane!
I don't have any problem with either VirtualBox or virt-manager (qemu/kvm). I am running Debian Sid, fully updated, on AMD Ryzen+Radeon APU. But I don't think that should make any difference.Another...
View ArticleBeginners Questions • Re: Apt Update & USB/Bluetooth broke ... :-(
I also have lost connection after upgrading on 2 Debian machines.Statistics: Posted by admiincomp — 2024-04-15 01:08
View ArticleBeginners Questions • [Software] More SWAP on LUKS? How?
how to make swap bigger on luks?I want 16GB swaplsblkNAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTSloop0 7:0 0 4K 1 loop /snap/bare/5loop1 7:1 0 373.8M 1 loop /snap/anbox/186loop2 7:2 0 105.4M 1 loop...
View ArticleBeginners Questions • Re: [Software] More SWAP on LUKS? How?
Please use code tags for terminal text.Statistics: Posted by sunrat — 2024-04-15 22:07
View ArticleGeneral Questions • Latest kernel update (2024-04-11)
have you noticed it too ? :~$ uname -a6.1.0-20-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.85-1 (2024-04-11) x86_64 GNU/Linuxwhat happened to version "19" … no trace of it anywhere ?Statistics: Posted by...
View ArticleGeneral Debian • Re: [Discussion] Which application, now defunct in Debian,...
This popped up in a Debian channel today: Software from Yesterday, DebianStatistics: Posted by donald — 2024-04-15 22:21
View ArticleTesting And Unstable • Re: [SID - Unstable] ssh -X "cannot open...
openssh (1:9.7p1-4) unstable; urgency=medium* Rework systemd readiness notification and socket activation patches tonot link against libsystemd (the former via an upstream patch).[...]Wed, 03 Apr 2024...
View ArticleInstallation • Re: Debian 12 Install Hangs at Installation Menu without...
Just as a reference, it could help to others.Two options:- Install in another machine, add the bookworm backports repository and upgrade grub and its dependencies, then move the nvme to the...
View ArticleSystem and Network configuration • Re: update-grub (lsblk) not detecting LVs...
what a reliefto anyone who experiments with xo-server: (smh)Code: xo-server[1590]: 2024-04-14T12:10:53.644Z xo:mixins:hooks WARN start failure {xo-server[1590]: error: Error: Command failed with exit...
View ArticleBeginners Questions • Re: (SOLVED) Symlink conflict between 2 OS's?
Thanks to both responders. The separate data storage partition was set up with /Documents and /Downloads sub-directories. It was mounted in /etc/fstab in both OS's. Ownership was set with chown....
View ArticleOff-Topic • Re: [Off-Topic] Tips for not hitting multiple keys, and becoming...
I think I got good with my informal typing, through simply speaking to people online, and writing. I never even considered needing anything more than that.I enjoy the sound of the mechanical keyboard...
View ArticleOff-Topic • Re: [Software] More SWAP on LUKS? How?
sudo swapon -ssudo swapoff /dev/dm-2sudo fallocate -l 16g /swapfilechmod 600 /swapfilesudo mkswap /swapfilesudo swapon /swapfilenano /etc/fstab/swapfile none swap sw 0 0*solved*Statistics: Posted by...
View Article