similar to: Missing blocks

Displaying 20 results from an estimated 100 matches similar to: "Missing blocks"

2011 Jun 20
1
Per-directory brick preference?
Hi, I operate a distributed replicated (1:2) setup that looks like this: server1:bigdisk,server1:smalldisk,server2:bigdisk,server2:smalldisk replica sets are bigdisk-bigdisk and smalldisk-smalldisk. This setup will be extended by another set of four bricks (same setup) within the next few days, and I could make those into another volume entirely, but I'd prefer not to, leaving me with more
2005 Jun 24
4
File System Size Limits?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Is there some limit on the size of a file system which can be shared via samba? I'm trying to set up a file server with a 100GB shared partition and it doesn't want to work. I'm running Fedora Core 4, and Samba Version 3.0.14a-2. The output from testparm looks like this: [root@stitch samba]# testparm Load smb config files from
2006 Oct 04
2
EXT3 and large directories
I have an ext3 filesystem that has several directories and each directory gets a large number of files inserted and then deleted over time. The filesystem is basically used as a temp store before files are processed. The issue is over time the directory scans get extremely slow even if the directories are empty. I have noticed the directories can range in size from 4k - 100M even when they are
2011 Apr 15
3
Samba 3.5.8 / Windows error and system errors while mapping network drive on some PC's
Problem: We have a share defined using Samba 3.5.8 on AIX 6.1. Several people can map a Windows Network Drive to the share and it works fine. Several other people get Windows errors or system errors when trying to map a drive to the same share. Command line errors (from the net use command): System error 59 or System error 64 Windows Explorer error: The specified network name is no
2007 Apr 03
6
How do I use "mount"?
Ok, so I''m obviously doing something wrong here. This is running puppet 0.22.2 on a centos 4 update 4 box. When I try running this test - mount { bigdisk: ensure => mounted, device => ''bigserver:/bigdisk'', fstype => nfs, name => ''/bigdisk'', dump => "0", pass => "0", options =>
2009 Mar 29
2
ssh & rsync equivalence?
Hello Folks Can anyone help with why I can use ssh like so: [root@morgansoldmachine ~]# ssh -t rsync@192.168.1.40 sudo ssh -i /home/rsync/.ssh/id_dsa root@192.168.1.100 Last login: Tue Mar 24 21:32:51 2009 from morgansmachine.lan [root@morgansoldmachine ~]# logout Connection to 192.168.1.100 closed. Connection to 192.168.1.40 closed. [root@morgansoldmachine ~]# But, when I use the same
2002 Feb 07
3
Promise TX2 and ATARAID....... kjouirnald and kupdated seem to fight it out for reasourses
What is really puzzling me is that the ataraid device (/dev/ataraid/d0p1 mounted as /bigdisk) 2x 123GB IBM Deskstar's is formated as ext2...top and ps etc... show a fight between kjournald and kupdated and all searches for kjournald or kupdated fights suggest ext3 issues... :-) It's a RedHat 7.2, 2.4.7-10 custom kernal (I added in the Promise FastTrak support and HIGH mem support to
2012 Jan 03
1
[PATCH] AUTHORS: add the email address for each authors
Add the email address for authors. It will be better. Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com> --- AUTHORS | 48 ++++++++++++++++++++++++------------------------ 1 files changed, 24 insertions(+), 24 deletions(-) diff --git a/AUTHORS b/AUTHORS index 0d6fb3c..702de5d 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,24 +1,24 @@ -Angus Salkeld -Ani Peter -Charles Duffy -Daniel
2009 Mar 21
1
Trouble with -e ...
Hello folks Can any one help with why: [root@morgansoldmachine ~]# ssh -t rsync@morgansmachine sudo ssh -i /home/rsync/.ssh/id_dsa root@morgansoldmachine Last login: Sun Mar 22 10:55:41 2009 from morgansmachine.lan [root@morgansoldmachine ~]# logout Connection to morgansoldmachine closed. Connection to morgansmachine closed. [root@morgansoldmachine ~]# Works But yet: [root@morgansoldmachine ~]#
2004 Jun 01
1
Unexplained error (code 24)
Hi all, While trying to mirror a filesystem from one machine to another (for backup purposes) I get the following error: [root@samantha root]# /usr/bin/rsync -qavxzC --delete chandler:/var/ /bigdisk/backup/chandler/dev-md5-var/ root@chandler's password: rsync error: unexplained error (code 24) at main.c(1045) Does this mean anything to anybody? Regards, Graham --
2002 Oct 30
1
sticky bit, etc.
I have a question about samba and sticky bits. I have a share with the following configuration: [documents] comment = documents path = /shares/documents public = no writeable = yes printable = no valid users = @lan1 force user = docadmin force group = lan1 create mode = 0440 force create mode = 0440 directory mode = 1770 force directory mode = 1770 delete read only = no
2014 Feb 08
1
Samba 3 to 4 AD migration - extensive permissions problems
Finally biting the bullet and upgrading home machines to Windows 7 but experiencing many problems. Server is a Debian Lenny, old Samba 3.2.5, new Samba 4.1.4 built from source. My setup has been doing roaming profiles for XP since 2003 or so with almost no changes. I want to keep roaming profiles going plus do some folder redirection (Desktop (my wife doesn't believe in file shares for
2011 Mar 21
0
permissions changed by rsync over nfs?
Hello wonderful rsync I have a little problem... I sync a file system with this command: rsync -avzAXH --filter="-r *.jpg *.opml *.opml.backup *.m3u" --delete-after --exclude=MP3s /home/Music/ /misc/bigdisk.mythtv.lan/Music /misc/bigdisk.mythtv.lan is an nfs mount mounted by autofs. In /etc/auto.misc I have for /misc/bigdisk.mythtv.lan: bigdisk.mythtv.lan -fstype=nfs4
2001 Mar 07
1
RH 6.2 + VA Linux Enhancements (includes ext3 0.5b) Problem
Hi, [Background] I've been trying (unsuccessfully) to get a reliable RH linux distribution installed on my Intel machine with journaling on my large disks (not interested in journaling the root fs). I've tried using ReiserFS and eventually had some success, but it would seem that they are more in bed with Suse. It would appear that RedHat has chose ext3 as it's current journaling
2006 Jan 20
1
Help with test configuration
Thanks in advance for reading this, double thanks for a response, triple for something that works. I need a way to separate some environment variables for my development rails app and for testing my rails app. I have a few environment.rb constants set, but when I put them into the config/environment/test.rb file as constants to override the environment.rb constants, i get an error that says the
2006 Oct 04
0
EXT3 and large directories (fwd)
(please reply on-list, so everybody can comment/help) Matt, thanks for the details, but apart from mount-option tuning and dir_index (which you've already enabled), I dunno why ls(1) would take *hours* to stat ~1M files... out of curiosity: are you able to try a newer kernel? does it change anything? Christian. ---------- Forwarded message ---------- The dir_index was enabled during
2010 Aug 07
2
IO error causing file deletion failure?
Hello List I've been running this command, with the accompanying error: [root at mythtv ~]# ssh -t rsync at 192.168.1.40 sudo rsync -avzAXH --delete-after -e /home/rsync/bin/rsync_ssh /home/ root at 192.168.1.100:/mnt/bigdisk/morgansmachine/home root at 192.168.1.100's password: building file list ... rsync: readlink_stat("/home/morgan/.gvfs") failed: Permission denied (13) done
2002 Apr 12
1
NT MD4 password check failed
Hello All, Well, I've admitted defeat. I've installed Samba 2.2.3a on a Solaris 7 machine and am trying to connect to it from a Win2K SP2 PC. I am using encrypted passwords. The same user (darren) exists on the pc (called 'plm') and the samba server ('sparky2'). The password for this user is the same on the PC, and the /etc/shadow and /apps/samba/private/smbpasswd
2007 Apr 18
0
Since harmonics are often accompanied by a temperature rise, thermography can be used to detect evidence of their presence.
Skipped content of type multipart/alternative-------------- next part -----= --------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 18867 bytes Desc: not available Url : http://lists.linux-foundation.org/pipermail/virtualization/attachment= s/20070408/f3caf0e4/attachment.gif
2006 Mar 10
0
RE: RE: domU lvm and resizing40
The way I''ve done it in the past is: 1. Make sure that xen domain is shut down that you are re-sizing 2. Run lvextend (you''ve already done this) 3. Run e2fsck -f [logical volume name] (i.e. /dev/domain0/lvname) 4. Run resize2fs [volume name] [new size in G of LV] (i.e. resize2fs /dev/domain0/lvname 8G 5. Start up vm. New size should be reflected now. HTH -----Original