Windows -> Anmeldung an Samba-Share schlägt fehl -> was tun?

Kommst Du von aussen ueberhaupt in den Container?
 
@BFF:
BFF schrieb:
Kommst Du von aussen ueberhaupt in den Container?
Gute Frage, weil ich mir dessen nicht sicher bin.
Der paperless-ngx-LXC-Container hat die IP-Adresse 192.168.xxx.219, der Host hat die hat die 192.168.xxx.210.
Wenn ich die Konsole des Containers, 192.168.xxx.19 aufrufe, sehe ich oben die Adresse des Hosts. Screenshot folgt.
 

Anhänge

  • 2024-12-29 23_49_42-pve - Proxmox Console - Persönlich – Microsoft​ Edge.png
    2024-12-29 23_49_42-pve - Proxmox Console - Persönlich – Microsoft​ Edge.png
    22,7 KB · Aufrufe: 22
Zuletzt bearbeitet:
192er IP brauchst Du nicht maskieren. @omavoss
Kommt eh keiner hin. Zumal die im Bild ja eh zu sehen ist. 😁

Ausgerechnet die Stelle mit dem .xxx. waere interessant. Wenn alles da xon den .xxx. die 115 hat und alle selbiges Subnet haben sollte nichts ausser irgendwas vom Container im Weg stehen. Rein willst Du ja schliesslich per SMB. Kannst Du mal scannen ob ueberhaupt ein SMB-Port offen ist bei dem Teil?

Target ist die IP des Paperless.
Code:
]nmap -p445 --script smb-protocols <target>

Code:
]nmap -p139 --script smb-protocols <target>

So sieht es bei mir aus wenn ich ein ollen NAS hier per NMAP anfunke.

1735515888590.png


Wenn da bei Dir nix kommt, ist Dein SMB nicht erreichbar. Oder rennt nicht.
 
Zuletzt bearbeitet:
@BFF :
Zunächst nmap: command not found,
dann apt-get install nmap

