search for: old_fil

Displaying 6 results from an estimated 6 matches for "old_fil".

Did you mean: old_file
2011 Jun 28
0
[Gluster-devel] volume rebalance still broken
...he Linux API ? la <sys/xattr.h> in NetBSD, hopefully this will make my life easier in the future. gluster volume rebalance now run without a hitch and logs report no errors. However, I have a problem with the file that existed on the volume prior the first rebalance operation: client# ls -l old_file -rw-r--r-- 1 root wheel 893 May 10 11:47 old_file client# cat old_file cat: old_file: Not a directory The file exists on both servers (this is distributed-replicate with 2 x 2 bricks), and I can read it here. Files added after the rebalance can be accessed without any problem. I tried stoppin...
2015 Feb 09
2
Domain users can't browse or access shares
...sword: Domain=[GREENREEFERS] OS=[Unix] Server=[Samba 4.1.6-Ubuntu] Sharename Type Comment --------- ---- ------- vmware-nfs Disk nfs data storage for vmware old_mail Disk storage for mail files from old users old_files Disk storage for old server files IPC$ IPC IPC Service (bgo-nfs01 server) Domain=[GREENREEFERS] OS=[Unix] Server=[Samba 4.1.6-Ubuntu] Server Comment --------- ------- BGO-NFS01 bgo-nfs01 server...
2008 Jun 25
3
[OT] Byacc error
...code I used: # rename.rb require ''fileutils'' Dir[''sapphire/**/*''].each{ |file| # Skip directories next unless File.file?(file) # Rename ''ruby.h'' to ''sapphire.h'', for example if File.basename(file) =~ /ruby/ old_file = file.dup file = File.join(File.dirname(file), File.basename(file).gsub(''ruby'', ''sapphire'')) File.rename(old_file, file) end ruby_found = false # Do a pass over the file first, looking for ''ruby''. IO.foreach(file){ |l...
2015 Feb 09
0
Domain users can't browse or access shares
...OS=[Unix] Server=[Samba 4.1.6-Ubuntu] > > Sharename Type Comment > --------- ---- ------- > vmware-nfs Disk nfs data storage for vmware > old_mail Disk storage for mail files from old users > old_files Disk storage for old server files > IPC$ IPC IPC Service (bgo-nfs01 server) > Domain=[GREENREEFERS] OS=[Unix] Server=[Samba 4.1.6-Ubuntu] > > Server Comment > --------- ------- > BGO-NFS01...
2011 Sep 07
3
Editing the variables attributes section in the netCDF header of netCDF files created using the package ncdf.
Hi, I am using the package ncdf to create netCDF files and I want to mimic the the header of an exiting netCDF file created outside of R. Below is what the existing header looks like (part of it that is different): netcdf ccd1984_05_08 { dimensions: lat = 1974 ; lon = 1894 ; time = UNLIMITED ; // (1 currently) variables: int time(time) ;
2009 May 03
6
[RFC] The reflink(2) system call.
Hi everyone, I described the reflink operation at the Linux Storage & Filesystems Workshop last month. Originally implemented as an ocfs2-specific ioctl, the consensus was that it should be a syscall from the get-go. Here's some first-cut patches. For people who have not seen reflink, either at LSF or on the ocfs2 wiki, the first patch contains Documentation/filesystems/reflink.txt to