Jump to content

Masterwishx

Members
  • Posts

    824
  • Joined

  • Last visited

Everything posted by Masterwishx

  1. I saw it , but in our case with plugin and appdata dataset already on cache its give nothing ?
  2. Updated ,but still have issue ,checked in chrome and firefox ...
  3. is using --cache-dir for snapshot from appdata dataset on cache to hdd dataset give more speed for snapshot and replication ?
  4. When i set br1 + static IP for urBackup then internet client cant find server (no internet access for server?) When its set to host both local and internet clients worknig , so maybe i missed somethink ? Should container see internet when using br1 + static IP + no host access?
  5. on 6.11.5 was no Problems, when updated to 6.12 got macvlan calltraces found , made changes like in tutorial (docker network on br1 briged + no host access) some days was no macvlan calltraces, now on 6.12.3 there is every day got macvlan call traces found like from 6.12.0. This is on same hardware like 6.11.5 and this is really strange situation , that cant be fixed by Limetech or its related more to linux ? is this can be fixed only with VLAN supported on router or switch ?
  6. @david279 Yes checked on 6.12.2 , its working . but maybe some packages can be updated as they very old for today , like "perl" 5.3.0.3 that replace the new one 5.36.0?
  7. Yes , some things is broken in 6.12 , now we have orange arrows from other side than 6.11 also . So we are waiting for someone with knowledge of PHP will Fix the plugin
  8. i can see two perl packages in unraid after installing Sanoid : v5.30.3 from Sanoid.
  9. is plugin packages fully compatible with Unraid 6.12.2?
  10. is someone tried urbackup with ZFS snapshots for Unraid ZFS poool like appdata dataset ?
  11. is someone have error on loading list (when enter to plugin page)?
  12. Support thread for Fio-Tester container - mayadata/fio docker image. Flexible I/O Tester https://hub.docker.com/r/mayadata/fio https://github.com/axboe/fio Fio was originally written to save me the hassle of writing special test case programs when I wanted to test a specific workload, either for performance reasons or to find/reproduce a bug. The process of writing such a test app can be tiresome, especially if you have to do it often. Hence I needed a tool that would be able to simulate a given I/O workload without resorting to writing a tailored test case again and again. A test work load is difficult to define, though. There can be any number of processes or threads involved, and they can each be using their own way of generating I/O. You could have someone dirtying large amounts of memory in a memory mapped file, or maybe several threads issuing reads using asynchronous I/O. fio needed to be flexible enough to simulate both of these cases, and many more. Fio spawns a number of threads or processes doing a particular type of I/O action as specified by the user. fio takes a number of global parameters, each inherited by the thread unless otherwise parameters given to them overriding that setting is given. The typical use of fio is to write a job file matching the I/O load one wants to simulate. Container running as Server, so go to console for enter commands : Test file random read/writes fio --directory=/mnt/cache_ssd --size=1GB --direct=1 --rw=randrw --bs=4k --ioengine=libaio --iodepth=4 --runtime=30s --numjobs=1 --time_based --group_reporting --name=iops-test-job --eta-newline=1 Test file sequential reads fio --directory=/mnt/cache_ssd --size=1GB --direct=1 --rw=read --bs=4k --ioengine=libaio --iodepth=4 --runtime=30s --numjobs=1 --time_based --group_reporting --name=iops-test-job --eta-newline=1 Test file sequential write fio --directory=/mnt/cache_ssd --size=1GB --direct=1 --rw=write --bs=4k --ioengine=libaio --iodepth=4 --runtime=30s --numjobs=1 --time_based --group_reporting --name=iops-test-job --eta-newline=1 More examples at : https://docs.oracle.com/en-us/iaas/Content/Block/References/samplefiocommandslinux.htm# or at author repo : https://github.com/axboe/fio/tree/master/examples examples can be dowloaded to "/mnt/user/appdata/Fio/examples" , then edit with your needs and copy to "/mnt/user/appdata/Fio" and Run the job using the following command: fio /fio/randomread.fio
  13. @jbartlett i have 4 cores cpu (i5 4440) so i cant run benchmark on ssd ? i was able to run in past , but now it show warning and no benchmark for ssd ...
  14. i have same issue for , domains and system folders ... all them is exlusive acces ... but only appdata is avalible like dataset
  15. i found that i had sometime my "towername" is gone from the net in Total commander and win explorer in Windows , but if i enter manual i can access, not sure if it is belong to this problem ?
  16. @bonienl can you explain please how new plugin (Safe Mode) work ?
  17. Thats what i runned for nut developer requested :
  18. Wow it shows all the info ! include product and serial :
  19. @SimonF Maybe you can help me with (unknown) problem ,im in tuch with developers of nut they said: Thanks. So, to summarize: even though the driver is running as root, and maybe there are no competitors (who is 6609? was it somehow fuser itself or something else?), libusb in usbhid-ups won't tell the basic iProduct etc. fields used during matching and which lsusb does see, but the driver sees further info from the actual protocol query/response. So a sort of sideways solution could be to ensure these values (if "unknown") by querying something additionally over USB HID protocol, if the device serves those data points. But the primary direct solution would be to find out why they are "unknown" in the first place and avoiding that. And documenting in how-to's for posterity. > fuser /dev/bus/usb/003/002 Cannot stat file /proc/6609/fd/46: Stale file handle /dev/bus/usb/003/002: 7697 i found 6609 its smb deamon , maybe its used becose of netserver ups mode in my case , im using for Windows client (my Main PC) The strange thing i can see all info when running ' lsusb -vv ' : So maybe you can suggest something ?
  20. Thanks, another post was : So the problem is very likely due to that original "libusb can't get the details", which may be a permissions problem or the device being busy due to someone else grabbing it with higher priority (hypervisor, OS drivers and daemons, etc. The strange thing i can see all info when running ' lsusb -vv ' : but device,model is unknown and no serial number :
  21. @SimonF about "unknown 2000" device in my case , i made a debug logs for authors and they ask : (Just in case: are the udev.rules (or udev.hwdb) issues ruled out? Does the OS know to not grab certain VID:PID pairs and/or to re-own them to nut:nut or similar accounts?) Maybe you know about it?
  22. @SimonF can you please check why nut-2.8.0.plg update from "nut-plugin-2023.02.14-x86_64-1" to "nut-plugin-2023.06.03-x86_64-1.txz" and become 2.7.4 in nut-2.8.0.plg ? on 6.12.1 is anyone have update problem also for plugin ? P.S i removed plugin then installed again , and have same problem after autoupdate
  23. i restored v2.8.0 (nut-plugin-2023.02.14-x86_64-1 and nut-2.8.0.plg ) from backup to flash yesterday but after autoupdate its again updated to (nut-plugin-2023.06.03-x86_64-1.txz and nut-2.8.0.plg) that in fact its 2.7.1 ...
  24. After checked the plugin auto updated to nut-plugin-2023.06.03-x86_64-1.txz also file nut-2.8.0.plg but in fact its 2.7.1 ....
×
×
  • Create New...