Quantcast
Channel: Rockstor Community Forum - Latest topics
Viewing all 1943 articles
Browse latest View live

Rockstor on ryzen

$
0
0

@Glotoven wrote:

I built a config with a ryzen 7 2700 cpu and I tried to run rockstor on it.
I installed it first on an other machine with a supported cpu since the kernel in the installer does not support ryzen and I upgraded it to the most recent version. Then, I put the install disk in my ryzen build and I can boot on it but after choosing to boot on rockstor nothing happen and my screen is not receiving any signal.
My config:
Asus TUF B450 Gaming Plus
Ryzen 7 2700
2x8 GB Ballistix Sport LT 3000 MHz
XFX R9 380
Hope that someone can help me

Posts: 2

Participants: 2

Read full topic


[SOLVED] openSUSE Tumbleweed - RockOn Service failing to start

$
0
0

@Hooverdan wrote:

Hi,
wanted to share something that took me a few days to figure out … following the instructions on how to build a test instance of Rockstor on openSUSE (openSUSE dev notes and status), I got a persistent failure of the RockOn Service. It would always fail.

I finally found, that the docker service installation came with a json config file at /etc/docker/daemon.json that contained a few entries … after backing that file up and removing it, the RockOn service finally started without exiting.

I tested the fix first in Terminal by running:
systemctl daemon-reload
systemctl restart docker.service

I suppose, this could have happened because I didn’t use the exact distro that was recommended. But, in any case, the final fix was easy, but to save some other noob from banging their head against the wall, I figured I’d post it here.

Posts: 3

Participants: 2

Read full topic

