similar to: [Bug 12132] New: Error on attributes when directory read-only

Displaying 20 results from an estimated 400 matches similar to: "[Bug 12132] New: Error on attributes when directory read-only"

2004 Aug 06
1
can't compile ices 2 on ppc
I've tried everything I know how (and a lot I don't) to get ices to compile on this beige G3 ppc box. I've got the latest cvs of libshout and ices. Gentoo linux ppc 1.2-r1, from stage3 tarball. gcc 2.95.3 I've made sure that libshout points to libshout.so.2.0.2. Don't know what else to try. I've got the box here, and I've port-forwarded through my firewall to
2018 Oct 29
2
Should Icecast send the "Connection: close" header?
I'm accessing a server using Icecast 2.4.0. It is streamed using HTTP 1.1 using the Transfer-Encoding: chunked - so far so good. The issue is that the HTTP library I'm using uses connection pooling by default and attempts to re-use connections if the server does not send the "Connection: close" header. As part of that re-use, when you end a request/response cycle, it tries to
2018 Oct 29
0
Should Icecast send the "Connection: close" header?
Good afternoon, On Mon, 2018-10-29 at 13:48 -0400, Spencer Russell wrote: > I'm accessing a server using Icecast 2.4.0. It is streamed using HTTP > 1.1 using the Transfer-Encoding: chunked - so far so good. I feel like I need to clarify a few things here: * Icecast 2.4.0 does not implement HTTP/1.1 but HTTP/1.0, which it correctly tells in it's response status lines.
2008 Aug 27
2
coding rules
Dear all, I am organizing a set of specific R code as package (to ease the documentation and deployment of it to users). Before doing so, I would like to know if there are written coding rules for R (with functions, objects naming convention for example). Thanks a lot, Thomas -- ------------------------------------------------------------- Thomas LOUBRIEU IFREMER IDM/ISI BP70 29280
2004 Jan 17
0
New sounds posted
So, per the discussion last week and generous donations, we have some new sound files with which to work. The sounds are located in: http://www.loligo.com/asterisk/sounds/ For those of you who just want to download the _new_ sounds, please fetch: http://www.loligo.com/asterisk/sounds/20040117.newsounds.tar All of the sounds in that tarball are also in the main ../sounds/ directory in
2007 Apr 13
1
Nonparametric Effect size indices
Hello! For comparing two non-normally distributed samples, Leech (2002) suggested to report nonparametric effect size indices, such as Vargha & Delaney's A or Cliff's d. I tried to search the R-sites, but could not find related procedures or packages that include nonparametric effect sizes. Thank you for your help! Citation: Leech (2002). A call for greater use of nonparametric
2012 Apr 06
1
Compatibility problem with R-2.9.0 and R-2.14.0
Hello all, Using classical glm function with binomial family, I experienced a problem when using predict() over a glm object. I found that family objects built on R-2.14.0 contain elements like : .Call(C_logit_link,...) But on R-2.9.0, the object C_logit_link can not be found. Instead, this prior version used to call more simply : .Call("logit_link",...) which causes no problem. Is
2017 Jul 21
0
Problem with mclapply in package parallel
Dear fellow R users, I am experiencing some problem using function mclapply from recommended R package parallel. This problem is a bit "deep in source code" (maybe r-devel list would be more appropriate ?). Actually, I have noticed on a specific Linux HPC system that the various readChild() calls in mclapply did not end the children processes, as would be expected (ie compared to what
2009 Apr 06
1
contourplot label color
Hi everyone, I am new to the list. My problem is to change the color of the label in a contour plot. The plot is quite dark and I'd like to have the line and label white, it works for the line with a simple "col", but for the labels I need to pass throught a panel call and : > contourplot(Prob ~ D.CSW *
2010 Sep 23
1
strange behaviour of callNextMethod in S4 methods
Hello, I experienced a strange behaviour of callNextMethod when used in either initialize or any other S4 function method definition. Help says callNextMethod calls the next inherited method for the current function from where it is called with the same actual (non missing) arguments. This is OK. The problem appears when some formal arguments (in particular, S4 objects) of this function are
2006 Jan 27
0
FileUtils copy not working when invoked by webserver
I have image manipulation routines in one of my controllers, and in an attempt to "undo" bad image edits, I want to copy the original image file over the "working" image file. FileUtils::Verbose.cp(@registrant.image(''original''), @registrant.image) Works great when invoked with a valid @registrant object in script/console, but it does not work when invoked on
2009 Aug 28
0
Using Test functions in Wavelet
Hi  R users   I thankfull all R users for helping each other.   Could some one help me to  define data set for the following test functions: Step, Wave, Blip, Angles, Parabolas for  example , doppler function I can write dopp(n) to get data set of size n What about the functions mentioned above? [[alternative HTML version deleted]]
2015 Mar 11
0
[Bug 11161] New: rare crash in hlink.c:536
https://bugzilla.samba.org/show_bug.cgi?id=11161 Bug ID: 11161 Summary: rare crash in hlink.c:536 Product: rsync Version: 3.1.1 Hardware: x64 OS: Linux Status: NEW Severity: normal Priority: P5 Component: core Assignee: wayned at samba.org Reporter: sbrabec at
2016 Nov 09
2
[Bug 12417] New: Sametimes currupted file after disconnect
https://bugzilla.samba.org/show_bug.cgi?id=12417 Bug ID: 12417 Summary: Sametimes currupted file after disconnect Product: rsync Version: 3.1.2 Hardware: x64 OS: All Status: NEW Severity: major Priority: P5 Component: core Assignee: wayned at samba.org Reporter:
2019 Jul 27
1
Correct, resumable, large-file flags
On 2019-07-27T07:59:56 +0200 Francis.Montagnac at inria.fr wrote: > > Try: > > rsync -avz --delete-after --delay-updates --partial /A/ www2.example.com:/B/ > > The man indicate also for --delay-updates: > > See also the "atomic-rsync" perl script in the "support" subdir > for an update algorithm that is even more atomic (it
2013 Oct 24
2
[Bug 10226] New: fatal_unsafe_io_error and the version it reports
https://bugzilla.samba.org/show_bug.cgi?id=10226 Summary: fatal_unsafe_io_error and the version it reports Product: rsync Version: 3.1.0 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: Martin.vGagern at
2020 Jun 04
13
[Bug 14401] New: unicode character conversion problem from MacOS to Linux despite iconv
https://bugzilla.samba.org/show_bug.cgi?id=14401 Bug ID: 14401 Summary: unicode character conversion problem from MacOS to Linux despite iconv Product: rsync Version: 3.1.3 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: core
2018 Apr 04
0
Plot data in sequence
Hi, Thanks for the reproducible example. Looking at str(datn) would give you a clue. STATUS is a factor because it contains character values. Factor levels by default are alphabetical with numbers first, but you can change those. > str(datn) 'data.frame': 36 obs. of 3 variables: $ LEVEL : Factor w/ 4 levels "DIPLOMA","MATRIC",..: 1 1 1 1 1 1 1 1 1 4 ... $
2014 Aug 09
1
meta bug: info on "why" xfer seems no longer available? (3.1.0)
I just copied a file system using xfsdump|xfsrestore At least 1 new directory had been created on the source during the xfer (took 9+hours -- 7TB), so I wanted to verify I hadn't missed anything. Using rsync: > rsync --version rsync version 3.1.0 protocol version 31 Capabilities: 64-bit files, 64-bit inums, 64-bit timestamps, 64-bit long ints, socketpairs, hardlinks,
2019 May 16
0
[Bug 13953] New: error message instead of --stats informations (in case of vanished files), using rsync 3.1.1 and rsync 3.0.9
https://bugzilla.samba.org/show_bug.cgi?id=13953 Bug ID: 13953 Summary: error message instead of --stats informations (in case of vanished files), using rsync 3.1.1 and rsync 3.0.9 Product: rsync Version: 3.1.1 Hardware: x64 OS: Linux Status: NEW Severity: normal Priority: P5