Netzwerkprobleme

  • Hallöchen,
    da ich nun mit meinem Arbeitsrechner auf Linux umgestiegen bin folgen direkt ein paar probleme bei mir auf und wollte wie damals von meiner Activy auf den rechner zugreifen, dachte mir das es eigentlich so gemacht wird wie ich es unter XP hatte aber dem is nicht so.


    Habe in:/etc/vdr/commands/command.conf


    PC 1 einlesen : at -f /mnt/data/scripts/pc1.einlesen.sh now


    /mnt/hda5/scripts/pc1.sh


    #! /bin/sh
    mount -t cifs -o username=playboy,password=****** //192.168.1.12/home/playboy/Amule /mnt/samba


    erstellt.


    nach einen stp vdr und stt vdr sah ich den befehl unter Menü netmal und wenn ich via Putty auf die Activy zugreife und ls -l /mnt/hda5/scripts/pc1.sh
    und ein
    sh /mnt/hda5/scripts/pc1.sh
    aus eingebe kommt:


    vdr02 ~ # ls -l /mnt/hda5/scripts/pc1.sh
    -rwxr-xr-x 1 root users 111 2008-02-29 22:25 /mnt/hda5/scripts/pc1.sh
    vdr02 ~ # sh /mnt/hda5/scripts/pc1.sh
    mount: wrong fs type, bad option, bad superblock on //192.168.1.12/home/playboy/Amule/,
    missing codepage or other error
    In some cases useful info is found in syslog - try
    dmesg | tail or so


    vdr02 ~ #




    Jemand einen Vorschlag wie ich nun von der Activy auf das Amule verzeichniss zugreife auf meinem Linuxsystem??

    Black Phenom II X6 1090T, GV-R597D5-2GD-B,Asus Crosshair IV Extreme, 2,5TB HDD, 8GB DDR3, ThermaTalk Armor+ VH6000BWS


    Activy 350 Sat DVB-S Haupauge Nova-S, 1000 GB Gen2VDR V2

  • mit nfs zum Bleistift


    Bei 2x mal gen2vdr kann man auch das "suche VDR-Partner" Script bemühen unter Befehle


    P.S.: gehts mit mount -t smbfs ?

    Software: gen2vdr V3 ( Beta8 ) / gen2vdr V2
    Hardware: Intel 5200EE - 5N7A-VM - Scythe Shuriken - BeQuiet(Netzteil) - X10-USB Remote
    SMT 7020S & P3@900 - Testsystem mit FF und X10-USB Remote
    Links für Neueinsteiger


    "Jetzt, wo ich weiß wie es geht, versteh ich auch die Gebrauchsanleitung"

    3 Mal editiert, zuletzt von Mr.N!ce ()

  • hi,


    du musst wahrscheinlich noch cifs emergen.


    Was hällst du eigentlich davon mal deine Signatur zu editieren? Die windows rechner sind für 99% der vdr Anfragen egal. Schreibe lieber etwas mehr zu deiner activy rein (verbaute Karten, software, updatestand,...)


    Gruss Lexi


    edit
    Hier gibt es auch mittlerweile ein howto zum script erstellen (ich sage jetzt aber nicht wer mich dazu annimiert hat..)

  • Signatur so in ordnung??*fg*


    Den link zur erstellung eines scripts kenn ich doch schon darauf habe ich doch meine scripts angepasst.


    Zum Thema VDR partner suchen is wohl verständlich wenn auf einer Maschine Gen2VDR V2 installiert ist und auf der Maschine wo ich über die Activy drauf zugreifen mag Debian Testing

    Black Phenom II X6 1090T, GV-R597D5-2GD-B,Asus Crosshair IV Extreme, 2,5TB HDD, 8GB DDR3, ThermaTalk Armor+ VH6000BWS


    Activy 350 Sat DVB-S Haupauge Nova-S, 1000 GB Gen2VDR V2

  • ja dann bleibt noch der Versuch mit smbfs statt cifs
    oder cifs installieren oder einfach nfs nutzen weil einfach einfach einfach ist :lol2

    Software: gen2vdr V3 ( Beta8 ) / gen2vdr V2
    Hardware: Intel 5200EE - 5N7A-VM - Scythe Shuriken - BeQuiet(Netzteil) - X10-USB Remote
    SMT 7020S & P3@900 - Testsystem mit FF und X10-USB Remote
    Links für Neueinsteiger


    "Jetzt, wo ich weiß wie es geht, versteh ich auch die Gebrauchsanleitung"

  • also müsste ich mein script anstelle von cifs -o mit smbfs versehn und gut s?

    Black Phenom II X6 1090T, GV-R597D5-2GD-B,Asus Crosshair IV Extreme, 2,5TB HDD, 8GB DDR3, ThermaTalk Armor+ VH6000BWS


    Activy 350 Sat DVB-S Haupauge Nova-S, 1000 GB Gen2VDR V2

  • zumindest wuerde ich es versuchen, da es am wenigsten Aufwand bedeutet


    mount -t smbfs -o username=playboy,password=****** //192.168.1.12/home/playboy/Amule /mnt/samba

    Software: gen2vdr V3 ( Beta8 ) / gen2vdr V2
    Hardware: Intel 5200EE - 5N7A-VM - Scythe Shuriken - BeQuiet(Netzteil) - X10-USB Remote
    SMT 7020S & P3@900 - Testsystem mit FF und X10-USB Remote
    Links für Neueinsteiger


    "Jetzt, wo ich weiß wie es geht, versteh ich auch die Gebrauchsanleitung"

    Einmal editiert, zuletzt von Mr.N!ce ()

  • mount-cifs wurde installiert ohne besserung weder mit cifs noch smbfs im script


    vdr02 ~ # sh /mnt/hda5/scripts/pc1.sh
    Usage: mount -V : print version
    mount -h : print this help
    mount : list mounted filesystems
    mount -l : idem, including volume labels
    So far the informational part. Next the mounting.
    The command is `mount [-t fstype] something somewhere'.
    Details found in /etc/fstab may be omitted.
    mount -a [-t|-O] ... : mount all stuff from /etc/fstab
    mount device : mount device at the known place
    mount directory : mount known device here
    mount -t type dev dir : ordinary mount command
    Note that one does not really mount a device, one mounts
    a filesystem (of the given type) found on the device.
    One can also mount an already visible directory tree elsewhere:
    mount --bind olddir newdir
    or move a subtree:
    mount --move olddir newdir
    One can change the type of mount containing the directory dir:
    mount --make-shared dir
    mount --make-slave dir
    mount --make-private dir
    mount --make-unbindable dir
    One can change the type of all the mounts in a mount subtree
    containing the directory dir:
    mount --make-rshared dir
    mount --make-rslave dir
    mount --make-rprivate dir
    mount --make-runbindable dir
    A device can be given by name, say /dev/hda1 or /dev/cdrom,
    or by label, using -L label or by uuid, using -U uuid .
    Other options: [-nfFrsvw] [-o options] [-p passwdfd].
    For many more details, say man 8 mount .
    vdr02 ~ #


    /mnt/hda5/scripts/pc1.sh


    #! /bin/sh
    mount -t smbfs username=playboy,password=**** //192.168.1.12/home/playboy/Amule

    Black Phenom II X6 1090T, GV-R597D5-2GD-B,Asus Crosshair IV Extreme, 2,5TB HDD, 8GB DDR3, ThermaTalk Armor+ VH6000BWS


    Activy 350 Sat DVB-S Haupauge Nova-S, 1000 GB Gen2VDR V2

    Einmal editiert, zuletzt von Shortynice ()

  • wohin mountest du es denn ?
    mount -t smbfs username=playboy,password=**** //192.168.1.12/home/playboy/Amule /????

    Software: gen2vdr V3 ( Beta8 ) / gen2vdr V2
    Hardware: Intel 5200EE - 5N7A-VM - Scythe Shuriken - BeQuiet(Netzteil) - X10-USB Remote
    SMT 7020S & P3@900 - Testsystem mit FF und X10-USB Remote
    Links für Neueinsteiger


    "Jetzt, wo ich weiß wie es geht, versteh ich auch die Gebrauchsanleitung"

    Einmal editiert, zuletzt von Mr.N!ce ()

  • ne hab es nicht wegoptimiert*fg*


    hab alle mal durchgenommen mit und ohne samba dran und der post war dann der letzte ohne mnt/samba*gg*


    also gemountet werden soll sobald ich pc1.sh als befehl ausführe das die activy auf die debiankiste zugreift /home/playboy/Amule

    Black Phenom II X6 1090T, GV-R597D5-2GD-B,Asus Crosshair IV Extreme, 2,5TB HDD, 8GB DDR3, ThermaTalk Armor+ VH6000BWS


    Activy 350 Sat DVB-S Haupauge Nova-S, 1000 GB Gen2VDR V2

  • also gen2vdr als smb-client zum Debian SMB Server.
    Also smb ist konfiguriert und gestartet auf der debian Kiste?
    Überprüft von Windows kommst Du drauf auf den Debian Server?
    Teste mal ohne Kennwort kommt dann eine andere Fehlermeldung, smbpasswd -A für playboy hast gemacht?
    :ot
    Ich würde von Linux zu Linux trotzedem nfs nutzen

    Software: gen2vdr V3 ( Beta8 ) / gen2vdr V2
    Hardware: Intel 5200EE - 5N7A-VM - Scythe Shuriken - BeQuiet(Netzteil) - X10-USB Remote
    SMT 7020S & P3@900 - Testsystem mit FF und X10-USB Remote
    Links für Neueinsteiger


    "Jetzt, wo ich weiß wie es geht, versteh ich auch die Gebrauchsanleitung"

  • also samba läuft auf debian einwandfrei da meine frau ja per linux auf den debianrechner zugreift und samba is ohne pw konfiguriert also ohne pw abfrage was ich auch in den vdr scripts versuchte ohne3 erfolg

    Black Phenom II X6 1090T, GV-R597D5-2GD-B,Asus Crosshair IV Extreme, 2,5TB HDD, 8GB DDR3, ThermaTalk Armor+ VH6000BWS


    Activy 350 Sat DVB-S Haupauge Nova-S, 1000 GB Gen2VDR V2

  • vdr02 ~ # sh /mnt/hda5/scripts/pc1.sh
    retrying with upper case share name
    mount error 6 = No such device or address
    Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)


    bei den parametern


    #! /bin/sh
    mount -t cifs -o username=playboy,password=**** //192.168.1.12/ /mnt/samba

    Black Phenom II X6 1090T, GV-R597D5-2GD-B,Asus Crosshair IV Extreme, 2,5TB HDD, 8GB DDR3, ThermaTalk Armor+ VH6000BWS


    Activy 350 Sat DVB-S Haupauge Nova-S, 1000 GB Gen2VDR V2

  • und nun versteckst du die freigabe ???
    Gib mal nur das ein, mit Freigabe und poste die Meldung
    mount -t cifs -o username=playboy,password=**** //192.168.1.12/FREIGABE /mnt/samba

    Software: gen2vdr V3 ( Beta8 ) / gen2vdr V2
    Hardware: Intel 5200EE - 5N7A-VM - Scythe Shuriken - BeQuiet(Netzteil) - X10-USB Remote
    SMT 7020S & P3@900 - Testsystem mit FF und X10-USB Remote
    Links für Neueinsteiger


    "Jetzt, wo ich weiß wie es geht, versteh ich auch die Gebrauchsanleitung"

  • gleiche effekt


    vdr02 ~ # sh /mnt/hda5/scripts/pc1.sh
    retrying with upper case share name
    mount error 6 = No such device or address
    Refer to the mount.cifs(cool manual page (e.g.man mount.cifs)



    mit pc1.sh
    mount -t cifs -o username=playboy,password=**** //192.168.1.12/FREIGABE /mnt/samba

    Black Phenom II X6 1090T, GV-R597D5-2GD-B,Asus Crosshair IV Extreme, 2,5TB HDD, 8GB DDR3, ThermaTalk Armor+ VH6000BWS


    Activy 350 Sat DVB-S Haupauge Nova-S, 1000 GB Gen2VDR V2

  • wadde mal ich muss mal eben lache :)


    FREIGABE ist natürlich mit dem Freigabenamen zu erstzen


    \\vdr01\root
    \\vdr01\video
    root und video sind die Freigaben :lol2


    Poste mal die smb.conf vom Debian System
    Arbeitsgruppe sollte idealerweise bei allen gleich sein.
    und die Freigaben sthen meistens nach der global config und fangen so an :

    Code
    [video]
       comment = VDR-Aufnahmen
       path = /video
       create mode = 0644
       browseable = yes
       read only = no
       public = yes
       follow symlinks = no


    Es wird also Zugriff übers Netz auf den Pfad /video gewährt unter dem Freigabenamen video


    Noch Fragen???


    Dein Problem wird vermutlich darin liegen das Du keine Freigaben mountest, sondern irgenwelche Unterverzeichnisse, ist denn / oder /home zumindest freigegeben?
    root Zugriff muss manchmal auch extra erlaubt werden.

    Software: gen2vdr V3 ( Beta8 ) / gen2vdr V2
    Hardware: Intel 5200EE - 5N7A-VM - Scythe Shuriken - BeQuiet(Netzteil) - X10-USB Remote
    SMT 7020S & P3@900 - Testsystem mit FF und X10-USB Remote
    Links für Neueinsteiger


    "Jetzt, wo ich weiß wie es geht, versteh ich auch die Gebrauchsanleitung"

    6 Mal editiert, zuletzt von Mr.N!ce ()

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!