Beiträge von paok1926

    this is the output of the lspci command:

    hello all,


    i run OMV the last year in a virtual environment, under ESXI 5, using PCI passthrough.
    i have a firewire 800 controller, with 2x2tb external disks..
    all these were working, until last week, when i shut down OMV to move the computer somewhere else..
    after moving, OMV cannot see the firewire disks, and the error is:

    Code
    [    0.986207] firewire_ohci 0000:03:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    [    4.990624] firewire_ohci: Failed to reset ohci card.
    [    4.990763] firewire_ohci 0000:03:00.0: PCI INT A disabled
    [    4.990774] firewire_ohci: probe of 0000:03:00.0 failed with error -16


    updated OMV to the latest version not helped..
    any suggestions ?

    Now i have a problem...


    i tried to add a new 2tb disk to existing lvm.
    when i try to resize the filesystem from Storage/Filesystems i get this message:


    Error #4000:
    exception 'OMVException' with message 'Failed to execute command 'sudo resize2fs /dev/mapper/LVG1-LV1': ' in /var/www/openmediavault/rpc/filesystemmgmt.inc:574
    Stack trace:
    #0 [internal function]: FileSystemMgmtRpc->resize(Array)
    #1 /usr/share/php/openmediavault/rpc.inc(265): call_user_func_array(Array, Array)
    #2 /usr/share/php/openmediavault/rpc.inc(98): OMVRpc::exec('FileSystemMgmt', 'resize', Array)
    #3 /var/www/openmediavault/rpc.php(44): OMVJsonRpcServer->handle()
    #4 {main}


    any help would be appreciated...

    5 minutes later i read that dash (-) confuses LVM :)
    i was naming my groups and volumes LVG-1 and LVM-1


    i dont know if this is a bug or an option, but my problem solved :)

    hello all,


    added 2x1tb disks to my OMV..
    created 2 PVs under Storage/Logical Volume Management
    created new volume group ..
    created new logical volume ..


    under Storage/Logical Volume Management/Volume groups says Available: 2tb but free 0b
    how can i format and mount this volume to use it ?


    under Storage/Filesystems does not give me the option to create new filesystem...


    rgds,
    george

    hello all,


    i have an OMV installation with 2 external firewire 800 disks.
    i mounted them and created the shared folders under Access right management\Shared folders
    I also shared them in SMB/CIFS configuration as Volume-1 and Volume-2 for root and his group.


    I want to share specific folders from inside these volumes as read only for guests..
    for example ../Volume-1/Music i want to be shared as Music.


    how can i do this from the web interface? i suppose i can do it manually from smb.conf



    rgds,
    George

    hello,


    i'm trying also to connect to my PDC using ldap, but i get these errors:
    Oct 30 02:53:17 USSR sudo: nss_ldap: failed to bind to LDAP server http://10.122.2.44: Invalid credentials
    Oct 30 02:53:17 USSR sudo: nss_ldap: could not search LDAP server - Server is unavailable


    all settings verified and tested using ADExplorer from Sysinternals..

    well, i have a problem with directory service. on my network i have 2 win2k3 domain controllers.
    i can connect to them using active directory explorer from sysniternals..


    but, i cant connect from OMV...
    my settings:
    Host: 10.122.2.44
    Base DN: dc=kalamaria,dc=local
    Root Bind DN: cn=Administrator,dc=kalamaria,dc=local
    Password: xxxxx
    Users Suffix: ou=Users
    Groups Suffix: ou=Groups


    these are the errors in /var/log/auth.log file


    Oct 30 01:17:21 USSR sudo: nss_ldap: failed to bind to LDAP server http://10.122.2.44: Invalid credentials
    Oct 30 01:17:21 USSR sudo: nss_ldap: could not search LDAP server - Server is unavailable
    Oct 30 01:17:21 USSR sudo: nss_ldap: failed to bind to LDAP server http://10.122.2.44: Invalid credentials
    Oct 30 01:17:21 USSR sudo: nss_ldap: could not search LDAP server - Server is unavailable


    any suggestions ?

    hello all,


    flying from freenas to OMV, but...
    i have 2x2tb external FW800 disks, full of data, using zfs filesystems.
    installed misc zfs modules, and now i can see them under linux:


    Code
    root@volgas:/mnt# ls -al /dev/disk/by-id/
    total 0
    drwxr-xr-x 2 root root 160 Oct 29 22:19 .
    drwxr-xr-x 6 root root 120 Oct 29 22:19 ..
    lrwxrwxrwx 1 root root   9 Oct 29 22:19 ieee1394-0090a99500a183b9:000434:0000 -> ../../sdb
    lrwxrwxrwx 1 root root  10 Oct 29 22:19 ieee1394-0090a99500a183b9:000434:0000-part1 -> ../../sdb1
    lrwxrwxrwx 1 root root  10 Oct 29 22:19 ieee1394-0090a99500a183b9:000434:0000-part2 -> ../../sdb2
    lrwxrwxrwx 1 root root   9 Oct 29 22:19 ieee1394-0090a99500a186ec:000434:0000 -> ../../sdc
    lrwxrwxrwx 1 root root  10 Oct 29 22:19 ieee1394-0090a99500a186ec:000434:0000-part1 -> ../../sdc1
    lrwxrwxrwx 1 root root  10 Oct 29 22:19 ieee1394-0090a99500a186ec:000434:0000-part2 -> ../../sdc2


    is there any way to mount and use them ?