Failed to configure drive role, or wipe existing filesystem, or do LUKS format on device id (2). Error: (Error running a command. cmd

$
0
0

@G_Man_be wrote:

Hello,

I am trying to move some drives from an old pool to another one but it looks like after deleting the old pool, if I try to wipe the drives to add them to the new pool I get the following error.
“Device or resource busy”
I have checked if one of the drives is mounted somewhere else but no. I don’t see what process could be using those drives either.
In the “disks” tab, Rockstor is still seeing the drives with BTRFS partition on them, and propose to import it.

Brief description of the problem

I want to move the drives from one pool to another, but they appear as “busy”.

Detailed step by step instructions to reproduce the problem

  1. Deleted old pool.
  2. Removed all scheduled tasks related to that pool.
  3. Try to wipe the drives so I can add them to another pool not working.

Web-UI screenshot

image

Error Traceback provided on the Web-UI

Traceback (most recent call last): File "/opt/rockstor/src/rockstor/storageadmin/views/disk.py", line 921, in _role_disk return self._wipe(disk.id, request) File "/opt/rockstor/eggs/Django-1.8.16-py2.7.egg/django/utils/decorators.py", line 145, in inner return func(*args, **kwargs) File "/opt/rockstor/src/rockstor/storageadmin/views/disk.py", line 616, in _wipe wipe_disk(disk_name) File "/opt/rockstor/src/rockstor/system/osi.py", line 865, in wipe_disk return run_command([WIPEFS, '-a', disk_byid_withpath]) File "/opt/rockstor/src/rockstor/system/osi.py", line 121, in run_command raise CommandException(cmd, out, err, rc) CommandException: Error running a command. cmd = /usr/sbin/wipefs -a /dev/disk/by-id/ata-WDC_WD40EFRX-68N32N0_WD-WCC7K6VCA7JV. rc = 1. stdout = ['']. stderr = ['wipefs: error: /dev/disk/by-id/ata-WDC_WD40EFRX-68N32N0_WD-WCC7K6VCA7JV: probing initialization failed: Device or resource busy', '']

Thank you for your support!
George.

Posts: 5

Participants: 2

Read full topic

Ssl on nextcloud official rockon

Rockstor appliance id changed by itself. Updates are failing

$
0
0

@shocker wrote:

Hello,
Seems that by appliance id changed by itself and I cannot update my system. Yum is failing.

I have discovered this webpage: https://appman.rockstor.com/appedit/mycomputers/ changed by appliance id and it’s still not working.

I have rockstor-3.9.2-48
yum update fails with: xml: [Errno 14] HTTP Error 401 - Unauthorized
On webui on the right side near username I cannot see the rockstor version, it’s blank.

Any idea what is happening?

Posts: 5

Participants: 3

Read full topic

Default values for environment variables in RockOn definition

$
0
0

@Hooverdan wrote:

I am looking at possibly updating the Watchtower Rockon (which helps managing auto-updates of docker containers - even multi-container setups, so a manual stop/start action is not necessary in the RockOn dashboard to get the latest version of an underlying container).
The first commit was done about 2 years ago. I am interested in switching it to the official container ( containrrr/ watchtower) as well as surfacing more of the additional options, which can be defined as environment variables (instead of having the options that are not visible to the user - https://containrrr.github.io/watchtower/arguments/). Not sure all of them make sense in the context of “simplicity”.e.g. a “debug” switch cannot easily be used to get verbose log entries without mucking with the json itself and “hard coding” it.

A couple of questions/clarification (I assume, @Flox will have most of the answers for that, but anybody please chime in):

  • My assumption is that if I define an environment variable, I will have to provide a value for it and if I don’t, then the environment variable will be still be passed, albeit with an empty value. Is that correct, or if the value is blank, the environment variable doesn’t become part of the docker run command? The latter would work as well, since then the default value of a given variable will just be used by the container. Of course all this default value information on settings can be linked back to the developers’ documentation or embedded in the description/label texts, so a user would know what to put into the field, even if they didn’t want to use a particular option.

  • Like for the port definition, is there the ability to define a default value (most of the environment variables in the WatchTower setup have default values, aka, if they are not passed during startup the options/environment variables behave according to the default value). since the above example has quite a few options that can be considered/configured, but the majority of users might need only one or two options for most use cases.

  • Can I pass a container label as part of the json definition to the RockOn? Or is that only possible after it has been set up using the standard functionality in the RockOn screens?

I am currently using my home-brewed RockOn json setup with most of the variables defined explicitly and it’s working well. I am also taking advantage of container labels to decide which RockOns should be updated or not.

Posts: 1

Participants: 1

Read full topic

Haproxy-letsencrypt ACMEv1

$
0
0

@UgurU wrote:

Hi all,

My Docker container with haproxy won´t start.
The Docker log says:

The client lacks sufficient authorization :: Account creation on ACMEv1 is disabled. Please upgrade your ACME client to a version that supports ACMEv2 / RFC 8555. See https://community.letsencrypt.org/t/end-of-life-plan-for-acmev1/88430 for details.

The Docker container it self is restarting:

Error response from daemon: Container df97c677bae95a190b2c7be16425103faf1650e2d082dc14b164599cf5c3a75d is restarting, wait until the container is running

Can anyone help me please :frowning:

Many Thanks

Posts: 1

Participants: 1

Read full topic

A lower level error occurred while refreshing NFS exports: (Error running a command. cmd

$
0
0

@jwoods wrote:

Brief description of the problem

I installed Rockstor from the latest ISO about two weeks ago. I created two NFS exports, and enabled snapshots on one.

A few days ago, I subscribed to and applied the latest updates. After upgrading, I rebooted. Since the reboot, I’ve been having three problems:

(First) Most notably, the data in my NFS exports are gone. Nothing is getting mounted under /export. The exports are listed in /etc/exports, but the directories are empty. There are no entries for exports in /etc/fstab.

(Second,) I am getting emails from anacron indicating errors in the snapshots.

Traceback (most recent call last):
File “/opt/rockstor/bin/st-snapshot”, line 45, in
sys.exit(scripts.scheduled_tasks.snapshot.main())
File “/opt/rockstor/src/rockstor/scripts/scheduled_tasks/snapshot.py”, line 95, in main
validate_snap_meta(meta)
File “/opt/rockstor/src/rockstor/scripts/scheduled_tasks/snapshot.py”, line 39, in validate_snap_meta
if meta[‘share’].isdigit():
AttributeError: ‘int’ object has no attribute ‘isdigit’

(Finally,) I am unable to create new NFS shares (which is what led to this bug report, full details below).

##### Houston, we've had a problem. A lower level error occurred while refreshing NFS exports: (Error running a command. cmd = /usr/bin/mkdir -p /export/data/.nfs_data_201911020300. rc = 1. stdout = ['']. stderr = ['/usr/bin/mkdir: cannot create directory \xe2\x80\x98/export/data/.nfs_data_201911020300\xe2\x80\x99: Operation not permitted', '']).

NOTE THE HEX ESCAPE SEQUENCES before /export in the mkdir command above! These don’t appear normal, but I don’t know where they would have come from.

Detailed step by step instructions to reproduce the problem

  1. created new share.
  2. attempted to create a new NFS export using new share.

Web-UI screenshot

[Drag and drop the image here]

Error Traceback provided on the Web-UI

Traceback (most recent call last): File "/opt/rockstor/src/rockstor/storageadmin/views/nfs_exports.py", line 139, in refresh_wrapper refresh_nfs_exports(exports) File "/opt/rockstor/src/rockstor/system/osi.py", line 599, in refresh_nfs_exports bind_mount(exports[e][0]['mnt_pt'], e) File "/opt/rockstor/src/rockstor/system/osi.py", line 569, in bind_mount run_command([MKDIR, '-p', export_pt]) File "/opt/rockstor/src/rockstor/system/osi.py", line 121, in run_command raise CommandException(cmd, out, err, rc) CommandException: Error running a command. cmd = /usr/bin/mkdir -p /export/data/.nfs_data_201911020300. rc = 1. stdout = ['']. stderr = ['/usr/bin/mkdir: cannot create directory \xe2\x80\x98/export/data/.nfs_data_201911020300\xe2\x80\x99: Operation not permitted', '']

Posts: 5

Participants: 2

Read full topic


Rockstor x JumpCloud Integration

Install of 3.9.1 fails, can't upload rdsosreport.txt

$
0
0

@mfarmwald wrote:

Install of 3.9.1 fails to Ryzen mini ITX motherboard.
I get the error “Warning: dracut-initqueue timeout - starting timeout scripts”
I have the requested file “rdsosreport.txt”, but I don’t see how to attach/upload it.
When I try to drop the file, it complains that only jpg files are allowed.
Thanks.

Posts: 2

Participants: 1

Read full topic

Scheduled Shutdown / reboot

$
0
0

@PaulK wrote:

Hi all.
I want to set up a scheduled shutdown on one of my machines and only wake it (reboot) and be available on a specific day - say for 24 hours then shutdown again. So in effect it’s shutdown for 6 days and awake for 1 day a week.
I get the system suspend and it seems to work but it’s a little inflexible as you have to schedule a suspend / start time on a daily basis.

Does anyone have any insight into this? There’s nothing on the forums and no documentation about this feature (shutdown & reboot), or how to use it.

Hoping that someone has worked with this feature - and can enlighten me!

Many thanks

Posts: 2

Participants: 2

Read full topic

4-disk RAID 6 drive fail now kernel panic

$
0
0

@mercbot7 wrote:

I have a 4 disk RAID 6 and one of the disks failed. I shut the system down to wait for a 4TB disc to arrive to copy all the data off. now when I boot it runs for about 20-30 seconds, the discs crunch and then i get a kernel panic. Is there a way to boot into a safe mode so that the discs do not mount automatically? This way I can mount read only or troubleshoot the discs? I would really like to be able to copy all this data and not lose it. any help is greatly appreciated.

IMG_5080

Posts: 1

Participants: 1

Read full topic

I can not login my rockstor

$
0
0

@catman wrote:

I install it in my VMware.
I create many snapshot for it.
Many days ago,I reboot it.Then i can not login it.I see this page:
login login2
please help me
thank you very much

Posts: 1

Participants: 1

Read full topic

SMB Shares trouble

$
0
0

@Tommy_Pilon wrote:

Hey all.

I have SMB shares installed on Rockstor for about 2 weeks, everything has worked fine.
I noticed today that I couldn’t access my SMB share via android (using ex EX and CX FM) but yet they were working in Windows.
I have 2 nics installed in my window box, one a 1gb nic and another 10Gb mellanox and both connected fine, but with android it failed to connect.
After some troubleshooting I noticed that if I restart networking on the Rockstor I can then access via android. This is reproducible on every Rockstor boot so far and is really annoying.

I remember I had problems in FreeNAS where I had to set the SMB min protocol in smb.conf, but I tried it in Rockstor to no avail.

Any help would be appreciated. I was using FreeNAS for almost 10 years but I wanted to try something new.

Posts: 1

Participants: 1

Read full topic

Docker network issues?

$
0
0

@HBDK wrote:

Hi i have been trying to run one container as a vpn client and let other containers use that tunnel like described here.

but when i do it i can only access the connected containers from 127.0.0.1 or localhost, when i try with the ip of my rockstor machine nothing happens and it eventually times out (i tested with curl on the server).

when i do the same thing on my desktop machine it works as expected both for ip, 127.0.0.1 and localhost.

i’m wondering if this is some setting giving me this issue or if it might be because of the old version of docker running on the server?

Posts: 1

Participants: 1

Read full topic


What is Bootstrapping Rockstor?

$
0
0

@catman wrote:

In service tab,I see the Bootstrap.but i do not know what is the purpose of this service?

Posts: 1

Participants: 1

Read full topic

Advice needed on All-Drives replacement

$
0
0

@Hooverdan wrote:

Hi Rockstor afficinados,
I am planning on upgrading the drives of my current Rockstor appliance to higher capacity HDDs. Since I am intending on replacing all disks (since the chassis can only hold 4) I would like to ask the community for advice on how to best go about it. I am running RAID5/6 (yeah, I know, I know, but I took the risk a few years ago and -knock on wood- did not have any catastrophic failure).

My current box looks like this:
Rockstor Version - 3.9.2-48
Linux: 5.4.1-1.el7.elrepo.x86_64 (BTRFS tools @ 5.4)
Disks: 4 x 4TB RAID5
Current Fill Level:

image

I want to move to 4 x 10TB with the same RAID setup.

Any words of wisdom on the procedure to get there? I don’t really have the option to pull all data off first and then just wipe and go.

As I’ve read in a few other threads about some issues during single disk replacements, I wanted to ensure I don’t fall into the same rabbit holes.

Thanks in advance for your help.

Posts: 2

Participants: 2

Read full topic

Duplicati installation failed

$
0
0

@upapi_rockstor wrote:

Hi,
I’m trying to install the new Duplicati docker, but it fails.
I’ve created a 10 GB share with permissions fora dedicated user. This is what the *.log says:

[04/Dec/2019 13:17:43] ERROR [storageadmin.util:44] Exception: ‘/dev/sdd’
Traceback (most recent call last):
File “/opt/rockstor/src/rockstor/rest_framework_custom/generic_view.py”, line 41, in _handle_exception
yield
File “/opt/rockstor/src/rockstor/storageadmin/views/disk.py”, line 459, in post
return self._update_disk_state()
File “/opt/rockstor/eggs/Django-1.8.16-py2.7.egg/django/utils/decorators.py”, line 145, in inner
return func(*args, **kwargs)
File “/opt/rockstor/src/rockstor/storageadmin/views/disk.py”, line 322, in _update_disk_state
p_info = dev_pool_info[dev_name]
KeyError: ‘/dev/sdd’
[04/Dec/2019 13:18:04] ERROR [storageadmin.views.rockon:82] Rockon (Duplicati - by Linuxserver.io) is in pending state but there is no pending or failed task for it.

Any ideas?
Thanks in advance
Uli

Posts: 7

Participants: 3

Read full topic

Asus 10Gb lan adapter

$
0
0

@buzzbuzz wrote:

hi, i would like to know how to install my new asus xg-c100c with rockstor
step by step manual installation

thanks a lot

patrice, from montreal,canada

rockstor is the best…

Posts: 3

Participants: 2

Read full topic

Cannot remove "detached" disks

$
0
0

@Azzazel wrote:

[Please complete the below template with details of the problem reported on your Web-UI. Be as detailed as possible. Community members, including developers, shall try and help. Thanks for your time in reporting this issue! We recommend purchasing commercial support for expedited support directly from the developers.]

Brief description of the problem

I had to restore rockstor running as a VM on ESXi from backup via Veeam B&R. Process completed successfully and all data is available, but in “Disks” I now see old disks (before restore) as “detached” along with new disks. When I try to remove them via “resize/reraid”, i get an error.

Detailed step by step instructions to reproduce the problem

  1. Backup Rocktor VM via Veeam B&R
  2. Delete Rockstor VM
  3. Restore Rockstor VM via Veeam B&R
  4. Go to Pools and try to delete “detached” disk

Web-UI screenshot

rockstor

Error Traceback provided on the Web-UI

Traceback (most recent call last): File "/opt/rockstor/eggs/gunicorn-19.7.1-py2.7.egg/gunicorn/workers/sync.py", line 68, in run_for_one self.accept(listener) File "/opt/rockstor/eggs/gunicorn-19.7.1-py2.7.egg/gunicorn/workers/sync.py", line 27, in accept client, addr = listener.accept() File "/usr/lib64/python2.7/socket.py", line 202, in accept sock, addr = self._sock.accept() error: [Errno 11] Resource temporarily unavailable

Posts: 5

Participants: 2

Read full topic

Viewing all 1943 articles
Browse latest View live


Latest Images