Beiträge von lxxfan

    Hallo,


    Danke schon mal für Ihre Antwort.

    lsblk

    NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS

    sda 8:0 0 238,5G 0 disk

    └─sda1 8:1 0 238,5G 0 part

    sdb 8:16 0 1,8T 0 disk

    ├─sdb1 8:17 0 293,8G 0 part /run/media/georg-asus/50E48292E4827A4C

    ├─sdb2 8:18 0 525M 0 part

    ├─sdb3 8:19 0 100M 0 part

    ├─sdb4 8:20 0 16M 0 part

    ├─sdb5 8:21 0 392,1G 0 part

    ├─sdb6 8:22 0 300M 0 part /boot/efi

    ├─sdb7 8:23 0 98,1G 0 part /

    ├─sdb8 8:24 0 66,3G 0 part

    ├─sdb9 8:25 0 1003,7G 0 part /home

    └─sdb10 8:26 0 7,9G 0 part [SWAP]

    sr0 11:0 1 1024M 0 rom

    fdisk -l

    Festplatte /dev/sda: 238,47 GiB, 256060514304 Bytes, 500118192 Sektoren

    Festplattenmodell: KINGSTON RBU-SC1

    Einheiten: Sektoren von 1 * 512 = 512 Bytes

    Sektorgröße (logisch/physikalisch): 512 Bytes / 512 Bytes

    E/A-Größe (minimal/optimal): 512 Bytes / 512 Bytes

    Festplattenbezeichnungstyp: gpt

    Festplattenbezeichner: E00DAAA4-A2C8-4C71-8524-E63BB18DB076


    Gerät Anfang Ende Sektoren Größe Typ

    /dev/sda1 2048 500117503 500115456 238,5G Microsoft Basisdaten



    Festplatte /dev/sdb: 1,82 TiB, 2000398934016 Bytes, 3907029168 Sektoren

    Festplattenmodell: SanDisk SSD PLUS

    Einheiten: Sektoren von 1 * 512 = 512 Bytes

    Sektorgröße (logisch/physikalisch): 512 Bytes / 512 Bytes

    E/A-Größe (minimal/optimal): 512 Bytes / 512 Bytes

    Festplattenbezeichnungstyp: gpt

    Festplattenbezeichner: 7C1692D3-A786-43C4-93CC-C13959DB2072


    Gerät Anfang Ende Sektoren Größe Typ

    /dev/sdb1 2048 616234356 616232309 293,8G Microsoft Basisdaten

    /dev/sdb2 616235008 617310207 1075200 525M Windows-Wiederherstellungsumgebung

    /dev/sdb3 617312256 617517055 204800 100M EFI-System

    /dev/sdb4 617517056 617549823 32768 16M Microsoft reserviert

    /dev/sdb5 617549824 1439920127 822370304 392,1G Microsoft Basisdaten

    /dev/sdb6 1439920128 1440534527 614400 300M Microsoft Basisdaten

    /dev/sdb7 1440534528 1646327807 205793280 98,1G Linux-Dateisystem

    /dev/sdb8 1646327808 1785462783 139134976 66,3G Linux root (x86)

    /dev/sdb9 1785462784 3890448383 2104985600 1003,7G Linux root (x86)

    /dev/sdb10 3890448384 3907028991 16580608 7,9G


    Was nicht nachvollziehen kann ist einfach die Meldung beim KDE Start das man jetzt gleich ein root Passwort eingeben soll für das Mounten von home.

    Das war bis jetzt noch in keiner Version so.

    Habe mehrere Rechner Installiert da ist es ja genau so.

    Warum wird das bei der Installation jetzt so gemacht.

    Opensuse ist ja Super gut aber das nervt einfach wenn man gleich nach dem Anmelden ein Super Passwort eingeben muss gerade für Ältere Benutzer.


    Die polikit rules.d habe ich auch schon geändert da braucht man über Dolphin kein passwort mehr auch bei ntfs mounten:


    //als normaler Benutzer internere LW Mounten

    polkit.addRule(function(action, subject) {

    if (action.id == "org.freedesktop.udisks2.filesystem-mount-system" && subject.isInGroup("users") ||

    action.id == "org.freedesktop.udisks2.filesystem-mount" && subject.isInGroup("users") ||

    action.id == "org.freedesktop.udisks2.encrypted-unlock-system" ||

    action.id == "org.freedesktop.udisks2.encrypted-unlock")

    {

    return polkit.Result.YES;

    }

    });


    Kann mir einfach keinen Reim darauf machen was und wo hier Opensuse das geändert hat.


    mfg

    Georg












    Poste mal in Code-Tags als roothier bitte:

    Code
    lsblk

    und

    Code
    fdisk -l

    Hallo,


    Stehe leider wieder vor einem problem bei Opensuse 15.4.

    Nach einer Neu Installation kommt seit dieser Version immer die Meldung Passwort von Root zum mounten der home Partion eingeben.

    Die polkit Rechte erlauben das mounten nicht nach einer Standard Installation als User.

    Das war ja in den anderen Versionen nicht so.


    Hier mein fstab:

    UUID=74f01594-3fc1-4514-ac91-b92196048679 / ext4  defaults           0 1

    UUID=f32d31ef-ce80-4e6b-898d-9094a6cfdc7c /home ext4  user,data=ordered  0 0

    UUID=73c44a90-0fff-475a-b411-c174a538e51d  swap       swap  defaults           0 0

    UUID=260F-3361 /boot/efi vfat  utf8               0 2


    Wo muss ich hier ansetzen das man das home Laufwerk ohne root mounten kann und die Meldung nach dem Start nicht mehr kommt.


    Danke für eine Hilfe.


    mfg

    Georg





    Hallo,


    Betrifft Opensuse Leap 15.4 KDE


    Ich habe ein problem eine Ntfs Festplatte mit fstab zu mounten

    Fehler

    NTFS signature is missing.

    Failed to mount '/dev/sdb2': Das Argument ist ungültig

    The device '/dev/sdb2' doesn't seem to have a valid NTFS.

    Maybe the wrong device is used? Or the whole disk instead of a

    partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?

    Gleich was ich mache bei einem script immer kommt der Fehler Signature is missing

    Eintrag in der fstab

    UUID=75e420f8-9e5c-4b82-a10c-fc0cd4b43da2 /home/georg-ryz/sdb2_ntfs ntfs-3g defaults 0 0


    oder auch mit diesem Befehl

    UUID=75e420f8-9e5c-4b82-a10c-fc0cd4b43da2 /home/georg-ryz/sdb2_ntfs ntfs-3g defaults 0 0

    Bei der Leap 15.3 ist das ohne probleme gegangen.


    Kann mir dazu bitte jemand Helfen.


    mfg

    Georg

    Hallo,

    Mein System ist mit Leap 15.4 neu aufgesetzt und einen Standard Apache Installiert.
    Apache läuft mit und ohne geladenen perl modul

    Leider habe ich aber ein problem mit PhpMyAdmin 5.1.1 aber auch 5.2

    Wenn ich das perl modul (a2enmod perl) lade dann geht die Verbindung zur mysql db nicht.

    Heisst phpMyAdmin zeigt nichts an ohne Fehlermeldung.

    Wenn ich das modul aus apache entferne geht der zugriff normal.

    Wie kann ich hier prüfen was für ein Fehler sich dahinter verbirgt.

    Adminer läuft mit und ohne perlmodul einwandfrei.


    AH00558: httpd-prefork: Could not reliably determine the server's fully qualified domain name, using 192.168.178.48. Set the 'ServerName' directive globally to suppress this message

    Loaded Modules:

    core_module (static)

    so_module (static)

    http_module (static)

    mpm_prefork_module (static)

    unixd_module (static)

    systemd_module (static)

    authz_host_module (shared)

    actions_module (shared)

    alias_module (shared)

    authz_user_module (shared)

    authn_file_module (shared)

    authz_groupfile_module (shared)

    auth_basic_module (shared)

    autoindex_module (shared)

    cgi_module (shared)

    dir_module (shared)

    env_module (shared)

    expires_module (shared)

    include_module (shared)

    log_config_module (shared)

    mime_module (shared)

    negotiation_module (shared)

    setenvif_module (shared)

    userdir_module (shared)

    ssl_module (shared)

    reqtimeout_module (shared)

    authn_core_module (shared)

    version_module (shared)

    socache_shmcb_module (shared)

    authz_core_module (shared)

    php_module (shared)

    perl_module (shared)


    apache2.service - The Apache Webserver

    Loaded: loaded (/usr/lib/systemd/system/apache2.service; enabled; vendor preset: disabled)

    Active: active (running) since Sun 2022-09-18 20:24:54 CEST; 22min ago

    Main PID: 19209 (httpd-prefork)

    Status: "Processing requests..."

    Tasks: 6

    CGroup: /system.slice/apache2.service

    |- 19209 /usr/sbin/httpd-prefork -DSYSCONFIG -DSSL -DphpMyAdmin -C "PidFile /run/httpd.pid" -C "Include /etc/apache2/sysconfig.d//loadmodule.conf" -C "Include /etc/apache2/sysconfig.d//global.conf" -f>

    |- 19217 /usr/sbin/httpd-prefork -DSYSCONFIG -DSSL -DphpMyAdmin -C "PidFile /run/httpd.pid" -C "Include /etc/apache2/sysconfig.d//loadmodule.conf" -C "Include /etc/apache2/sysconfig.d//global.conf" -f>

    |- 19218 /usr/sbin/httpd-prefork -DSYSCONFIG -DSSL -DphpMyAdmin -C "PidFile /run/httpd.pid" -C "Include /etc/apache2/sysconfig.d//loadmodule.conf" -C "Include /etc/apache2/sysconfig.d//global.conf" -f>

    |- 19219 /usr/sbin/httpd-prefork -DSYSCONFIG -DSSL -DphpMyAdmin -C "PidFile /run/httpd.pid" -C "Include /etc/apache2/sysconfig.d//loadmodule.conf" -C "Include /etc/apache2/sysconfig.d//global.conf" -f>

    |- 19220 /usr/sbin/httpd-prefork -DSYSCONFIG -DSSL -DphpMyAdmin -C "PidFile /run/httpd.pid" -C "Include /etc/apache2/sysconfig.d//loadmodule.conf" -C "Include /etc/apache2/sysconfig.d//global.conf" -f>

    `- 19221 /usr/sbin/httpd-prefork -DSYSCONFIG -DSSL -DphpMyAdmin -C "PidFile /run/httpd.pid" -C "Include /etc/apache2/sysconfig.d//loadmodule.conf" -C "Include /etc/apache2/sysconfig.d//global.conf" -f>


    Sep 18 20:24:54 asusneu systemd[1]: Starting The Apache Webserver...

    Sep 18 20:24:54 asusneu start_apache2[19209]: AH00558: httpd-prefork: Could not reliably determine the server's fully qualified domain name, using 192.168.178.48. Set the 'ServerName' directive globally to suppres>

    Sep 18 20:24:54 asusneu systemd[1]: Started The Apache Webserver.



    Danke noch für eine Hilfe.


    mfg

    Georg

    Du musst für den Scanner das hplib-plugin von folgender Seite herunterladen


    https://developers.hp.com/hp-l…ging-and-printing/plugins


    und dann installieren (Du musst die *.run- und die *.run.asc-Datei in dasselbe Verzeichnis kopieren. Dann installierst Du am Besten über den HP-Device-Manager.


    Hallo,


    Ich habe eine Standard Installation gemacht mit Opensuse Leap 15.4


    Leider Funktioniert die mysqli schnittstelle nicht bei PHP und PhpMyadmin


    php-pear-MDB2_Driver_mysqli - MySQLi MDB2 driver ist Installiert


    Aber es wird kein Aufruf zur maria Db gemacht


    Was muss denn machen das PHP Mysqli wieder erkennt.


    Als Anhang ein Bild vom aufruf


    localhost ist OK

    localhost/adminer funktioniert aber nur Php geht nicht


    Danke euch noch für eine Hilfe

    Das weiss ich leider auch nicht, da ich PHP schon Jahre nicht mehr verwendet. Evtl mal in einem PHP Forum Fragen? Bin mir nicht sicher ob das ein Problemchen von Linux ist. Sry...

    Sage Danke für die Antwort.


    Da muss Opensuse irgendwas verändert haben im Thumblebeed.

    Es gibt da ja auch kein rcapache mehr....sonder start_apache

    Werde auf Leap 15.2 umsteigen müssen vielleicht geht da phpMyAdmin

    Hoffe das dies bald wieder repariert wird den so ein problem habe ich noch nie gehabt auch nicht

    bei Thumblebeed.


    mfg

    Georg

    Hallo Alero,


    ich habe die config.inc.php nochmal geprüft:noch

    mysqli ist da ja schon eingtragen

    Wo muss ich denn schauen damit das wieder geht


    $cfg['Servers'][$i]['host']                     = 'localhost';

    $cfg['Servers'][$i]['port']                     = '';

    $cfg['Servers'][$i]['socket']                   = '';

    $cfg['Servers'][$i]['ssl']                      = false;

    $cfg['Servers'][$i]['connect_type']             = 'socket';

    $cfg['Servers'][$i]['extension']                = 'mysqli';

    $cfg['Servers'][$i]['compress']                 = false;

    $cfg['Servers'][$i]['auth_type']                = 'cookie';

    $cfg['Servers'][$i]['user']                     = 'root';

    $cfg['Servers'][$i]['password']                 = '';

    $cfg['Servers'][$i]['AllowNoPassword']          = false;

    $cfg['Servers'][$i]['AllowRoot']                = true;

    $cfg['Servers'][$i]['SignonSession']            = '';

    $cfg['Servers'][$i]['SignonURL']                = '';

    $cfg['Servers'][$i]['LogoutURL']                = '';

    $cfg['Servers'][$i]['only_db']                  = '';

    $cfg['Servers'][$i]['verbose']                  = '';

    $cfg['Servers'][$i]['verbose_check']            = true;

    $cfg['Servers'][$i]['AllowDeny']['order']       = '';

    $cfg['Servers'][$i]['AllowDeny']['rules']       = array();



    mfg

    Georg