similar to: Using getSYMBOL, annotate package on a list with empty elements.

Displaying 20 results from an estimated 200 matches similar to: "Using getSYMBOL, annotate package on a list with empty elements."

2015 Sep 03
0
Error: Raw backtrace: and Transaction log changed unexpectedly, can't get modseq
Hi there, i've got some errors in my log files # dovecot --version 2.2.9 Here the Log's:
2002 Oct 31
2
Issues with ownership and group
I'm using rsync to backup files from host A to host B. host A is running Solaris 2.6 with rsync 2.3.1 host B is running Solaris 7 with rsync 2.5.5 host A runs as root and syncs to host B through OpenSSH 3.4p1 to a non-root user on host B. If I bring a file back from host B to host A, I find that the original owner has been changed from whatever it was on host A to the non-root user on host
2016 Jul 10
1
Syslinux Text menu not redrawing/resetting the screen
On Fri, Jul 8, 2016 at 11:46 AM, Ady Ady via Syslinux <syslinux at zytor.com> wrote: > >> Hi, >> >> I have been using syslinux on my portable disk with success on many >> types of machines (both bios boot and EFI boot) >> >> I however hit a small issue recently >> >> If I use menu.c32, on some UEFI systems (HP) the menu does not appear
2014 Jan 31
3
OT hardware question
With the continuing annoyance from motion, my manager's asked me to go looking again for a video surveillance appliance: basically, a motion-detecting DVR and cameras. The big thing, of course, is a) price (this is a US federal gov't agency, and being civilian, money is *tight*, don't give me the libertarian/GOP line about how freely we spend, thankyouverymuch), b) it has to be on the
2015 Sep 08
0
can't get modseq in logfile
Hello, I've found this in the logfile: Sep 7 23:16:55 s-imap3 dovecot: dsync-local(timss.iea-dpc.de): Error: /vmail/iea-dpc.de/timss/Maildir/.Countries.USA/dovecot.index.log: Transaction log changed unexpectedly, can't get modseq Can anyone tell me what is worng? Regards Andreas -- IEA Data Processing and Research Center Andreas Fineske Information and Communication Technology Services
2008 Sep 25
1
Confusion over syntax in a package
Hello, I am new to R and I am attempting to use the ProbForecastGOP package for some research I am conducting. The package works fine when I call the functions from the command line as the examples instruct. However, I am attempting to step through some of the functions so that I can obtain a better idea of what is going on. I have come to the following command:
2019 Sep 09
1
Best version of Icecast? / Icecast as a service? / Videostreaming?
Am 09.09.2019 um 08:26 schrieb Thomas B. Rücker: > > Running Icecast on Linux or BSD is far superior in terms of reliability > and maintainability. > We do not consider the Windows builds of Icecast to be particularly > suitable for production use. > There are ways of running it as a service if you must, like e.g. using > "nssm" and pointing it to
2004 Sep 25
2
Strange behavior of is.na() on lists
Hello R-users, I have observed that is.na() behaves strange on some lists. Here is a simple example: > a = list(list('asd')) > a [[1]] [[1]][[1]] [1] "asd" > for(i in 1:5) + print(is.na(a)) [1] TRUE [1] FALSE [1] TRUE [1] TRUE [1] TRUE > > for(i in 1:10) + print(as.integer(is.na(a))) [1] 0 [1] 10 [1] 1 [1] 0 [1] 140897024 [1] 134567568 [1] 1 [1] 1953720684
2016 Jul 08
2
Syslinux Text menu not redrawing/resetting the screen
Hi, I have been using syslinux on my portable disk with success on many types of machines (both bios boot and EFI boot) I however hit a small issue recently If I use menu.c32, on some UEFI systems (HP) the menu does not appear after the vendor splash screen. The system however goes ahead and after the timeout configured in the menu system syslinux boots the kernel. I can then (after kernel
2011 Mar 16
0
Quantmod getSymbol.MySQL
I am trying to read a table from MySQL, I have loaded the file in "ts" database, in table name ACC. but i am unable to read it in R through getSymbol function. mysql> show databases; +--------------------------------+ | Database | +--------------------------------+ | information_schema | | mysql | | test | | ts
2016 Jul 08
0
Syslinux Text menu not redrawing/resetting the screen
> Hi, > > I have been using syslinux on my portable disk with success on many > types of machines (both bios boot and EFI boot) > > I however hit a small issue recently > > If I use menu.c32, on some UEFI systems (HP) the menu does not appear > after the vendor splash screen. The system however goes ahead and > after the timeout configured in the menu system
2008 Aug 15
0
Fwd: New Ogg Dirac mapping draft
We've been discussing this on irc. Short summary, followed by some responses. I think we've verified now that my old proposal works fine for MPEG-2 style reordered streams. I believe it can be made to work with 'open gop' streams by making the granulepos assignment more sophisticated than I described. However, Dirac allows essentially random reference structures, so it's
2019 Sep 08
2
Best version of Icecast? / Icecast as a service? / Videostreaming?
Hello, 1. Which version of Icecast is the best and newest. Officially it is 2.4.4 at icecast.org. But is there a mod version with more features? 2. Who can run Icecast as a Windows service? My 2.4.3 version does not support this. Older versions had this option during installation. 3. Can Icecast stream also video livestream? Where can I find more about it? Kind regards. -------------- next
2008 Aug 12
7
New Ogg Dirac mapping draft
David Flynn has proposed a new Ogg Dirac mapping. The draft is here: http://davidf.woaf.net/dirac-mapping-ogg.pdf This is a much bigger break from other codecs than my draft (at http://wiki.xiph.org/index.php/OggDirac). We talked a bit about it on IRC today. Below is my summary; hopefully David can correct anything I got wrong or misleading. Comments? There are two main differences
2010 Sep 15
15
xenpaging fixes for kernel and hypervisor
Patrick, there following patches fix xenpaging for me. Granttable handling is incomplete. If a page is gone, a GNTST_eagain should be returned to the caller to inidcate the hypercall has to be retried after a while, until the page is available again. Please review. Olaf _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com
2013 Jun 24
3
[PATCH v2] xen-netback: add a pseudo pps rate limit
VM traffic is already limited by a throughput limit, but there is no control over the maximum packet per second (PPS). In DDOS attack the major issue is rather PPS than throughput. With provider offering more bandwidth to VMs, it becames easy to coordinate a massive attack using VMs. Example: 100Mbits ~ 200kpps using 64B packets. This patch provides a new option to limit VMs maximum packets per
2006 Aug 29
0
my email: jonathan gheyssens (université de Montreal)
Jonathan Gheyssens M.Sc Economie Appliqu?e IEA - HEC Montr?al jonathan.gheyssens at hec.ca 514-581-8009 514-678-5231
2008 Dec 04
3
ogg dirac granulepos in oggz tools
2008/11/26 David Flynn <davidf+nntp at woaf.net>: >>>> http://trac.annodex.net/changeset/3801 >>> >>> I'll test this shortly. > > Ok, i've tested muxing some audio and video together and that works fine. > woo. great, thanks :-) So the last remaining tool to check is oggz-chop. I at first assumed it would not work with Dirac's granulepos,
2010 Jan 18
1
No filelocking at "shared-mailboxes" dictionary?
Using imapsync I changed many ACLs on many accounts simultaneously in four concurrent IMAP-sessions. I started with an empty file "shared-mailboxes". But after the sync the file "shared-mailboxes" has been crashed. I found broken lines and I'm missing some entrys. Is it possible that there's no filelocking on that file? I used the ext3 filesystem. That's
2007 Apr 18
0
Have you seen how these sub-one-cent companies take off on Good News? For the past two months, every one we have brought you has shown Amazing Appreciation. At such a low price even the smallest Gain means a Significant Percentage Return. We called (P)(P)(T)(L) as one to watch on Friday because of a Highly Anticipated Report from the Field. It moved up 13% on Friday and the news