Feed linuxquestionsorg LinuxQuestions.org

Favorite IconLinuxQuestions.org

Link https://www.linuxquestions.org/questions/
Feed https://feeds.feedburner.com/linuxquestions/latest
Updated 2024-11-28 00:01
Docker permissions on /var/libdocker
Hello, after spending a silly amount of time trying to understand why the permissions on /var/lib/docker change between the reboots, it downed on me that it must be dockerd. And indeed:...
LXer: 5 lessons I learned about chaos engineering for Kubernetes
Published at LXer: Kubernetes is a complex framework for a complex job. Managing several containers can be complicated, and managing hundreds and thousands of them is essentially just not humanly...
LXer: How to Set Up Elasticsearch Cluster on RoseHosting Cloud
Published at LXer: Elasticsearch is distributed, free, open-source, and real-time search engine written in Java used to search analyze, and explore your data with an HTTP web interface. Read...
Odd CHROOT Error
I borked a Legacy (CSM) booting old system by resizing the partition. I've run e2fsck on it (no errors) and I can see everything on the partition. No data was apparently harmed. I know the MBR is...
Bug on new aaa_libraries.SlackBuild
Hello, in the new (Oct 26th) -current aaa_libraries.SlackBuild, it seems there is a bug when checking for library existence: # OLD CHECK: [ ! -e $library ] && exit 0 # NEW CHECK: if [ !...
Booting from a USB attached hard drive
My bios is set to boot first from USB. I can boot from a live OS on a flash drive but not from a seemingly properly installed LINUX on a USB HDD. I have my ssd is sda1, my usb attached hdd is...
NFS client
Hi there I have NFS server in ubuntu and one NFS client that connected to NFS server also in ubuntu at the first time when I mount nfs server share folder in client, I use X user in client side,and...
LXer: What Are the Drawbacks of Switching to Linux?
Published at LXer: Linux evangelists (like myself) are quick to point out the many benefits of switching over from Windows and macOS. But no operating system is perfect, and many have gone Linux...
LXer: X.Org Server 21.1 is Here After More Than Three Years of Development
Published at LXer: Due to a lack of interest from upstream developers in developing a new version, X.Org Server 21.1 has taken more than three years to emerge. However, as of today we have a brand...
After remove Abiword, not able to open documents.
Hello, I have removed Abiword --problems in the configuration -- the documents I had previously downloaded with this application, now, i'm not able to open them with anything i have. I have been...
LXer: Open source recognized as a key economic pillar in EU study
Published at LXer: A September 2021 study on the economic impact of open source software and hardware concluded that open source technologies injected EUR 65-95 billion into the European economy....
LXer: Next.js 12: Middleware, ECMAScript modules, and lessening use of Node.js
Published at LXer: Vercel boss Guillermo Rauch speaks to The Reg about Rust, WebAssembly, Node TypeScript, and more. Interview Next.js 12 is out with a range of new features including built-in...
What kinda computer did you have growing up?
Another recent thread someone mentioned they didn't use Apple or Microsoft Windows, and replies showed many people were in similar situations, but with variety of reasons. So for fun I thought I'd...
Failover bond on fully redundant network?
I'm trying to build a fully redundant network for a web server environment. basically, I have 2 of everything in the network. 2x 24 port fiber switches, 2x 48 port copper switches, 2x pfsense...
udisksctl and root password
Hi, under 14.2 (32 bits) i don't need to type a root password for mounting an usb stick with udisksctl as a normal user, but under 14.2_64 a root password is needed! Both versions are identical, no?
How do i upgrade from RHEL 5 to RHEL 6 & 7
Trying to upgrade from redhat 5.11 to 6.11 and I can not download preparade assist tool from the local repo i created. Tried to enable other repos but its not working. Any idea how to migrate Red...
LXer: 2021 Open Source Jobs Report (VIDEO)
Published at LXer: The Linux Foundation announced the 9th annual Open-Source Jobs report that offers great insights into the supply and demand of critical skills needed by companies embracing cloud...
Where to keep fcitx variables?
There are three variables XMODIFIERS, QT_IM_MODULE, GTK_IM_MODULE which need to be set before desktop starts. fcitx-diagnose says to keep them in .xprofile file. But it does not work for me. I run...
[SOLVED] KDE hangs upon logging out
On 15.0 (14.2+), when I use the "
LXer: Tired of spam? A burner email account could be the answer.
Published at LXer: Have you ever been in that situation where you need to give your email address over, but you don’t want to? There could be a security reason. Can you trust who you’re sharing...
LXer: It's that time of the year again when GitHub does its show'n'tell of features – some new and others kinda new
Published at LXer: Microsoft's GitHub social code motel begins its two-day Universe happening on Wednesday, bringing with it assorted enhancements to its developer-oriented products and services. ...
Streaming my Linux sound to a Raspberry Pi over the network - Rpi as audio sink
I've found several topics scattered across the net covering this (also one in here, but unresolved) - but instructions in the tutorials diverge from what I find on my RPi OS, and mostly they're...
LXer: Raspberry Pi Zero 2 W Announced, Priced At $15. Here’s All the Details
Published at LXer: The Raspberry Pi Foundation announced the third successor of Zero series - Raspberry Pi Zero 2 W, costing you just $15. We round up the announcement. Read More......
LXer: How Can You Install Google Browser on Debian?
Published at LXer: Google Chrome is a widely used web browser in the world. Google Chrome is fast and secure as well. However, it is not an open-source web browser. Hence, Debian comes with a...
LXer: How to Install OpenNMS Network Monitoring Solution on Debian 11
Published at LXer: OpenNMS is a free and open-source Open Network Management System written in Java. It is a network monitoring application that gathers critical information from local and network...
I just updated from ubuntu 21.4 to 21.10 and my Archer T9UH USB adapter no longer works?
I just updated from Ubuntu 21.4 to 21.10 and my Archer T9UH USB adapter no longer works. Does anyone have any ideas that a newby would understand? Thank You.
Using mtftar to open and convert .bkf files created by ntbackup to tar format
I am trying to open some old backup files created under Windows using ntbackup.exe I have tried running ntbackup under wine, and ntbackup under Windows 10, both without success as the .dll files...
LXer: How I made an automated Jack-o-lantern with a Raspberry Pi
Published at LXer: It's almost Halloween, one of my favorite days and party times. This year, I decided to (pumpkin) spice up some of my decorations with automated motion sensing. This spooktacular...
LXer: KDE Connect Arrives for iPhone, At last. Here’s How to Try.
Published at LXer: Long awaited KDE Connect is now available for iPhone (iOS [he]gt[/he]= 15). Here are the details. Read More... (https://www.debugpoint.com/2021/10/kde-connect-iphone/)
I changed ownership of root to postgres by accident and when i signed out and try to sudo su - root it wont allow me
when I sudo su - root from my server it gives me this error sudo: /usr/bin/sudo must be owned by uid 0 and have the setuid bit set. i cant log into root to change ownership back and i never received a...
LXer: Best Free and Open Source Alternatives to Microsoft Dynamics 365
Published at LXer: Microsoft Dynamics 365 is a product line of enterprise resource planning and customer relationship management intelligent business applications. What are the best open source...
Signals vs. IOCTL: Notify interrupts to user space
Hello, My hardware is creating an interrupt handled by a kernel driver. In order to notify the application there are 2 ways (that I know about): 1. Send a signal from driver to user space 2....
What is the point of Thunderbird email client?
Email is an important part of an OS. And Thunderbird is always upgrading on my Debian system. But I never use it. I've always used webmail from the start. Ok, I have learned on the way and I use...
LXer: Global communication in open source projects
Published at LXer: I am a current graduate student at the University of Minnesota, Twin Cities in the Scientific and Technical Communication MS program. The following is an interview I conducted...
LXer: How to Customize the Linux Terminal Splash Screen
Published at LXer: The terminal is like a virtual second home for many Linux users since they spend most of their working time typing commands in it. It's important to personalize the terminal to...
LXer: Duplicate records differing only in unique identifiers
Published at LXer: There's a big data table with lots of fields and lots of records. Each record has one or more unique identifier field entries. How to check for records that are exactly the same,...
isc-dhcp-server on ubuntu server
I have a problem setting up a dhcp-server on the wifi interface. At the moment I have: An Intel Nuc with Ubuntu server, docker container with Pi-Hole on port 53 dns. No dhcp. A Raspberry Pi with...
Enabled SSL on Nexus Container and Firefox browser is getting "PR_CONNECT_RESET_ERROR"
Not sure where to post this so I'll start here and I've been working on this for the last few days and not able to figure out where the issue lies. I'm trying to enable SSL for a Nexus Container...
LXer: Open Source Community Shifts Left With OpenSSF, Google SLSA
Published at LXer: Security is becoming an increasingly key piece of the open source puzzle amid industry-wide pushes to shift left and integrate security during early stages of application...
[SOLVED] Bluetooth freezes the boot process
I have a Lenovo Thinkpad T15 Gen2 20W4000NUK laptop. It's about 5 months old. It works fine for what I need. I have not used windows since 1998, so I tried to install Debian10 when I bought it, but...
Status of xfs filesystem on FreeBSD?
Hello all, I'm a new GhostBSD user. I also use Slackware linux and would like to share some XFS partitions between the two. What's the status of XFS filesystem support now on FreeBSD? From the...
Utility to detect and give info of compression method of a file
What is utility tool to detect and give info of compression method (preferably more info) in any mean (CL or GUI) ? IOW what windows 7z tool equivalent for Linux ?
LXer: NVIDIA 495.44 Graphics Driver Adds GBM Support, Indicator for Resizable BAR Support
Published at LXer: NVIDIA released today the NVIDIA 495.44 proprietary graphics driver for GNU/Linux, FreeBSD, and Solaris systems with various new features and improvements. Read More......
Suspected nightly auto update is crashing my raspberry pi (ubuntu), both ssh and wiki hosted site is unresponsive
I have a couple of raspberry pi 4 with 4 GB and Ubuntu installed. One of the changes I did was to have them all auto update nightly. It seems though that one of them is having trouble as I cannot ssh...
New member here
From Denmark. Having a few raspberry pi's as a hobby, and excited to learn to automate trivial things in daily life.
Red Hat without systemd but its substitute instead
What is variant of Red Hat without systemd instead using its substitute i.e. s6 or runit etc?
LXer: How eBPF Streamlines the Service Mesh (TNS)
Published at LXer: There are several service mesh products and projects today, promising simplified connectivity between application microservices, while at the same time offering additional...
Using lightdm/xrdp in a headless single board computer for remote connection
I have installed Armbian (uname -a result: Linux orangepi2g 3.10.62-rda8810 #1 PREEMPT Tue May 29 13:37:31 +03 2018 armv7l armv7l armv7l GNU/Linux) on an orangepi 2g-IoT board...
Alien slackbuild of calibre crashes on 32 bit current. 64 bit still ok.
Sorry, but I don't really know how to contact alienBoB in IRC. Here is the problem. calibre will no longer compile. I need it for my 32 bit laptop. I used to use the alien compiled file, but...
[SOLVED] Lightdm does not return after reboot.
Hi, The display manager at Sparky Linux 7 just disappeared from the screen, now I am able to enter without logging into the system, xfce4. Only when I 'close session', the display returns to log...
...306307308309310311312313314315...