What Are You Doing Right Now
-
Just arrived at my dad's.
-
@DustinB3403 said in What Are You Doing Right Now:
I'm livid at the moment and in complete disbelief that I have to explain the difference between scheduled down time, and downtime.
How one is "you plan for it to take X long, if it's shorter great. If the full length no one gives a crap."
The other is "our systems are down at unplanned time, fix it quickly"
Rename them "maintenance window" and "outage."
-
I've got a Ubiquiti EdgeRouter X to set up for @SonshineAcres tonight.
-
New ML ads are up. Bottom ad rotates now as well.
-
Wow, France is pwning the Germans...
-
Got the new router up and running and it is quite the improvement.
-
@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...
-
Okay people, it is 3am here and I am heading to bed. See y'all tomorrow.
-
@scottalanmiller good night, I'm en route to work right now (8:47am)
-
It's 8:30AM EST... Dull and early for me. Nothing bright in this boy until at least lunch time.
-
It is a dreary but hot and muggy day in NY too.
-
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...
-
@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.
-
@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).
-
@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.
-
@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?
-
@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.
-
@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.
-
@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.
-
@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