similar to: Reading a file being written to

Displaying 20 results from an estimated 90000 matches similar to: "Reading a file being written to"

2006 Oct 18
1
Slow browsing
Hi, I have recently set up an old machine as a linux fileserver (Intel 815E board with 512MB ram and PIII 800mhz). I am running the latest Fedora Core 5 with the version of samba 3 that ships with that and am exposing a single share for my software raid (4x400gb PATA seagate drives, running from two siig ATA cards so each drive has its own channel) I also have a buffalo 1.0tb terastation
2007 Mar 07
1
Buffalo Terastation with 3.0.23d PDC and LDAP backend?
I have my system properly running as a PDC now, but I'm having trouble getting one of the machines here to join the domain. This system is a Buffalo Terastation Pro. For this system I have to create the machine trust account manually. The domain access fails as follows: [2007/03/06 17:51:44, 2] lib/smbldap.c:smbldap_open_connection(788) smbldap_open_connection: connection opened
2009 Sep 12
6
Securely backing up Linux machines to NAS?
I have been tasked with having a Buffalo Terastation Pro 2 NAS box, likely to be connected to a Linux box via samba, be the storage device to back up mostly Ubuntu and Centos systems. ?The trick is, the machines to be backed up need to do so in an automated fashion and make a secure, encrypted connection to my Linux box hosting the NAS. The NAS does have SSL enabled for web admin access, though
2009 Mar 09
0
Samba session setup STATUS_LOGON_FAILURE
I have two Linux 2.6 based devices that cannot talk properly to each other on a Samba session setup. (those two devices are Buffalo Terastation Pro II rackmount TS-RHTGL/R5 F/W 1.33 and Request Media Server F Series, v5.3.1.3478) Basically, the NAS provides with a share that Request application uses to store media content. The problem we experience is that the NAS yet refuses a SMB client, while
2011 Oct 18
1
file_mode and dir_mode options ignored
Hi there. I'm using samba3x-3.5.4-0.83.el5_7.2 on CentOS release 5.7 x86_64 to mount a Terastation filesystem. The "file_mode" and "dir_mode" options to mount.cifs seem to be ignored; I systematically get a "drwxrwxrwx" permission, no matter what values I provide for these options: # mount.cifs //terastation/Backup /bkp/BackupPC/ -o
2009 Jun 11
3
Response to your questions about my suggestions i sent in yesterday
I sent in some suggestions regarding Theora yesterday and I got some questions from you guys so I'll answer them.?i said this:Theora should have a feature that disables print screen and video recording software from capturing Theora videos.?Alot of you asked me about the Fair Use law. My answer is this. i do know about fair use.?The?problem is, alot of people don't obey the fair use law as
2017 Aug 21
1
DC Upgrade from 4.1.7 to 4.6.7
I did a similar DC upgrade from 4.1.13 to 4.6.6(like your option 1, upgrade on existing AD servers, I have two, first upgrade on none-FSMO). and I don't have any issues with the DC upgrade itself. But be careful with your member servers. After the upgrade, I have to change some default values on file servers: 1. samba 3.5.10 member server(rpm from CentOS 6.2) lost connection to samba
2011 Apr 14
0
How to watch satellite tv shows on you pc with 3 method
There are three optional ways to watch satellite tv on your pc (http://www.buydvb.net/blog/how-to-watch-satellite-tv-channels-on-computer.html), we?ll explore on this page, you can choose the most suitable way for yourself. Option 1: Connect a satellite dish directly to your PC Option 2: Connect your satellite box to a PC Option 3: Watch satellite TV channels over the Internet Option 1: Direct
2014 Jun 16
1
Problem: Reading files which are still written...
Hi, I've just upgraded my vdr to Ubuntu 14.04 and now i have Samba 4. On my Windows-machine i can no longer watch videos which are still recording... (with VLC) On samba 3 this was no problem, but on samba 4 the playback always stopps at the point which was the actual filelength wenn i started the playback. I also mounted the video directory to an other linux machine via nfs and shared
1999 Nov 12
1
how to read a file one line at a time?
Is there a way to read a file one line at a time? My file is potentially very large (multiple gigabytes) so I'd like to read and process one line at a time. The only choices I see are: 1) Direct the file to standard input and use readline(), but then I have to parse the data columns myself. 2) Call scan() with nlines=1 over and over again, incrementing skip, but I suspect that it will
2020 Aug 18
0
[PATCH nbdkit 7/9] server: Add hand-written replacement for poll for Windows.
--- configure.ac | 1 + common/replacements/Makefile.am | 2 + common/replacements/poll.h | 60 ++++++++++++++++++ server/public.c | 2 +- server/sockets.c | 2 +- common/replacements/poll.c | 106 ++++++++++++++++++++++++++++++++ 6 files changed, 171 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index
2004 Apr 01
2
Generating file names
I read a data set into a data.frame. I then operate on the set, add columns to the frame etc. and now want to output the frame into a file. Trouble is, I want the file to have a name based upon the original data set name. I cannot figure out how to cat strings together and use that new string as the output filename... Example: original data name: D08a desired output name: Analyzed_D08a Any
2011 Mar 23
2
system.file() to read a text file from a vignette
[Env: R 2.12.2, WinXp] In a vignette for the vcdExtra package, I had a text file, tv.dat under data/, that I used in the vignette as <<tv1,results=verbatim>>= tv.data<-read.table(system.file("data","tv.dat",package="vcdExtra")) head(tv.data,5) @ I was told that this now generates a warning for non-Rdata files in R CMD check. But I'm now
2014 Apr 30
1
Previous versions of samba or how to disable NTML2 authentication
If I run apt-get install samba, this only seems to retrieve the latest version of samba. How do I retrieve an earlier version of samba? Alternatively, how do I disable NTMLv2 on my Linux PC? The settings in the link below work for Windows 7 and I can access my Terastation again from Windows 7, but how do I do this on a Linux PC (Ubuntu 14.04)?
2002 Feb 23
1
rsync error: unexplained error (code -1) at main.c(883)
rsync 2.5.2 on FreeBSD 4.4-STABLE. my rsyncd.conf looks like this: read only = yes [test] path = /tmp I am starting rsync as root like this: rsync --daemon when I connect to the rsync server on the localhost I get this: myhost# rsync localhost:: test but when I connect, from the localhost, using it's hostname i get this: myhost# rsync myhost.hwi.buffalo.edu:: rsync error: unexplained
2020 Aug 18
1
Re: [PATCH nbdkit 7/9] server: Add hand-written replacement for poll for Windows.
On 8/18/20 5:50 AM, Richard W.M. Jones wrote: > --- > configure.ac | 1 + > common/replacements/Makefile.am | 2 + > common/replacements/poll.h | 60 ++++++++++++++++++ > server/public.c | 2 +- > server/sockets.c | 2 +- > common/replacements/poll.c | 106 ++++++++++++++++++++++++++++++++ > 6
2001 Jan 22
1
How to copy encoded channels?
Hi, Having worked on a 4 channel encode/decode system, which works just fine (using 4 channel audio on SGI systems). I now would like to think a little further about how 'n' channel encodes may be used for network collaboration in music. Let's imagine a 16 channel codec, and let's say we are working in a simple stereo in/out environment (i.e. like most consumer devices out
2009 Apr 17
2
Want to view your DVD movies on your iPod, iPhone, PSP, Zune?
Have you ever lingering on the classic as well as memorable smile with tears of Princess Anny in ?Roman Holiday?? Have you ever been fascinating about the song of Do, Ra, Mi in ?Sound of Music?? Have you ever been motivated by the determination and absorption of what he is doing of Forest Gann? Have you ever been blown away by resolution to struggling for freedom and shed tears for the beautiful
2002 Apr 15
1
Re-encoding digital broadcast to Ogg?
I think everyone here will appreciated that re-encoding an already encoded/ decoded audio track is a bad idea and can create pretty bad artefacts in recording. Whilst watching 'Later with Jools Holland' last Friday, India Arie gave a very good performance which I thought I would have been good to keep, I then realised that since I was watching via digital TV that this audio will have
2007 Dec 11
3
Wrong length of POSIXt vectors (PR#10507)
Full_Name: Petr Simecek Version: 2.5.1, 2.6.1 OS: Windows XP Submission from: (NULL) (195.113.231.2) Several times I have experienced that a length of a POSIXt vector has not been computed right. Example: tv<-structure(list(sec = c(50, 0, 55, 12, 2, 0, 37, NA, 17, 3, 31 ), min = c(1L, 10L, 11L, 15L, 16L, 18L, 18L, NA, 20L, 22L, 22L ), hour = c(12L, 12L, 12L, 12L, 12L, 12L, 12L, NA, 12L,