similar to: fs block level syncing

Displaying 20 results from an estimated 2000 matches similar to: "fs block level syncing"

2004 Jul 02
2
file size and actually blocks do not match
I have a disk where serveral files have a file size that is much bigger then the space they actually use. THe file size is bogus. In the example below, the size is reported as 4.2MB but the file is really supposed to be on 116K which is true accoring to du and the block list from debugfs. However, doing a 'cat |wc' file actually gives me 4.2MB bytes. Where are those extra bytes coming
2012 Sep 04
1
Changed PDC IP, all hell broke lose
I had to move my RedHat 5 box acting as a PDC to a new IP address. It is running samba 3.5.10. After the move, none of my windows or linux samba clients worked anymore. I tried rejoining some to the domain, but would get error Unable to find a suitable server Join to domain 'MRIRESEARCH' is not valid The old PDC IP address is 132.183.202.95 and nothing is at that IP anymore (for 4
2014 Jun 18
2
converted VMDK disk iamge and Virtio driver
I have a CentOS 5 VM in vmware I wanted to move to work on KVM/libvirt. I used qemu-img to convert it to a qcow2 image, loaded virt-manager and created a new VM pointed at that qcow2 image. The boot paniced when it tried to mount the root filesystem also complaining about not being able to remount the swap partition. I played around and was able to get it to boot by changing the Virtual disk
2016 Sep 28
1
making manual idmap mapping
I am being forced by the upper management to tie our Linux system logins to the corporate Windows Active Directory accounts. The problem is our UNIX accounts do not match our corporate AD accounts in either name or underlying UID. For just plain Linux login I solved this issue using OpenLDAP with SASL PassThru so I can set my 'raines' user password in LDAP to be "{SASL}per2"
2003 Jul 30
2
accidental mke2fs
I know there is no straightforward way to recover deleted files on an ext3 file system, but is there any way to recover from an accidental mke2fs? -- --------------------------------------------------------------- Paul Raines email: raines@nmr.mgh.harvard.edu MGH/MIT/HMS Athinoula A. Martinos Center for Biomedical Imaging 149 (2301) 13th Street tel:(617)-724-2369
2004 Mar 23
1
slow printing from firewalled/masqueraded clients
Printing to a samba print share from a client that is firewalled/ masqueraded is painfully slow. Seems the protocol requires the samba server to make an initiating connection back to the SMB server on the client which will of course fail on a firewalled/masqueraded client. The problem is that the a print job hangs till this operation times out causing printing to take several minutes for users.
2003 Apr 08
1
Identify file(s) on specific disk sector
When tar'ing up an ext3 filesystem on a 3ware RAID I have, I got the following errors in my system log: Apr 7 21:27:46 allo 3w-xxxx[957]: Drive error encountered on port 3 on controller ID:0. Check cables and drives for media errors. (0xa) Apr 7 21:27:46 allo kernel: 3w-xxxx: scsi0: Command failed: status = 0xc7, flags = 0x51, unit #0. Apr 7 21:27:58 allo last message repeated 3 times Apr
2006 Sep 27
1
my samba clients keep randomly dropping out of domain trust
I have one Linux RHEL4 box setup as a PDC and several other Linux RHEL4 samba servers and Windows XP boxes joined to the domain. Ever since upgrading the Linux box to Samba 3 (they are currently running samba-3.0.10) I have problems with the Linux samba clients suddenly dropping out of the domain. Operations suddenly start failing with [2006/09/27 16:03:25, 3]
2012 Nov 07
1
move VM disk images between storage pools on the same host
I created a new LVM type storage pool on my server and would like to move my VM disk volumes in a directory-based pool into this new pool. But I cannot figure out how that is done. I find plenty of information on how to migrate live VM images from one host to another, but not on how to just move one live from one storage pool to another on the same host. If it cannot be done live, how an I
2019 Jan 08
2
Users created in last few years cannot login after 4.7 -> 4.8 + winbind
It appears there is still misunderstanding about my situation/setup. Sorry, I know this is strange. I have an LDAP server for my Linux infrastructure that is totally seperate from the corporate AD Windows domain. At one point my LDAP did have the samba schema installed with my its own SID's and smbpasswd's in it. My web app for users to change their Linux password would on the backend
2019 Jan 09
1
Users created in last few years cannot login after 4.7 -> 4.8 + winbind
I think that is fair to say about my old accounts where names and IDs do not match. But the crazy thing is it is those accounts which work fine and it is the new accounts where I did make the names and IDs match where things do not work! I am still confused about the supplemental groups thing. Are you saying Samba will not support a mode where 'security = ads' for authentication against
2003 Dec 01
0
No subject
for users defined on the PDC. However, I am setting up a second Samba server and want it to join the domain so I can use "security = domain". Lets call the PDC samba1 and the new samba client samba2. ON samba 1, I did: useradd -c 'Samba2 SAMBA' -d /dev/null -M -g 202 -s /bin/false -u 1503 samba2\$ passwd -l samba2\$ smbpasswd -a -m samba2\$ to create the trust account. Then
2019 Jan 04
2
Users created in last few years cannot login after 4.7 -> 4.8 + winbind
On Fri, 4 Jan 2019 4:57am, Rowland Penny wrote: > On Thu, 3 Jan 2019 17:46:51 -0500 (EST) > Paul Raines via samba <samba at lists.samba.org> wrote: > >> TLDR: after upgrading our CentOS 7.5 servers using Samba 4.7.x with >> security = ads and no winbind to CentOS 7.6 with Samba 4.8.x with >> security = ads + winbind all users accounts created in the last few
2005 Nov 17
8
Point pattern to grid
Dear all, I'd like to change a point pattern to a grid of cells and use one of the variables as the output. e.g. The point pattern is of a window of (500*500) and several features such as pH, SoilType etc. I like to divide it into a grid with cell size 5*5, and use the mean of the point values falling inside the cell as the output. Is there any package in R working with this? Thanks in
2014 Jun 19
1
Re: converted VMDK disk iamge and Virtio driver
virt-v2v is not an option for me as all I have are the VMDK images and don't have the VMware software to covert to OVA first. I really don't understand what is going wrong. I also found https://access.redhat.com/site/solutions/20511 and that still doesn't work. Both /etc/fstab and grub.conf refer to the LABEL and not any device name. In the boot process I see it explicitly says it
2019 Jan 08
0
Users created in last few years cannot login after 4.7 -> 4.8 + winbind
On Tue, 8 Jan 2019 16:25:55 -0500 (EST) Paul Raines <raines at nmr.mgh.harvard.edu> wrote: > > It appears there is still misunderstanding about my situation/setup. > Sorry, I know this is strange. > > I have an LDAP server for my Linux infrastructure that is totally > seperate from the corporate AD Windows domain. At one point my LDAP > did have the samba schema
2019 Jan 04
0
Users created in last few years cannot login after 4.7 -> 4.8 + winbind
On Fri, 4 Jan 2019 15:14:06 -0500 (EST) Paul Raines <raines at nmr.mgh.harvard.edu> wrote: > On Fri, 4 Jan 2019 4:57am, Rowland Penny wrote: > > > On Thu, 3 Jan 2019 17:46:51 -0500 (EST) > > Paul Raines via samba <samba at lists.samba.org> wrote: > > > >> TLDR: after upgrading our CentOS 7.5 servers using Samba 4.7.x with > >> security = ads
2005 Nov 18
1
How to plot two dataset in one fig?
Hi all, I am new in R tool. I would like to plot two dataset in in fig. Here is what I did for both a and b data sets jpeg(file="a.jpeg") dat<-read.table('a', header=F, sep=',') dim(dat) y<-dat[,1] y<-y[!is.na(y)] plot(y);lines(lowess(y, f=0.05), col = ("red"), lwd=5) dev.off Two questions: 1. How I can save this lowess smooth data? 2. Once I
2012 Dec 19
1
confirming a formula for use with lmer
Hello, I recently began using R and the lme4 package to carry out linear mixed effects analyses. I am interested in the effects of variables 'prime','time', and 'mood' on 'reaction_time' while taking into account the random effect 'subjects.' I've read through documentation on lme4 and came up with the following formula for use with lmer:
2005 Jun 22
1
analyzing suvival data using splines (a.k.a., piecewise log-hazard-ratio models)
I'm looking for software that makes plots such as fig 4 (a)-(e), fig 5 anf fig 7 of Gray, Robert, "Flexible Methods for Analyzing Survival Data Using Splines, with Applications to Breast Cancer Prognosis," 1992, J Am Stat Assoc, pp 942-51. In other words, I'm looking for software that takes survival data and a continuous covariate as input and computes a curve giving log hazard