ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Curtis
    3. Posts
    C
    • Profile
    • Following 1
    • Followers 0
    • Topics 11
    • Posts 164
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: SaltShacker (SaltStack UI Free)

      Latest commit e68f9c5 on Sep 18, 2018

      Seems like the project is dead 😞

      posted in IT Discussion
      C
      Curtis
    • RE: Email server options

      Just updated my mailcow server to the latest version πŸ™‚

      posted in IT Discussion
      C
      Curtis
    • RE: EdgeOS 2.0.3 released and available in UNMS

      @JaredBusch interesting

      posted in IT Discussion
      C
      Curtis
    • RE: EdgeOS 2.0.3 released and available in UNMS

      @JaredBusch said in EdgeOS 2.0.3 released and available in UNMS:

      The ERX doesn't work well with the 2.0.X firmware yet from what I have seen.

      But yes. You can put ZT on the 2.X firmware.

      I have a the ERX with 2.0.X firmware and it's running fine, but I have read lots of comments with people having issues.

      I am using ZT on it too, and it's working great!

      posted in IT Discussion
      C
      Curtis
    • RE: Windows package management

      @warren-stanley said in Windows package management:

      Anyone spent any time using AppGet?

      I have not, but it looks really good πŸ™‚

      posted in IT Discussion
      C
      Curtis
    • RE: Linux users with iPhones / iPads

      @EddieJennings said in Linux users with iPhones / iPads:

      For those of us who use Linux as our main computers and also use iPhones / iPads, how to you handle your getting your non-streamed music library onto your iPhone / iPad?

      I don't. I stream everything.

      posted in Water Closet
      C
      Curtis
    • RE: Skyetel's Spring Update

      Wow! That’s quite an update! I need preferred pricing shoot me a PM πŸ˜‰

      posted in Self Promotion
      C
      Curtis
    • RE: Need a script to cleanup a Backblaze B2 bucket

      RClone might be able to do this: https://rclone.org/b2/

      posted in IT Discussion
      C
      Curtis
    • RE: Ubuntu 18.04 Space Issue

      @scottalanmiller said in Ubuntu 18.04 Space Issue:

      So what you have is a file system (EXT4) inside of a volume on top of a partition, on top of the physical device. The issue was that the volume was the wrong size, so the filesystem was using all available space "to it", which was 4GB. The partition had a 4GB volume inside of the 100GB partition. So we had to expand that, then expand the FS to fill the new space.

      That's pretty confusing. I'll have to read up on it more. Anyone have some recommended readings that might help me wrap my head around this?

      posted in IT Discussion
      C
      Curtis
    • RE: Ubuntu 18.04 Space Issue

      Ahhhhhhhhhh, thats better πŸ™‚

      Filesystem                         Size  Used Avail Use% Mounted on
      udev                               1.9G     0  1.9G   0% /dev
      tmpfs                              395M  1.1M  394M   1% /run
      /dev/mapper/ubuntu--vg-ubuntu--lv   98G  3.9G   90G   5% /
      tmpfs                              2.0G     0  2.0G   0% /dev/shm
      tmpfs                              5.0M     0  5.0M   0% /run/lock
      tmpfs                              2.0G     0  2.0G   0% /sys/fs/cgroup
      /dev/loop2                         152M  152M     0 100% /snap/wekan/518
      /dev/loop3                         152M  152M     0 100% /snap/wekan/523
      /dev/loop5                          87M   87M     0 100% /snap/core/4917
      /dev/loop1                          90M   90M     0 100% /snap/core/6673
      /dev/loop0                         152M  152M     0 100% /snap/wekan/517
      /dev/loop4                          90M   90M     0 100% /snap/core/6818
      /dev/sda2                          976M  155M  755M  18% /boot
      tmpfs                              395M     0  395M   0% /run/user/1000
      
      posted in IT Discussion
      C
      Curtis
    • RE: Ubuntu 18.04 Space Issue

      @marcinozga said in Ubuntu 18.04 Space Issue:

      @Curtis it depends on filesystem. That's why I asked for output of mount command.

      sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
      proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
      udev on /dev type devtmpfs (rw,nosuid,relatime,size=1988900k,nr_inodes=497225,mode=755)
      devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
      tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=403972k,mode=755)
      /dev/mapper/ubuntu--vg-ubuntu--lv on / type ext4 (rw,relatime,data=ordered)
      securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
      tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
      tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
      tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
      cgroup on /sys/fs/cgroup/unified type cgroup2 (rw,nosuid,nodev,noexec,relatime)
      cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,name=systemd)
      pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
      cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
      cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
      cgroup on /sys/fs/cgroup/rdma type cgroup (rw,nosuid,nodev,noexec,relatime,rdma)
      cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
      cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
      cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
      cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
      cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
      cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
      cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
      cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
      systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=45,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=16445)
      mqueue on /dev/mqueue type mqueue (rw,relatime)
      hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M)
      debugfs on /sys/kernel/debug type debugfs (rw,relatime)
      fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
      configfs on /sys/kernel/config type configfs (rw,relatime)
      /var/lib/snapd/snaps/wekan_518.snap on /snap/wekan/518 type squashfs (ro,nodev,relatime,x-gdu.hide)
      /var/lib/snapd/snaps/wekan_523.snap on /snap/wekan/523 type squashfs (ro,nodev,relatime,x-gdu.hide)
      /var/lib/snapd/snaps/core_4917.snap on /snap/core/4917 type squashfs (ro,nodev,relatime,x-gdu.hide)
      /var/lib/snapd/snaps/core_6673.snap on /snap/core/6673 type squashfs (ro,nodev,relatime,x-gdu.hide)
      /var/lib/snapd/snaps/wekan_517.snap on /snap/wekan/517 type squashfs (ro,nodev,relatime,x-gdu.hide)
      /var/lib/snapd/snaps/core_6818.snap on /snap/core/6818 type squashfs (ro,nodev,relatime,x-gdu.hide)
      /dev/sda2 on /boot type ext4 (rw,relatime,data=ordered)
      lxcfs on /var/lib/lxcfs type fuse.lxcfs (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other)
      tmpfs on /run/snapd/ns type tmpfs (rw,nosuid,noexec,relatime,size=403972k,mode=755)
      tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=403968k,mode=700,uid=1000,gid=1000)
      root@wekan:/var# mount
      sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
      proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
      udev on /dev type devtmpfs (rw,nosuid,relatime,size=1988900k,nr_inodes=497225,mode=755)
      devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
      tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=403972k,mode=755)
      /dev/mapper/ubuntu--vg-ubuntu--lv on / type ext4 (rw,relatime,data=ordered)
      securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
      tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
      tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
      tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
      cgroup on /sys/fs/cgroup/unified type cgroup2 (rw,nosuid,nodev,noexec,relatime)
      cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,name=systemd)
      pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
      cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
      cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
      cgroup on /sys/fs/cgroup/rdma type cgroup (rw,nosuid,nodev,noexec,relatime,rdma)
      cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
      cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
      cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
      cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
      cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
      cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
      cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
      cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
      systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=45,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=16445)
      mqueue on /dev/mqueue type mqueue (rw,relatime)
      hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M)
      debugfs on /sys/kernel/debug type debugfs (rw,relatime)
      fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
      configfs on /sys/kernel/config type configfs (rw,relatime)
      /var/lib/snapd/snaps/wekan_518.snap on /snap/wekan/518 type squashfs (ro,nodev,relatime,x-gdu.hide)
      /var/lib/snapd/snaps/wekan_523.snap on /snap/wekan/523 type squashfs (ro,nodev,relatime,x-gdu.hide)
      /var/lib/snapd/snaps/core_4917.snap on /snap/core/4917 type squashfs (ro,nodev,relatime,x-gdu.hide)
      /var/lib/snapd/snaps/core_6673.snap on /snap/core/6673 type squashfs (ro,nodev,relatime,x-gdu.hide)
      /var/lib/snapd/snaps/wekan_517.snap on /snap/wekan/517 type squashfs (ro,nodev,relatime,x-gdu.hide)
      /var/lib/snapd/snaps/core_6818.snap on /snap/core/6818 type squashfs (ro,nodev,relatime,x-gdu.hide)
      /dev/sda2 on /boot type ext4 (rw,relatime,data=ordered)
      lxcfs on /var/lib/lxcfs type fuse.lxcfs (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other)
      tmpfs on /run/snapd/ns type tmpfs (rw,nosuid,noexec,relatime,size=403972k,mode=755)
      tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=403968k,mode=700,uid=1000,gid=1000)
      
      posted in IT Discussion
      C
      Curtis
    • RE: Ubuntu 18.04 Space Issue

      Seems like I should run:

      resize2fs /dev/ubuntu-vg/ubuntu-lv
      

      ?

      posted in IT Discussion
      C
      Curtis
    • RE: Ubuntu 18.04 Space Issue

      @DustinB3403

      I still need to resize the file system I believe?

      2b89db0a-d884-490e-9c32-edae48a9a4a0-image.png

      posted in IT Discussion
      C
      Curtis
    • RE: Ubuntu 18.04 Space Issue

      root@server:/var# lvresize -l +100%FREE /dev/ubuntu-vg/ubuntu-lv
      Size of logical volume ubuntu-vg/ubuntu-lv changed from 4.00 GiB (1024 extents) to <99.00 GiB (25343 extents).
      Logical volume ubuntu-vg/ubuntu-lv successfully resized.

      πŸ™‚ Now what?

      posted in IT Discussion
      C
      Curtis
    • RE: Ubuntu 18.04 Space Issue

      @marcinozga said in Ubuntu 18.04 Space Issue:

      The error tells you exactly why it's failing. Clean up some space, /var/log/ would be a good place to start. Then re-run that command.

      Would this work?

      find /var/log -type f -delete
      
      posted in IT Discussion
      C
      Curtis
    • RE: Ubuntu 18.04 Space Issue

      Tried as root, and got this:

      /etc/lvm/archive/.lvm_server_2674_604287443: write error failed: No space left on device

      posted in IT Discussion
      C
      Curtis
    • RE: Ubuntu 18.04 Space Issue

      @scottalanmiller said in Ubuntu 18.04 Space Issue:

      @Curtis Run this...

      lvresize -l +100%FREE /dev/ubuntu-vg/ubuntu-lv
      

      user@server:~$ sudo lvresize -l +100%FREE /dev/ubuntu-vg/ubuntu-lv
      sudo: unable to resolve host server: Resource temporarily unavailable

      /etc/lvm/archive/.lvm_server_2656_1676534144: write error failed: No space left on device

      πŸ˜•

      posted in IT Discussion
      C
      Curtis
    • RE: Ubuntu 18.04 Space Issue

      @scottalanmiller said in Ubuntu 18.04 Space Issue:

      @Curtis said in Ubuntu 18.04 Space Issue:

      @scottalanmiller said in Ubuntu 18.04 Space Issue:

      LVM is across the whole drive, that's not the issue.

      So I just need to extend the file system?

      No, the volume πŸ™‚ Then the filesystem.

      What kind of filesystem is it? EXT4? XFS?

      Whatever the default for a netinstall is. Is there a command to check?

      posted in IT Discussion
      C
      Curtis
    • RE: Ubuntu 18.04 Space Issue

      @scottalanmiller said in Ubuntu 18.04 Space Issue:

      LVM is across the whole drive, that's not the issue.

      So I just need to extend the file system?

      posted in IT Discussion
      C
      Curtis
    • RE: Ubuntu 18.04 Space Issue

      @scottalanmiller said in Ubuntu 18.04 Space Issue:

      @Curtis can you show me the output of ...

      vgdisplay
      

      3af015bd-f27a-4a36-bd8f-c1ea57637885-image.png

      posted in IT Discussion
      C
      Curtis
    • 1 / 1