Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Search found 2858 matches

by Aki
2024-04-26 13:53
Forum: Programming
Topic: Downloading buildd log for Debian packages with getbuildlog
Replies: 1
Views: 78

Downloading buildd log for Debian packages with getbuildlog

Hello, I'm using Debian Bookworm 12.5 amd64 (last updated today). I'm trying to download the log generated by buildd (Debian build daemon) for the Debian package linux-signed-amd64 for Debian Bookworm. These are the existing packages in Debian repositories for linux-signed-amd64: $ rmadison linux-si...
by Aki
2024-04-26 07:37
Forum: Off-Topic
Topic: Where is default wifi power save set?
Replies: 9
Views: 242

Re: Where is default wifi power save set?

[..] I've heard two different stories re the brcmfmac driver. One story is that it's open-source - the other is that it's not. How is it considered in Debian? You can check the Debian Wiki: https://wiki.debian.org/brcmfmac : brcmfmac is a free and open source driver. [..] Non-free firmware is requi...
by Aki
2024-04-26 06:47
Forum: System and Network configuration
Topic: problems accessing samba or NFS shares :(
Replies: 2
Views: 90

Re: problems accessing samba or NFS shares :(

Hello,

What is your running kernel version ?

Are you able to access samba shares booting Debian with previous kernel version (6.1.0-18) ?
by Aki
2024-04-25 13:45
Forum: Hardware
Topic: [Networking] [Solved] Wifi disappeared on Dell 630
Replies: 4
Views: 167

Re: [Networking] wifi disapeered

I found this solution: sudo rfkill unblock all sudo apt purge firmware-b43-installer sudo apt update sudo apt install firmware-b43-installer sudo apt reinstall firmware-b43-installer sudo modprobe -r b43 sudo modprobe b43 It makes it work. Thanks for reporting back. I'm glad you sorted it out. :) I...
by Aki
2024-04-25 09:11
Forum: System and Network configuration
Topic: "Invisible" dirs on Samba share
Replies: 6
Views: 512

Re: "Invisible" dirs on Samba share

Hello, A bug report was opened in DBTS for kernel package 6.1.0-20 : Bug#1069598: missing files on smb shares with linux kernel 6.1.0-20 EDIT Fri Apr 26 11:08:29 CEST 2024: "CIFS: VFS: directory entry name would overflow frame end of buf" and invisible files under certain conditions and at...
by Aki
2024-04-25 07:43
Forum: Off-Topic
Topic: Where is default wifi power save set?
Replies: 9
Views: 242

Re: Where is default wifi power save set?

Hello, Is RPi OS not a Debian derivative It is a derivative distribution by Raspberry Foundation. As an example, this is a citation of the "About" disclaim of RPi OS Linux git repository: " Kernel source tree for Raspberry Pi-provided kernel builds. Issues unrelated to the linux kerne...
by Aki
2024-04-24 19:52
Forum: Installation
Topic: [Solved] Installation faulty on Intel NUC7i7DNK (I7-8650U)
Replies: 5
Views: 227

Re: Installation faulty on intel nuc

Hello, [..] it seems that system somehow solved it self and working, no more kernel errors and the previously installed debian12 now works, I have no clue what happened and I didnt do anything special ;/ So can be closed and thanks for anyone who read. I'm glad you sorted it out. :) Please, mark the...
by Aki
2024-04-24 19:14
Forum: Testing And Unstable
Topic: [SID - Unstable] [SOLVED] [SID - Unstable] Wifi randomly disconnects
Replies: 6
Views: 427

Re: [SID - Unstable] Wifi randomly disconnects

Hello,

You may check system logs for messages from the Wifi kernel modules; you can use the following command (root password required):

Code: Select all

script log.txt
su -l -c "journalctl -b -g rtw89_8852ce"
exit
The log will be collected in the file named log.txt

Hope this help.
by Aki
2024-04-24 19:13
Forum: Graphical Environments & Desktops
Topic: Trouble with NVIDIA drivers and secure boot after update
Replies: 2
Views: 161

Re: Trouble with NVIDIA drivers and secure boot after update

Hello, The error message WARNING! Diff between built and installed module! could make sense: the loaded kernel modules is modified at binary level (as a file) by the signature required by secure boot (appended to the kernel module file) therefore, the signed kernel module is different from the its n...
by Aki
2024-04-24 19:10
Forum: Off-Topic
Topic: AR9271 not scanning
Replies: 4
Views: 158

Re: AR9271 not scanning with Armbian 24.2.1 "bookworm".

Hello, Correct me if i'm wrong but isn't the armbian in discussion Debian based ? Yes, Armbian is a so-called "derivative" of other distributions. According to [1]: Armbian comes in two distinct versions, one Debian based, the other is based on a lightweight Ubuntu version.[4] and accordin...
by Aki
2024-04-24 19:07
Forum: Hardware
Topic: [Networking] [Solved] Wifi disappeared on Dell 630
Replies: 4
Views: 167

Re: [Networking] wifi disapeered

Hello,

What is the output of the following command ?

Code: Select all

lspci -vnn -d ::02xx
by Aki
2024-04-24 18:45
Forum: System and Network configuration
Topic: A NTP oddness on just one server
Replies: 10
Views: 308

Re: A NTP oddness on just one server

Hello, Desktops and notebooks usually have an internal "hardware" real time clock (RTC) that is powered by an internal battery. This is your computer's reference real-time clock. It ticks even if the computer is off (as long as it is powered by its battery). Virtual machines (VMs) emulates...
by Aki
2024-04-24 10:46
Forum: System and Network configuration
Topic: A NTP oddness on just one server
Replies: 10
Views: 308

Re: A NTP oddness on just one server

Hi all, I suggested my previous post because of its content, not the topic. Anyway, according to your first post, the correct RTC (real time clock) time (3 installations over four) is about: Tue 2024-04-23 10:53:xx UTC The RTC of your "Network Monitoring" installation is out of date (8 hou...
by Aki
2024-04-24 06:18
Forum: System and Network configuration
Topic: NTP server doesn't look like working fine
Replies: 19
Views: 871

Re: NTP server doesn't look like working fine

Hello @Duud,

It looks like you sorted it out. :)

Please, mark the discussion as "solved" manually adding the text tag "[Solved]" at the beginning of the subject of the first message; i.e. :
[Solved]NTP server doesn't look like working fine
by Aki
2024-04-24 06:11
Forum: System and Network configuration
Topic: nftables script - configuration - errors
Replies: 5
Views: 199

Re: nftables script - configuration - errors

Hello,

Please, use code tags to include commands and/or their logs in the body of a message. This time I modified it for you.
by Aki
2024-04-24 06:08
Forum: Off-Topic
Topic: Where is default wifi power save set?
Replies: 9
Views: 242

Re: Where is default wifi power save set?

Hello,

Check parameters of the wireless adapter kernel module.

Moved to "Off-Topic" since it is not about Debian.
by Aki
2024-04-24 06:06
Forum: Off-Topic
Topic: AR9271 not scanning
Replies: 4
Views: 158

Re: AR9271 not scanning with Armbian 24.2.1 "bookworm".

Hello,

Please, modify the subject of the first post to make it more understandable to other forum users and readers; i.e. :
WiFi adapter AR9271 not scanning with Khadas vim3 running Armbian 24.2.1
Moved to "Off-Topic" sub-forum, since it is not about Debian.
by Aki
2024-04-23 17:54
Forum: Installation
Topic: [Solved] No graphics after kernel update
Replies: 3
Views: 134

Re: No graphics after kernel update

Hello, I run Debian stable (with Cinnamon desktop) and just upgraded to kernel 6.6.13 from backports. After a reboot, the system boots, but lightdm doesn't start, so I guess there is a problem with the graphic driver. I have an Nvidia card and nvidia-driver installed, which runs fine under the stand...