Ocfs2 1.8 on OL6.4 Mount Issue

Hi All,
I have built three servers on Oracle Linux 6.5 kernel 2.6.39-400.211.2.el6uek.x86_64. I will be using ocfs2 for the cluster registry in my RAC environment.
I installed ocfs2-tools-1.8.0-11.el6.x86_64, configured o2cb on all three nodes. The first node I mount the filesystem on works fine but when trying to mount either of the other two nodes it fails -
#mount -t ocfs2 -o _netdev,nointr,datavolume /dev/emcpowere1 /oracrsfiles
mount.ocfs2: Host is down while mounting /dev/emcpowere1 on /oracrsfiles. Check 'dmesg' for more information on this error.
#dmesg
o2net: Connected to node ucslnxrac01.ad.swfwmd.net (num 0) at 172.16.17.2:7777
o2net: Connection to node ucslnxrac01.ad.swfwmd.net (num 0) at 172.16.17.2:7777 shutdown, state 8
o2net: No longer connected to node ucslnxrac01.ad.swfwmd.net (num 0) at 172.16.17.2:7777
(mount.ocfs2,5851,6):dlm_send_nodeinfo:1301 ERROR: node mismatch -112, node 0
(mount.ocfs2,5851,6):dlm_try_to_join_domain:1685 ERROR: status = -112
(mount.ocfs2,5851,6):dlm_send_one_join_cancel:1406 ERROR: Error -107 when sending message 512 (key 0x666c6172) to node 0
(mount.ocfs2,5851,6):dlm_send_join_cancels:1440 ERROR: Error return -107 cancelling join on node 0
(mount.ocfs2,5851,6):dlm_send_join_cancels:1447 ERROR: status = -107
(mount.ocfs2,5851,6):dlm_try_to_join_domain:1722 ERROR: status = -107
(mount.ocfs2,5851,6):dlm_join_domain:1955 ERROR: status = -112
(mount.ocfs2,5851,6):dlm_register_domain:2214 ERROR: status = -112
(mount.ocfs2,5851,6):o2cb_cluster_connect:358 ERROR: status = -112
(mount.ocfs2,5851,6):ocfs2_dlm_init:3004 ERROR: status = -112
(mount.ocfs2,5851,6):ocfs2_mount_volume:1883 ERROR: status = -112
ocfs2: Unmounting device (120,65) on (node 0)
(mount.ocfs2,5851,6):ocfs2_fill_super:1238 ERROR: status = -112
[root@ucslnxrac02 ocfs2]# dmesg
o2net: Connected to node ucslnxrac01.ad.swfwmd.net (num 0) at 172.16.17.2:7777
o2net: Connection to node ucslnxrac01.ad.swfwmd.net (num 0) at 172.16.17.2:7777 shutdown, state 8
o2net: No longer connected to node ucslnxrac01.ad.swfwmd.net (num 0) at 172.16.17.2:7777
(mount.ocfs2,5851,6):dlm_send_nodeinfo:1301 ERROR: node mismatch -112, node 0
(mount.ocfs2,5851,6):dlm_try_to_join_domain:1685 ERROR: status = -112
(mount.ocfs2,5851,6):dlm_send_one_join_cancel:1406 ERROR: Error -107 when sending message 512 (key 0x666c6172) to node 0
(mount.ocfs2,5851,6):dlm_send_join_cancels:1440 ERROR: Error return -107 cancelling join on node 0
(mount.ocfs2,5851,6):dlm_send_join_cancels:1447 ERROR: status = -107
(mount.ocfs2,5851,6):dlm_try_to_join_domain:1722 ERROR: status = -107
(mount.ocfs2,5851,6):dlm_join_domain:1955 ERROR: status = -112
(mount.ocfs2,5851,6):dlm_register_domain:2214 ERROR: status = -112
(mount.ocfs2,5851,6):o2cb_cluster_connect:358 ERROR: status = -112
(mount.ocfs2,5851,6):ocfs2_dlm_init:3004 ERROR: status = -112
(mount.ocfs2,5851,6):ocfs2_mount_volume:1883 ERROR: status = -112
ocfs2: Unmounting device (120,65) on (node 0)
(mount.ocfs2,5851,6):ocfs2_fill_super:1238 ERROR: status = -112
The first node reports -
Dec 13 15:12:18 ucslnxrac01 kernel: o2net: Accepted connection from node ucslnxrac02.ad.swfwmd.net (num 1) at 172.16.17.3:7777
Dec 13 15:12:53 ucslnxrac01 kernel: o2net: Connection to node ucslnxrac02.ad.swfwmd.net (num 1) at 172.16.17.3:7777 has been idle for 30.77 secs, shutting it down.
Dec 13 15:12:53 ucslnxrac01 kernel: o2net: No longer connected to node ucslnxrac02.ad.swfwmd.net (num 1) at 172.16.17.3:7777
If I unmount the fileshare from the first node, I can then mount it on the second. Trying to then mount on the first gives the same errors. so it seems to not be allowing nodes to join the initial cluster.
/etc/ocfs2/cluster.conf is the same on each node -
# cat cluster.conf
node:
        name = ucslnxrac01.ad.swfwmd.net
        cluster = ocfs2
        number = 0
        ip_address = 172.16.17.2
        ip_port = 7777
