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

    What Are You Doing Right Now

    Water Closet
    time waster
    285
    88.9k
    41.4m
    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.
    • 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
                          • thwrT
                            thwr @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?

                            Isn't Xen running on top of some Linux kernel? Something like rsyslog should do the job just fine in this case.

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

                              @thwr said in What Are You Doing Right Now:

                              @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?

                              Isn't Xen running on top of some Linux kernel? Something like rsyslog should do the job just fine in this case.

                              The LOGGING of XenServer is running on CentOS, Xen itself runs right on the bare metal.

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

                                In theory someone tried the syslog redirection and it failed.

                                BRRABillB 1 Reply Last reply Reply Quote 0
                                • BRRABillB
                                  BRRABill @scottalanmiller
                                  last edited by

                                  @scottalanmiller said

                                  In theory someone tried the syslog redirection and it failed.

                                  Someone, someone.

                                  I'd love to get some more info on this. It's been bugging me for some time now.

                                  Can we start a thread for it?

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

                                    @scottalanmiller said in What Are You Doing Right Now:

                                    @thwr said in What Are You Doing Right Now:

                                    @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?

                                    Isn't Xen running on top of some Linux kernel? Something like rsyslog should do the job just fine in this case.

                                    The LOGGING of XenServer is running on CentOS, Xen itself runs right on the bare metal.

                                    Ah sure, Xen is a Type 1 hypervisor... stupid me

                                    1 Reply Last reply Reply Quote 0
                                    • BRRABillB
                                      BRRABill @BRRABill
                                      last edited by

                                      @BRRABill said

                                      Can we start a thread for it?

                                      Preferably sooner than later before my USB burns out? 🙂

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

                                        Just hit random on my MP3 folder.....listen to some tunes before home time (in 10mins)

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

                                          I'm wondering if this is true...

                                          http://fossbytes.com/rip-debian-linux-founder-ian-murdock-dies-probable-suicide-twitter/

                                          Has anybody else heard about this?

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

                                            @hobbit666 said in What Are You Doing Right Now:

                                            Just hit random on my MP3 folder.....listen to some tunes before home time (in 10mins)

                                            Harrrr... You are on GMT, right? I'm already at home. Sad thing is, I'll be at work on Monday one hour before you 😉

                                            hobbit666H 1 Reply Last reply Reply Quote 1
                                            • 1
                                            • 2
                                            • 4439
                                            • 4440
                                            • 4441
                                            • 4442
                                            • 4443
                                            • 4444
                                            • 4441 / 4444
                                            • First post
                                              Last post