Jump to content

SuberSeb

Members
  • Posts

    61
  • Joined

Posts posted by SuberSeb

  1. 7 minutes ago, dlandon said:

    if there is a 'WD External' reference anywhere

    There are no reference to WD External.
     

    [//192.168.1.46/Backups]
    protocol = "SMB"
    ip = "192.168.1.46"
    path = "Backups"
    domain = ""
    share = "Backups"
    mountpoint = "/mnt/disks/J3455Backups"
    smb_share = "no"
    
    [//192.168.1.46/Media]
    protocol = "SMB"
    ip = "192.168.1.46"
    path = "Media"
    domain = ""
    share = "Media"
    mountpoint = "/mnt/disks/J3455Media"
    smb_share = "no"
    
    [//192.168.1.46/UnraidFiles]
    protocol = "SMB"
    ip = "192.168.1.46"
    path = "UnraidFiles"
    domain = ""
    share = "UnraidFiles"
    mountpoint = "/mnt/disks/J3455UnraidFiles"
    smb_share = "no"
    
    [//192.168.1.60/Main]
    protocol = "SMB"
    ip = "192.168.1.60"
    path = "Main"
    domain = ""
    share = "Main"
    mountpoint = "/mnt/disks/WDMCMain"
    smb_share = "no"
    
    [//192.168.1.46/Resilio]
    protocol = "SMB"
    ip = "192.168.1.46"
    path = "Resilio"
    domain = ""
    share = "Resilio"
    mountpoint = "/mnt/disks/J3455Resilio"
    smb_share = "no"
    
    [//192.168.1.1/WDEX]
    protocol = "SMB"
    ip = "192.168.1.1"
    path = "WDEX"
    domain = ""
    share = "WDEX"
    mountpoint = "/mnt/disks/KeeneticGiga"

     

  2. After updating to version 2020.10.24 I can't mount one of my shares.

     

    Logs:

    Oct 25 07:55:34 R7UNRAID unassigned.devices: Mount SMB share '//192.168.1.1/WD_External' using SMB3 protocol.
    Oct 25 07:55:34 R7UNRAID unassigned.devices: Mount SMB command: /sbin/mount -t cifs -o rw,nounix,iocharset=utf8,file_mode=0777,dir_mode=0777,uid=99,gid=100,vers=3.0,credentials='/tmp/unassigned.devices/credentials_WD_External' '//192.168.1.1/WD_External' '/mnt/disks/KeeneticGiga'
    Oct 25 07:55:34 R7UNRAID kernel: CIFS VFS: BAD_NETWORK_NAME: \\192.168.1.1\WD_External
    Oct 25 07:55:34 R7UNRAID kernel: CIFS VFS: cifs_mount failed w/return code = -2
    Oct 25 07:55:34 R7UNRAID unassigned.devices: SMB3 mount failed: mount error(2): No such file or directory Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg) .
    Oct 25 07:55:34 R7UNRAID unassigned.devices: Mount SMB share '//192.168.1.1/WD_External' using SMB2 protocol.
    Oct 25 07:55:34 R7UNRAID unassigned.devices: Mount SMB command: /sbin/mount -t cifs -o rw,nounix,iocharset=utf8,file_mode=0777,dir_mode=0777,uid=99,gid=100,vers=2.0,credentials='/tmp/unassigned.devices/credentials_WD_External' '//192.168.1.1/WD_External' '/mnt/disks/KeeneticGiga'
    Oct 25 07:55:34 R7UNRAID kernel: CIFS VFS: BAD_NETWORK_NAME: \\192.168.1.1\WD_External
    Oct 25 07:55:34 R7UNRAID kernel: CIFS VFS: cifs_mount failed w/return code = -2
    Oct 25 07:55:34 R7UNRAID unassigned.devices: Mount of '//192.168.1.1/WD_External' failed. Error message: 'mount error(2): No such file or directory Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg) '.

    I have space symbol in my share name "WD External", seems that plugin replaces it with underscore.

  3. On 3/29/2020 at 12:42 PM, Sinister said:

    But I would not think that it would have a strict firewall for a locally mapped drive and even in the settings no discernable way to resolve it. Even when you specify to.leave specific locations alone if I cant figure it out I'll certainly be moving on to something else that doesn't perform this way, I'm open to any suggestions for a new AV software 

    Do you solve that issue? I'm also have 3.5Gbps speeds instead of 10Gbps.

    • Like 1
  4. Hello.

    I have installed a couple of NVMe drives for my cache, but I can't get stable 10Gbps network speeds. I'm using AQC107 network cards in my server and my PC, cat7 ethernet cable. Seems that issue is my Windows 10 instance. If I'm loading from ubuntu live cd on my PC, I'm getting 9.9Gbps. Under windows 10 I'm getting 3.5-4Gbps. What can I do to solve this? Clean install of Windows 10 is not an option right now unfortunately.

  5. Have this issue with Unraid 6.8.3. I have 2 servers: J3455Unraid and R7Unraid. I have mounted on J3455Unraid share from R7Unraid. Sometimes I got this error "stale file handle" so I need manully unmount and mount this share. How can I fix that? SMB1 is not an option. Also I tried disable hard links in Global Share Settings.

  6. Hello.
    A few days ago I ran into problem - can't stop Nextcloud (linuxserver) docker container. So I tried to reboot the whole system - fail again, Unraid is stuck, it's can't reboot. Next I tried "powerdown -r" command, on the second time it worked and system rebooted (after boot parity check started). A few hours later this bug appeared again. Nextcloud container stuck as well as the system. I tried "diagnostics" command - failed, endless waiting.

    This bug appears after trying to update content in the Nextcloud android app. Bug occurred 4 times now, always after refreshing mobile app.

    Also I tried "docker kill nextcloud" - command don't work, endless waiting.
    Next I tried to stop the whole docker from GUI. "Enable Docker - no", but Docker status is running. After reboot I nuked docker.img, set up all dockers again and Nextcloud worked well until today - same problem happened. I nuked docker.img again, it helps. But it's not a solution nuking docker.img every 3-4 days...
    I found out that docker-proxy process related to nextcloud is <defunct>. It looks like the problem is with network.

    Syslog and nextcloud logs, docker-proxy stuck process:

    syslog: https://pastebin.com/Uc5yuYx5 (after problem appeared)
    nextcloud logs: https://pastebin.com/hBm9uE8b (after problem appeared)

    stuck docker-proxy process:

    photo_2020-03-21_08-52-40.thumb.jpg.32e937c4f13fbc1ce3c9eb73462eeaf0.jpg

     

    My hardware:

    Ryzen 2700, 16 Gb ECC, ASUS TUF B450M-PRO PLUS. Dockers installed on Samsung NVMe drive (unassigned device, not cache).

    I ask for help in solving this problem

  7. 21 hours ago, Spies said:

    I don't have it plugged into anything I can use to monitor power, but based on my household usage, I would estimate about 40-60 watts with no HDDs spun up.

    What about server uptime? How long - days, weeks, months?

  8. 13 hours ago, Luckbox said:

    For a server I'd personaly get 2700x with 8 cores. It now costs only 130$ if you buy from MicroCenter + 30$ discount for motherboard, if not mistaken. If you need mATX board, then I'd go with MSI B450m Mortar Max. It has same VRM as Tomahawk with beefy heatsink, which can run even new 3950x (you can watch video online with the benchmark). Best B450 boards only from MSI, if you wanna upgrade CPU in the future without changing mobo. For RAM get Ballistix Sport LT 3200-CL16 or 3200-CL15 with *AES* in name. Those are cheap and can be easily overclocked to at least 3600. For cooler I'd go with Arctic Freezer 34 eSports DUO, unless it won't fit in your case. This silent beast easily competes with twice more expensive ones and is more compact. Cheers

    Thank you for reply! What about any issues especially C-states? Did you disable it?

    In my region I don't have that shop (I'm not from the North America or European Union) and 2700X costs a lot more than 2600. In fact I don't need 8 cores and X-version, it had 105 Watt TDP which a lot for me. One of primary objectives of my future build is power saving, I can't afford a huge bills for electricity.

    I don't plan any gaming so I don't need overclock, powerful VRM or high memory frequencys. I want a server for storing files, sometimes transcode in Plex and application server. The main task is reliability and power saving.

×
×
  • Create New...