Page 85 of 98 FirstFirst ... 3575838485868795 ... LastLast
Results 841 to 850 of 978

Thread: Inspired

  1. #841
    Join Date
    Feb 2011
    Location
    Coquitlam, B.C. Canada
    Beans
    3,521
    Distro
    Ubuntu Development Release

    Re: Inspired

    I put in these flags:
    Code:
    #### MAIN
    ########################################################################
    ## PreProcessing
    CheckArgs    # Check external arguments: [<ScriptName> arg1]
    CheckRoot    # Check if ran as root
    CheckTypeError
    #CheckPath ## <-- This currently breaks CheckPrerequisites()
    CheckPrerequisites
    ## Report
    UserInput
    echo "after UserInput"
    MessageWait
    echo "after 1st MessageWait"
    Writer less | \
        less -R    # writing to less
    ## Post processing
    echo "after Writer less"
    MessageWait
    echo "after 2nd MessageWait"
    RmOldReport
    And got this:
    Code:
    after UserInput
    Processing Report. This may take about 30 seconds....
    
    after 1st MessageWait
    after Writer less
    Processing Report. This may take about 30 seconds....
    after Writer less
    Processing Report. This may take about 30 seconds....
    
    after 2nd MessageWait
    No snaps are installed yet. Try 'snap install hello-world'.
    The result is stored in '/home/doug/system-info.txt'
     Sensitive data is [REMOVED] from the report file
    Do you want to upload the report file to a pastebin? (y/N) n
    'system-info.txt' is larger than 19.5kB. (20675 bytes)
    
    If you want to attach to a post on Ubuntu Forums as an attachment,
    you will need to compress the report.
    
    Would you like to archive the report? <y/N> n
    Press any key to continue
    I do not understand the code in that area, but at least we know where to look.
    (Oh, I added the extra ... to the message. Just checking cause and effect.)
    Any follow-up information on your issue would be appreciated. Please have the courtesy to report back.

  2. #842
    Join Date
    Mar 2010
    Location
    USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Inspired

    I spun up a Rolling Rhino 22.04 (which 1fallen reported that on). The installer didn't like ZFS and/or encryption during the install and would get a fatal error. I figured those options would slow down the results, but it wouldn't let me install with those options.
    https://termbin.com/8i3v

    2 seconds on processing during the second run of Writer(). The first run of the 'eyes only' less viewing was immediate to the screen. That was on a VM... That should be slower than metal. I guess I don't understand the delay with 1fallen's results. I can't replicate it so far.
    Last edited by MAFoElffen; November 27th, 2022 at 08:40 PM.

    "Concurrent coexistence of Windows, Linux and UNIX..." || Ubuntu user # 33563, Linux user # 533637
    Sticky: Graphics Resolution | UbuntuForums 'system-info' Script | Posting Guidelines | Code Tags

  3. #843
    Join Date
    Aug 2016
    Location
    Wandering
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Inspired

    Quote Originally Posted by MAFoElffen View Post
    I spun up a Rolling Rhino 22.04 (which 1fallen reported that on). The installer didn't like ZFS and/or encryption during the install and would get a fatal error. I figured those options would slow down the results, but it wouldn't let me install with those options.

    2 seconds on processing during the second run of Writer(). The first run of the 'eyes only' less viewing was immediate to the screen. That was on a VM... That should be slower than metal. I guess I don't understand the delay with 1fallen's results. I can't replicate it so far.
    I posted this: https://ubuntuforums.org/showthread....2#post14120432 it talks about zfs and encryption.
    I can confirm in KVM it runs just fine, see below.
    I'm running it right now I've had about 95 updates in two days time, let's(I'll) check now again.
    EDIT: Still had a 20 sec delay, but I'd call that good.
    Last edited by 1fallen; November 27th, 2022 at 08:48 PM.
    With realization of one's own potential and self-confidence in one's ability, one can build a better world.
    Dalai Lama>>
    Code Tags | System-info | Forum Guide lines | Arch Linux, Debian Unstable, FreeBSD

  4. #844
    Join Date
    Aug 2016
    Location
    Wandering
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Inspired

    BTW that seemed a ton faster for this test bed.
    I guess I should include what was seen;
    Code:
    Processing Report. This may take about 30 seconds.
    
    Processing Report. This may take about 30 seconds.
    
    The result is stored in '/home/me/system-info.txt'
     Sensitive data is [REMOVED] from the report file 
    Do you want to upload the report file to a pastebin? (y/N) y
    Uploading '/home/me/system-info.txt' to 'a pastebin (URL depends on the method used).'
    This may take 1-2 minutes...
    
            - Upload successful 
    
    The link to the pastebin is saved in: '/home/me/system-info-link.log'
    View at: https://termbin.com/e5g3
    Last edited by 1fallen; November 27th, 2022 at 09:04 PM.
    With realization of one's own potential and self-confidence in one's ability, one can build a better world.
    Dalai Lama>>
    Code Tags | System-info | Forum Guide lines | Arch Linux, Debian Unstable, FreeBSD

  5. #845
    Join Date
    Mar 2010
    Location
    USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Inspired

    Called it good and pushed the changes to STABLE.

    On 23.04 Lunar Lobster: https://termbin.com/j7ka

    Tested with the -r startup option to refresh/update the script in place.
    Last edited by MAFoElffen; November 27th, 2022 at 11:27 PM.

    "Concurrent coexistence of Windows, Linux and UNIX..." || Ubuntu user # 33563, Linux user # 533637
    Sticky: Graphics Resolution | UbuntuForums 'system-info' Script | Posting Guidelines | Code Tags

  6. #846
    Join Date
    Aug 2016
    Location
    Wandering
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Inspired

    +1 And just look at you go:
    Code:
    ------------------ SMBIOS Information from '/sys/class/dmi/id/' 
    Bios Vendor:         EFI Development Kit II / OVMF
    Bios Version:        0.0.0
    Bios Release:        0.0
    
    Current boot mode:   UEFI Firmware mode
       --- SecureBoot Status from 'mokutil':
    SecureBoot enabled
    Last edited by 1fallen; November 27th, 2022 at 11:44 PM.
    With realization of one's own potential and self-confidence in one's ability, one can build a better world.
    Dalai Lama>>
    Code Tags | System-info | Forum Guide lines | Arch Linux, Debian Unstable, FreeBSD

  7. #847
    Join Date
    Mar 2010
    Location
    USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Inspired

    Quote Originally Posted by 1fallen View Post
    +1 And just look at you go:
    Code:
    ------------------ SMBIOS Information from '/sys/class/dmi/id/' 
    Bios Vendor:         EFI Development Kit II / OVMF
    Bios Version:        0.0.0
    Bios Release:        0.0
    
    Current boot mode:   UEFI Firmware mode
       --- SecureBoot Status from 'mokutil':
    SecureBoot enabled
    Living on the edge...LOL Just to see if I can stir things up with SecureBoot enabled.

    That is with:
    Code:
    mafoelffen@Mikes-B460M:~$ libvirtd --version
    libvirtd (libvirt) 8.0.0
    mafoelffen@Mikes-B460M:~$ kvm -version
    QEMU emulator version 6.2.0 (Debian 1:6.2+dfsg-2ubuntu6.5)
    Copyright (c) 2003-2021 Fabrice Bellard and the QEMU Project developers

    "Concurrent coexistence of Windows, Linux and UNIX..." || Ubuntu user # 33563, Linux user # 533637
    Sticky: Graphics Resolution | UbuntuForums 'system-info' Script | Posting Guidelines | Code Tags

  8. #848
    Join Date
    Aug 2016
    Location
    Wandering
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Inspired

    Quote Originally Posted by MAFoElffen View Post
    Living on the edge...LOL Just to see if I can stir things up with SecureBoot enabled.

    That is with:
    Code:
    mafoelffen@Mikes-B460M:~$ libvirtd --version
    libvirtd (libvirt) 8.0.0
    mafoelffen@Mikes-B460M:~$ kvm -version
    QEMU emulator version 6.2.0 (Debian 1:6.2+dfsg-2ubuntu6.5)
    Copyright (c) 2003-2021 Fabrice Bellard and the QEMU Project developers
    I like it, but I spent some time with whimpy (Martin) and now see what I've been up to: View at: https://paste.ubuntu.com/p/Ss8FNZ9r4Z/
    I got warn ya your going to have to roll-up your sleeves, cause it's going to get messy...
    Code:
     Active apt repos in: /etc/apt/sources.list
        1: deb http://us.archive.ubuntu.com/ubuntu/ devel main restricted
        2: deb http://us.archive.ubuntu.com/ubuntu/ devel-updates main restricted
        3: deb http://us.archive.ubuntu.com/ubuntu/ devel universe
        4: deb http://us.archive.ubuntu.com/ubuntu/ devel-updates universe
        5: deb http://us.archive.ubuntu.com/ubuntu/ devel multiverse
        6: deb http://us.archive.ubuntu.com/ubuntu/ devel-updates multiverse
        7: deb http://us.archive.ubuntu.com/ubuntu/ devel-backports main restricted universe multiverse
        8: deb http://security.ubuntu.com/ubuntu devel-security main restricted
        9: deb http://security.ubuntu.com/ubuntu devel-security universe
        10: deb http://security.ubuntu.com/ubuntu devel-security multiverse
      Active apt repos in: /etc/apt/sources.list.d/eddie.website.list
        1: deb http://eddie.website/repository/apt stable main
      Active apt repos in: /etc/apt/sources.list.d/jonaski-ubuntu-strawberry-jammy.list
        1: deb https://ppa.launchpadcontent.net/jonaski/strawberry/ubuntu/ jammy main
      Active apt repos in: /etc/apt/sources.list.d/nala-sources.list
        1: deb https://mirror.vcu.edu/pub/gnu+linux/ubuntu/ jammy main restricted universe multiverse
        2: deb http://ubuntu.mirrors.pair.com/archive/ jammy main restricted universe multiverse
      Active apt repos in: /etc/apt/sources.list.d/nordvpn.list
        1: deb https://repo.nordvpn.com//deb/nordvpn/debian stable main
      Active apt repos in: /etc/apt/sources.list.d/sublime-text.list
        1: deb https://download.sublimetext.com/ apt/stable/
      Active apt repos in: /etc/apt/sources.list.d/ubuntuhandbook1-ubuntu-conkymanager2-jammy.list
        1: deb https://ppa.launchpadcontent.net/ubuntuhandbook1/conkymanager2/ubuntu/ jammy main
      Active apt repos in: /etc/apt/sources.list.d/volian-archive-scar-unstable.list
        1: deb [arch=amd64,arm64,armhf] http://deb.volian.org/volian/ scar main
    And
    Code:
    cat /etc/os-release
    PRETTY_NAME="Ubuntu Lunar Lobster (development branch)"
    NAME="Ubuntu"
    VERSION_ID="23.04"
    VERSION="23.04 (Lunar Lobster)"
    VERSION_CODENAME=lunar
    ID=ubuntu
    ID_LIKE=debian
    HOME_URL="https://www.ubuntu.com/"
    SUPPORT_URL="https://help.ubuntu.com/"
    BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
    PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
    UBUNTU_CODENAME=lunar
    LOGO=ubuntu-logo
    I skinned that cat's tail, by golly....
    Before you think, that's no big deal this is Rolling Rhino....With zfs, and encryption!
    Last edited by 1fallen; November 28th, 2022 at 04:17 AM.
    With realization of one's own potential and self-confidence in one's ability, one can build a better world.
    Dalai Lama>>
    Code Tags | System-info | Forum Guide lines | Arch Linux, Debian Unstable, FreeBSD

  9. #849
    Join Date
    Feb 2011
    Location
    Coquitlam, B.C. Canada
    Beans
    3,521
    Distro
    Ubuntu Development Release

    Re: Inspired

    Quote Originally Posted by 1fallen View Post
    BTW that seemed a ton faster for this test bed.
    I guess I should include what was seen;
    Code:
    Processing Report. This may take about 30 seconds.
    
    Processing Report. This may take about 30 seconds.
    
    The result is stored in '/home/me/system-info.txt'
     Sensitive data is [REMOVED] from the report file 
    Do you want to upload the report file to a pastebin? (y/N) y
    Uploading '/home/me/system-info.txt' to 'a pastebin (URL depends on the method used).'
    This may take 1-2 minutes...
    
            - Upload successful 
    
    The link to the pastebin is saved in: '/home/me/system-info-link.log'
    View at: https://termbin.com/e5g3
    From this posting by 1fallen, it seems the "Processing Report" message is printed 2 times, whereas I always see it printed 3 times no matter the computer. So what is the difference? The difference is ssh session or not.

    I did the following tests:
    Main test server, Ubuntu 20.04: Via SSH 3 messages; Via console: 1 message.
    Main Debian server: Via SSH 3 messages; Via console: 1 message.
    A desktop 22.04 VM: Via SSH 3 messages; Via terminal window in the GUI: 2 messages.
    Any follow-up information on your issue would be appreciated. Please have the courtesy to report back.

  10. #850
    Join Date
    Mar 2010
    Location
    USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Inspired

    As a last minute nicety ...adding it as: There is something still going on in the background. Please be patient... kind of thing, it is now being mysterious. LOL.

    It is only called twice. I checked. I wonder what the difference is in ssh(???) Going to look at this again over the weekend.

    "Concurrent coexistence of Windows, Linux and UNIX..." || Ubuntu user # 33563, Linux user # 533637
    Sticky: Graphics Resolution | UbuntuForums 'system-info' Script | Posting Guidelines | Code Tags

Page 85 of 98 FirstFirst ... 3575838485868795 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •