ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Tags
    3. debian
    Log in to post
    • All categories
    • scottalanmillerS

      Stop Raspbian Buster on Raspberri Pi Stop Blanking Screen

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux debian raspberry pi raspberry pi 4 raspbian raspbian buster debian 10 screensaver
      1
      1 Votes
      1 Posts
      466 Views
      No one has replied
    • JaredBuschJ

      Upgrading Debian 9 to 10

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion debian debian 9 debian 10 upgrade
      12
      7 Votes
      12 Posts
      1k Views
      FATeknollogeeF

      2nd attempt worked!

    • scottalanmillerS

      Installing Hugo Static Website Generator on Linux

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion hugo linux snap fedora centos ubuntu debian
      14
      1 Votes
      14 Posts
      2k Views
      scottalanmillerS

      @stacksofplates said in Installing Hugo Static Website Generator on Linux:

      @scottalanmiller said in Installing Hugo Static Website Generator on Linux:

      @stacksofplates said in Installing Hugo Static Website Generator on Linux:

      @scottalanmiller said in Installing Hugo Static Website Generator on Linux:

      However, they don't have any standard Linux install documentation on their website and only show using Homebrew, a MacOS package that essentially no one on Linux uses. Very odd.

      I just looked. I'm not sure what you're talking about. The page clearly shows snaps, dnf, apt, pacman, eopgk, and pkg_add for OpenBSD.

      https://gohugo.io/getting-started/installing

      Completely different than what I got from the same link this morning. I went to that page, clicked on Linux, and they only showed Brewlinux, which isn't even the current name of the system.

      Way back machine shows it's been there since at least the 13th.

      https://web.archive.org/web/20191113183617/https://gohugo.io/getting-started/installing/

      Very weird. I wonder if it was a cache somewhere? I definitely poked around this morning and Linuxbrew was the only thing that it had and had it from every link that I tried on their site.

    • JaredBuschJ

      Unable to get redis cache running on debian 10 based Nextcloud instance

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion nextcloud 17 debian 10 nextcloud debian redis memcache
      21
      0 Votes
      21 Posts
      2k Views
      jospoortvlietJ

      Congrats 🐶

    • B

      Any idea why Debian complains about a start job failure on boot after a new install?

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux debian
      22
      0 Votes
      22 Posts
      1k Views
      B

      @Pete-S Ok, I went ahead and let the installer partition it using the defaults for LVM. Everything is working!

      The installer creates a small primary partition and installs /boot to it. It then creates an extended partition with the remainder of the drive and slices up logicals out of that for the LVM. It puts “/“ in vg1 as “lv root” and puts /swap in vg1 as well as lv swap”.

      I was not creating a /boot. Never have. I was just creating a primary for the “/“ and then saving some of it for an extended /swap. I’ve done this forever. It even works in a VM. I have no idea why I couldn’t get it to work on the physical machine.

    • 1

      How do I force standard 80x25 text mode?

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved IT Discussion linux debian grub kernel
      7
      1 Votes
      7 Posts
      810 Views
      J

      We use ghost adapters to allow EDID hi res with no head attached, I wonder if there is one that forces 640x480? I'll search around...

    • ntozierN

      Splunk vs iptables

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion iptables splunk debian
      7
      1 Votes
      7 Posts
      1k Views
      ntozierN

      @IRJ said in Splunk vs iptables:

      iptables -A OUTPUT -o eth0 -p tcp --sport 9997 -m state --state NEW,ESTABLISHED -j ACCEPT

      Looks like the solution was
      iptables -A INPUT -i lo -j ACCEPT
      iptables -A OUTPUT -o lo -j ACCEPT

      Or at least that got it working. 🙂

    • scottalanmillerS

      EFI Pace Won't Start After Vault Configuration Change

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion efi efi pace debian linux
      7
      2 Votes
      7 Posts
      327 Views
      travisdh1T

      @scottalanmiller said in EFI Pace Won't Start After Vault Configuration Change:

      Had to deal with Fiery too.

      I think they misspelled that name slightly. Fire that company (I know, you wish they would.)

    • JaredBuschJ

      Debian 9.6 system not powering off

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion debian initramfs corrupted reboot shutdown error debian 9.6
      3
      5 Votes
      3 Posts
      653 Views
      1

      Something in the shutdown triggers a start of a service or doesn't stop in time. Since something is still running the shutdown never completes.

      Looking at the screenshot for instance it says "Stopping monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...".
      But there is no acknowledgment [OK] that it has completed.

      I'd start looking there.

    • WLS-ITGuyW

      Linux partitioning

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion partition debian linux server
      24
      0 Votes
      24 Posts
      2k Views
      scottalanmillerS

      @marcinozga said in Linux partitioning:

      @travisdh1 said in Linux partitioning:

      @marcinozga said in Linux partitioning:

      @travisdh1 said in Linux partitioning:

      @marcinozga said in Linux partitioning:

      @travisdh1 said in Linux partitioning:

      @marcinozga said in Linux partitioning:

      @JaredBusch said in Linux partitioning:

      @marcinozga said in Linux partitioning:

      Last option on that screen. Why? Because if your root partition fills up, your system won't boot. Having /var on separate partition reduces that risk. Think of a bad app creating gigabytes of log entries, or writing junk to database.

      Better solution, don't use bad apps

      You never know if an app or kernel update doesn't go nuts. Here's an example of bad kernel module causing writing gigs of logs in minutes: https://unix.stackexchange.com/questions/195360/my-var-log-is-mysteriously-filling-up-gbs-in-minutes-any-cure-before-i-re-ins

      Sure it's possible, but how many times do we see this sort of thing in normal use day to day? This is the first one I've heard of in years.

      Used to happen more often because bad programming was more common.

      Take Ubuntu for example, it will fill up /boot after a few kernel upgrades, so anything is possible.

      That's a known badly implemented system. IE bad programming. Don't use it.

      Also, it has nothing to do with /var filling up.

      It's just an example of partition filling up, doesn't matter which one. It proves the point that it does happen.

      In your example, they are causing a new problem because they've implemented your solution to the problem.

      No, it would've had the same outcome if /boot wasn't on separate partition, but under root. Eventually it would've filled up entire disk with old kernel versions. The main point is to prevent root partition from filling up, not any other mount point.

      That's not really true. That's making a lot of assumptions. In reality...

      It would not likely ever fill up. The scales are so different. This is where creating a separate /boot actually CREATES the risk. The very pattern you are trying to follow is the one causing the issue.

      It has lots and lots of chances for humans AND monitoring systems to catch and resolve it long before becoming an issue. This should have years, typically, to be flagged rather than filling up in a day or two.

    • JaredBuschJ

      Install Jitsi-Meet on Debian 9 minimal

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion jitsi debian 9 jitsi meet debian debian 9.6
      18
      2 Votes
      18 Posts
      13k Views
      M

      Works on Debian 10.

    • scottalanmillerS

      Linux Reset Account for Too Many Authentication Errors

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux pam fedora ubuntu debian centos rhel
      4
      2 Votes
      4 Posts
      970 Views
      stacksofplatesS

      Wow this must be an old server. pam_tally was replaced with faillock in RHEL 6.

    • dbeatoD

      Unifi Debian Base Upgrade issue

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion unifi debian ubuntu apt-get
      1
      4 Votes
      1 Posts
      1k Views
      No one has replied
    • mlnewsM

      Phoronix Publishes Windows vs. Linux Network Benchmarks

      Watching Ignoring Scheduled Pinned Locked Moved News windows windows server 2016 linux clear linux debian ubuntu opensuse tumbleweed fedora manjaro performance phoronix
      4
      0 Votes
      4 Posts
      1k Views
      travisdh1T

      @dustinb3403 said in Phoronix Publishes Windows vs. Linux Network Benchmarks:

      That is surprisingly disappointing. Server 2016 is supposedly the best thing ever. . .

      Of course it is, if you get paid to support it!

    • JaredBuschJ

      Do we dislike Ubuntu

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux distro ubuntu debian fedora rhel centos
      65
      2 Votes
      65 Posts
      6k Views
      scottalanmillerS

      @black3dynamite said in Do we dislike Ubuntu:

      @nadnerb ElementaryOS is nice but you might not like the idea of not able to save items to your Desktop. Deepin is pretty good too.

      Just not on by default. You can enable it...

      http://www.fosslinux.com/141/how-to-enable-adding-files-and-folders-to-desktop-in-elementary-os-freya.htm

    • OksanaO

      Discover the endless possibilities of your storage expansion through Ceph

      Watching Ignoring Scheduled Pinned Locked Moved Starwind ceph ceph cluster debian linux osd storage scalability resiliency open-source enterprise storage
      1
      4 Votes
      1 Posts
      962 Views
      No one has replied
    • JaredBuschJ

      Installing Debian 9.1 minimal

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion debian 9.1 debian install guide
      34
      6 Votes
      34 Posts
      8k Views
      travisdh1T

      @emad-r said in Installing Debian 9.1 minimal:

      @jaredbusch

      I love Debian very customized 20 + installation steps... said no one ever.

      I like options. It's not like you're going to go through all 20 steps for every installation once you have a base image setup, at least I'd hope not.

    • mlnewsM

      Debian 9.1 Released

      Watching Ignoring Scheduled Pinned Locked Moved News debian debian 9 debian 9.1 linux phoronix
      2
      0 Votes
      2 Posts
      936 Views
      mlnewsM

      http://news.softpedia.com/news/debian-gnu-linux-9-1-stretch-and-debian-8-9-jessie-officially-released-517107.shtml

    • DustinB3403D

      Cross Post - Help sorting out a Firewall Issue on a Debian Box

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion firewall routing icmp debian help crossover
      7
      0 Votes
      7 Posts
      2k Views
      stacksofplatesS

      @Dashrender said in Cross Post - Help sorting out a Firewall Issue on a Debian Box:

      A default gateway on the debian box?

      My thought. I don't think I've seen a system firewall not accept icmp by default.

      If you stop iptables and still can't ping it's not the firewall.

    • scottalanmillerS

      Simple Proofs that Linux Is Not an Operating System with Ubuntu and Debian

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux operating systems kernel bsd hurd gnu gnu linux it basics debian ubuntu windows
      82
      2 Votes
      82 Posts
      13k Views
      ObsolesceO

      My Linux is better than your Linux.

    • 1
    • 2
    • 3
    • 4
    • 2 / 4