node:
        name = ucslnxrac02.ad.swfwmd.net
        cluster = ocfs2
        number = 1
        ip_address = 172.16.17.3
        ip_port = 7777
node:
        name = ucslnxrac03.ad.swfwmd.net
        cluster = ocfs2
        number = 2
        ip_address = 172.16.17.4
        ip_port = 7777
cluster:
        name = ocfs2
        heartbeat_mode = local
        node_count = 3
o2cb status on node with mounted filesystem -
#  service o2cb status
Driver for "configfs": Loaded
Filesystem "configfs": Mounted
Stack glue driver: Loaded
Stack plugin "o2cb": Loaded
Driver for "ocfs2_dlmfs": Loaded
Filesystem "ocfs2_dlmfs": Mounted
Checking O2CB cluster "ocfs2": Online
  Heartbeat dead threshold: 31
  Network idle timeout: 30000
  Network keepalive delay: 2000
  Network reconnect delay: 2000
  Heartbeat mode: Local
Checking O2CB heartbeat: Active
o2cb status on node which I am trying to mount the filesystem -
# service o2cb status
Driver for "configfs": Loaded
Filesystem "configfs": Mounted
Stack glue driver: Loaded
Stack plugin "o2cb": Loaded
Driver for "ocfs2_dlmfs": Loaded
Filesystem "ocfs2_dlmfs": Mounted
Checking O2CB cluster "ocfs2": Online
  Heartbeat dead threshold: 31
  Network idle timeout: 30000
  Network keepalive delay: 2000
  Network reconnect delay: 2000
  Heartbeat mode: Local
Checking O2CB heartbeat: Not active
Firewall and Selinux are off/disabled on all nodes.
Any ideas?
Thanks,
Michele

