Search results

  1. Trenix25

    (Answered) How do I use nftables to create a firewall in Linux and forward packets between private networks?

    Yes, I was aware, but I wanted to use those echo statements to help with debugging if anything went wrong. I've made changes over time. I wanted to deal with one issue at a time. /Trenix25
  2. Trenix25

    (Answered) How do I use nftables to create a firewall in Linux and forward packets between private networks?

    I used iptables to create a firewall for my Linux system for a while, but my script and firewall rules were a mess. Then I wanted to move to nftables, which is intended to replace iptables, hoping to get something better. I had also wondered about how to forward traffic between different...
  3. Trenix25

    Now it's really screwed up

    It's the best result I could get.
  4. Trenix25

    Now it's really screwed up

    I am using Debian 10.4.0. I mostly fixed the problem. I set /etc/fstab to mount /tmp as read-only so I could unmount it. I set the default.target to point to initial.target so now I can run the boot.1.service which unmounts /tmp and checks everything before calling systemctl isolate...
  5. Trenix25

    Now it's really screwed up

    Numerous packages use scripts in /etc/init.d/
  6. Trenix25

    Now it's really screwed up

    I moved the boot.1 service to the local-fs-pre target and set it to oneshot so now it works a litle better, but it is still having major problems. # cat /lib/systemd/system/boot.1.service [Unit] Description=System boot script service for single user mode [Service] ExecStart=/bin/bash...
  7. Trenix25

    Now it's really screwed up

    I installed a ton of packages so I could play audio files from the system console. It still doesn't play them. It says it can't find a valid sound driver, even over 2 GB later. Now something is mounting /tmp as rw when /etc/fstab says it should be ro. Whatever it is is keeping /tmp "busy" so...
  8. Trenix25

    I need help setting up grub

    Debian 10.4.0. I just haven't been able to try much of anything. Our air conditioner has been out for about a week, and during the hottest part of the year. I've been so tired all the time. I can't think straight with this excessive heat. It gets to around 32℃ indoors during the day without...
  9. Trenix25

    I need help setting up grub

    They do look a little old. What's interesting is that Windows can read the DVD I made with genisoimage and wodim, but Linux can't.
  10. Trenix25

    I need help setting up grub

    These proved to be informative: https://www.dedoimedo.com/computers/grub.html https://www.dedoimedo.com/computers/grub-2.html
  11. Trenix25

    I need help setting up grub

    I need some step by step advice to get grub set up the correct way. 1) I need to install grub on /dev/sda so it only boots Windows, /dev/sda2, regardless of whatever other devices may or may not be connected. I cannot use fdisk.exe /mbr because I don't have it and can't get it. Windows is...
  12. Trenix25

    Which packages should I actually install?

    Only running cli for now. I need to get all the basics set up before even considering exploring X.
  13. Trenix25

    Which packages should I actually install?

    I removed contrib, but that didn't make any real difference. Why should I not download source files? I'll just have to go get them later. buster-updates was removed since it does not exist. (The last two lines)
  14. Trenix25

    Which packages should I actually install?

    I got through everything starting with a number or the letter a. The partition is now a third of the way full. It keeps going to sleep. How do I tell it to stay awake? It used to stay awake for days. How do I specify the wifi password? It's a foot away and still can't detect the wifi...
  15. Trenix25

    Which packages should I actually install?

    Right now it's busy installing a myriad of source files to remotely control a telescope that I don't even have. This is nuts. /etc/apt/sources.list (without comments) deb https://deb.debian.org/debian buster main contrib non-free deb-src https://deb.debian.org/debian buster main contrib...
  16. Trenix25

    HELP ME PLEASE!!!

    I installed Slackware years ago and loved it. I'm trying to install Debian right now and I'm on the edge of a mental breakdown as a result.
  17. Trenix25

    Which packages should I actually install?

    If I see /usr/bin/whiptail just one more time I may have to smash that laptop with a brick and throw the shattered remains off of the tallest cliff I can find! I told apt to answer yes to every question. There are over fifty seven thousand packages that demand to be installed in order to...
Top