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

    What Are You Doing Right Now

    Water Closet
    time waster
    285
    88.9k
    41.3m
    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.
    • scottalanmillerS
      scottalanmiller
      last edited by

      I've got a Ubiquiti EdgeRouter X to set up for @SonshineAcres tonight.

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

        New ML ads are up. Bottom ad rotates now as well.

        1 Reply Last reply Reply Quote 2
        • RojoLocoR
          RojoLoco
          last edited by

          Wow, France is pwning the Germans...

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

            Got the new router up and running and it is quite the improvement.

            1 Reply Last reply Reply Quote 0
            • thwrT
              thwr @RojoLoco
              last edited by

              @RojoLoco said in What Are You Doing Right Now:

              Wow, France is pwning the Germans...

              Not a problem at all. Will be much quieter here, no more fireworks, no more honking car parades, lesser drunks on the streets...

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

                Okay people, it is 3am here and I am heading to bed. See y'all tomorrow.

                thwrT 1 Reply Last reply Reply Quote 0
                • thwrT
                  thwr @scottalanmiller
                  last edited by

                  @scottalanmiller good night, I'm en route to work right now (8:47am)

                  1 Reply Last reply Reply Quote 1
                  • dafyreD
                    dafyre
                    last edited by

                    It's 8:30AM EST... Dull and early for me. Nothing bright in this boy until at least lunch time.

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

                      It is a dreary but hot and muggy day in NY too.

                      1 Reply Last reply Reply Quote 0
                      • thwrT
                        thwr
                        last edited by

                        And another micro SD card (in a RPi3) is going the way of all mortal beings... :cross:

                        Began with some cryptic error from dpkg which turned out to be a filesystem warning (structure needs cleaning), did an fsck and now the card is dead. Still booting up to some point until it starts to complain about bad ELF headers 😉

                        SD cards for operating systems are such a bad idea... I'm thinking about just using cheap SD cards in the future which will hold /boot, everything else will be on a USB thumb drive. Or I will use another platform in the future, Banana Pi for example is a far superior platform overall: SATA, NIC not attached via USB 2, WiFi onboard...

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

                          @thwr said in What Are You Doing Right Now:

                          And another micro SD card (in a RPi3) is going the way of all mortal beings... :cross:

                          Began with some cryptic error from dpkg which turned out to be a filesystem warning (structure needs cleaning), did an fsck and now the card is dead. Still booting up to some point until it starts to complain about bad ELF headers 😉

                          SD cards for operating systems are such a bad idea... I'm thinking about just using cheap SD cards in the future which will hold /boot, everything else will be on a USB thumb drive. Or I will use another platform in the future, Banana Pi for example is a far superior platform overall: SATA, NIC not attached via USB 2, WiFi onboard...

                          SD cards are generally fine or even great of OSes. But you can't be writing to them, especially for logging. If you make sure that you are using an OS designed for this kind of use (a Live one) or you modify one for this use, they are very reliable.

                          thwrT 1 Reply Last reply Reply Quote 1
                          • thwrT
                            thwr @scottalanmiller
                            last edited by

                            @scottalanmiller said in What Are You Doing Right Now:

                            @thwr said in What Are You Doing Right Now:

                            And another micro SD card (in a RPi3) is going the way of all mortal beings... :cross:

                            Began with some cryptic error from dpkg which turned out to be a filesystem warning (structure needs cleaning), did an fsck and now the card is dead. Still booting up to some point until it starts to complain about bad ELF headers 😉

                            SD cards for operating systems are such a bad idea... I'm thinking about just using cheap SD cards in the future which will hold /boot, everything else will be on a USB thumb drive. Or I will use another platform in the future, Banana Pi for example is a far superior platform overall: SATA, NIC not attached via USB 2, WiFi onboard...

                            SD cards are generally fine or even great of OSes. But you can't be writing to them, especially for logging. If you make sure that you are using an OS designed for this kind of use (a Live one) or you modify one for this use, they are very reliable.

                            Sure, they are fine for readonly access. I think I will build something myself, unionfs based maybe (or some successor).

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

                              @thwr said in What Are You Doing Right Now:

                              @scottalanmiller said in What Are You Doing Right Now:

                              @thwr said in What Are You Doing Right Now:

                              And another micro SD card (in a RPi3) is going the way of all mortal beings... :cross:

                              Began with some cryptic error from dpkg which turned out to be a filesystem warning (structure needs cleaning), did an fsck and now the card is dead. Still booting up to some point until it starts to complain about bad ELF headers 😉

                              SD cards for operating systems are such a bad idea... I'm thinking about just using cheap SD cards in the future which will hold /boot, everything else will be on a USB thumb drive. Or I will use another platform in the future, Banana Pi for example is a far superior platform overall: SATA, NIC not attached via USB 2, WiFi onboard...

                              SD cards are generally fine or even great of OSes. But you can't be writing to them, especially for logging. If you make sure that you are using an OS designed for this kind of use (a Live one) or you modify one for this use, they are very reliable.

                              Sure, they are fine for readonly access. I think I will build something myself, unionfs based maybe (or some successor).

                              Yup, which is how things being installed to them should be. Same as running off of a LiveCD or LiveDVD which are not even writeable.

                              dafyreD 1 Reply Last reply Reply Quote 1
                              • dafyreD
                                dafyre @scottalanmiller
                                last edited by

                                @scottalanmiller said in What Are You Doing Right Now:

                                @thwr said in What Are You Doing Right Now:

                                @scottalanmiller said in What Are You Doing Right Now:

                                @thwr said in What Are You Doing Right Now:

                                And another micro SD card (in a RPi3) is going the way of all mortal beings... :cross:

                                Began with some cryptic error from dpkg which turned out to be a filesystem warning (structure needs cleaning), did an fsck and now the card is dead. Still booting up to some point until it starts to complain about bad ELF headers 😉

                                SD cards for operating systems are such a bad idea... I'm thinking about just using cheap SD cards in the future which will hold /boot, everything else will be on a USB thumb drive. Or I will use another platform in the future, Banana Pi for example is a far superior platform overall: SATA, NIC not attached via USB 2, WiFi onboard...

                                SD cards are generally fine or even great of OSes. But you can't be writing to them, especially for logging. If you make sure that you are using an OS designed for this kind of use (a Live one) or you modify one for this use, they are very reliable.

                                Sure, they are fine for readonly access. I think I will build something myself, unionfs based maybe (or some successor).

                                Yup, which is how things being installed to them should be. Same as running off of a LiveCD or LiveDVD which are not even writeable.

                                But he was trying to install XenServer... Isn't that one of the Hypervisors that everybody has been telling us should be run from an SD card? ... I wonder if it could be an issue with XS7?

                                DustinB3403D scottalanmillerS 2 Replies Last reply Reply Quote 0
                                • DustinB3403D
                                  DustinB3403 @dafyre
                                  last edited by

                                  @dafyre said in What Are You Doing Right Now:

                                  @scottalanmiller said in What Are You Doing Right Now:

                                  @thwr said in What Are You Doing Right Now:

                                  @scottalanmiller said in What Are You Doing Right Now:

                                  @thwr said in What Are You Doing Right Now:

                                  And another micro SD card (in a RPi3) is going the way of all mortal beings... :cross:

                                  Began with some cryptic error from dpkg which turned out to be a filesystem warning (structure needs cleaning), did an fsck and now the card is dead. Still booting up to some point until it starts to complain about bad ELF headers 😉

                                  SD cards for operating systems are such a bad idea... I'm thinking about just using cheap SD cards in the future which will hold /boot, everything else will be on a USB thumb drive. Or I will use another platform in the future, Banana Pi for example is a far superior platform overall: SATA, NIC not attached via USB 2, WiFi onboard...

                                  SD cards are generally fine or even great of OSes. But you can't be writing to them, especially for logging. If you make sure that you are using an OS designed for this kind of use (a Live one) or you modify one for this use, they are very reliable.

                                  Sure, they are fine for readonly access. I think I will build something myself, unionfs based maybe (or some successor).

                                  Yup, which is how things being installed to them should be. Same as running off of a LiveCD or LiveDVD which are not even writeable.

                                  But he was trying to install XenServer... Isn't that one of the Hypervisors that everybody has been telling us should be run from an SD card? ... I wonder if it could be an issue with XS7?

                                  It could be that XS7 isn't supported on that hardware platform.

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

                                    @dafyre said in What Are You Doing Right Now:

                                    @scottalanmiller said in What Are You Doing Right Now:

                                    @thwr said in What Are You Doing Right Now:

                                    @scottalanmiller said in What Are You Doing Right Now:

                                    @thwr said in What Are You Doing Right Now:

                                    And another micro SD card (in a RPi3) is going the way of all mortal beings... :cross:

                                    Began with some cryptic error from dpkg which turned out to be a filesystem warning (structure needs cleaning), did an fsck and now the card is dead. Still booting up to some point until it starts to complain about bad ELF headers 😉

                                    SD cards for operating systems are such a bad idea... I'm thinking about just using cheap SD cards in the future which will hold /boot, everything else will be on a USB thumb drive. Or I will use another platform in the future, Banana Pi for example is a far superior platform overall: SATA, NIC not attached via USB 2, WiFi onboard...

                                    SD cards are generally fine or even great of OSes. But you can't be writing to them, especially for logging. If you make sure that you are using an OS designed for this kind of use (a Live one) or you modify one for this use, they are very reliable.

                                    Sure, they are fine for readonly access. I think I will build something myself, unionfs based maybe (or some successor).

                                    Yup, which is how things being installed to them should be. Same as running off of a LiveCD or LiveDVD which are not even writeable.

                                    But he was trying to install XenServer... Isn't that one of the Hypervisors that everybody has been telling us should be run from an SD card? ... I wonder if it could be an issue with XS7?

                                    Yes BUT requires that you modify it so as not to write locally. You can't skip that part.

                                    dafyreD 1 Reply Last reply Reply Quote 0
                                    • dafyreD
                                      dafyre @scottalanmiller
                                      last edited by

                                      @scottalanmiller said in What Are You Doing Right Now:

                                      @dafyre said in What Are You Doing Right Now:

                                      @scottalanmiller said in What Are You Doing Right Now:

                                      @thwr said in What Are You Doing Right Now:

                                      @scottalanmiller said in What Are You Doing Right Now:

                                      @thwr said in What Are You Doing Right Now:

                                      And another micro SD card (in a RPi3) is going the way of all mortal beings... :cross:

                                      Began with some cryptic error from dpkg which turned out to be a filesystem warning (structure needs cleaning), did an fsck and now the card is dead. Still booting up to some point until it starts to complain about bad ELF headers 😉

                                      SD cards for operating systems are such a bad idea... I'm thinking about just using cheap SD cards in the future which will hold /boot, everything else will be on a USB thumb drive. Or I will use another platform in the future, Banana Pi for example is a far superior platform overall: SATA, NIC not attached via USB 2, WiFi onboard...

                                      SD cards are generally fine or even great of OSes. But you can't be writing to them, especially for logging. If you make sure that you are using an OS designed for this kind of use (a Live one) or you modify one for this use, they are very reliable.

                                      Sure, they are fine for readonly access. I think I will build something myself, unionfs based maybe (or some successor).

                                      Yup, which is how things being installed to them should be. Same as running off of a LiveCD or LiveDVD which are not even writeable.

                                      But he was trying to install XenServer... Isn't that one of the Hypervisors that everybody has been telling us should be run from an SD card? ... I wonder if it could be an issue with XS7?

                                      Yes BUT requires that you modify it so as not to write locally. You can't skip that part.

                                      I was under the impression that XS takes that into account when installing to SD, etc.

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

                                        @dafyre said in What Are You Doing Right Now:

                                        @scottalanmiller said in What Are You Doing Right Now:

                                        @dafyre said in What Are You Doing Right Now:

                                        @scottalanmiller said in What Are You Doing Right Now:

                                        @thwr said in What Are You Doing Right Now:

                                        @scottalanmiller said in What Are You Doing Right Now:

                                        @thwr said in What Are You Doing Right Now:

                                        And another micro SD card (in a RPi3) is going the way of all mortal beings... :cross:

                                        Began with some cryptic error from dpkg which turned out to be a filesystem warning (structure needs cleaning), did an fsck and now the card is dead. Still booting up to some point until it starts to complain about bad ELF headers 😉

                                        SD cards for operating systems are such a bad idea... I'm thinking about just using cheap SD cards in the future which will hold /boot, everything else will be on a USB thumb drive. Or I will use another platform in the future, Banana Pi for example is a far superior platform overall: SATA, NIC not attached via USB 2, WiFi onboard...

                                        SD cards are generally fine or even great of OSes. But you can't be writing to them, especially for logging. If you make sure that you are using an OS designed for this kind of use (a Live one) or you modify one for this use, they are very reliable.

                                        Sure, they are fine for readonly access. I think I will build something myself, unionfs based maybe (or some successor).

                                        Yup, which is how things being installed to them should be. Same as running off of a LiveCD or LiveDVD which are not even writeable.

                                        But he was trying to install XenServer... Isn't that one of the Hypervisors that everybody has been telling us should be run from an SD card? ... I wonder if it could be an issue with XS7?

                                        Yes BUT requires that you modify it so as not to write locally. You can't skip that part.

                                        I was under the impression that XS takes that into account when installing to SD, etc.

                                        Nope

                                        DustinB3403D 1 Reply Last reply Reply Quote 0
                                        • DustinB3403D
                                          DustinB3403 @scottalanmiller
                                          last edited by

                                          @scottalanmiller said in What Are You Doing Right Now:

                                          @dafyre said in What Are You Doing Right Now:

                                          @scottalanmiller said in What Are You Doing Right Now:

                                          @dafyre said in What Are You Doing Right Now:

                                          @scottalanmiller said in What Are You Doing Right Now:

                                          @thwr said in What Are You Doing Right Now:

                                          @scottalanmiller said in What Are You Doing Right Now:

                                          @thwr said in What Are You Doing Right Now:

                                          And another micro SD card (in a RPi3) is going the way of all mortal beings... :cross:

                                          Began with some cryptic error from dpkg which turned out to be a filesystem warning (structure needs cleaning), did an fsck and now the card is dead. Still booting up to some point until it starts to complain about bad ELF headers 😉

                                          SD cards for operating systems are such a bad idea... I'm thinking about just using cheap SD cards in the future which will hold /boot, everything else will be on a USB thumb drive. Or I will use another platform in the future, Banana Pi for example is a far superior platform overall: SATA, NIC not attached via USB 2, WiFi onboard...

                                          SD cards are generally fine or even great of OSes. But you can't be writing to them, especially for logging. If you make sure that you are using an OS designed for this kind of use (a Live one) or you modify one for this use, they are very reliable.

                                          Sure, they are fine for readonly access. I think I will build something myself, unionfs based maybe (or some successor).

                                          Yup, which is how things being installed to them should be. Same as running off of a LiveCD or LiveDVD which are not even writeable.

                                          But he was trying to install XenServer... Isn't that one of the Hypervisors that everybody has been telling us should be run from an SD card? ... I wonder if it could be an issue with XS7?

                                          Yes BUT requires that you modify it so as not to write locally. You can't skip that part.

                                          I was under the impression that XS takes that into account when installing to SD, etc.

                                          Nope

                                          So the question is @scottalanmiller when are we going to see a guide on how to easily redirect all logging to a remote location?

                                          scottalanmillerS thwrT 2 Replies Last reply Reply Quote 1
                                          • scottalanmillerS
                                            scottalanmiller @DustinB3403
                                            last edited by

                                            @DustinB3403 said in What Are You Doing Right Now:

                                            @scottalanmiller said in What Are You Doing Right Now:

                                            @dafyre said in What Are You Doing Right Now:

                                            @scottalanmiller said in What Are You Doing Right Now:

                                            @dafyre said in What Are You Doing Right Now:

                                            @scottalanmiller said in What Are You Doing Right Now:

                                            @thwr said in What Are You Doing Right Now:

                                            @scottalanmiller said in What Are You Doing Right Now:

                                            @thwr said in What Are You Doing Right Now:

                                            And another micro SD card (in a RPi3) is going the way of all mortal beings... :cross:

                                            Began with some cryptic error from dpkg which turned out to be a filesystem warning (structure needs cleaning), did an fsck and now the card is dead. Still booting up to some point until it starts to complain about bad ELF headers 😉

                                            SD cards for operating systems are such a bad idea... I'm thinking about just using cheap SD cards in the future which will hold /boot, everything else will be on a USB thumb drive. Or I will use another platform in the future, Banana Pi for example is a far superior platform overall: SATA, NIC not attached via USB 2, WiFi onboard...

                                            SD cards are generally fine or even great of OSes. But you can't be writing to them, especially for logging. If you make sure that you are using an OS designed for this kind of use (a Live one) or you modify one for this use, they are very reliable.

                                            Sure, they are fine for readonly access. I think I will build something myself, unionfs based maybe (or some successor).

                                            Yup, which is how things being installed to them should be. Same as running off of a LiveCD or LiveDVD which are not even writeable.

                                            But he was trying to install XenServer... Isn't that one of the Hypervisors that everybody has been telling us should be run from an SD card? ... I wonder if it could be an issue with XS7?

                                            Yes BUT requires that you modify it so as not to write locally. You can't skip that part.

                                            I was under the impression that XS takes that into account when installing to SD, etc.

                                            Nope

                                            So the question is @scottalanmiller when are we going to see a guide on how to easily redirect all logging to a remote location?

                                            Well the lab came online last night, so these things are much more possible now.

                                            1 Reply Last reply Reply Quote 3
                                            • 1
                                            • 2
                                            • 1216
                                            • 1217
                                            • 1218
                                            • 1219
                                            • 1220
                                            • 4443
                                            • 4444
                                            • 1218 / 4444
                                            • First post
                                              Last post