Jump to content

theone

Community Developer
  • Posts

    1,367
  • Joined

  • Last visited

Posts posted by theone

  1. 7 hours ago, alturismo said:

    may remove this entry

     

    and while you setup your app, when you enter the URL, may add https://files....

     

    the error says your app trys http instead https

    Did both but still after entering username and password the message appears at the bottom for a couple of seconds and then the login wheel turn endlessly without actually logging into the account.

     

  2. I have recently setup NEXTCLOUD on my server and I can't access it using the Android Nextcloud App on my phone.

    I have it setup also via NGINX reverse proxy manager.

    image.thumb.png.94061b20756e7a9da9fdc5ae74af40e1.png image.thumb.png.5ffe4ebb461d451953f8f42095cbcba9.png image.thumb.png.1467019acbfb4000d2867c3362ccafa2.png

     

    I also have the following lines in my Nextcloud config.php file

      'overwrite.cli.url' => 'https://files.avidank.com',
      'overwritehost' => 'files.avidank.com',
      'overwriteproticol' => 'https',

      'overwrite.cli.url' => 'https://files.<mydomain>.com',
      'overwritehost' => 'files.<mydomain>.com',
      'overwriteproticol' => 'https',

    and

      'trusted_domains' => 
      array (
        0 => '192.168.1.104:8666',
        1 => 'files.<mydomain>.com',

     

    I can access it OK from my PC and phone from a web browser locally (192.168.1.104:8666) and remotely files.<mydomain>.com.

     

    When I try to access it locally or remotely from the Nextcloud Android app It gets stuck (endless turning wheel) on either Granting Access page or login page and sometimes show message at the bottom "Strict mode: no HTTP connection allowed!"

     

    image.thumb.png.80e76a5649d38d7b03d0cf5bf3ac03a2.png image.thumb.png.908c394ebbeb1986e8c483a2da7dbb44.png

     

    What is the problem?

     

  3. I use the Rustdesk AIO container by ich777. It works good in my home network.

    I want to use it remotely but dont' know how to config NGINX proxy manager.

     

    I tried Step 5 here https://gist.github.com/Lvdwardt/707d9c3fb4581d38102399f91a21c9c6 but I don't understand what to write in the "yout_stack_name".

    my domain is rustdesk.mydomain.com what should I place in the streams as the "Forward Host"?

     

    I tried the below but although the 1st one shows Online the remote connection doesn't work.

    The blacked out part is "mydomain".

    image.png.fa3ba69086fb88e38c28f6f44f65c6c1.png

     

    and also this

     

    image.thumb.png.d427145a0b6e5123568fc1bc3534bb7a.png

     

    But still not working.

     

    Do I need to define a proxy host under proxy hosts?

    image.thumb.png.d309114989b31c21b8e24effea7ff56e.png

     

     

    I have additional unraid self-hosted services (jellyfin, immich, etc...) that are working perfectly fine from LAN and remotely.

     

    I have port forwarding defined on my router 80 --> 1880 (NGINX port), 443 --> 18443 (NGINX port)

     

    image.png.387cebe4d53c063957fd7181e24d253f.png

     

    What am I don't wrong or missing?

     

  4. On 4/6/2024 at 12:54 AM, Januszmirek said:

    You can still use your.domain. No ports forwarding on the router needed. Instead of Proxy Hosts in NPM, use Streams. Helpful link here: https://gist.github.com/Lvdwardt/707d9c3fb4581d38102399f91a21c9c6

    Go straight to no 5.  You don't have to set up anything else. It works like a charm. Good luck.

    I use the AIO container by ich777. It works good in my home network.

    I want to use it remotely but dont' know how to config NGINX proxy manager.

     

    I tried this but I don't understand what to write in the "yout_stack_name".

    my domain is rustdesk.mydomain.com what should I place in the streams as the "Forward Host"?

     

    I tried the below but although the 1st one shows Online the remote connection doesn't work.

    The blacked out part is "mydomain".

     

    image.thumb.png.f370e350b4920c937dd34c6e91517408.png

  5. I am trying to setup a mouse to wake up a Windows VM.

     

    I connected the mouse to the server and it appears corrrectly as "Microsoft Corp. Basic Optical Mouse"

    image.thumb.png.640343bc369faff9bd4548ba332dc278.png

     

    But when I run the following it does not appear

    ls /dev/input/by-id/

    image.png.0be9b3964d7e831711daf37003793476.png

     

    Also "by-path" doesn't give additional information

    image.thumb.png.b741a765f3da04cb50d58ed0bc82707c.png

     

    How do I proceed?

     

  6. I tried the FW update my 2 980 drives. it correctly finds them, does the update - givess "Firmware update complete" message but FW still previous version (1B4QFXO7) and not new version (3B4QFXO7) for both drives.

     

    Do I have to stop the array and/or reboot?

     

    When I rerun the update the FW is still the "old" 1B4QFXO7 version.

     

    image.thumb.png.5d2686fa5ed3e775efabc299eb237a51.png

     

    image.thumb.png.666533af03c2679ba40f1b5de9d7968e.png

     

    image.thumb.png.8bf2b1d4f22278cd80861115caa98cd2.png

     

     

  7. 21 minutes ago, MAM59 said:

    The master browser does not matter, it is unimportant which machine does the job, Almost no client today uses the brower service at all anymore.

     

    What I see in your listing and feel it could be much more problematic is the "flow control" turned on on you 1G (only) card. If the connected switch does not honor this feature, it could lead to port blocades in certain network situations.

    Usually, if all devices are at the same speedlevel, flow control is not needed and should be turned off.

    Only if your network uses devices with different lan speeds, it can be used to stop faster devices from overrunning slower ones.

     

    But if your cabling is a bit unstable it may happen that a "you can continue" packet is lost and a formerly paced out sender does not recocnise that the pause is over and it should continue. The Port is "dead" then until someone fixes it (for instance by pulling out the cable therefor forcing a port reset)

     

    Check your switches' stats for error packets or retransmission. If the number is high and counting upwards, check the cabeling.

     

    (turning off flow control will fix it too but if the lines are bad, your network is running suboptimal, so better check the stats and fix the lines if needed)

     

    My switch is unmanaged so I can't get statistics from it.

     

    Also, I have different speed clients on the LAN (100Mb and 1Gb).

     

    Why do you say that the card is 1G only? it is a motherboard NIC that supports 10/100/1000.

    How do I turn flow control ON/OFF?

     

  8. In the last 24 hours I have had network loss twice on my unRAID server.

    This means I cannot reach it from another network device (PC, phone) on the local network. This is also true for the VMs running on the server (Windows and Home Assistant - they loose network connection - LAN and internet)

     

    To solve this I disconnect and reconnect the LAN cable connected to my server.

     

    This has happened to be in the past but maybe once every few weeks/months - Not twice in 24 hours.

     

    I see nothing in the logs regarding network loss and only see Local Master change after connection is regained.

     

    In the morning (08:48) realised no network connection (home assistant not working) so reset network cable (According to home assitant logs connection lost at 04:20)

    Got back from work (19:23) and again realised no network connection (home assistant not working) so reset network cable again (According to home assitant logs connection lost at 17:48)

     

    What could be the reason for this?

    Could it be the Local Master take over? and if so how do I turn it of on Raspberry Pi OS?

     

     

    Jan 15 03:32:40 Tower root: /etc/libvirt: 88.1 MiB (92360704 bytes) trimmed on /dev/loop3
    Jan 15 03:32:40 Tower root: /var/lib/docker: 6.2 GiB (6674800640 bytes) trimmed on /dev/loop2
    Jan 15 03:32:40 Tower root: /mnt/virtual_machines: 173.8 GiB (186667610112 bytes) trimmed on /dev/nvme0n1p1
    Jan 15 03:32:40 Tower root: /mnt/downloads: 10.8 GiB (11549663232 bytes) trimmed on /dev/sdf1
    Jan 15 03:32:40 Tower root: /mnt/cache: 51.7 GiB (55552176128 bytes) trimmed on /dev/nvme1n1p1
    Jan 15 03:40:01 Tower  crond[1439]: exit status 1 from user root /usr/local/sbin/mover &> /dev/null
    Jan 15 04:40:01 Tower  apcupsd[6374]: apcupsd exiting, signal 15
    Jan 15 04:40:01 Tower  apcupsd[6374]: apcupsd shutdown succeeded
    Jan 15 04:40:03 Tower  apcupsd[23838]: apcupsd 3.14.14 (31 May 2016) slackware startup succeeded
    Jan 15 04:40:03 Tower  apcupsd[23838]: NIS server startup succeeded
    Jan 15 06:36:21 Tower  ntpd[1418]: no peer for too long, server running free now
    Jan 15 08:48:45 Tower kernel: r8169 0000:06:00.0 eth0: Link is Down
    Jan 15 08:48:45 Tower kernel: br0: port 1(eth0) entered disabled state
    Jan 15 08:48:49 Tower kernel: r8169 0000:06:00.0 eth0: Link is Up - 1Gbps/Full - flow control rx/tx
    Jan 15 08:48:49 Tower kernel: br0: port 1(eth0) entered blocking state
    Jan 15 08:48:49 Tower kernel: br0: port 1(eth0) entered forwarding state
    Jan 15 08:50:01 Tower  nmbd[10802]: [2023/01/15 08:50:01.932508,  0] ../../source3/nmbd/nmbd_incomingdgrams.c:303(process_local_master_announce)
    Jan 15 08:50:01 Tower  nmbd[10802]:   process_local_master_announce: Server LOBBYPI at IP 192.168.1.107 is announcing itself as a local master browser for workgroup WORKGROUP and we think we are master. Forcing election.
    Jan 15 08:50:01 Tower  nmbd[10802]: [2023/01/15 08:50:01.932782,  0] ../../source3/nmbd/nmbd_become_lmb.c:151(unbecome_local_master_success)
    Jan 15 08:50:01 Tower  nmbd[10802]:   *****
    Jan 15 08:50:01 Tower  nmbd[10802]:   
    Jan 15 08:50:01 Tower  nmbd[10802]:   Samba name server TOWER has stopped being a local master browser for workgroup WORKGROUP on subnet 192.168.1.104
    Jan 15 08:50:01 Tower  nmbd[10802]:   
    Jan 15 08:50:01 Tower  nmbd[10802]:   *****
    Jan 15 08:50:20 Tower  nmbd[10802]: [2023/01/15 08:50:20.321813,  0] ../../source3/nmbd/nmbd_become_lmb.c:398(become_local_master_stage2)
    Jan 15 08:50:20 Tower  nmbd[10802]:   *****
    Jan 15 08:50:20 Tower  nmbd[10802]:   
    Jan 15 08:50:20 Tower  nmbd[10802]:   Samba name server TOWER is now a local master browser for workgroup WORKGROUP on subnet 192.168.1.104
    Jan 15 08:50:20 Tower  nmbd[10802]:   
    Jan 15 08:50:20 Tower  nmbd[10802]:   *****
    Jan 15 08:58:29 Tower webGUI: Successful login user root from 192.168.1.218
    Jan 15 19:23:30 Tower kernel: r8169 0000:06:00.0 eth0: Link is Down
    Jan 15 19:23:30 Tower kernel: br0: port 1(eth0) entered disabled state
    Jan 15 19:23:33 Tower kernel: r8169 0000:06:00.0 eth0: Link is Up - 1Gbps/Full - flow control rx/tx
    Jan 15 19:23:33 Tower kernel: br0: port 1(eth0) entered blocking state
    Jan 15 19:23:33 Tower kernel: br0: port 1(eth0) entered forwarding state
    Jan 15 19:25:31 Tower  nmbd[10802]: [2023/01/15 19:25:31.349402,  0] ../../source3/nmbd/nmbd_incomingdgrams.c:303(process_local_master_announce)
    Jan 15 19:25:31 Tower  nmbd[10802]:   process_local_master_announce: Server LOBBYPI at IP 192.168.1.107 is announcing itself as a local master browser for workgroup WORKGROUP and we think we are master. Forcing election.
    Jan 15 19:25:31 Tower  nmbd[10802]: [2023/01/15 19:25:31.349724,  0] ../../source3/nmbd/nmbd_become_lmb.c:151(unbecome_local_master_success)
    Jan 15 19:25:31 Tower  nmbd[10802]:   *****
    Jan 15 19:25:31 Tower  nmbd[10802]:   
    Jan 15 19:25:31 Tower  nmbd[10802]:   Samba name server TOWER has stopped being a local master browser for workgroup WORKGROUP on subnet 192.168.1.104
    Jan 15 19:25:31 Tower  nmbd[10802]:   
    Jan 15 19:25:31 Tower  nmbd[10802]:   *****
    Jan 15 19:25:48 Tower  nmbd[10802]: [2023/01/15 19:25:48.454809,  0] ../../source3/nmbd/nmbd_become_lmb.c:398(become_local_master_stage2)
    Jan 15 19:25:48 Tower  nmbd[10802]:   *****
    Jan 15 19:25:48 Tower  nmbd[10802]:   
    Jan 15 19:25:48 Tower  nmbd[10802]:   Samba name server TOWER is now a local master browser for workgroup WORKGROUP on subnet 192.168.1.104
    Jan 15 19:25:48 Tower  nmbd[10802]:   
    Jan 15 19:25:48 Tower  nmbd[10802]:   *****
    Jan 15 19:36:47 Tower  ntpd[1418]: no peer for too long, server running free now

     

  9. I upgraded from 6.9.2 to 6.10.0 and everything works except...

     

    I have 2 identical NVME drives and one of them gives temperature overheat warnings. Sometimes it is every few minutes and sometimes it is every few hours (not consistant).

    The usual temperatue is about 35-40C and the warning gives a temperature of 84C (always) for a one minutes and then back to normal - I guess it is the polling frequency.

    This happens when working with the server and also in complete idle (during the night).

     

    This did not happen in 6.9.2 and started immedaitely after the upgrade to 6.10.0.

     

    image.thumb.png.a95251415a78ebe986967684213985de.png

  10. After following the help provided here I was able to get the UPS working again. YEY !!!

     

    Now I get good numbers:

    1. Mains disconnected and UPS off - PowerChute "Disconnected" 0.009A 12.72v
    2. Mains connected and UPS off - PowerChute "Charging" Negative 0.7A 12v+ and rising
    3. Mains connected and UPS on - PowerChute "Charging" Negative 0.55A 12v+ and rising - no decrease in % over time as before 🙂
    4. Mains disconnected and UPS on - PowerChute "Discharging" -6.6A 11.98v (60W lamp) - battery slowly discharges as expected
    5. Connected mains back resutls are same as in (3) above.

     

    • Upvote 2
  11. So I charged the battery with the battery charger.

    Placed in the UPS

    Updated date

    Connected to Mains with no load and UPS on

    And waited...

     

    After 4 days the battery decreased to 46%. 7% every 12 hours (in jumps of 7% - not 1% at a time)

     

    To make sure it was not just a report error by the UPS or PowerChute SW I connectred it again to the battery charger and indeed the battery was drained down to ~50%.

     

    So I have a faulty UPS - leaking battery power to somewhere... and UPS not charging the battery when it is ON.

     

    I will probably have to buy a new UPS 🙁

     

  12. I drained the battery completely and used a borrowed battery charger (SON-1206D) to charge the battery.

    It reached 13.6v after full charge (took slightly more than 1 hour @ 6A).

     

    I then connected to UPS and again fully discharged the battery and then started to charge via UPS.

    Charging current is still very low ~0.2A.

     

    Edit:

    Looking again, carefully his timm, at the UPS specificationns I saw

    image.png.a2d52830bee0d4bbc3617ce77a60e4d3.png

    https://www.se.com/il/en/product/BR550GI/apc-powersaving-backups-pro-550/

     

    So maybe the 0.2A (sometimes went up to 0.3-0.35A) could be OK assuming charging voltage is ~14.0-14.5V (5W/14.5V = 0.35A)

     

  13. OK, so I did some measurements and here they are (battery at >95% when started test):

     

    No load:

    1. Mains disconnected and UPS off - PowerChute "Disconnected" 0.00A 12.76v
    2. Mains connected and UPS off - PowerChute "Charging" Negative 0.02-0.04A 12.89v
    3. Mains connected and UPS on - PowerChute "Charging" 0.09-0.12A 12.77v - battery % is decreasing slowly
    4. Mains disconnected and UPS on - PowerChute "Discharging" 0.45A-0.60A 12.49v - battery % dropped almost immediately by 10%
      Connected mains back resutls are same as in (3) above.
      Repeated and same thing happened (including the % drop - 7% this time)

     

    With 60W (lamp) load:

    1. Mains disconnected and UPS off - PowerChute "Disconnected" 0.07A-0.05A 12.72v
    2. Mains connected and UPS off - PowerChute "Charging" Negative 0.02-0.04A 12.81v
    3. Mains connected and UPS on - PowerChute "Charging" 0.09-0.12A 12.68v - during the power on I get 4.8A
    4. Mains disconnected and UPS on - PowerChute "Discharging" 4.82A-5.25A 11.98v - battery slowly decreases
      Connected mains back resutls are same as in (3) above.
      Turned UPS OFF and ON again and am seeing 0.15A-0.17A.

    I think the only time I get charging (Negative current) is "With Load" and "Mains connected and UPS off"

    But that is VERY low charging current...

     

    In both (3) although PowerChute says charging I have a positive current meaning discharging.

     

    So it seems that my UPS is only charging when OFF and at a VERY slow rate.

     

    What could be the problem?

     

    image.thumb.png.9640fd04a4d85a34f0d0bd7ff6187cb4.png

  14. 3 minutes ago, Vr2Io said:

    So it still look like UPS inverter function ( DC to AC ) always wrongly activate, otherwise no reason with AC mains, battery level will drop and ~7% over hrs.

     

    Even if it was wrongly activated, and there is no load, why would the battery drain? where to?

     

  15. 1 hour ago, Vr2Io said:

    Problem likely hardware fault that UPS always in battery mode ( or in battery capacity calibrate ? ), you should use amp clamp meter to check battery in charging or discharging.

     

    Suggest power-off UPS from AC mains and disconnect battery and try again.

    Amp clamp meter on battery leads?

     

    I disconnected mains and battery more than once, also did logic reset procedure (press power on a few seconds when all is disconnected) and it did not help.

     

    UPS does not seem to be stuck in battery mode because when I do self test I can here the clicking of the relays from mains to battery and back.

     

  16. Hi,

    I have an BR550GI Back-UPS pro APC UPS for a few years.
    Recently I replaced the battery (not the first time) and am having strange issues with the UPS.
    I charged the battery for several hours to make sure it is full.

     

    The issues I am seeing (UPS is connected to PC with PowerChute SW for diagnostics):

    • When connecting to a load (lamp/Computer - tried both) and UPS is connected to AC mains the capacity % goes down in jumps of ~7% over hours (not one percent at a time).
    • When disconnecting the load and UPS is still connected to AC mains the UPS does not charge the battery. % keeps dropping same as previously.


    What can be the problem?

    Notes:

    • When powering off the UPS and UPS is connected to AC mains the UPS does charge the battery (% goes up slowly until it reaches 100%)
    •  opened the unit and saw no swelling in capacitors

     

    image.thumb.png.14bd342f0fc2ca4e063c1241da225bad.png 

×
×
  • Create New...