Jump to content

Lordgizmo

Members
  • Posts

    30
  • Joined

  • Last visited

Posts posted by Lordgizmo

  1. 4 hours ago, mgutt said:

    Das beantwortet nicht meine Frage. Nutzt der zur Kommunikation HTTP/HTTPS oder ein anderes Protokoll? Das ist wichtig, denn Nginx unterstützt nur HTTP/HTTPS.

     

    Nun dann liegt das Problem wohl bei der Applikation und nicht beim Proxy. Check die Logs von Matrix.

    nutzt http      ich check die logs wenn ich wieder in der nähe bin   

     

    und lese mir mal den artikel von fir3drag0n durch 

  2. ja mein fehler sry 

    hier meine matrix config 

     

    Spoiler

    # Configuration file for Synapse.
    #
    # This is a YAML file: see [1] for a quick introduction. Note in particular
    # that *indentation is important*: all the elements of a list or dictionary
    # should have the same indentation.
    #
    # [1] https://docs.ansible.com/ansible/latest/reference_appendices/YAMLSyntax.html
    #
    # For more information on how to configure Synapse, including a complete accounting of
    # each option, go to docs/usage/configuration/config_documentation.md or
    # https://matrix-org.github.io/synapse/latest/usage/configuration/config_documentation.html
    server_name: "matrix.gizmocloud5.duckdns.org"
    pid_file: /data/homeserver.pid
    listeners:
      - port: 8008
        tls: false
        type: http
        x_forwarded: true
        resources:
          - names: [client, federation]
            compress: false
    database:
      name: sqlite3
      args:
        database: /data/homeserver.db
    log_config: "/data/matrix.gizmocloud5.duckdns.org.log.config"
    media_store_path: /data/media_store
    registration_shared_secret: "zensiert"
    report_stats: false
    macaroon_secret_key: "zensiert"
    form_secret: "zensiert"
    signing_key_path: "/data/matrix.gizmocloud5.duckdns.org.signing.key"
    trusted_key_servers:
      - server_name: "matrix.org"
      
    suppress_key_server_warning: true
      
      # Enable registration for new users.
    enable_registration: true
    enable_registration_without_verification: true
    registration_shared_secret: "zensiert"
    trusted_third_party_id_servers:
        - matrix.org
        - vector.im
        - riot.im
        - matrix.gizmocloud5.duckdns.org

    allow_public_rooms_over_federation: true
    allow_public_rooms_without_auth: false
    enable_search: true
    push:
    include_content: true
    group_unread_count_by_room: true


    # vim:ft=yaml

    beim aufrufen der url zeigt er das Matrix läuft 

     

    so nginx ist wie folgt konfiguriert sie bild

    im advanced tab hab ich folgendes stehen 

     

    location /.well-known/matrix/server {
         return 200 '{"m.server": "matrix.gizmocloud5.duckdns.org"}';
         default_type application/json;
         add_header Access-Control-Allow-Origin *;

    }

         location /.well-known/matrix/client {
         return 200 '{"m.homeserver": {"base_url": "https://matrix.gizmocloud5.duckdns.org:443"}}';
         default_type application/json;
         add_header Access-Control-Allow-Origin *;

      }

     

    ports in der fritz sind frei 

     

    Bild_2023-01-28_104418283.png

  3. Moin Zusammen   

    hab synapse mit nginx und duckdns am laufen komme mit dem pc auch rein konnte benutzer erstellen  aber mit dem handy keine chance  weiß wer rat ?

     

     

    Ok nach dem neustart geht gar nix mehr ^^ nur das unter der url der matrix server läuft das wars auch 

  4. 6.2.3 bleibt unverändert Installation läuft durch nach Neustart nicht mehr auffindbar 

     

     

    Edit:

    So nach einem Neustart ist sie nun Erreichbar und kann eingerichtet werden 

  5. Spoiler

    <?xml version='1.0' encoding='UTF-8'?>
    <domain type='kvm'>
      <name>CentOS</name>
      <uuid>8115b0b4-cf79-b138-5cc6-1ad0968deb2f</uuid>
      <metadata>
        <vmtemplate xmlns="unraid" name="CentOS" icon="centos.png" os="centos"/>
      </metadata>
      <memory unit='KiB'>8388608</memory>
      <currentMemory unit='KiB'>8388608</currentMemory>
      <memoryBacking>
        <nosharepages/>
      </memoryBacking>
      <vcpu placement='static'>6</vcpu>
      <cputune>
        <vcpupin vcpu='0' cpuset='0'/>
        <vcpupin vcpu='1' cpuset='8'/>
        <vcpupin vcpu='2' cpuset='2'/>
        <vcpupin vcpu='3' cpuset='10'/>
        <vcpupin vcpu='4' cpuset='4'/>
        <vcpupin vcpu='5' cpuset='6'/>
      </cputune>
      <os>
        <type arch='x86_64' machine='pc-q35-3.0'>hvm</type>
      </os>
      <features>
        <acpi/>
        <apic/>
      </features>
      <cpu mode='host-passthrough' check='none' migratable='on'>
        <topology sockets='1' dies='1' cores='3' threads='2'/>
        <cache mode='passthrough'/>
        <feature policy='require' name='topoext'/>
      </cpu>
      <clock offset='utc'>
        <timer name='rtc' tickpolicy='catchup'/>
        <timer name='pit' tickpolicy='delay'/>
        <timer name='hpet' present='no'/>
      </clock>
      <on_poweroff>destroy</on_poweroff>
      <on_reboot>restart</on_reboot>
      <on_crash>restart</on_crash>
      <devices>
        <emulator>/usr/local/sbin/qemu</emulator>
        <disk type='file' device='disk'>
          <driver name='qemu' type='raw' cache='writeback'/>
          <source file='/mnt/user/isos/synoboot.img'/>
          <target dev='hdc' bus='sata'/>
          <boot order='1'/>
          <address type='drive' controller='0' bus='0' target='0' unit='2'/>
        </disk>
        <disk type='file' device='disk'>
          <driver name='qemu' type='raw' cache='writeback'/>
          <source file='/mnt/user/domains/CentOS/vdisk2.img'/>
          <target dev='hdd' bus='sata'/>
          <address type='drive' controller='0' bus='0' target='0' unit='3'/>
        </disk>
        <controller type='sata' index='0'>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/>
        </controller>
        <controller type='sata' index='1'>
          <address type='pci' domain='0x0000' bus='0x06' slot='0x01' function='0x0'/>
        </controller>
        <controller type='pci' index='0' model='pcie-root'/>
        <controller type='pci' index='1' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='1' port='0x10'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0' multifunction='on'/>
        </controller>
        <controller type='pci' index='2' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='2' port='0x11'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x1'/>
        </controller>
        <controller type='pci' index='3' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='3' port='0x12'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x2'/>
        </controller>
        <controller type='pci' index='4' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='4' port='0x13'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x3'/>
        </controller>
        <controller type='pci' index='5' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='5' port='0x14'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x4'/>
        </controller>
        <controller type='pci' index='6' model='pcie-to-pci-bridge'>
          <model name='pcie-pci-bridge'/>
          <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0'/>
        </controller>
        <controller type='virtio-serial' index='0'>
          <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/>
        </controller>
        <controller type='usb' index='0' model='ich9-ehci1'>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x7'/>
        </controller>
        <controller type='usb' index='0' model='ich9-uhci1'>
          <master startport='0'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0' multifunction='on'/>
        </controller>
        <controller type='usb' index='0' model='ich9-uhci2'>
          <master startport='2'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x1'/>
        </controller>
        <controller type='usb' index='0' model='ich9-uhci3'>
          <master startport='4'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2'/>
        </controller>
        <interface type='bridge'>
          <mac address='52:54:00:f4:5b:4c'/>
          <source bridge='br0'/>
          <model type='e1000'/>
          <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/>
        </interface>
        <serial type='pty'>
          <target type='isa-serial' port='0'>
            <model name='isa-serial'/>
          </target>
        </serial>
        <console type='pty'>
          <target type='serial' port='0'/>
        </console>
        <channel type='unix'>
          <target type='virtio' name='org.qemu.guest_agent.0'/>
          <address type='virtio-serial' controller='0' bus='0' port='1'/>
        </channel>
        <input type='tablet' bus='usb'>
          <address type='usb' bus='0' port='1'/>
        </input>
        <input type='mouse' bus='ps2'/>
        <input type='keyboard' bus='ps2'/>
        <graphics type='vnc' port='-1' autoport='yes' websocket='-1' listen='0.0.0.0' keymap='de'>
          <listen type='address' address='0.0.0.0'/>
        </graphics>
        <video>
          <model type='qxl' ram='65536' vram='65536' vgamem='16384' heads='1' primary='yes'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0'/>
        </video>
        <memballoon model='virtio'>
          <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/>
        </memballoon>
      </devices>
    </domain>
     

    ok teste es mal mit 6.2.3 

  6. Auch wenn der Beitrag älter ist ein neuer wäre glaub nicht so schlau *fg*

     

    So ich hab das Problem das nach der Installation der Xpen nicht mehr aufzufinden ist. Installation Wunderbar dann kommt ja 10 min Warten wegen Neustart und dann ende im Gelände. Wo liegt da der Fehler ?

    Zum System läuft auf einem Ryzen 7 2700x 

    die Vm ist eine Centos mit diesem Looader synoboot-ds918_1.04b  und dieser pat datei DSM_DS918+_25556

    beide platten als sata 

  7. ja daten hab ich da seit dem 01.06 drauf solange speichert die cam da schon 

    und ich dulli hab den fehler selber grad gefunden denke ich ^^ rip my life das warme wetter 

    die cam speichert seit dem 01.06 auf dem array soweit so gut  aber das änderungs datum der einzelnen ordner ist von gestern warum auch immer 

  8. das liefert das 

    root@Nas:~# /usr/bin/find /mnt/user/Kamera  -mtime +1 -type f -ls | tail -10
    590253026431188867    1020 -rw-rw-rw-   1 nobody   users       1042654 Jun 17 08:53 /mnt/user/Kamera/2021/06/17/Wolfgang\ Gs_00_20210617175319.jpg
    590253026431188868   35116 -rw-rw-rw-   1 nobody   users      35958117 Jun 17 08:54 /mnt/user/Kamera/2021/06/17/Wolfgang\ Gs_00_20210617175358.mp4
    590253026431188869    1020 -rw-rw-rw-   1 nobody   users       1042280 Jun 17 08:54 /mnt/user/Kamera/2021/06/17/Wolfgang\ Gs_00_20210617175358.jpg
    590253026431188870  105276 -rw-rw-rw-   1 nobody   users     107801303 Jun 17 08:57 /mnt/user/Kamera/2021/06/17/Wolfgang\ Gs_00_20210617175616.mp4
    590253026431188871    1012 -rw-rw-rw-   1 nobody   users       1035614 Jun 17 08:56 /mnt/user/Kamera/2021/06/17/Wolfgang\ Gs_00_20210617175617.jpg
    590253026431188872   57840 -rw-rw-rw-   1 nobody   users      59227727 Jun 17 09:01 /mnt/user/Kamera/2021/06/17/Wolfgang\ Gs_00_20210617180034.mp4
    590253026431188873     996 -rw-rw-rw-   1 nobody   users       1018260 Jun 17 09:00 /mnt/user/Kamera/2021/06/17/Wolfgang\ Gs_00_20210617180034.jpg
    590253026431188874   47432 -rw-rw-rw-   1 nobody   users      48569830 Jun 17 09:13 /mnt/user/Kamera/2021/06/17/Wolfgang\ Gs_00_20210617181253.mp4
    590253026431188875     988 -rw-rw-rw-   1 nobody   users       1009782 Jun 17 09:13 /mnt/user/Kamera/2021/06/17/Wolfgang\ Gs_00_20210617181253.jpg
    590253026431188877     980 -rw-rw-rw-   1 nobody   users       1001563 Jun 17 09:17 /mnt/user/Kamera/2021/06/17/Wolfgang\ Gs_00_20210617181648.jpg

     

    ja 13 war ein bsp  habe in dem ordner 19 weitere 

  9. ja läuft erst wieder seit 6 std 

     

           10      0 -rw-r--r--   1 root     root            0 Apr  9  2020 /var/log/messages$
            9      0 -rw-r--r--   1 root     root            0 Apr  9  2020 /var/log/maillog$
           63      4 -rw-------   1 root     root          288 Jun 19 00:32 /var/log/libvirt/libvirtd.log$
           62      0 -rw-------   1 root     root            0 Jun 19 00:32 /var/log/libvirt/virtlogd.log$
           61      0 -rw-------   1 root     root            0 Jun 19 00:32 /var/log/libvirt/virtlockd.log$
            6      4 -rw-r--r--   1 root     root       292876 Jun 19 01:15 /var/log/lastlog$
            5      4 -rw-r--r--   1 root     root        32096 Jun 19 01:15 /var/log/faillog$
            4      0 -rw-r--r--   1 root     root            0 Apr  9  2020 /var/log/debug$
            3      0 -rw-r--r--   1 root     root            0 Apr  9  2020 /var/log/cron$
            2      0 -rw-------   1 root     root            0 Apr  7 11:46 /var/log/btmp$

     

  10. so 

    root@Nas:~# ls -la /mnt/user | cat -A -
    total 0$
    drwxrwxrwx   1 nobody users 135 Jun 19 06:38 ./$
    drwxr-xr-x  10 root   root  200 Jun 19 00:32 ../$
    drwxr-xr-x   1 kamera users  18 Jun 19 06:38 Kamera/$
    drwxrwxrwx   1 nobody users  34 Jun  8 13:44 Kamera2/$
    drwxrwxrwx   1 nobody users  65 Jun  5 03:54 Netzwerk/$
    drwxrwxrwx   1 nobody users 180 Jun 16 23:16 appdata/$
    drwxrwxrwx   1 nobody users   6 Jun  5 02:57 domains/$
    drwxrwxrwx   1 nobody users  38 Jun  6 23:19 isos/$
    drwxrwxrwx   1 nobody users  35 Jun  5 02:57 system/$

     

    gibt das aus 

     

     

    /usr/bin/find /tmp -mtime +1 -type f -ls | tail -10   der befehl macht gar nix ^^ 

     

    und sonderzeichen hab ich in den shares nicht ^^

     

    bin schon am überlegen alles einmal neu machen 

  11. so bei beiden befehlen "find" macht er gar nix mehr ^^   

    bei pwd kommt /root

    ls -lRt /mnt/user/Kamera damit kommen die files im spoiler nur kleiner auszug 

    Spoiler

    -rw-rw-rw- 1 nobody users    1235374 Jun 13 17:00 Wolfgang\ Gs_00_20210614020027.jpg
    -rw-rw-rw- 1 nobody users 1024077009 Jun 13 17:00 Wolfgang\ Gs_00_20210614012816.mp4
    -rw-rw-rw- 1 nobody users    1230690 Jun 13 16:28 Wolfgang\ Gs_00_20210614012816.jpg
    -rw-rw-rw- 1 nobody users 1023983975 Jun 13 16:28 Wolfgang\ Gs_00_20210614005605.mp4
    -rw-rw-rw- 1 nobody users    1238393 Jun 13 15:56 Wolfgang\ Gs_00_20210614005606.jpg
    -rw-rw-rw- 1 nobody users 1024042984 Jun 13 15:56 Wolfgang\ Gs_00_20210614002357.mp4
    -rw-rw-rw- 1 nobody users    1235780 Jun 13 15:24 Wolfgang\ Gs_00_20210614002357.jpg
    -rw-rw-rw- 1 nobody users  759728125 Jun 13 15:23 Wolfgang\ Gs_00_20210614000005.mp4
    -rw-rw-rw- 1 nobody users    1246222 Jun 13 15:00 Wolfgang\ Gs_00_20210614000005.jpg

    aso und ja sind unterordner  2021/13 zb und darin sind die datein 

     

×
×
  • Create New...