Jump to content

bigsub

Members
  • Posts

    18
  • Joined

  • Last visited

Posts posted by bigsub

  1. Hello everyone, I'm having problems with my unraid server that it's unresponsive. I can't connect via web browser.
    I'm connected remotely by ssh (the server is in another place). Doing "top" command I noticed some "find" commands that consumes high value of cpu (98/99%).
    Is there a way to create a diagnostic from command line, from ssh?

  2. About flash drive substitution, if I'm not sure that backup that I have is the most recent, what is the right way to proceed?

    I didn't make disk's assignment changes recently and I know what is the parity drive (because it's the larger that I have, respect all data disks).

  3. Hello everyone, a few days ago I had bad boot experience, I thought I had solved it as indicated in this post, but now pc entering in bios and doesn't start unraid anymore.
    I suppose issues with the flash drive (Samsung Fit 128GB) as I can't see anything inside if I mount it in a windows pc. I haven't test it mounting on an linux machine.

     

    In one of the last boot that was done without that the system entering always in bios, but failed anyway, there was errors on the pendrive disk in the startup screens.
    So, for this reason I suppose issues on the flash drive now.

    BTW, I have a backup, done manually copying files from flash drive to another directory, when it was still readable by Windows PC.
    How could I solve? I read about the limit of 32GB on pendrive but I haven't another pendrive smaller than the samsung fit. I have another new Samsung bar plus version (64GB).
     

    Screenshot 2023-10-25 225149.png

    IMG_20231017_113250 - Copy.jpg

    IMG_20231017_113226 - Copy.jpg

  4. 20 hours ago, itimpi said:

    Are you getting the Unraid boot menu?

     

    If not then rewriting the bz* type files as described here in the online documentation accessible via the Manual link at the bottom of the Unraid GUI.  In addition every forum page has a DOCS link at the top and a Documentation link at the bottom might help.

    Hello, solved, many thanks.

  5. Hello everyone, I can't able to boot unraid.

    I just check the usb drive on another computer, I'm able to read the content and I just backed up the content.
    I can't yet exclude hardware problems, where I'll investigate tomorrow. It just passes the bios screen and then black screen.
    What kind of check could I do? Could be a damaged disk? An installed app that breaks somewhat?

  6. On 12/4/2022 at 9:28 AM, KluthR said:

    Yes. I did it this way.

     

    Make a backup if smth. goes wrong.

    Hello, I've just update to uroni urbackup. Urbackup server started but empty, without any clients and previous backups..where I was wrong?
    When urbackup started, it upgrade database version from old version to version 65.

    Screenshot 2022-12-28 001852.png

  7. Hello everyone, I use to use a remote unraid nas server only when I need, and not 24/7. That nas is under a tecnoware ups and I use NUT. I don't want electric energy consumption when the unraid server is off, but (obvsiously) the ups take some energy to charge batteries.
    Is there a way to shutdown the ups via command line, as occurs in case of low battery? So then I can put off the smart plug at which ups is connected.

  8. On 9/12/2022 at 6:21 PM, KluthR said:

    Basically you remove UMASK, PUID and PGID variables and change the the variable for the backup to point to "/backups" (container path) and the appdata to "/var/urbackup" (container path).

     

    Change "Repository" to: uroni/urbackup-server:latest

    Change "Docker Hub URL" to: https://hub.docker.com/r/uroni/urbackup-server

    If you want you can use the Icon @ 

    https://forums.urbackup.org/uploads/default/original/2X/1/1051fd74d1dcbc3ad4220b43007fcab5287272b0.png

     

    Add a new variable, named "TZ" and enter your right Timezone (e.g. "Europe/Berlin").

     

    The template for the docker container by uroni:

     

    <?xml version="1.0"?>
    <Container version="2">
      <Name>UrBackup</Name>
      <Repository>uroni/urbackup-server:latest</Repository>
      <Registry>https://hub.docker.com/r/uroni/urbackup-server</Registry>
      <Network>host</Network>
      <MyIP/>
      <Shell>bash</Shell>
      <Privileged>false</Privileged>
      <Support/>
      <Project/>
      <Overview/>
      <Category/>
      <WebUI>http://[IP]:[PORT:55414]/</WebUI>
      <TemplateURL/>
      <Icon>https://forums.urbackup.org/uploads/default/original/2X/1/1051fd74d1dcbc3ad4220b43007fcab5287272b0.png</Icon>
      <ExtraParams/>
      <PostArgs/>
      <CPUset/>
      <DateInstalled>1662522898</DateInstalled>
      <DonateText/>
      <DonateLink/>
      <Requires/>
      <Config Name="TimeZone" Target="TZ" Default="" Mode="" Description="" Type="Variable" Display="always" Required="false" Mask="false">Europe/Berlin</Config>
      <Config Name="Backup Folder" Target="/backups" Default="" Mode="rw" Description="" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/BackupsV2</Config>
      <Config Name="Database Folder" Target="/var/urbackup" Default="" Mode="rw" Description="" Type="Path" Display="always" Required="false" Mask="false">/mnt/cache/appdata/urbackup</Config>
    </Container>

     

    Hello, with these changes could I migrate all configurations and data from binhex to uroni, without lossing anything?

×
×
  • Create New...