Displaying 20 results from an estimated 154 matches for "moreinfo".
2008 Aug 26
0
Processed (with 58 errors): The possibility of attack with the help of symlinks in some Debian
Processing commands for control at bugs.debian.org:
> tags 496359 secuirity
Unknown tag/s: secuirity.
Recognized are: patch wontfix moreinfo unreproducible fixed potato woody sid help security upstream pending sarge sarge-ignore experimental d-i confirmed ipv6 lfs fixed-in-experimental fixed-upstream l10n etch etch-ignore lenny lenny-ignore.
Bug#496359: The possibility of attack with the help of symlinks in some Debian packages
There w...
2006 May 31
2
AEL2 and CID
Does anyone know how to get CID working in AEL2 ?
In extensions.conf you can do:
exten => 111/666,1,PlayBack(demo-congrats)
exten => 111/666,2,Hangup()
exten => 111,1,PlayBack(demo-moreinfo)
exten => 111,2,Hangup()
and if callerid 666 dialed 111, they would get demo-congrats, everyone
else gets demo-moreinfo.
In AEL:
111 => {
Playback(demo-moreinfo);
Hangup();
};
111/666 => {
Playback(demo-congrats);...
2010 Jul 12
2
exercise in frustration: applying a function to subsamples
...tions from
package plyr, or a combination of functions like split and lapply would
allow me to have a really short R script to analyze all my data (I have
reduced it to a couple hundred thousand records with about half a dozen
records.
I get the same result from ddply and split/lapply:
> ddply(moreinfo,c("m_id","sale_year","sale_week"),
> + function(df) data.frame(res = fitdist(df$elapsed_time,"exp"),est =
> res$estimate,sd = res$sd))
> Error in fitdist(df$elapsed_time, "exp") :
> data must be a numeric vector of length greater...
2010 Jul 15
1
How do I combine lists of data.frames into a single data frame?
...:
for (i in 1:length(ids[,1])) {
print(i)
print(ids[i,1])
Then, after a set of statements that give me information about the dataset
(such as its size), within a conditional block that ensures I apply the
analysis only on sufficiently large samples, I have the following:
z <- lapply(split(moreinfo,list(moreinfo$sale_year,moreinfo$sale_week),drop
= TRUE), funweek)
or z <-
lapply(split(moreinfo,list(moreinfo$sale_year,moreinfo$sale_month),drop =
TRUE), funmonth)
followed by:
str(z)
Of course, I close the loop and disconnect from my db.
NB: I don't see any way to get rid of the loop...
2013 Jan 07
0
Processed: tagging 697412, tagging 697417
Processing commands for control at bugs.debian.org:
> tags 697412 + moreinfo
Bug #697412 [src:xen] xen-utils-4.1: pygrub does not recognize the include statement in extlinux.conf
Bug #697407 [src:xen] xen-utils-4.1: pygrub doesn't find extlinux.conf in default Debian location
Bug #697409 [src:xen] xen-utils-4.1: pygrub does not correctly distinguish between "disk w...
2010 Jul 22
1
How do I get rid of list elements where the value is NULL before applying rbind?
...amp;&
!is.null(chisq) && !is.null(chisqpvalue) && !is.null(chisqdf)) {
rv =
data.frame(mid,year,sample,samplesize,estimate,sd,loglik,aic,bic,chisq,chisqpvalue,chisqdf)
rv
}
}
I use the following, with different data, successfully:
z <-
lapply(split(moreinfo,list(moreinfo$m_id,moreinfo$sale_year,moreinfo$sale_week),drop
= TRUE), funweek)
qqq <- z[, c('mid', 'year', 'sample', 'samplesize', 'estimate', 'sd',
'loglik', 'aic','bic', 'chisq', 'chisqpvalue', 'chisq...
2010 Jul 16
1
I need help making a data.fame comprised of selected columns of an original data frame.
....
I obtained my basic data as follows:
x <- sprintf("SELECT m_id,sale_date,YEAR(sale_date) AS
sale_year,WEEK(sale_date) AS sale_week,return_type,0.0001 +
DATEDIFF(return_date,sale_date) AS elapsed_time FROM
`merchants2`.`risk_input` WHERE DATEDIFF(return_date,sale_date) IS NOT
NULL")
moreinfo <- dbGetQuery(con, x)
I then made the data frame I want to use as follows:
fun_m_id <- function(df)
if (length(df$elapsed_time) > 5) {
rv = fitdist(df$elapsed_time,"exp")
rv$mid = df$m_id[1]
rv
}
aaa <- lapply(split(moreinfo,list(moreinfo$m_id),drop = TRUE),...
2013 Jun 06
3
Bug#711420: Xen not booting over Wheezy
Package: xen-hypervisor-4.1-amd64
Version: 4.1.4-3+deb7u1
Package: xen-linux-system-amd64
Version: 3.2+46
Package: xen-utils-4.1
Version: 4.1.4-3+deb7u1
Package: xenwatch
Version: 0.5.4-3
Package: xenstore-utils
Version: 4.1.4-3+deb7u1
Package: xen-tools
Version: 4.3.1-1
I installed Debian 7 (amd64) in a HX5 blade server (IBM Bladecenter H) 32 GB RAM, 2 Intel Xeon SixCore 2.Ghz, Internal
2005 Feb 02
0
Processed: Oops..
Processing commands for control at bugs.debian.org:
> tag 286307 -moreinfo -patch
Unknown tag/s: -patch.
Recognized are: patch wontfix moreinfo unreproducible fixed potato woody sid help security upstream pending sarge sarge-ignore experimental d-i confirmed ipv6 lfs fixed-in-experimental fixed-upstream l10n.
Bug#286307: logcheck rules file
Tags were: pending moreinfo pa...
2006 Nov 17
3
Bug#399073: xen-hypervisor-3.0.3-1-i386: dom0 crashes with a domU that define more than 6 vdb
Package: xen-hypervisor-3.0.3-1-i386
Version: 3.0.3-0-2
Severity: important
When I try to start a domU with more than 6 vdb it crash.
The first time the vm does not launch and aparently wait for the loop
device creation (some scripts/block add, udev --daemon and sleep 1 process running). And nothing happen until I Ctrl+C the xm create.
My loop module is loaded with 64 loops.
After this first
2013 Feb 22
5
Bug#701213: Hvm domU doesn't boot after dom0 reboot under Debian Wheezy
Package: xen-hypervisor-4.1-amd64
Version: 4.1.4-2
Hi,
Hvm domU does not starts up afer dom0 reboot.
Bridge br0 is set up manually.
Dom0: Debian Wheezy 3.2.0-4-amd64 #1 SMP Debian 3.2.35-2 x86_64 GNU/Linux
DomU: Debian Squeeze 2.6.32-5-amd64 #1 SMP Sun Sep 23 10:07:46 UTC
2012 x86_64 GNU/Linux
config:
===<========
kernel = '/usr/lib/xen-4.1/boot/hvmloader'
builder = 'hvm'
2014 Sep 27
5
Bug#763102: xen-utils-common: xen-init-list fails to parse xm output -> cannot shutdown domains with service xendomains
Package: xen-utils-common
Version: 4.4.0-5
Severity: important
Tags: patch
Hello,
xen-init-list fails to parse output of xen list -l when using XM toolstack.
Therefore, /etc/init.d/xendomains stop fails to shutdown any guests still
running on shutdown.
xen-init-list fails with the following message:
/usr/lib/xen-common/bin/xen-init-list
Traceback (most recent call last):
File
2005 Jun 21
3
Bug#315071: Results to your question
Hi,
See below:
# getent group adm
adm:x:4:root,adm,daemon
And:
# ls -l /var/log
total 20384
-rw-r----- 1 root adm 43310 Jun 21 16:00 auth.log
-rw-r----- 1 root adm 128247 Jun 19 06:47 auth.log.0
-rw-r----- 1 root adm 10318 Jun 12 06:47 auth.log.1.gz
-rw-r----- 1 root adm 9508 Jun 5 06:47 auth.log.2.gz
-rw-r----- 1 root adm 12475 May 29 06:47 auth.log.3.gz
2005 Jul 11
3
Bug#317741: logcheck-database: fails to ignore properly some lines from 'rbldnsd'
Package: logcheck-database
Version: 1.2.40
Severity: normal
Tags: patch
There are one line that is not properly ignored. I include in the report
a better version.
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (400, 'testing'), (300, 'unstable'), (200, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-k7
Locale:
2011 Mar 16
7
Bug#618576: xen-3.2-1: VNC display over HVM XEN 3/Lenny AMD64, displays a blank screen when Debian-Installer Squeeze AMD64 is running on it
Package: xen-hypervisor-3.2-1-amd64
Version: 3.2.1-2
Severity: important
I've a Debian Lenny AMD64 as production server, where it has important
HVMs that runs correctly.
The problem occurs when i try to create a HVM from a Debian Squeeze
AMD64 iso file.
At first, the VNC display specified shows perfectly the Debian
Installer menu, but when I choose an option (Install or Graphical
Install),
2010 Feb 07
2
Bug#568815: Redundant messages from dhcpd in logcheck output in "server" mode.
Package: logcheck
Version: 1.2.69
Severity: normal
Tags: patch
Logcheck's reports contains many messages like:
Feb 7 19:03:57 srv dhcpd: DHCPREQUEST for 172.21.0.126 from 00:19:7e:9f:cc:32 (Hostname
Unsuitable for Printing) via eth0
Feb 7 19:03:57 srv dhcpd: DHCPACK on 172.21.0.126 to 00:19:7e:9f:cc:32 (Hostname
Unsuitable for Printing) via eth0
I create file
2014 May 13
3
Bug#748052: xen-hypervisor-4.3-amd64: No USB keyboard after booting into Dom0
Package: xen-hypervisor-4.3-amd64
Version: 4.3.0-3+b1
Severity: normal
Dear Maintainer,
After booting into kernel 3.13 dom0, the keyboard no longer works.
All other aspects work, ssh is needed to login to the system to
start working with the domU's.
They keyboard works at the grub menu just fine, and
works normal when booting into the non xen kernel.
-- System Information:
Debian Release:
2010 Jul 21
0
One problem with RMySQL and a query that returns an empty recordset
...ey to solving the problem (which was to create a data.frame using the
variables fitdist produces in the object it returns).
I now have almost everything working as intended. However, there is one
problem.
Here is the error:
'data.frame': 0 obs. of 0 variables
Error in `[.data.frame`(moreinfo, , 1) : undefined columns selected
Calls: [ -> [.data.frame
Execution halted
the curious thing is that this happens when my script is called from within
perl. Within Rgui, the script continues through to the end, but the loop
that is involved terminates at the line where this error occurs. Th...
2005 Dec 26
2
Bug#344832: correct subject header
Package: logcheck
Version: Version: 1.2.3
Severity: wishlist
The subject line is not correct, if any of these options
'ATTACKSUBJECT', 'SECURITYSUBJECT' and 'EVENTSSUBJECT' are combined in
a report. The subject line only include the first event of a report.
This is not so good for report mail filtering. The patch in the
attachment correct this.
--
Bill Gates said:
2006 Sep 04
2
Bug#379721: xen-3.0: FTBFS: bashisms
Patch attached.
Steve
--
--- Makefile-orig 2006-09-04 14:37:18.000000000 +0100
+++ Makefile 2006-09-04 14:37:34.000000000 +0100
@@ -57,7 +57,7 @@
.PHONY: ioemu ioemuinstall ioemuclean
ifndef XEN_NO_IOEMU
ioemu ioemuinstall ioemuclean:
- [ -f ioemu/config-host.h ] || \
+ ( test -f ioemu/config-host.h ) || \
(cd ioemu; ./configure --prefix=usr)
$(MAKE) -C