search for: mout

Displaying 20 results from an estimated 66 matches for "mout".

Did you mean: most
2006 Jun 16
5
Menu using Scriptaculous Effects = OnMouseOver bug
..."></script> <script src="javascripts/scriptaculous.js" type="text/javascript"></script> <script type="text/javascript"> // <![CDATA[ function mover(cible) { new Effect.BlindDown(cible, { duration: 0.15 }); return false; } function mout(cible) { new Effect.BlindUp(cible, { duration: 0.15 }); return false; } // ]]> </script> </head> <body> <div class="menu" id="accueil" onmouseover="mover(''accueilhover'');" onmouseout="mout(''accueilhover...
2008 Oct 18
0
Problem with Mouting iSSCI Shared Storage using OpenFiler
Hi, I am doing a test setup of 11G RAC, and I am using Jeff Hunter's document to achieve this. I have 3 nodes all running Linux Redhat 4 htsscsun06-openfiler htssclin5 htssclin4 I have created the Logical Volumes on htsscsun06-openfiler - fdisk -l shows fdisk -l Disk /dev/hdb: 160.0 GB, 160041885696 bytes 255 heads, 63 sectors/track, 19457 cylinders Units = cylinders of
2002 Feb 04
0
ext3 mout: error 22
Hello, I'm using RedHat 7.2. I needed to mount my root fs to QNX 6.1. QNX only support ext2 but I tried that anyway. The disk was mounted bad (for example the /root directory seemed to be symbolic link to a non-existing file). When I wanted to boot from the RedHat again, these error messages occured: ... Mounting root filesystem EXT3: failed to open journal device unknown-block(0,0):-19
2007 May 03
0
Mouting Xen DomU images in Dom0
Hi everyone, I have a CentOS 5 Domain0 with a CentOS 5 Domain U installed on my machine, it all works flawlessly. One of the problems I am faced with is transporting the Domain U image to another machine (not in real time). Since the Virtual Machine Manager allows installing the guest operating system using the CentOS 5 installer, it ends up treating the partition (in my case an LVM partition)
2005 Mar 19
3
samba frond-end (load balancing)
Hi All, I work on HA samba project for my company=2E My plan is use some samba = server like front-ends with remotely storage mouted by nfs to this serv= ers=2E=20 Questions: 1) I read some information about this in official Samba HOW-TO, but i s= till don't know if this solution is posible or not?? 2) and which software or hardware must be use for balancing? 3) May I use dns for load balancig ( I think not, but I'...
2015 Feb 17
4
Re: Mounting disk images with ext2 filesystems on RHEL7
...mount -t ext2 <image> <mount point> returns: mount: wrong fs type, bad option, bad superblock on /dev/loop0 ... the end of dmesg has: [<time>] EXT4-fs (loop0): VFS: Can't find ext4 filesystem This has me wondering because the debug messages from guestfish -v -x indicate it is mouting ext2 with ext4. EXT4-fs (sdb): mounting ext2 filesystem using the ext4 subsystem So is the problem that there is no ext4 filesystem in the image and RHEL 7 is having issues with it? > Also, what version of libguestfs and where did you get it from? > > version 1.22.6-22, came with RHE...
2006 May 25
2
peth0 transmit timed out, @cea56200 length 80000042 status 00000042, help please?
Hello list, I have network problems on dom0 I discovered this trying to copy user''s homes from another box onto dom0. I have tried this via mouting tcp nfs and also via ftp. Both methods give me the same problem. When I try to send lots of continuos traffic the tcp connection bottoms out. I get this on dom0 peth0 transmit timed out, tx_status 00 status e000 diagnostic: net 04cc media 8880 dma 000000a0 fifo 0000 Flags; bus-master 1, dirty...
2011 Mar 30
2
calculating the mode in R...
Dear R users I?m aware that the package ?modest? is useful to find the mode in an array. However, I?d like to know if someone has translated the ?mode? function built-in in MATLAB into R language. This function finds the most frequent value in an array (http://www.mathworks.com/help/techdoc/ref/mode.html). Best Fer
2005 Oct 20
1
can smbmount access paths in shares?
...word=mypass The error is: 8465: tree connect failed: ERRDOS - ERRnosuchshare (You specified an invalid share name) When I omit the last portion of the service path it works just fine: smbmount //servername/home /mnt/media/server/ -o username=myuser,password=mypass Trouble is, I don't want to mout the 'root' of the share, I want to mount a subdirectory within it. On a w2k box this syntax works fine: 'net use m: \\server\home\media' and it properly mounts the path as the m: drive. I do recall that win9x boxes could not mount subdirectories of shares. Is samba likewise crip...
2006 Nov 05
1
Crippled file list on samba 3.0.23-c2. Debian Etch x64 (files randomly not showing up)
Hi there people. My first post here at the list so I hope I havn't made any misstakes so far and that I can write in such a way so you people understand me. =) The problem I have is that when I list folders on disks mouted with "mount -t smbfs ..." the file lists of folders are crippled. What I mean is that files are randomly missing in the lists even if they are there. A refresh of the dir can help sometimes but most of the time the missing files/files appear and some other files disappear. A huge proble...
2013 Feb 05
1
Does Gluster not support mul-thread to the same file?
...same file in gluster. We just gained about 30MB/s write performance by gluster native client, whereas, using the same program, it's 100MB/s writing performance if mount gluster volume by NFS. Could anyone tell me why? and how to improve write performance for mul-thread writing to the same file mouted by gluster native client. Thanks. Regards, Zhenghua -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20130205/8be8d50b/attachment.html>
2011 Jul 12
1
after mounting with -o degraded: ioctl: LOOP_CLR_FD: Device or resource busy
...nt dir losetup -d /dev/loop5 mount -t btrfs -o degraded /dev/loop4 dir umount dir losetup -d /dev/loop4 ioctl: LOOP_CLR_FD: Device or resource busy mkfs.ext3 /dev/loop4 mke2fs 1.39 (29-May-2006) /dev/loop4 is apparently in use by the system; will not make a filesystem here! this only happens after mouting with -o degraded. loopback device is unusable until next reboot -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
2019 Jan 07
1
upg. CentOS 7.5 to 7.6: unable to mount smb shares - samba NT domain member using ldap
...ty = user".? I'd expect that your > system would work without any interactions with the DC. > I found some solution which solve only part of my problem and is not very "clean". When I run winbind with these options client which are member of my NT4DOMAIN are now able to mout smb shares from NT4MEMBER server: # winbindd -i -d 3 -S -n --option="netbios name"=NT4DOMAIN --option="ntlm auth"=yes option "netbios name"=NT4DOMAIN overwrites this option from smb.conf: "netbios name"=NT4MEMBER Nenertheless I am not able to mount smb s...
2004 Mar 29
1
Linux-to-Linux permissions?
...reat. However, the permissions are always set to 755, and the owner is always root, and the group is always root. This does not work for me, as I need other users to have write access to the share. I have set the permissions on the mount folders to 777 and changed the owner, but as soon as they are mouted they go right back to 755. If I try to do a chmod or chown, I get an "Operation no permitted" error. Through Gnome, if I try check the permissions I want set, they are unchecked on their own right away! So, I've set my smb.conf file up to force all files and folder to have 777 acc...
2018 May 29
2
RDMA inline threshold?
...t is not connected) I already set the memlock limit for glusterd to unlimited, but the problem persists. Only going from RDMA transport to TCP transport solved the problem. (I'm running the volume now in mixed mode, config.transport=tcp,rdma). Mounting with transport=rdma shows this error, mouting with transport=tcp is fine. however, this problem does not arise on all large directories, not on all. I didn't recognize a pattern yet. I'm using glusterfs v3.12.6 on the servers, QDR Infiniband HCAs . Is this a known issue with RDMA transport? best wishes, Stefan
2005 Dec 20
1
Removing the comments listing
Does anyone know how to remove the browse list comments listing? In other words, in our instance, when you browse the my network places, both the resource name and comments are lengthy Samba 3.0.13. listings. Thanks,
2015 Dec 17
2
Multiple IPs and hostname
...il looks like this: Return-Path: <somebody at web.de> Delivered-To: <user at foo1.com> (II) Received: from mail.bar.org by mail.bar.org (Dovecot) with LMTP id V[...]wAAvP/pag for <user at foo1.com>; Sun, 29 Nov 2015 13:45:37 +0100 (I) Received: from mout.web.de (mout.web.de [212.227.17.11]) (using TLSv1.2 with cipher ECDHE-[...]-SHA384 (256/256 bits)) (No client certificate requested) by mail.foo1.com (Postfix) with ESMTPS id A[...]9 for <user at foo1.com>; Sun, 29 Nov 2015 13:45:36 +0100 (CET) As you...
2008 Feb 26
2
[LLVMdev] Slight troubles following "Getting Started" instructions
...Red Hat Linux". Anything with a primary label of "Red Hat" gets filtered out for me on an almost subconscious level since I'm running an Ubuntu box, so the primary labels that I look for are "Linux" and "Ubuntu". "Red Hat Enterprise Linux" is quite a moutful, and the trigger keyword is almost last on that line (and wrapped, too). I'd rephrase that as "Binaries for Linux (tested for Red Hat Enterprise Linux)" or something. (Heck, I'm not even sure whether it will run on any Linux other than RHEL. I have no idea what differences ther...
2009 May 19
1
Samba and Migration to an existing LDAP backend
...d users from the old system ( that used /etc/passwd to store user auth info) to this new one. The users already have Directory entries in the ldap which is used for a variety of existing services . Meaning, all I want to do is populate their existing entries with the proper attributes and re-mout the shares on the new server and NOT have to have them re-enter a new passwd, but use the existing Directory passwd that is already in their entry. So far the only way I can see to get their existing directory entry to work is to run pdbedit -a <userid> which prompts for the users p...
2010 Nov 02
1
Libvirt and LXC
...art a LXC guest on a F14 computer .. followed the examples in http://libvirt.org/drvlxc.html, but got stuck when starting it .. 03:07:23.706: debug : virCgroupNew:542 : New group / 03:07:23.707: debug : lxcControllerRun:563 : Setting up private /dev/pts 03:07:23.711: debug : lxcControllerRun:589 : Mouting 'devpts' on /var/lxc/f14/dev/pts 03:07:23.711: debug : lxcControllerRun:604 : Opening tty on private /var/lxc/f14/dev/pts/ptmx 03:07:23.714: debug : lxcContainerAvailable:897 : clone call returned Invalid argument, container support is not enabled 03:07:23.714: debug : lxcContainerStart:...