Displaying 20 results from an estimated 1000 matches similar to: "can't turn on wide links in homedir"
2005 Mar 29
3
From FAQ 7.21 to a command like apply(sapply(list(f1,f2,f3),is.na),2,sum)
Dear all,
Last December there was a thread regarding the famous FAQ 7.21 "How can I
turn a string into a variable?" and asking what people want to do with
these strings.
My, certainly trivial application would be as follows:
Assume I have a data.frame containing besides others also the columns f1,
f2, ..., fn and I want to create a command like:
apply(sapply(list(f1,f2,f3),is.na),2,sum)
2006 Nov 19
3
file permissions and groups
Hello all,
I have a file owned by apache:apache with permissions of 640.
I have added myself to the apache group using usermod -G (and I can verify
that using the groups command) but I still can't read the abovementioned
file.
Am I not getting something?
Michael
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Jul 29
2
Importing time series
I have a time series dataset, saved in a csv file. However date-formatting is
:
7/2/1982
7/6/1982
7/7/1982
7/8/1982
7/13/1982
7/14/1982
However if I use following zoo-code, it is not reading data:
read.zoo(file="F:/data.csv", format="%m/%d/%y", header=F)
Error is
Error in read.zoo(file ="F:/data.csv", format = "%m/%d/%y", :
index contains NAs
Here
2005 Dec 07
2
Bandwidth selection for ksmooth( )
Dear R Users,
Before running ksmooth( ), a suitable bandwidth selection is needed. I use some functions for this task and receive these results for my data:
width.SJ(y,nb=100,method="ste") : 40.25
bcv(y,nb=100) : 40.53
ucv(y) : 41.26
bandwidth.nrd(y) : 45.43
After implementing the function ksmooth(x,y, bandwidth= each of abovementioned bandwidths), I have some NAs
2010 Feb 19
2
[Announce] Samba 3.5.0rc3 Available for Download
Release Announcements
=====================
This is the third release candidate of Samba 3.5. This is *not*
intended for production environments and is designed for testing
purposes only. Please report any defects via the Samba bug reporting
system at https://bugzilla.samba.org/.
Major enhancements in Samba 3.5.0 include:
General changes:
o Add support for full Windows timestamp resolution
o
2010 Feb 19
2
[Announce] Samba 3.5.0rc3 Available for Download
Release Announcements
=====================
This is the third release candidate of Samba 3.5. This is *not*
intended for production environments and is designed for testing
purposes only. Please report any defects via the Samba bug reporting
system at https://bugzilla.samba.org/.
Major enhancements in Samba 3.5.0 include:
General changes:
o Add support for full Windows timestamp resolution
o
2004 Nov 30
6
How to know if a bug was recognised
Hello!
A problem with special characters seemed to me to be a bug. I sent a mail
to R-windows at r-project.org concerning the problem (see below).
How can I find out, if this is considered as a bug or an error of myself?
Which part of FAQs or documentation did I miss to find the answer?
thanks in advance
Heinz T??chler
-------------------- copy of abovementioned mail ----------
to: R-windows
2018 Oct 26
2
Bug report for sealClass() in Core-maintained package "methods"
Hello,
I was just reminded from a comment in some code that I had submitted this bug report last year, but it does not appear to have been addressed in R 3.5.0.
Can this please be fixed, or is there a specific reason that it cannot be addressed?
Thanks,
Adam
From: Gower, Adam
Sent: Monday, June 19, 2017 11:56 AM
To: 'r-devel at r-project.org'
Subject: Bug report for sealClass() in
2007 Sep 17
4
Xenstored: eliminate double free and fixes for memory leak
Please review. This patch fixes a few problems:
a. In handle_input(), which is called from main() in
xenstored_core.c, the conn->in is freed when there is no error, but
conn is freed when there is error. This is inconsistent. Moreover,
the conn is freed again upon exit from handle_input(), inside the
main.
b. Another problem is that perms_to_strings() returned a allocated
memory (via
2011 Aug 24
1
MSDFS working with IP address but not with name
Hi,
- Server : Ubuntu server 11.04
- Samba 3.5.8
- (Likewise 6.0.0-2 if that can make sense... ? - Anyway : working
fine; A.D. integration OK)
- Client : windows XP SP3
When trying to use this brand new server as a DFS root, I'm facing an
issue I can't solve:
- Pointing to \\servername\dfsroot\linktootherserver I'm getting the
error message "share refers to a location that is
2010 Aug 31
1
Unable to run dev.new
Hi folks,
Debian 504 64 bit.
Have spent more than 2 hours on dev.new and can't make it to work.
> dev.new(height = 6, width = 12)
Error in dev.new(height = 6, width = 12) :
unused argument(s) (height = 6, width = 12)
r-base-core has been installed. The command should be correct. I have run it
before.
Finally I started another VM, Ubuntu 10.04, also 64 bit, and then R. The
2005 Jul 26
0
openoffice(linux) can't open files from a wineapplication
Hi Ratka,
> Hallo my Problem is, that I use software called gs-verein from sage. in
> this software i can create documents an the i can sent this documents to
> word or staroffice.
> when i change the path to staroffice to /usr/bin/ooffice, then
> openoffice starts, but the file wouldn`t load and the programm gs-verein
> tell me that he didn?t found staroffice. I have
2007 Jan 09
1
Pandoc 0.3
I'm pleased to announce the release of Pandoc 0.3, with many
improvements and bug fixes.
Highlights:
- A real markdown parser, not based on regex substitutions.
- [More accurate] and [faster], in many cases, than Markdown.pl.
- Multiple output formats--HTML, Docbook, LaTeX, reStructuredText,
RTF, S5 slide shows--all generated natively, with no XSLT postprocessing.
- Converts *to* markdown
2003 Mar 04
2
[Bug 57] Default extensions Makefile breaks with NO_SHARED_LIBS and DO_IPV6
https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=57
laforge@netfilter.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From
2004 Aug 06
2
Bug found (and possibly fixed) in Win32 speexdec
Hi!
Speexdec "clips" playback of files on fast Windows machines when
invoking it in decode-and-play mode by only supplying a filename for the
source file - the end of the sound playback gets chopped off. I have
traced it to the line reading:
if (fout && strlen(outFile)==0)
WIN_Audio_close ();
<p>...which should probably read...
if (strlen(outFile)==0)
2010 Feb 03
1
virt-manager can't start
Hi folks,
KVM
Virt-manager
host - Debian 5.0
Starting;
Gnome
Applications -> System Tools - Virtual Machine Manager
popup following error;
Traceback (most recent call last):
File "/usr/share/virt-manager/virt-manager.py", line 346, in <module>
main()
File "/usr/share/virt-manager/virt-manager.py", line 248, in main
setup_logging()
File
2009 Mar 23
0
Issue with no change of SIP call ID
Good afternoon everybody.
I first would like you to excuse me for my english.
I have an issue with a SIP call ID which is not changed in the call configuration described bellow :
I have an Asterisk Server A using only SIP protocol.
Behind A there are 2 distant clients (using softphone X-lite) C1 and C2 and a proxy server OpenSIPS (ex OpenSER) P.
The idea is that when C1 want to call C2,
2005 Mar 13
2
PRI Call Reference Length not Supported
Using CVS-HEAD libpri, CVS-HEAD zaptel, CVS-STABLE asterisk.
Everything compiled fine. No problems loading chan_zap.so.
Incomming calls to PRI work fine. Outbound is a different story:
-- Executing Dial("SIP/64.72.107.4-4122fb40", "ZAP/R1d/18005551212|60")
in new stack
-- Called R1d/18005551212
-- Channel 0/23, span 1 got hangup
Mar 13 13:19:29 WARNING[28835]:
2005 Sep 13
1
what does this mean: Warning: Error in custom flags file / Corrupted Indexes
Hi everyone:
I am seeing a whole LOT of these messages in my dovecot logfile:
imap(rickt): Sep 12 17:14:03 Warning: Error in custom flags file /
home/rickt/mail/.imap/TRASH/.customflags: Duplicated ID 0
imap(rickt): Sep 12 17:14:03 Warning: Error in custom flags file /
home/rickt/mail/.imap/TRASH/.customflags: Duplicated ID 1
and also these:
imap(mbwnews): Sep 12 17:10:16 Error: Corrupted
2004 Oct 10
1
best params for safe archiving, 192kHz no-lax and w64 support
Hi Josh,
On Sat, 2004-10-09 at 22:41, Josh Coalson wrote:
> --- Marek Peteraj <marpet@naex.sk> wrote:
> > Hi all,
> >
> > i'd like to ask what the best options are for safe 24bit 96kHz
> > archiving. Currently i'm only using -8 but there are also some other
> > options like block size etc. Can anyone suggest?
>
> I haven't heard of