Programming • [Software] getservbyname panics if portname not present in...
Hello,The fault is generated by the expression serv->s_port in the function call to ntohs(), due to the null pointer.The code may be (in C++):Code: #include <iostream>using namespace...
View ArticleBeginners Questions • What commands does Thunar use to mount drives?
When a storage device is attached and 'enumerated' by the system this batch of info is created;Code: # udevadm info --no-pager /dev/sdasdX or vdX is assigned at this time dependent on what else is...
View ArticleSystem and Network configuration • Enabling firewall in Debian 11
Hello,Thanks guys for suggesting gufw, the other day someone suggested it to me in an other forum and I'm using it since then. Very simple GUI and very informativePlease, mark the discussion as solved...
View ArticleHardware • fwupdmgr all devices questionmarks
Hi if i do fwupdmgr --get-devicesEvery single device shows questionmarks and does not find any firmware updates.Could it be that asus mainboard does not Support this?Statistics: Posted by ckruijntjens...
View ArticleGraphical Environments & Desktops • [Solved] Krusader missing icons on...
Thanks, bbbhltz I tried installing several breeze packages. This might be the minimal installation required to fix the issue.Code: sudo apt install breeze-icon-themeI searched through the menus and...
View ArticleForum information, requests, and feedback. • [Request] What's gone wrong with...
I have been running into a similar issue on the MiNT forum which also used phpBB - they recently upgraded to 3.3.12.If anyone is interested the bug can be followed here...
View ArticleGeneral Questions • [Software] writing data to NTFS partition in Unix and...
Hi I am Rupesh from India and I brought a new desktop pc with ryzen 5500GT cpu and Asus prime b450 motherboard. I installed Linux freebsd along with windows 11 and everything is working fine except I...
View ArticleGeneral Debian • [Solved] How to determine if a directory is a mountpoint and...
As @dilberts_left_nut mentioned mountpoint is the way. Here's an example from one of my backup scripts - this bails out of the script and sets an errorlevel if there isn't a filesystem mounted to the...
View ArticleSystem and Network configuration • /var/log/syslog (9Gb) full of snmpd logs...
Hello @486DX2,Have you sorted it out ?Statistics: Posted by Aki — 2024-07-30 10:09 — Replies 16 — Views 458
View ArticleSystem and Network configuration • USB LTE Modem Changing Ports
Hello @Duke_FL,Have you sorted it out ?Statistics: Posted by Aki — 2024-07-30 10:11 — Replies 2 — Views 113
View ArticleGeneral Questions • POSTFIX, problems using SMTP authenticacion.
Why is not using relay if is in main.cf ?Probably because you have:Code: mydestination = ...., emaildomain.comStatistics: Posted by dilberts_left_nut — 2024-07-30 11:01 — Replies 6 — Views 165
View ArticleOff-Topic • [Discussion] Get Debian look like more than Win7?
I fully agree. Xfce easily will fulfill all your needs. It is highly configurable and flexible yet not overloaded with options. Besides that, you can have as many panels as you want and place them...
View ArticleDocs, HowTos, Tips & Tricks • [HowTo] Debian testing KDE installation by...
Done on 30/07/2024 .PC : 64-bitMotherboard : Gigabyte B450M DS3HCPU : 12 × AMD Ryzen 5 2600 Six-Core ProcessorGPU : NVIDIA GeForce GTX 1660 SUPER/PCIe/SSE2In short :Download the latest Linux Nvidia...
View ArticleBeginners Questions • [Installation] dpkg is rebboting my system
dpkg has its own log in /var/log.What is the last entry in it before mentioned reboot?"php-fpm' failed to start (exit status 1)"From the console as root "systemctl start php7.4-fpm" is returning...
View ArticleHardware • [Software] Power off external SSD on shutdown
Hello,According to a manufacturer [1], the "POR Recovery Count" is:A count of the number of sudden power off cases. If there is a sudden power off, the firmware must recover all of the mapping and...
View ArticleSystem and Network configuration • Debian server for many mirrors : Debian,...
Could you add some more information, i.e. what special considerations do red hat repositories require? are you simply serving "normal" files?You need to get subscription to access the red hat...
View ArticleGeneral Questions • tick_nohz_highres_handler power draw
The issue has been resolved in the latest package update.Statistics: Posted by ChiefBigFeather — 2024-07-31 12:35 — Replies 5 — Views 274
View ArticleHardware • [Networking] No WiFi Connection Shown
Network Manager won't manage an interface that's manually configured in /etc/network/interfaces. This is the reason your network is working but NM can't manage it...That's why I asked for the conf...
View ArticleGeneral Questions • Have TMPDIR/TMP environment variables been deprecated
With Code: man -w -K TMPDIR I see 92 utilities that mention TMPDIR usage. Typically the behavior with such programs is that they assume TMPDIR=/tmp if the variable is not set.The XDG base directory...
View ArticleBeginners Questions • What commands does Thunar use to mount drives?
Automount is a Security issue. Only Admin should be able to mount a drive and do it through the terminal:Code: sudo mount /dev/sdb1 /media/Useramesudo umount /dev/sdb1 /media/UsernameAt least on the...
View Article