Hi All,
I have built three servers on Oracle Linux 6.5 kernel 2.6.39-400.211.2.el6uek.x86_64. I will be using ocfs2 for the cluster registry in my RAC environment.
I installed ocfs2-tools-1.8.0-11.el6.x86_64, configured o2cb on all three nodes. The first node I mount the filesystem on works fine but when trying to mount either of the other two nodes it fails -
#mount -t ocfs2 -o _netdev,nointr,datavolume /dev/emcpowere1 /oracrsfiles
mount.ocfs2: Host is down while mounting /dev/emcpowere1 on /oracrsfiles. Check 'dmesg' for more information on this error.
#dmesg
o2net: Connected to node ucslnxrac01.ad.swfwmd.net (num 0) at 172.16.17.2:7777
o2net: Connection to node ucslnxrac01.ad.swfwmd.net (num 0) at 172.16.17.2:7777 shutdown, state 8
o2net: No longer connected to node ucslnxrac01.ad.swfwmd.net (num 0) at 172.16.17.2:7777
(mount.ocfs2,5851,6):dlm_send_nodeinfo:1301 ERROR: node mismatch -112, node 0
(mount.ocfs2,5851,6):dlm_try_to_join_domain:1685 ERROR: status = -112
(mount.ocfs2,5851,6):dlm_send_one_join_cancel:1406 ERROR: Error -107 when sending message 512 (key 0x666c6172) to node 0
(mount.ocfs2,5851,6):dlm_send_join_cancels:1440 ERROR: Error return -107 cancelling join on node 0
(mount.ocfs2,5851,6):dlm_send_join_cancels:1447 ERROR: status = -107
(mount.ocfs2,5851,6):dlm_try_to_join_domain:1722 ERROR: status = -107
(mount.ocfs2,5851,6):dlm_join_domain:1955 ERROR: status = -112
(mount.ocfs2,5851,6):dlm_register_domain:2214 ERROR: status = -112
(mount.ocfs2,5851,6):o2cb_cluster_connect:358 ERROR: status = -112
(mount.ocfs2,5851,6):ocfs2_dlm_init:3004 ERROR: status = -112
(mount.ocfs2,5851,6):ocfs2_mount_volume:1883 ERROR: status = -112
ocfs2: Unmounting device (120,65) on (node 0)
(mount.ocfs2,5851,6):ocfs2_fill_super:1238 ERROR: status = -112
[root@ucslnxrac02 ocfs2]# dmesg
o2net: Connected to node ucslnxrac01.ad.swfwmd.net (num 0) at 172.16.17.2:7777
o2net: Connection to node ucslnxrac01.ad.swfwmd.net (num 0) at 172.16.17.2:7777 shutdown, state 8
o2net: No longer connected to node ucslnxrac01.ad.swfwmd.net (num 0) at 172.16.17.2:7777
(mount.ocfs2,5851,6):dlm_send_nodeinfo:1301 ERROR: node mismatch -112, node 0
(mount.ocfs2,5851,6):dlm_try_to_join_domain:1685 ERROR: status = -112
(mount.ocfs2,5851,6):dlm_send_one_join_cancel:1406 ERROR: Error -107 when sending message 512 (key 0x666c6172) to node 0
(mount.ocfs2,5851,6):dlm_send_join_cancels:1440 ERROR: Error return -107 cancelling join on node 0
(mount.ocfs2,5851,6):dlm_send_join_cancels:1447 ERROR: status = -107
(mount.ocfs2,5851,6):dlm_try_to_join_domain:1722 ERROR: status = -107
(mount.ocfs2,5851,6):dlm_join_domain:1955 ERROR: status = -112
(mount.ocfs2,5851,6):dlm_register_domain:2214 ERROR: status = -112
(mount.ocfs2,5851,6):o2cb_cluster_connect:358 ERROR: status = -112
(mount.ocfs2,5851,6):ocfs2_dlm_init:3004 ERROR: status = -112
(mount.ocfs2,5851,6):ocfs2_mount_volume:1883 ERROR: status = -112
ocfs2: Unmounting device (120,65) on (node 0)
(mount.ocfs2,5851,6):ocfs2_fill_super:1238 ERROR: status = -112
The first node reports -
Dec 13 15:12:18 ucslnxrac01 kernel: o2net: Accepted connection from node ucslnxrac02.ad.swfwmd.net (num 1) at 172.16.17.3:7777
Dec 13 15:12:53 ucslnxrac01 kernel: o2net: Connection to node ucslnxrac02.ad.swfwmd.net (num 1) at 172.16.17.3:7777 has been idle for 30.77 secs, shutting it down.
Dec 13 15:12:53 ucslnxrac01 kernel: o2net: No longer connected to node ucslnxrac02.ad.swfwmd.net (num 1) at 172.16.17.3:7777
If I unmount the fileshare from the first node, I can then mount it on the second. Trying to then mount on the first gives the same errors. so it seems to not be allowing nodes to join the initial cluster.
/etc/ocfs2/cluster.conf is the same on each node -
# cat cluster.conf
node:
        name = ucslnxrac01.ad.swfwmd.net
        cluster = ocfs2
        number = 0
        ip_address = 172.16.17.2
        ip_port = 7777
node:
        name = ucslnxrac02.ad.swfwmd.net
        cluster = ocfs2
        number = 1
        ip_address = 172.16.17.3
        ip_port = 7777
node:
        name = ucslnxrac03.ad.swfwmd.net
        cluster = ocfs2
        number = 2
        ip_address = 172.16.17.4
        ip_port = 7777
cluster:
        name = ocfs2
        heartbeat_mode = local
        node_count = 3
o2cb status on node with mounted filesystem -
#  service o2cb status
Driver for "configfs": Loaded
Filesystem "configfs": Mounted
Stack glue driver: Loaded
Stack plugin "o2cb": Loaded
Driver for "ocfs2_dlmfs": Loaded
Filesystem "ocfs2_dlmfs": Mounted
Checking O2CB cluster "ocfs2": Online
  Heartbeat dead threshold: 31
  Network idle timeout: 30000
  Network keepalive delay: 2000
  Network reconnect delay: 2000
  Heartbeat mode: Local
Checking O2CB heartbeat: Active
o2cb status on node which I am trying to mount the filesystem -
# service o2cb status
Driver for "configfs": Loaded
Filesystem "configfs": Mounted
Stack glue driver: Loaded
Stack plugin "o2cb": Loaded
Driver for "ocfs2_dlmfs": Loaded
Filesystem "ocfs2_dlmfs": Mounted
Checking O2CB cluster "ocfs2": Online
  Heartbeat dead threshold: 31
  Network idle timeout: 30000
  Network keepalive delay: 2000
  Network reconnect delay: 2000
  Heartbeat mode: Local
