similar to: progress on screen with only stats in a log file

Displaying 20 results from an estimated 3000 matches similar to: "progress on screen with only stats in a log file"

2007 Apr 16
1
User space tool to extract ext3 inode information
Hello! I need to write a user space tool that can dump logical block addresses used by every file in a ext3 file system. For example, if file foo uses LBAs 2,3 and file bar uses LBAs 100,102,156, then the ouptut should read: FILENAME LBAs foo 2, 3 bar 100,102,156 Is there a tool that exists that can do this? If not, what would be a good strategy to write this tool. I am
2009 Dec 24
2
Recording the Calls to a USB Drive
Hi Guys, Merry Christmas and Happy new Year. I am looking for some assistance from the group as i think this might already have been tried before. i have an asterisk server with a external USB Harddisk Drive, just to store recordings. I am using the mixmonitor application for doing the recordings. When i have active calls that are being recorded to the USB Drive, and if my USB disk fails for
2007 Oct 01
4
cygwin rsync windows to windows ACL problem
I am having problems using rsync on cygwin to properly copy the ownership of files from windows to windows. I am running: rsync -avPA //src_addr/some/path /local/dst/path/ Based on: http://www.mail-archive.com/rsync@lists.samba.org/msg18920.html and: http://www.nabble.com/Re:-I-need-rsync-+-acl-support-for-windows--t2462647.html ENV: CYGWIN=ntsec tty I am running this on Windows Server 2003 R2
2006 May 02
2
Packages for rsync 2.6.8 with ACLs
Dear rsync people, I have finally made packages for rsync 2.6.8 with ACL support. You can download a prepatched source package and RPMs from here: http://www.kepreon.com/~matt/myrsync/ Or you can use this yum repository: http://www.kepreon.com/~matt/rpm/ The RPM is called rsync-acl so automatic updating tools will know not to toss it in favor of plain rsync, but it "Provides" rsync
2010 Feb 05
1
Updating rsync version installed to new release
Hi, I have rsync 3.0.1 installed on Fedora 9 distribution. I want to update rsync to it's new release which is 3.0.7. I am not exactly sure how to proceed... I saw some source code tar files on rsync home page, but I am not too sure what to do with those. The Linux machine I mention has no internet access. If somebody can provide a set of instructions on how to update rsyn to a newer
2011 Jul 06
1
Create simulated data's using mvrnorm
Hi All This might be something very trivial but I seem to miss something in the syntax or logic which makes me keep wandering around the problem without arriving at a solution. What I want to do is to simulate a sample data for performing cluster analysis. I tried to use x1= mvrnorm(10,rep(0.8,3),diag(3)) x2= mvrnorm(10,rep(0,3),diag(3)) x3= mvrnorm(10,rep(-0.5,3),diag(3)) x=rbind(x1,x2,x3)
2006 Aug 24
1
Time problem
Hello, I have a little problem regarding time. I want to preserve all time when i transfert for my backup. So i used the following option "-t", but when i transfert it i have nothing about times just the day when it was transfered. Here is a snapshot of what i try to explain I transfert my data though this command rsync -trvu 192.169.10.69::original /mnt/disque3 Client side ls -la
2006 Mar 02
1
Rsync 2.6.7pre3 released
I've just released rsync 2.6.7pre3 -- the third, and (hopefully) final pre-release version of the 2.6.7 release. Please test this out and email the rsync mailing list with any questions, comments, bug reports, etc. Thanks! You can download the tar file and its signature from here: http://rsync.samba.org/ftp/rsync/rsync-2.6.7pre3.tar.gz
2006 Mar 02
1
Rsync 2.6.7pre3 released
I've just released rsync 2.6.7pre3 -- the third, and (hopefully) final pre-release version of the 2.6.7 release. Please test this out and email the rsync mailing list with any questions, comments, bug reports, etc. Thanks! You can download the tar file and its signature from here: http://rsync.samba.org/ftp/rsync/rsync-2.6.7pre3.tar.gz
2006 Jan 22
1
ACL support in rsync 2.6.6
Hi, Can someone tell me the status of ext3 acl support in rsync? I saw this post from may 2004 which seems to indicate there is a patch. http://lists.samba.org/archive/rsync/2004-May/009466.html But it still appears that 2.6.6 doesn't have any acl support included. Is that true? Does anyone know where to get the latest patch for 2.6.6 if it even exists? Thanks Paul --
2008 Apr 11
2
DO NOT REPLY [Bug 5389] New: With --progress, progress stats are overwritten when connection broken
https://bugzilla.samba.org/show_bug.cgi?id=5389 Summary: With --progress, progress stats are overwritten when connection broken Product: rsync Version: 3.0.2 Platform: All OS/Version: All Status: NEW Severity: minor Priority: P3 Component: core AssignedTo: wayned@samba.org
2005 Oct 20
1
[Bug 3198] rsyncing a file to a dest path where dirname(path) is a file quietly fails
https://bugzilla.samba.org/show_bug.cgi?id=3198 wayned@samba.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From wayned@samba.org 2005-10-20 09:45
2001 May 06
3
just a reminder
Just a reminder to keep testing. The latest builds should be rock solid. The url is: http://i.cantcode.com:8888/stats.xml You can now get stats ouptut by pointing a browser to: http://i.cantcode.com:8888/stats.xml We're looking for more win32 freeamp reports, and any other clients besdies the standard ones (sonique, winamp, xmms, etc). Oh, and I stuck some silly station ids in between
2001 May 06
3
just a reminder
Just a reminder to keep testing. The latest builds should be rock solid. The url is: http://i.cantcode.com:8888/stats.xml You can now get stats ouptut by pointing a browser to: http://i.cantcode.com:8888/stats.xml We're looking for more win32 freeamp reports, and any other clients besdies the standard ones (sonique, winamp, xmms, etc). Oh, and I stuck some silly station ids in between
2008 Mar 27
1
[Re: Significance of confidence intervals in the Non-Linear Least Squares Program.]
Thanks for the response. I was not very clear in my original request. What I am asking is if in a non-linear estimation problem using nls(), as the condition number of the Hessian matrix becomes larger, will the t-values of one or more of the parameters being estimated in general become smaller in absolute value -- that is, are low t-values a sign of an ill-conditioned Hessian? Typical
2008 Mar 27
1
Significance of confidence intervals in the Non-Linear Least Squares Program.
I am using the non-linear least squares routine in "R" -- nls. I have a dataset where the nls routine outputs tight confidence intervals on the 2 parameters I am solving for. As a check on my results, I used the Python SciPy leastsq module on the same data set and it yields the same answer as "R" for the coefficients. However, what was somewhat surprising was the the
2008 Jan 29
2
error message + boot library
Dear all; What can be wrong with this simple example? library(boot) d1<-c(rnorm(10,mean=10)) fm<-function(d,i) mean(d[i]) bd1<-boot(d1,fm,10000) > Error: evaluation nested too deeply: infinite recursion / options(expressions=)? Thanks for any idea
2007 Nov 29
1
Anova(car) SS digits
Hi, When I use Anova(car) to produce type III SS, 'Sum Sq' is reported in integers: > Anova(bot.lm3, type ="III") Anova Table (Type III tests) Response: bottemp Sum Sq Df F value Pr(>F) (Intercept) 45295 1 29436.4440 < 2e-16 fungroup 3 2 0.8259 0.44006 numsp.fun 11 2
2024 Sep 25
1
Could not convert sid S-0-0
Here are the lines of the winbind.log justs after a restart of winbind: [2024/09/25 07:32:24.878544,? 1] ../../source3/winbindd/wb_lookupsid.c:102(wb_lookupsid_recv) ? Failed with STATUS_SOME_UNMAPPED. [2024/09/25 07:32:41.921563,? 0] ../../source3/winbindd/winbindd_dual.c:1964(winbindd_sig_term_handler) ? Got sig[15] terminate (is_parent=1) [2024/09/25 07:32:42.042654,? 0]
2011 Oct 05
2
Estimating backup usage with dir-merge filter
I use --filter='dir-merge .backup-filter" to allow my users to designate portions of their home directories that should be excluded from my rsync-based backup system. I'm looking for a way to periodically generate a report that shows the amount of backup space being used by each user. I've tinkered with writing my own script that processes any filter files into --exclude