Beiträge von Jbeuh

    Hello everyone,
    First, i hope you all have great holidays.


    I'm gonna try to summarize .
    I have a homemade NAS which was running on OMV, and ethernet connection.
    I've reinstalled it in October and it was working as a charm.


    Server IP : 192.168.0.25
    Router IP : 192.168.0.254
    Laptop IP : 192.168.0.10


    Now... I moved with my girlfriend, and i had to switch from Ethernet to Wifi for my NAS.
    I've put the USB adaptater, booted my NAS and modified the network interfaces (switching to WLAN).
    But... I can't access anything.
    I can't see my server (tho it has shared folders if i remember well...) and i can't access it through WebUI. SSH, same result. Timeout.


    Server iP : 192.168.1.23
    Router IP (Livebox, from my ISP) : 192.168.1.1
    Laptop IP : 192.168.1.14


    Everything is on DHCP. No static IP at all.
    "ifconfig" on Server gives the same IP as the one given by the router.


    I've searched on the forum, and tried some commands such as netstat, but idk what could help you.
    netstat -tulpen | grep 80 gave me 3 results
    netstat -tulpen | grep 443 gave nothing


    I'm kinda sure the problem is stupid as fuck... but i can't think of anything.


    Thanks for your help in advance

    Code
    root@ServeurNas:~# grep -r ninthgate /etc/apt/
    /etc/apt/sources.list:deb http://shell.ninthgate.se/packages/debian wheezy main
    /etc/apt/sources.list:deb http://shell.ninthgate.se/packages/debian wheezy main

    Hello everyone,


    I was wondering why I had no update on OMV for a while.
    Just tried some apt-get update and this is the answer I got :


    Code
    W: Une erreur s'est produite lors du contrôle de la signature. Le dépôt n'est pas mis à jour et les fichiers d'index précédents seront utilisés. Erreur de GPG : http://shell.ninthgate.se wheezy Release : Les signatures suivantes n'ont pas pu être vérifiées car la clé publique n'est pas disponible : NO_PUBKEY 0B38CE01521D8275
    
    
    W: Impossible de récupérer http://shell.ninthgate.se/packages/debian/dists/wheezy/Release
    
    
    W: Le téléchargement de quelques fichiers d'index a échoué, ils ont été ignorés, ou les anciens ont été utilisés à la place.
    W: Duplicate sources.list entry http://shell.ninthgate.se/packages/debian/ wheezy/main amd64 Packages (/var/lib/apt/lists/shell.ninthgate.se_packages_debian_dists_wheezy_main_binary-amd64_Packages)


    This is in french, but... to summarize :
    Error while checking signature, repository not up to date, index files will be used.
    Signatures unchecked because the pubkey is not available.
    Index files download failed


    And the last part should be okay for you.


    So if you could light me up...
    Thanks :)

    Hey guys,


    if I remember well :
    Its been like 2 or 3 weeks I got this problem,
    There was a Plex update which failed/stopped and since, everytime I try to update my OMV, this happens :



    If you got any idea to correct this so I can do my updates :)

    Just did it, via Putty.

    Code
    root@ServeurNas:~# export LANG=C; blockdev --rereadpt '/dev/sdf'


    Nothing happened then. No output.


    This disk is gonna be a save of my whole files.
    So I would enjoy it to be usable by both OMV and Windows 7.
    Is that possible ?

    Hey again guys,


    These days I guess I'm asking a lot.
    Here's another error I got while trying to format the HDD I asked help bout, yesterday.


    Code
    Failed to execute command 'export LANG=C; blockdev --rereadpt '/dev/sdf'':
    Erreur #4000: exception 'OMVException' with message 'Failed to execute command 'export LANG=C; blockdev --rereadpt '/dev/sdf'': ' in /usr/share/openmediavault/engined/rpc/diskmgmt.inc:328 Stack trace: #0 [internal function]: OMVRpcServiceDiskMgmt->wipe(Array, Array) #1 /usr/share/php/openmediavault/rpcservice.inc(125): call_user_func_array(Array, Array) #2 /usr/share/php/openmediavault/rpc.inc(79): OMVRpcServiceAbstract->callMethod('wipe', Array, Array) #3 /usr/sbin/omv-engined(501): OMVRpc::exec('DiskMgmt', 'wipe', Array, Array, 1) #4 {main}


    Just updated 1.0.17 just before.

    Hi all !


    I've just installed an external HDD to backup my files with USBbackup.
    Its a WD30EZRX from Western Digital.


    And it fails with that error :

    Code
    Erreur #6000: exception 'OMVException' with message 'File contains invalid JSON (filename=/var/lib/openmediavault/fstab_tasks.json): ' in /usr/share/php/openmediavault/util.inc:272 Stack trace: #0 /usr/share/php/openmediavault/module.inc(141): OMVJsonFile->read() #1 /usr/share/openmediavault/engined/module/fstab.inc(52): OMVModuleAbstract->execTasks('delete') #2 /usr/share/openmediavault/engined/rpc/config.inc(164): OMVModuleFsTab->stopService() #3 [internal function]: OMVRpcServiceConfig->applyChanges(Array, Array) #4 /usr/share/php/openmediavault/rpcservice.inc(125): call_user_func_array(Array, Array) #5 /usr/share/php/openmediavault/rpc.inc(79): OMVRpcServiceAbstract->callMethod('applyChanges', Array, Array) #6 /usr/share/openmediavault/engined/rpc/filesystemmgmt.inc(903): OMVRpc::exec('Config', 'applyChanges', Array, Array) #7 [internal function]: OMVRpcServiceFileSystemMgmt->mount(Array, Array) #8 /usr/share/php/openmediavault/rpcservice.inc(125): call_user_func_array(Array, Array) #9 /usr/share/php/openmediavault/rpc.inc(79): OMVRpcServiceAbstract->callMethod('mount', Array, Array) #10 /usr/sbin/omv-engined(501): OMVRpc::exec('FileSystemMgmt', 'mount', Array, Array, 1) #11 {main}


    If you got any idea of what happened.
    I just upgraded OMV yesterday to Kralizec.

    Hey !


    Thanks again for your answers, but here is what happened when i did it :



    What should I do ?

    Hey all,


    I've been searching how to upgrade my NAS as written in the title.
    Sardaukar 0.5.53 -> Kralizec 1.0


    Is it possible with just a simple update ?
    Or do I have to get a fresh install ?


    In any case, would love to have a step by step
    I've cloned my system disk, but..., just in case something happens.


    Thanks in advance.

    My linux knowledge being kinda... ridiculous, i'm wondering if there is any package that would act like Filebot, or TheRenamer softwares.
    If yes, well, it would be nice to have it on OMV if its not done actually.
    (I got Plex, but I dont think it renames media)

    Hey guys,


    Before i expose my minor problem, i wanted to thank you for all the work you've done so far for OMV.


    Here's the little trouble I have.
    I've activated scheduling in Transmission, so it would only download from midnight to 8 AM.
    Buuuuuuuuut, it just downloads all the time. Its gonna be 3pm here and its downloading right now with this configuration.


    What can I do ?