Checking O2CB heartbeat: Not active
Firewall and Selinux are off/disabled on all nodes.
Any ideas?
Thanks,
Michele

Similar Messages

  • Getting Error Message - mount.ocfs2: No such device while mounting

    I am trying to mount an ocfs2 file system. The file system seems to have been created fine but I get an error message when I try to mount it. Here's what I get :
    [root@mdcpsdb1 init.d]# ./o2cb status
    Module "configfs": Loaded
    Filesystem "configfs": Mounted
    Module "ocfs2_nodemanager": Loaded
    Module "ocfs2_dlm": Loaded
    Module "ocfs2_dlmfs": Loaded
    Filesystem "ocfs2_dlmfs": Mounted
    Checking cluster ocfs2: Online
    Checking heartbeat: Active
    [root@mdcpsdb1 init.d]# fsck.ocfs2 /dev/sdc1
    Checking OCFS2 filesystem in /dev/sdc1:
    label: oracle_hr
    uuid: f6 23 5e 3b ad bb 49 87 81 a3 cb f0 b7 2a d0 ad
    number of blocks: 24416784
    bytes per block: 4096
    number of clusters: 6104196
    bytes per cluster: 16384
    max slots: 4
    /dev/sdc1 is clean. It will be checked after 20 additional mounts.
    [root@mdcpsdb1 init.d]# mount -t ocfs2 /dev/sdc1 /hr_data
    mount.ocfs2: No such device while mounting /dev/sdc1 on /hr_data
    The same thing happens going through the ocfs2console.
    Thanks,
    David

    Did you get anwer for this error? I got same error. Thanks in advance.

  • USB 2.0 Mass Storage Device mounting issues and cannot write data on it

    I have a 250 GB external Simpletech Hard Drive (with a USB 2.0 interface). It works flawlessly in a Windows XP environment (strange!!). But when I connect it to my iMac thru the USB port 2 things happen:
    1. Sometimes it mounts, sometimes it does not. It's just capricious. If I boot the system with the USB device attached it mounts. If I connect it "hot", sometimes it does, sometimes it doesn't. Sometimes it does not appear as mounted...I disconect the device and the Mac gets angry.
    2. I can read all the data on the disk, but I can't write any. That is, I cannot use it for backing up any iMac data. The backup utility won't recognize the device either.
    I've seen people going thru the mounting issue (not sure if there is a solution), but I am puzzled about the inability to write data on the hard drive. I am wondering if this is due to a formatting incopatibility? Any hints??
    iMac   Mac OS X (10.4.10)   2.33 GHz, 2GB, 750 GB

    For both the Mac and a Windows PC, format it as 'MS-DOS'.
    Both platforms can read/write to it. A Windows PC is not capable of reading/writing to a Mac formatted (HFS, HFS+) disk without additional software.
    MacFixit has been covering some apparent USB issues which may or may not help you. http://www.macfixit.com/
    I'm still at a loss. I have yet to experience or reproduce the USB issues that a number of users seem to be having. Now that I have sufficient free time, I may look into it.

  • DVD mounting issue with new Pirates of Caribbean: at world's end DVD!

    So I just picked up the new Pirates of Caribbean: at world's end DVD and was going to watch it on my MacBook (see specs below). and the DVD went in, the drive spun up a few times then ejected the disk. What's up? no error message or nothing. The Disney DVD support page says: "+If you have problems loading a DVD on a Mac, hold down the Command, Option, and I keys when inserting the disc. (This mounts the disc using ISO 9660 instead of UDF.)+" This must just be a Mac OS 9 shortcut (in OS X it just launches a "get info" box - same as Command i). It also says I might not have updated drivers, etc. But can it really be a driver issue?
    any thoughts? ideas? help out there?
    Thanks!

    I think it's the disk. The fact that there are instructions regarding mounting issues specific to macs would tell me that they have had in the past problem complaints. Try it in your dvd player on your TV. Get another copy from the store and also get a copy of something else not Disney to see if that plays.

  • Strange DVD Mounting Issue

    I am still able to burn DVD-R media, through Backup 3.1 and several other software packages that automatically recognize a disc in the drive and burn it. I cannot however see the blank disc on my desktop and create a burn folder to burn a disc manually. It appears in the Disk Utility, but I am unable to "mount" it and it claims the disc is locked and can't be written to. I should still be able to see it on my desktop, no? It is possible this started after the latest system update that I just installed. Any advice on this?
    Thanks.
    sundevil671

    I think it's the disk. The fact that there are instructions regarding mounting issues specific to macs would tell me that they have had in the past problem complaints. Try it in your dvd player on your TV. Get another copy from the store and also get a copy of something else not Disney to see if that plays.

  • USB thumb drive mounting issues in Lion?

    Hi all,
    I just installed Lion on my mid-2010 13" MacBook Pro a couple of days ago.  All seemed to be going great until I tried to use my USB thumb drives.  I have four of these (3 Sandisk and 1 Imation), and none will mount.  When I go into Disk Utility I can see them, but when I try to mount them manually the response is "Mount Failed" and some text regarding running Disk First Aid.  However, even when I repair the volume, it still won't mount.  This happens with all four drives,   and I used them all without incident a few days ago when I still had Snow Leopard installed. They are all formatted for FAT32.  I've seen a few scattered messages about USB and NTFS mounting issues, but it appears to be an isolated problem.  Anybody else having this issue?  If so, are there any workarounds?  I'd hate to have to revert back to Snow Leopard just to use my thumb drives.

    Try to use the disk utility an format one of your Thumb Drive, and see if it can mount.

  • IPod (with Dock Connector) 15GB firewire mounting issues with iTunes 7.0.2

    Before I sent my iPod in for battery replacement I backed up my music and restored it under iTunes 7.0.2. I then disconnected it, put it in the box and sent it off. When I got it back, I charged it fully with the firewire cable and the wall charger then tried to mount it to refill it with music. It would not mount with the firewire cable. It is charging but will not show up in the finder or iTunes. I noticed that it would not turn off by pressing and holding the play/pause button. I figured it would eventually sleep so I put it into my laptop bag to bring with me to work.
    I got to work and borrowed my buddies' USB cable and the iPod is completely dead. Dead like not even a boot screen. Apparently it can no longer sleep and completely discharged during the night. Additionally, the USB cable doesn't seem to be powering or charging it. I plugged it into my workstation using the firewire cable and although it will charge it still will not mount.
    After about a half an hour of charging I disconnected the firewire cable and plugged in the USB cable. The iPod mounted into iTunes. I figured I would restore the iPod again to fix the firewire issue so I clicked Restore. I then got a message saying "You must connect using FireWire to restore the iPod." I cannot connect using Firewire.
    To recap, I cannot charge over USB, I cannot update over USB and I cannot mount over Firewire.
    I reconnected using USB, Quit iTunes without dismounting the iPod then tried to erase the iPod with Disk Utility, which failed. Next the iPod wouldn't even mount under USB so I went into iPod diagnostic mode and found a new line item labeled USB DISK which forced the iPod to become visible to Disk Utility again. I repaired the iPod disk and it will once again mount under USB but will not charge and will not restore.
    I have scoured the apple.com site to try and find a way to downgrade my iPod to what it was before 7.0.2 but cannot find anything.
    iTunes 7.0.2 has rendered my iPod totally useless. It was bad enough having a battery that was toasted and was glad to finally get that taken care of but now that I have a battery that works I have software that cannot mount via firewire and will not turn my iPod off and drains the battery. Plus with no way to go back to a previous version Apple has rendered my iPod useless.
    Help!... please.

    Hi Kenekeu
    I just wanted to chime in and bump this thread. Although I've posted here several times about this exact problem, with no solution found yet, and no response from Apple. I tried rebooting into windows (via bootcamp) and reformatting my ipod from there. However when I downloaded the older version of the ipod updater, i was told that it was expired and a newer version was available (sigh). So I now have a windows formatted ipod that still won't connect via firewire.
    I am still able to mount and transfer songs via USB in mac OSX. Luckily I had one of those dual usb/firewire cables, which plugs into the plug charger via firewire, and into the computer via USB at the same time, so my ipod doesn't lose charge.
    Hopefully there'll be a fix soon, because this is really frustrating. I've had this ipod for a couple years, and was always proud that it lasted this long... and now this.

  • Fstab causes .dmg mounting issues in Snow Leopard

    I am having this odd issue is Snow Leopard with fstab. If I use valid partition UUIDs in fstab to regulate mounting, then .dmg volumes do not get mounted properly (or at least get mounted in such a way that Finder has issues). After mounting, the .dmg volume is greyed out in Finder, but any subdirectory of the root directory of the volume can be accessed using the Go To option. After mounting, there also appear two alias for the volume on the desktop neither of which do anything.
    Looking at mount after mounting a .dmg I get:
    /dev/disk1 on /Volumes/Pacifist 2.5.2 (hfs, local, nodev, nosuid, read-only, noowners, quarantine, mounted by yarmola)
    Which is normal.
    I can access the volume through terminal without any issues as well. If I unmount the volume (via hdiutil or Disk Utility for example) it unmounts, but the two aliases on the Desktop remain and do not disappear.
    My fstab simply looks like this:
    UUID=6B12B7BA-4469-3344-8121-1939A6B0219F /Library/Mounts/Protected/SCUBA hfs rw
    If I remove that, or change it to use LABEL or to a non valid UUID (i.e. one that is not a non-root partition UUID) then .dmg volumes mount fine. The actual partition filesystem does get mounted.
    In system log I get the following error messages:
    Oct 23 15:05:18 rdev-cl-19-imal hdiejectd[642]: running
    Oct 23 15:05:20 rdev-cl-19-imal com.apple.KernelEventAgent[52]: KernelEventAgent: sysctl_queryfs: Operation not supported on socket
    Oct 23 15:05:20 rdev-cl-19-imal mds[50]: (Error) Volume: sysctl_queryfs failed: Operation not supported on socket
    Any ideas?

    It's possible the dmgs are not compatible with your verson of SL or even with SL.  The latest version is OS 10.6.7.
    Did you read the system requirements of the files you are trying to download?

  • Mounting issues after kernel update (2.6.25)

    After installing the recent kernel update, mounting has gone haywire. When I put in a cd (in either of my 2 drives) it doesn't mount. In thunar, when I click on the cd drive, it displays this error:
    mount: wrong fs type, bad option, bad superblock on /dev/sr0,
           missing codepage or other error
           In some cases useful info is found in syslog - try
           dmesg | tail  or so.
    I did dmesg | tail and I got this:
    EXT3-fs: mounted filesystem with ordered data mode.
    Adding 1044216k swap on /dev/sda5.  Priority:-1 extents:1 across:1044216k
    eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
    ivtv0: Loaded v4l-cx2341x-enc.fw firmware (376836 bytes)
    ivtv0: Encoder revision: 0x02060039
    [drm] Initialized drm 1.1.0 20060810
    ACPI: PCI Interrupt 0000:00:02.0[A] -> GSI 16 (level, low) -> IRQ 16
    PCI: Setting latency timer of device 0000:00:02.0 to 64
    [drm] Initialized i915 1.6.0 20060119 on minor 0
    UDF-fs: No VRS found
    Also, when booting a few minutes ago, it was stuck on the "checking filesystems" for a few minutes, when it usually does that step almost immediately. I also couldn't mount an iso, this is what happened:
    [root@eric-arch eric]# mount -o loop -t iso9660 /path/to/iso.iso /mnt/iso2
    mount: could not find any device /dev/loop#
    Note: I am not certain that it was caused by the kernel update, but that is the only thing I did to my machine before this started happening.
    Please help asap because I need to do schoolwork which is on a cd.

    jealma wrote:I know the solution to the /dev/loop-problem. The new 2.6.25 kernel has the loop device as a module. Please try a `modprobe loop`, that gives you a /dev/loop. I don't know whether that will be persistent after a reboot, so you may need to add "loop" to the modules-list in /etc/rc.conf.
    That worked, but I still have other issues with cd mounting, so I downgraded my kernel for now.

  • CMIS Connector - Mac OS 10.9 Finder Mounting Issue

    Hi.
    I have recently updated my system to MAC OS X Mavericks (10.9) and Adobe Drive to Version 5.0.1. I am using CS6.
    I updated from CS5, Drive 3 and Mac OS X 10.6.
    The problem is as follows:
    When i connect the CMIS volume (an alfresco 3.4 community dam) with Drive 5 the volume is mounted in Mac Finder as "cmis". Instead of my custom volume mount name "MyCustomVolume". I defined the custom name in Drive as well as in Alfresco CMIS-Config. And it worked flawlessly before updating. But i need the volume to be mounted as "MyCustomVolume" and not as "cmis".
    The strange thing is: If i run the terminal and have a look "~/Volumes" i can see, that there is a volume "dr-x------@  1 myusername  nogroup     0 20 Nov 15:22 MyCustomVolume" mounted. And no volume "cmis". So where does this "cmis" come from?
    Needless to say, that my file linkings e.g. in InDesign documents relate to the old mount name and not to "cmis". Currently every file i open will have broken links.
    And there is another issue: The "cmis" volume is "readonly" and not writeable. Using the Finder i am not able to change any of the cmis mount properties.
    Actually i am wondering whether it is a Drive or a Mavericks issue.
    I already tried this:
    - Several Drive reinstallations, Drive Cache/Setting clearings as well as Mac OS Disk Utility permission repairs.
    - Deactivated Sophos Antivir
    - Uninstalled MacFuse and Tuxera NTFS
    The problem is critical for me because my daily work depends on a seemless cmis integration.
    So i hope for some help.
    Best regards
    Volker

    UPDATE:
    Intermediatly Adobe Drive 5.01.28 worked as it should do - But today i ran into the same issue i had before.
    I haven't done anthing cruel to Adobe Drive, but suddenly i have this same strange behaviour like i described in my initial post.
    The finder shows "cmis" as volume mount name BUT the Terminal/CLI shows me the correct volume name in the "/Volumes" folder - this is driving me nuts.
    I already did a PRAM and SMC reset on my mac. And i deleted Adobe Drive 5 completly and reinstalled it. Same result - same problem.
    The Alfresco server is running properly and i already restarted it.
    The Errorlog of Adobe Drive shows these errors (repeatingly):
    2014/02/04 20:29:25,189 [ConnectionHandler-kernel] ERROR GetAssetsHandler - asset not found: /Backups.backupdb 2014/02/04 20:29:25,190 [ConnectionHandler-kernel] ERROR GetAssetsHandler - asset not found: /DCIM 2014/02/04 20:29:25,227 [ConnectionHandler-kernel] ERROR GetAssetsHandler - asset not found: /.hidden 2014/02/04 20:29:25,228 [ConnectionHandler-kernel] ERROR GetAssetsHandler - asset not found: /.Spotlight-V100 2014/02/04 20:29:25,262 [ConnectionHandler-kernel] ERROR GetAssetsHandler - asset not found: /.metadata_never_index 2014/02/04 20:29:25,298 [ConnectionHandler-kernel] ERROR GetAssetsHandler - asset not found: /.metadata_never_index_unless_rootfs 2014/02/04 20:29:25,343 [ConnectionHandler-kernel] ERROR GetAssetsHandler - asset not found: /.metadata_never_index 2014/02/04 20:29:25,377 [ConnectionHandler-kernel] ERROR GetAssetsHandler - asset not found: /.metadata_never_index_unless_rootfs 2014/02/04 20:29:25,481 [ConnectionHandler-kernel] ERROR GetAssetsHandler - asset not found: /Backups.backupdb 2014/02/04 20:29:25,482 [ConnectionHandler-kernel] ERROR GetAssetsHandler - asset not found: /mach_kernel 2014/02/04 20:31:20,475 [ConnectionHandler-kernel] ERROR GetAssetsHandler - asset not found: /Sites/.localized 2014/02/04 20:31:23,130 [ConnectionHandler-kernel] ERROR GetAssetsHandler - asset not found: /Sites/.localized 2014/02/04 20:31:25,675 [ConnectionHandler-kernel] ERROR GetAssetsHandler - asset not found: /Sites/.localized ...
    I don't know why Drive is looking for these files and what they are about. (Some of them seem to belong to Mac's TimeMachine, but my TM disabled!)
    Need some help! Because i can't work with my server files and the Creative Suite anymore. Every server-based file i am trying to open with an Adobe Application causes an error.
    Any ideas out there?

  • CD Mounting issue

    Hello all...
    I sure hope this is easy to figure out... I have sure come to like Arch and don't want to change again for something silly
    Problem is this:
    I play Diablo2 and X-Plane (Among others like WoW, CS Source, DOD Source, etc..) and as I can mount the cd's for these games just fine, the applications can not see them because they are looking for a mount point in /mnt (/mnt/dvd or something similar).
    On other distros, like Kubuntu, or Gentoo, I can simply create a simlink to /media/dvd from /mnt/dvd. This has worked without issue for months and months... However, now that I am using Arch, I notice that when I mount a cd/dvd, it mounts it in /media/VolumeNameOfDisk (or /media/x-plane as an example). With this current method of mounting, I cant create a symlink to /media/dvd cause it doesn't mount there.
    Is there a way to force the mounting of dvds or cds to /media/dvd? I have tried entering it in my fstab, but that doesn't work.
    Any help is appreciated...
    Joe

    scarecrow wrote:
    Why entering it in fstab doesn't work?
    Entry should be something like
    /dev/dvd /mnt/dvd auto ro,user,noauto,unhide 0 0
    I need this entry only for my wine applications. Factly, wine even pseudo-mounts unmountable filesystems (e.g. audioCD's) under /mnt/dvd
    Simply run "winecfg" and set up the entry for your DVD, for example on the "drives" tab windows drive D: should be mapped to the /mnt/dvd point.
    Well, I did some pokeing around, and if I mount my cdrom when it pops up in KDE, and leave it in /media/whatever, and run Diablo 2 from within the Cedega interface, it works ok.
    I will try you method fro X-Plane, however, maybe dbus/hal fixed this with the testing version I install...
    We will see...
    Thanks again for the reply!!!
    Joe

  • Solaris 10 x86 shared drive mount issues

    I have an XP installation, a recently-installed Solaris 10 x86 partition, and a FAT32 partition shared between them.
    The issue is this:
    When I have /share mounted (using mount -o rw) and listed in the /etc/vfstab, the super-user owns everything and can write there. No other user can own a file or write anything on that partition. I've been getting a "chown: invalid argument" type message on every attempt.
    Any ideas?
    Thanks in advance.

    Just an update, I just reloaded the server with Solaris 9 x86 and the same problem on it as well. Now I am not 100% that this card/drive configuration did work on solaris 9 before, maybe it was a different SCSI card.
    The server has been loaded with Windows Server and it works ok on that, so I know that the card/drive combination works ok, just not with Solaris.
    Any ideas anyone ? Do I need a different SCSI adapter ?

  • 10.5.4 Server/10.3.9 Client user home mounting issue

    Hi all, hopefully someone can help me out with this. I know this might be an AFP issue but if you read on you'll see why I think it might be Open Directory's "fault".
    I'm the admin at a school running Leopard Server with Leopard, Tiger, and Panther clients. The server is running Open Directory and is the home for all user accounts.
    Leopard and Tiger clients can log in fine. Panther clients begin to login, and between the visual acceptance of the password and actually showing the user's desktop, something goes wrong. It informs me that the user cannot log in at this time because an error occurred, and that the home directory is on an AFP or SMB share.
    It's an AFP share, but I don't understand why the Leopard and Tiger clients are kosher and the Panther ones are not.
    Advice?
    I've already tried turning Kerberos on/off, etc. I have also discovered that I can mount AFP volumes just fine if I log in locally and then connect to the user's account manually via Go-->Connect to Server.
    Thanks!

    Oops, While playing around I had restricted the service access to just 2 accounts that were not the ones i was testing network logons from. doh!

  • Will formating hard drive fix mounting issue

    Tried to update OS X on my MacBook Pro and after reset the installation failed. I can now no longer run start up on my hard drive, nothing appears. I've tried to verify my hard drive which worked, but it cannot repair. The hard drive was unmounted in disk utility but now won't mount again. I have no time machine saves either. Mostly non essential school work is on the hard drive but will formatting it solve the issue? Or do I need to bring it in to the Apple Genius Bar later this week?
    Thanks!

    To be more specific, I was trying to update OS X Maverick

  • DC - Windows 2008R2 NTDS.DIT mounting issue

    I have DC-2008R2 systemstate backup & Also I installed "ADLDS" & "AD DS tools" in a member server. Copied the  systemstate backup from DC to member server & Mounted the .VHD in that member server where ADLDS &
    AD DS tools have been installed.
    VHD Mounted - Below snap
    Once I run the below highlighted command getting the error which is present in the below snap.
    How to fix the above error. I did ruaas admin for UAC. still getting this error.
    AliahMurfy

    > Once I run the below highlighted command getting the error which is
    > present in the below snap.
    Firewall issue? Try to disable the firewall.
    Martin
    Mal ein
    GUTES Buch über GPOs lesen?
    NO THEY ARE NOT EVIL, if you know what you are doing:
    Good or bad GPOs?
    And if IT bothers me - coke bottle design refreshment :))

