ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    What Are You Doing Right Now

    Scheduled Pinned Locked Moved Water Closet
    time waster
    88.9k Posts 285 Posters 43.0m Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • EddieJenningsE
      EddieJennings
      last edited by

      Ah, the beauty of having our PBX off-premises. I have a new way of viewing office Internet outages.
      0_1516288079453_bfc34a23-900e-4a58-9e7e-485736c886ba-image.png

      bigbearB 1 Reply Last reply Reply Quote 2
      • bigbearB
        bigbear @EddieJennings
        last edited by

        @eddiejennings said in What Are You Doing Right Now:

        Ah, the beauty of having our PBX off-premises. I have a new way of viewing office Internet outages.
        0_1516288079453_bfc34a23-900e-4a58-9e7e-485736c886ba-image.png

        Did you ever come up with a solution for the mobile app stuff?

        EddieJenningsE 1 Reply Last reply Reply Quote 0
        • LilAngL
          LilAng @wrx7m
          last edited by

          @wrx7m said in What Are You Doing Right Now:

          @tech1 said in What Are You Doing Right Now:

          @wrx7m said in What Are You Doing Right Now:

          @tech1 said in What Are You Doing Right Now:

          wondering why it's so hot outside

          Southern California?

          Utah 😞

          Oh. So your idea of warm in January is like 40. It was in the mid 80s last weekend in Southern California.

          Lol yea, it's spring already

          1 Reply Last reply Reply Quote 0
          • LilAngL
            LilAng @black3dynamite
            last edited by

            @black3dynamite said in What Are You Doing Right Now:

            @tech1 said in What Are You Doing Right Now:

            @wrx7m said in What Are You Doing Right Now:

            @tech1 said in What Are You Doing Right Now:

            wondering why it's so hot outside

            Southern California?

            Utah 😞

            Just you wait, it will suddenly go from warm to freezing cold out of nowhere.

            True! Its been a weird winter though haha

            1 Reply Last reply Reply Quote 0
            • EddieJenningsE
              EddieJennings @bigbear
              last edited by

              @bigbear said in What Are You Doing Right Now:

              Did you ever come up with a solution for the mobile app stuff?

              I did not. We're going to add external users in phases, which will give me a chance to see widespread issues may be.

              1 Reply Last reply Reply Quote 0
              • scottalanmillerS
                scottalanmiller
                last edited by

                About to head out and do some out of the office work.

                1 Reply Last reply Reply Quote 0
                • hobbit666H
                  hobbit666
                  last edited by

                  On the way home.
                  Also thinking about setting up a unms docker thingy and test with two switches I have by my desk ready to deploy to a site at some point

                  1 Reply Last reply Reply Quote 0
                  • ObsolesceO
                    Obsolesce
                    last edited by Obsolesce

                    Finally completed a top level overview of the existing backup structure of the company, with added short-term goals "using current near-zero-budget and existing hardware and software"... with nice easy to read maps.

                    It's ugly, but improving, and much better than it was 😉

                    1 Reply Last reply Reply Quote 1
                    • ObsolesceO
                      Obsolesce
                      last edited by

                      Lots of stuff still going directly to tape and that's it.... working on that next.

                      1 Reply Last reply Reply Quote 0
                      • brandon220B
                        brandon220
                        last edited by

                        I learned something very valuable last night - don't let Fedora server partition disks automatically. I set up a Nextcloud instance with a 3Tb disk. Fedora automatically set up the /root as 15Gb and left the rest in Never Never Land. I was going to use Gparted and move the partition but just started over. Sad part is I didn't check it sooner. I already exported and moved to another host. Lesson learned.

                        ObsolesceO travisdh1T black3dynamiteB 3 Replies Last reply Reply Quote 0
                        • ObsolesceO
                          Obsolesce @brandon220
                          last edited by

                          @brandon220 said in What Are You Doing Right Now:

                          I learned something very valuable last night - don't let Fedora server partition disks automatically. I set up a Nextcloud instance with a 3Tb disk. Fedora automatically set up the /root as 15Gb and left the rest in Never Never Land. I was going to use Gparted and move the partition but just started over. Sad part is I didn't check it sooner. I already exported and moved to another host. Lesson learned.

                          It uses LVM by default... so it's super easy to increase that 15GB to whatever you want.... you don't need gparted, you use the built-in LVM commands.

                          1 Reply Last reply Reply Quote 0
                          • travisdh1T
                            travisdh1 @brandon220
                            last edited by

                            @brandon220 said in What Are You Doing Right Now:

                            I learned something very valuable last night - don't let Fedora server partition disks automatically. I set up a Nextcloud instance with a 3Tb disk. Fedora automatically set up the /root as 15Gb and left the rest in Never Never Land. I was going to use Gparted and move the partition but just started over. Sad part is I didn't check it sooner. I already exported and moved to another host. Lesson learned.

                            But this is a good thing. You can assign all that unused space somewhere outside of the /var/www/html/nextcloud directory like /data.

                            Do you need a refresher on using LVM? I bet that space has already been assigned a Volume Group.

                            1 Reply Last reply Reply Quote 0
                            • brandon220B
                              brandon220
                              last edited by

                              It showed the 2.91Tb as a drive if you looked with the parted command in Fedora but if you df-h it just showed / as 15Gb. I got so used to using Ubuntu for everything and have slowly been migrating away to Fedora. I am no expert and will be the first to admit it.

                              travisdh1T 1 Reply Last reply Reply Quote 0
                              • travisdh1T
                                travisdh1 @brandon220
                                last edited by

                                @brandon220 said in What Are You Doing Right Now:

                                It showed the 2.91Tb as a drive if you looked with the parted command in Fedora but if you df-h it just showed / as 15Gb. I got so used to using Ubuntu for everything and have slowly been migrating away to Fedora. I am no expert and will be the first to admit it.

                                Take a look at vgdisplay. I'm betting there is a lot of space available that you can use.

                                IE:

                                lvcreate -l 95%FREE -n "new_lv_name" vgname_from_vgdisplay
                                mkfs.xfs /dev/vg_name_from_vgdisplay/new_lv_name
                                
                                1 Reply Last reply Reply Quote 1
                                • ObsolesceO
                                  Obsolesce
                                  last edited by

                                  0_1516309295119_9ff45270-581c-42f4-9973-d8bb2d8984d7-image.png

                                  lvdisplay

                                  Do a lvextend --help. Lots of options!

                                  Same with VG:
                                  0_1516309373129_5243dfd9-8805-4c81-83d5-6219bdb84b65-image.png

                                  travisdh1T 1 Reply Last reply Reply Quote 2
                                  • travisdh1T
                                    travisdh1 @Obsolesce
                                    last edited by

                                    @tim_g said in What Are You Doing Right Now:

                                    0_1516309295119_9ff45270-581c-42f4-9973-d8bb2d8984d7-image.png

                                    lvdisplay

                                    Do a lvextend --help. Lots of options!

                                    Same with VG:
                                    0_1516309373129_5243dfd9-8805-4c81-83d5-6219bdb84b65-image.png

                                    I didn't recommend lvextend, just because with Nextcloud I think it's better to separate the system from your data storage. At least makes managing things like backups of the data easier anyway.

                                    1 Reply Last reply Reply Quote 0
                                    • black3dynamiteB
                                      black3dynamite @brandon220
                                      last edited by

                                      @brandon220 said in What Are You Doing Right Now:

                                      I learned something very valuable last night - don't let Fedora server partition disks automatically. I set up a Nextcloud instance with a 3Tb disk. Fedora automatically set up the /root as 15Gb and left the rest in Never Never Land. I was going to use Gparted and move the partition but just started over. Sad part is I didn't check it sooner. I already exported and moved to another host. Lesson learned.

                                      You normally should have a dedicated disk for nextcloud data anyway.

                                      brandon220B 1 Reply Last reply Reply Quote 1
                                      • ObsolesceO
                                        Obsolesce
                                        last edited by

                                        Yeah, then just do that then.

                                        No reason to reinstall.

                                        1 Reply Last reply Reply Quote 0
                                        • black3dynamiteB
                                          black3dynamite
                                          last edited by black3dynamite

                                          Finished a Airtame demo call. It doesn't say on there website, but instead of 30 day free trial, we have a 60 day trial since we are an Educational institution.

                                          1 Reply Last reply Reply Quote 1
                                          • brandon220B
                                            brandon220 @black3dynamite
                                            last edited by

                                            @black3dynamite Seems like everyone leaves the data in the default location. I can't recall anyone moving it outside of /var/www/html/nextcloud/data on most things i have read including @JaredBusch guides.

                                            JaredBuschJ black3dynamiteB 2 Replies Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 4440
                                            • 4441
                                            • 4442
                                            • 4443
                                            • 4444
                                            • 4443 / 4444
                                            • First post
                                              Last post