search for: 330826

Displaying 2 results from an estimated 2 matches for "330826".

Did you mean: 330626
2017 Jan 10
0
[Bug 12508] New: fileflags & forcechange don't work for hardlinks
...ebug/dst/1x" => 3x failed: Operation not permitted (1) rsync: link "/root/debug/dst/0x" => 3x failed: Operation not permitted (1) rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1200) [sender=3.1.2] # ls -lio /root/debug/dst/ total 1 330826 -rw-r--r-- 1 root wheel schg,uarch 0 Jan 10 12:40 3x -- You are receiving this mail because: You are the QA Contact for the bug.
2004 Nov 11
1
substitute/paste question for using Greek in plot titles
Hi all I am having troubles making sense of why code (1) below fails but code (2) below works. Code (1): > phi.1 <- 1 > plot(0 ~ 0, + main=substitute(paste("A vaue for ",phi," = ",phival), list(phival=phi.1)) ) Error in paste("The two deviances for ", phi, " = ", 2) : Object "phi" not found But this works: Code (2): >