Maybe you are looking for

  • Contact person replicating to crm from R/3

    Hi All, When we add a contact person to a customer in ECC, it is not replicated to CRM. 2 BDOC type is created, BUPA_MAIN and BUPA_REL. In BUPA_MAIN bdoc, the guid number and partner number is filled, but in BUT000 table there is no entry. So, in BUP

  • Certificate Name and Expirty Date is not saved in Certificate Manager

    The following scenario is happening for few cases: * Firefox shows "Add Exception" for the certificate * The certificate is added as permanent exception. * Go to Firefox -> Tools -> Options -> Advanced -> View Certificates * Go to Servers Tab * The c

  • Data service for table in Oracle 8.0.6

    Hi, Using WebLogic 8.1.4 and LiquidData 8.5 I am trying to create physical data services for tables in a DB in Oracle 8.0.6. I am aware that that Oracle version is not supported by Oracle anymore, but I need to work with that version anyway (you know

  • How to make setEditable() work for Applet

    I have a program using a flag to make it work both in JFrame and JApplet. I have a couple of JTextField variables and I use setEditable() to set their attributes. When I run it under JFframe, I have no problem to edit these JTextField within panels.

  • Sender Verification Number e-mail issue.

    I have tried to e-mail photos through adobe e-mail and the system send me a notice that I need to use a "Sender Verification Number" that has been sent to my email address.  However, when I check my e-mail there is no e-mail message.  How do I get th