dann
Code:
root@paperless-ngx:~# nmap -p445 --script smb-protocols 192.168.115.139
Starting Nmap 7.93 ( https://nmap.org ) at 2024-12-30 17:54 CET
Nmap scan report for paperless-ngx.fritz.box (192.168.115.139)
Host is up (0.000085s latency).

PORT    STATE SERVICE
445/tcp open  microsoft-ds

Host script results:
| smb-protocols: 
|   dialects: 
|     202
|     210
|     300
|     302
|_    311

Nmap done: 1 IP address (1 host up) scanned in 0.58 seconds
root@paperless-ngx:~#

Code:
root@paperless-ngx:~# nmap -p139 --script smb-protocols 192.168.115.139
Starting Nmap 7.93 ( https://nmap.org ) at 2024-12-30 17:58 CET
Nmap scan report for paperless-ngx.fritz.box (192.168.115.139)
Host is up (0.000047s latency).

PORT    STATE SERVICE
139/tcp open  netbios-ssn

Host script results:
| smb-protocols: 
|   dialects: 
|     202
|     210
|     300
|     302
|_    311

Nmap done: 1 IP address (1 host up) scanned in 0.39 seconds
root@paperless-ngx:~#

Linux für Fortgeschrittene, das kann ich nicht.

Wie nun weiter? Windows lässt mich nicht anmelden, weder als paperless noch als root.

Vielen Dank.
 
Von wo nach wo hast Du das nmap gemacht?
So wie es aussieht aus dem Paperless Container auf sich selbst?

Irgendwas war da mal mit Zugriff auf shares in einem Container von aussen. 🤷‍♂️

Das aus dem Video hast Du 1:1 gemacht oder die Pfade etc. an Deine Umgebung angepasst?

Code:
Curl commands to download the necessary files:
curl -O -L --insecure https://github.com/paperless-ngx/pape...
curl -O -L --insecure https://github.com/paperless-ngx/pape...
curl -O -L --insecure https://github.com/paperless-ngx/pape...


Move command to rename the docker-compose file:
mv docker-compose.mariadb-tika.yml docker-compose.yml

Create the superuser: 
docker-compose run --rm webserver createsuperuser

Install samba:
sudo apt-get install samba -y

Confirm service is running:
sudo systemctl restart smbd.service

Add new user:
sudo adduser paperless

Add the user to samba:
sudo smbpasswd -a paperless


Set permissions:
sudo apt-get install acl
sudo setfacl -R -m "u:paperless:rwx" /path/to/paperless/consumption/directory

Samba.conf to add share folder to:
sudo nano /etc/samba/smb.conf

Sample Samba share:
[paperless]
    comment = paperless consumption
    path = /path/to/paperless/consumption/directory
    read only = no
    writable = yes
    browseable = yes
    guest ok = no
    valid users = @paperless
 
@BFF:
Ich habe das Ganze ein wenig angepasst, das ganze Docker-"Zeug" habe ich weggelassen, weil es hier um einen LXC-Container geht. Die Pfade habe ich angepasst.

Ja, ich habe das nmap von der Konsole des paperless-Containers aus gemacht. Muss ich es von woandersher machen? Vielleicht direkt aus der Proxmox-Konsole und nicht von der Konsole des Containers?

Ich lerne das noch, hoffentlich.
 
Zuletzt bearbeitet:
@BFF :

Was lässt sich aus dem Ergebnis von nmap aus Windows heraus ableiten? Der Samba-Server funktioniert, ja.
Weißt Du bitte noch eine Möglichkeit, um herauszufinden, warum es Windows nicht zulässt, dass sich root oder paperless nicht an einem Netzlaufwerk anmelden kann?
Danke.
 

Anhänge

  • 2024-12-30 20_28_52-Zenmap.png
    2024-12-30 20_28_52-Zenmap.png
    118,7 KB · Aufrufe: 22
Der Samba scheint sich zu melden. Steht bei Results.

omavoss schrieb:
warum es Windows nicht zulässt, dass sich root oder paperless nicht an einem Netzlaufwerk anmelden kann

Wie versuchst Du das Ding zu mounten?
Mach es in der CMD unter Angabe von Nutzer und Passwort.

Welche Datei-Rechte hat das Verzeichnis was Du für den Samba angelegt hast? Wo hast Du das angelegt?
Ergänzung ()

Ich les mich mal etwas ein bei paperless und versuch das nachzustellen. Hab aber nix proxmox. Und ob mein NAS LCX Container macht weiss ich im Moment auch nicht.
 
Zuletzt bearbeitet:
@BFF :
Ich weiß dein Engagement sehr wohl hoch zu schätze und ich danke dir vielmals dafür.

Die Profis vom Proxmox-Forum konnten mir bisher bei der Lösung dieses Problems nicht weiterhelfen, deshalb hab ich mich an das CB-Forum (und damit auch an dich) gewandt.

Bitte nicht böse sein, dass ich "zweigleisig" gefahren bin, deshalb auch der Link zum Proxmox-Helper-Forum zum Thema:
https://forum.proxmox.com/threads/paperless-ngx-und-smb-cifs-freigabe-und-multifunktionsgerät-scannen-ins-netzwerk.159482/#post-734137

Ich habe bisher alle Tipps und Hinweise soweit beherzigt, soweit ich sie beherrscht habe, ich stoße dabei immer mehr an meine Grenzen.

Vielen Dank dafür, dass du dich mal einlesen willst und evtl. etwas zur Lösung des Problems beitragen kannst und willst.

Wie du siehst, haben sich ganz offensichtlich andere Linux-Kenner an der Lösung des Problems beteiligt und sind an ihre Grenzen gestoßen.
 
omavoss schrieb:
Bitte nicht böse sein, dass ich "zweigleisig" gefahren bin

Voellig ok.

Ich les einfach mal dort auch mit.

Es muss irgendwas sein mit den Rechten. Entweder Ordnerrechte oder Nutzerrechte.
Oder irgendwas laesst keine Kommunikation aus Deinem Netz in den Container zu. Sprich Du kommst von aussen nicht ueber Proxmox in den Container.🤷‍♂️
 
Es sind wie vermutet die Ordnerrechte. @omavoss
Auf den Ordner /opt/paperless/consume hat der Nutzer paperless keine Schreibrechte irgendwie. 🤷‍♂️
Verbinden konnte ich aus einem Windows mit (das Leerzeichen hinter /user: gehoert nicht hin, schuetzt aber vor sinnlos :p und alles in Code Tags hatte ich keinen Bock)

net use P: \\192.168.0.193\paperless /user: paperless paperless /persistent:no

Aber beim Versuch da rein zu kopieren gibt es unter W10 diese Meldung.

1735613979279.png


Das ist wie es aussieht fuer den Ordner nach Installation.

1735613894954.png


Mach da mal ein sudo chown paperless:root /opt/paperless/consume in der Konsole von der paperless-ngx. Dann sieht das so aus dort.

1735614109093.png


Und nun bekomme ich auch die PDF in den Ordner kopiert.

1735614206667.png


Wie Du das Abarbeiten von dem Consume hinbekommst ist Dein Ding. 😉
Da hab ich keine Zeit fuer im Moment.

Falls Du das Teil nochmals aufsetzt.
Ich habe dieses Teil genommen.

https://community-scripts.github.io/ProxmoxVE/scripts?id=paperless-ngx

Dann in der Konsole des paperless ngx

apt install samba -y
adduser paperless (mit Password: paperless)
sudo usermod -a -G paperless paperless
sudo smbpasswd -a paperless (mit Password: paperless)


In der /etc/samba/smb.conf Folgendes hinzu gefuegt.

[paperless]
comment = Paperless SMB Consume
valid users = paperless
path = /opt/paperless/consume/
public = no
writable = yes
printable = no
browsable = no
guest ok = no
create mask = 0700
directory mask = 0700


Wenn Du das ganz am Ende der smb.conf einfuegst, mach hinter der letzten Zeile noch ein ENTER rein.
Dann noch das hier in der Konsole.

sudo chown paperless:root /opt/paperless/consume

Ich hab paperless mit Password paperless verwendet der Einfachheit wegen. Was Du da nimmst ist Deine Sache. Ob das Uebernehmen des Besitzes des Ordners so wie ich es gemacht hab sicherheitstechnisch grossartige Auswirkung hat, weiss ich nicht. Fuer eine lokale Installation die nicht aus dem Netzerreichbar ist duerfte das unterschwellig sein.

Es kann auch durchaus sein, das irgendwas von hier:

https://askubuntu.com/questions/976...set-proper-permissions-on-created-directories

das mit dem Chown unnoetig macht. Aber da knie ich mich nicht rein. Bin zu alt dafuer und Samba ist lange her. 😉

Guten Rutsch. 🌟🎆🧨
 
@BFF :
Hallo, ganz großen Dank für deine Mühen.

ich habe nun alles das, was du geschrieben hast, penibel nachvollzogen. Trotzdem komme ich nicht weiter, es liegt immer noch etwas mit den Zugriffsrechten im argen, vielleicht hast du noch eine Idee, was man tun könnte. Danke.
2025-01-01 11_15_07-root@192.168.115.139.png
 
Und Du bekommst mit Windows eine Laufwerksverbindung und kannst nix schreiben? Oder gar keine Verbindung? @omavoss
 
Gar keine Verbindung:
2025-01-01 21_27_28-meine Internet-Links – Datei-Explorer.png
Code:
root@paperless-ngx:~# ls -al /opt/paperless/consume/
total 2060
drwxrwxrwx+  2 paperless root         4096 Jan  1 21:36 .
drwxrwxrwx  10 paperless paperless    4096 Dec 23 16:29 ..
-rw-r--r--   1 root      root      2100700 Dec 27 17:23 hdd_low_lewel_format_tool_4.50.zip
root@paperless-ngx:~#

Die Ausgabe unterscheidet sich von den von dir in #33 geposteten Ausgaben.
 
Zuletzt bearbeitet:
Hehe. @omavoss
Du kannst nicht meine IP verwenden fuer eine Laufwerksverbindung zu Deinem Paperless.

192.168.115.139\paperless

waere es wohl bei Dir.
 
Sorry, das kommt davon (c&p).

cmd ohne Administratorrechte:

C:\Users\gimmi>net use P: \\192.168.115.139\paperless /user:paperless paperless /persistent:no
Systemfehler 5 aufgetreten.

Zugriff verweigert


cmd mit Administratorrechten:

Microsoft Windows [Version 10.0.26100.2605]
(c) Microsoft Corporation. Alle Rechte vorbehalten.

C:\Windows\System32>net use P:\\192.168.115.139\paperless /user:paperless paperless /persistent:no
Systemfehler 67 aufgetreten.

Der Netzwerkname wurde nicht gefunden.


C:\Windows\System32>

C:\Windows\System32>nslookup 192.168.115.139
Server: fritz.box
Address: fd00::de39:6fff:fe04:8a51

Name: paperless-ngxid116.fritz.box
Address: 192.168.115.139


C:\Windows\System32>

Code:
#
# Sample configuration file for the Samba suite for Debian GNU/Linux.
#
#
# This is the main Samba configuration file. You should read the
# smb.conf(5) manual page in order to understand the options listed
# here. Samba has a huge number of configurable options most of which 
# are not shown in this example
#
# Some options that are often worth tuning have been included as
# commented-out examples in this file.
#  - When such options are commented with ";", the proposed setting
#    differs from the default Samba behaviour
#  - When commented with "#", the proposed setting is the default
#    behaviour of Samba but the option is considered important
#    enough to be mentioned here
#
# NOTE: Whenever you modify this file you should run the command
# "testparm" to check that you have not made any basic syntactic 
# errors. 

#======================= Global Settings =======================

[global]

## Browsing/Identification ###

# Change this to the workgroup/NT-domain name your Samba server will part of
   workgroup = WORKGROUP

#### Networking ####

# The specific set of interfaces / networks to bind to
# This can be either the interface name or an IP address/netmask;
# interface names are normally preferred
;   interfaces = 127.0.0.0/8 eth0

# Only bind to the named interfaces and/or networks; you must use the
# 'interfaces' option above to use this.
# It is recommended that you enable this feature if your Samba machine is
# not protected by a firewall or is a firewall itself.  However, this
# option cannot handle dynamic or non-broadcast interfaces correctly.
;   bind interfaces only = yes



#### Debugging/Accounting ####

# This tells Samba to use a separate log file for each machine
# that connects
   log file = /var/log/samba/log.%m

# Cap the size of the individual log files (in KiB).
   max log size = 1000

# We want Samba to only log to /var/log/samba/log.{smbd,nmbd}.
# Append syslog@1 if you want important messages to be sent to syslog too.
   logging = file

# Do something sensible when Samba crashes: mail the admin a backtrace
   panic action = /usr/share/samba/panic-action %d


####### Authentication #######

# Server role. Defines in which mode Samba will operate. Possible
# values are "standalone server", "member server", "classic primary
# domain controller", "classic backup domain controller", "active
# directory domain controller". 
#
# Most people will want "standalone server" or "member server".
# Running as "active directory domain controller" will require first
# running "samba-tool domain provision" to wipe databases and create a
# new domain.
   server role = standalone server

   obey pam restrictions = yes

# This boolean parameter controls whether Samba attempts to sync the Unix
# password with the SMB password when the encrypted SMB password in the
# passdb is changed.
   unix password sync = yes

# For Unix password sync to work on a Debian GNU/Linux system, the following
# parameters must be set (thanks to Ian Kahan <<kahan@informatik.tu-muenchen.de> for
# sending the correct chat script for the passwd program in Debian Sarge).
   passwd program = /usr/bin/passwd %u
   passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .

# This boolean controls whether PAM will be used for password changes
# when requested by an SMB client instead of the program listed in
# 'passwd program'. The default is 'no'.
   pam password change = yes

# This option controls how unsuccessful authentication attempts are mapped
# to anonymous connections
   map to guest = bad user

########## Domains ###########

#
# The following settings only takes effect if 'server role = classic
# primary domain controller', 'server role = classic backup domain controller'
# or 'domain logons' is set 
#

# It specifies the location of the user's
# profile directory from the client point of view) The following
# required a [profiles] share to be setup on the samba server (see
# below)
;   logon path = \\%N\profiles\%U
# Another common choice is storing the profile in the user's home directory
# (this is Samba's default)
#   logon path = \\%N\%U\profile

# The following setting only takes effect if 'domain logons' is set
# It specifies the location of a user's home directory (from the client
# point of view)
;   logon drive = H:
#   logon home = \\%N\%U

# The following setting only takes effect if 'domain logons' is set
# It specifies the script to run during logon. The script must be stored
# in the [netlogon] share
# NOTE: Must be store in 'DOS' file format convention
;   logon script = logon.cmd

# This allows Unix users to be created on the domain controller via the SAMR
# RPC pipe.  The example command creates a user account with a disabled Unix
# password; please adapt to your needs
; add user script = /usr/sbin/useradd --create-home %u

# This allows machine accounts to be created on the domain controller via the 
# SAMR RPC pipe.  
# The following assumes a "machines" group exists on the system
; add machine script  = /usr/sbin/useradd -g machines -c "%u machine account" -d /var/lib/samba -s /bin/false %u

# This allows Unix groups to be created on the domain controller via the SAMR
# RPC pipe.  
; add group script = /usr/sbin/addgroup --force-badname %g

############ Misc ############

# Using the following line enables you to customise your configuration
# on a per machine basis. The %m gets replaced with the netbios name
# of the machine that is connecting
;   include = /home/samba/etc/smb.conf.%m

# Some defaults for winbind (make sure you're not using the ranges
# for something else.)
;   idmap config * :              backend = tdb
;   idmap config * :              range   = 3000-7999
;   idmap config YOURDOMAINHERE : backend = tdb
;   idmap config YOURDOMAINHERE : range   = 100000-999999
;   template shell = /bin/bash

# Setup usershare options to enable non-root users to share folders
# with the net usershare command.

# Maximum number of usershare. 0 means that usershare is disabled.
#   usershare max shares = 100

# Allow users who've been granted usershare privileges to create
# public shares, not just authenticated ones
   usershare allow guests = yes

#======================= Share Definitions =======================


# By default, the home directories are exported read-only. Change the
# next parameter to 'no' if you want to be able to write to them.
   read only = yes

# File creation mask is set to 0700 for security reasons. If you want to
# create files with group=rw permissions, set next parameter to 0775.
   create mask = 0700

# Directory creation mask is set to 0700 for security reasons. If you want to
# create dirs. with group=rw permissions, set next parameter to 0775.
   directory mask = 0700

# By default, \\server\username shares can be connected to by anyone
# with access to the samba server.
# The following parameter makes sure that only "username" can connect
# to \\server\username
# This might need tweaking when using external authentication schemes
   valid users = %S

# Un-comment the following and create the netlogon directory for Domain Logons
# (you need to configure Samba to act as a domain controller too.)
;[netlogon]
;   comment = Network Logon Service
;   path = /home/samba/netlogon
;   guest ok = yes
;   read only = yes

# Un-comment the following and create the profiles directory to store
# users profiles (see the "logon path" option above)
# (you need to configure Samba to act as a domain controller too.)
# The path below should be writable by all users so that their
# profile directory may be created the first time they log on
;[profiles]
;   comment = Users profiles
;   path = /home/samba/profiles
;   guest ok = no
;   browseable = no
;   create mask = 0600
;   directory mask = 0700

[printers]
   comment = All Printers
   browseable = no
   path = /var/tmp
   printable = yes
   guest ok = no
   read only = yes
   create mask = 0700

# Windows clients look for this share name as a source of downloadable
# printer drivers
[print$]
   comment = Printer Drivers
   path = /var/lib/samba/printers
   browseable = yes
   read only = yes
   guest ok = no
# Uncomment to allow remote administration of Windows print drivers.
# You may need to replace 'lpadmin' with the name of the group your
# admin users are members of.
# Please note that you also need to set appropriate Unix permissions
# to the drivers directory for these users to have write rights in it
;   write list = root, @lpadmin

[global]
map to guest = never

[homes]
comment = Home Directories
browsable = no
read only = yes
valid users = %S
create mask = 0700
directory mask = 0700

[paperless]
comment = Paperless SMB Consume
valid users = root,paperless
path = /opt/paperless/consume/
public = no
writable = yes
printable = no
browsable = yes
guest ok = no
create mask = 0700
directory mask = 0700
 
Zuletzt bearbeitet:
Lad mal bitte Deine komplette smb.conf hier hoch als Anhang. @omavoss
Ergänzung ()

omavoss schrieb:
valid users = root,paperless

Kein Komma zwischen den root und paperless lt. SMB-Manual.
Ergänzung ()

Doof. Geht hier auch mit Komma als Trenner. 🤔
Ergänzung ()

Hast Du den Nutzer paperless per

BFF schrieb:
sudo smbpasswd -a paperless (mit Password: paperless)

als SAMBA-Berechtigten eingetragen?

Weil Deinen Zugriffs-Fehler bekomme ich hier wenn ich das mit einem neuen Nutzer nicht gemacht habe.

1735768043608.png


Und das obwohl der Nutzer in der smb.conf als valider User eingetragen ist.
Ergänzung ()


Sicher das Paperless noch auf der IP laeuft?

1735768491906.png
 
Zuletzt bearbeitet:
@BFF :
Ja, ich bin sicher, dass der Container auf dieser IP-Adresse läuft. Das Passwort habe ich nochmals so eingegeben, wie du es oben geschrieben hast :
sudo smbpasswd -a paperless

dann zweimal das Passwort, dann wieder Systemfehler 67 wie oben.

root@paperless-ngx:~# sudo smbpasswd -a paperless
New SMB password:
Retype new SMB password:
root@paperless-ngx:~# smbclient -L 192.168.115.139 -U paperless
Password for [WORKGROUP\paperless]:
tree connect failed: NT_STATUS_ACCESS_DENIED
root@paperless-ngx:~#

root@paperless-ngx:~# smbclient //192.168.115.139/paperless -U paperless
Password for [WORKGROUP\paperless]:
Try "help" to get a list of possible commands.
smb: \> dir
. D 0 Thu Jan 2 17:13:03 2025
.. D 0 Mon Dec 23 16:29:03 2024
hdd_low_lewel_format_tool_4.50.zip N 2100700 Fri Dec 27 17:23:55 2024

30787492 blocks of size 1024. 22308376 blocks available
smb: \>

Die zip-Datei hatte ich zum testen mit WinSCP hineinkopiert.

Ich habe inzwischen mit dem Entwicklerteam von paperless-ngx Kontakt aufgenommen, nun wird das Ziel, in einen Share auf dem Proxmox-Server zu scannen und die gescannten Dokumente in paperless-ngx "unterzubringen" nahezu unerreichbar für mich.

https://github.com/paperless-ngx/paperless-ngx/discussions/8590

Die Antwort:
Why on earth would you install something into the container? You should install Samba on the host, and share the host folder you would like to scan to, and then bind mount that properly into the container.

Warum in aller Welt sollten Sie etwas in den Container einbauen? Sie sollten Samba auf dem Host installieren und den Host-Ordner freigeben, in den Sie scannen möchten, und diesen dann ordnungsgemäß in den Container einbinden.

Ich bin sehr nahe daran, das Projekt zu beerdigen, die Hürden sind für mich zu hoch, obwohl ich denke und auch hoffe, nur noch einen kleinen Schritt vom Erfolg entfernt zu sein.

Ich setze mich morgen noch an einen anderen PC und versuche das Ganze von dort aus. Meine letzte Hoffnung ist, dass die Tastatur des bisher verwendeten PC prellt und ich infolgedessen das SMB-Passwort zweimal identisch falsch eingegeben habe, was aber letztendlich ziemlich unwahrscheinlich ist.
 
Zuletzt bearbeitet:
Zurück
Oben