Displaying 20 results from an estimated 1000 matches similar to: "demo cd 3.0.3 on non-pae machine"
2007 Jun 20
2
Bug#429789: peth0: received packet with own address as source address
Package: xen-utils-common
Version: 3.0.3-0-2
Severity: normal
Hi,
I am getting the following message in dmesg about twice a minute:
peth0: received packet with own address as source address
A patch is available in the upstream BTS:
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=339
-- System Information:
Debian Release: 4.0
APT prefers testing
APT policy: (500, 'testing')
2007 Jan 16
2
Bug#407141: xen-utils-3.0.3-1: please provide 32bit domU kernels on amd64 arch
Package: xen-utils-3.0.3-1
Version: 3.0.3-0-2
Severity: wishlist
Xen can run 32bit domU clients on 64bit (amd64) dom0. Unfortunately only amd64
linux-image-xen packages are available on arch amd64. Please provide 686 packages
as well (if possible). This would enable the installation of 32bit clients without
the need to manually compile a kernel.
Feel free to reassign this bug to the correct
2007 Feb 02
1
Bug#409355: xen-utils-common: please make width of hostname column in xentop wider
Package: xen-utils-common
Version: 3.0.3-0-2
Severity: wishlist
Tags: patch
Currently when hostnames are wider than 10 chars, the xentop output is messed up.
Please add the following patch to support up to 20 chars, or better yet, allow the
columns to auto size :)
#! /bin/sh /usr/share/dpatch/dpatch-run
## xentop-name-width.dpatch by <apeeters@lashout.net>
##
## All lines beginning with
2006 Mar 11
1
Non-linear Regression : Error in eval(expr, envir, enclos)
Hi..
i have an expression of the form:
model1<-nls(y~beta1*(x1+(k1*x2)+(k1*k1*x3)+(k2*x4)+(k2*k1*x5)+(k2*k2*x6)+(k3*x7)+(k3*k4*x8)+(k3*k2*x9)+(k3*k3*x10)+ (k4*x11)+(k4*k1*x12)+(k4*k2*x13)+(k4*k3*x14)+(k4*k4*x15)+(k5*x16)+(k5*k1*x17)+(k5*k2*x18)+(k5*k3*x19)+
2008 Mar 06
2
Help with parsing a data file
Hi All,
I need to parse data from a file, example shown below. The first two lines
can be skipped, the third line contains the column names. The next 13 lines
can be skipped. The next line "1991" is a year value, with the following 13
values data for that year. The file then repeats this format with (year, 13
lines of data for that year). I would ideally like to end up with an
2011 Jul 27
2
fitting sine wave
Dear R-helpers
?
I have 7 data points that I want to fit a continuous curve to, that should look similar to a sine wave
My data points would mark the local minima and maxima respectively.
This is what I?ve got so far. And I would keep doing so, but sadly nls() then says that it has reached the maximum number of Iterations?
?
2006 Dec 29
6
CentOS 4.5 and CentOS 5.0 News
Hi,
I use CentOS as a firewall/proxy/webserver/fileserver
in my small network. As the small-spec machine with
CentOS is heavily loaded/used I can't afford downtime.
20 GB, pentium II with only 128 MB RAM.
However I want to know the news on 4.5 is it due soon?
Can I gain more by running CentOS 3.x range on such an
old machine like mine?
Will CentOS 5.0 mean you need a minimum of 512 RAM?
2001 Mar 04
3
Some comments about beta4
Hi,
I've just tried Ogg/Vorbis for the first time, and I'm quite
impressed with the results. I haven't heard any artifacts in my
tests so far, even at -b 112 (but I'm not a trained listener).
Thanks for the great work!
Now, some (mostly minor) points:
When building libvorbis on either a Linux/libc5 or a Solaris system,
both with gcc, it failed with undefined references to logf()
2012 May 15
2
Renaming names in R matrix
I have the following matrix:
> dat
[,1] [,2] [,3] [,4]
foo 0.7574657 0.2104075 0.02922241 0.002705617
foo 0.0000000 0.0000000 0.00000000 0.000000000
foo 0.0000000 0.0000000 0.00000000 0.000000000
foo 0.0000000 0.0000000 0.00000000 0.000000000
foo 0.0000000 0.0000000 0.00000000 0.000000000
foo 0.0000000 0.0000000 0.00000000 0.000000000
and given this:
2009 May 06
1
'RG' looks like a pre-2.4.0 S4 object: please recreate it
I would like to load ApoAI.RData. During the operation of reading this
data an error occurs. There is also a problem with STF file.
> library (limma)
> load("ApoAI.RData")
Warning message:
'RG' looks like a pre-2.4.0 S4 object: please recreate it
> objects()
[1] "RG"
> names(RG)
[1] "R" "G" "Rb"
2004 Apr 10
3
Kerberos and Samba
Hi.
I've built an afs cell, a kerberos kdc, an openldap server, all
kerberized. Now all linux clients can login on the cell using k5
authentication, finding informations about their home dirs with ldap.
Their home reside on the afs cell, which allows r/w access since it
releases a token from the k5 ticket. All macosx clients can login as
well... but what about windows? ^___^;;;
2004 Jul 31
1
Win Integration: possible solution?
Hi. Back again...
I'm still looking for a possible integration of MIT K5 and AFS through
the windows login, so I will ask you a question.
A first considerations is that afs+k5 works fine but we have to create a
local account with a fake password. The profile will be on the local
disk. We can gain tickets and the token necessary to access \\AFS. The
problem is: how to avoid a local account?
2007 Apr 18
4
[RFC, PATCH 2/24] i386 Vmi config
Introduce the basic VMI sub-arch configuration dependencies. VMI kernels only
are designed to run on modern hardware platforms. As such, they require a
working APIC, and do not support some legacy functionality, including APM BIOS,
ISA and MCA bus systems, PCI BIOS interfaces, or PnP BIOS (by implication of
dropping ISA support). They also require a P6 series CPU.
Signed-off-by: Zachary Amsden
2007 Apr 18
4
[RFC, PATCH 2/24] i386 Vmi config
Introduce the basic VMI sub-arch configuration dependencies. VMI kernels only
are designed to run on modern hardware platforms. As such, they require a
working APIC, and do not support some legacy functionality, including APM BIOS,
ISA and MCA bus systems, PCI BIOS interfaces, or PnP BIOS (by implication of
dropping ISA support). They also require a P6 series CPU.
Signed-off-by: Zachary Amsden
2006 Mar 24
3
Call terminated after 60 seconds
Hello,
I switched from my PSTN provider to a voip provider. (Voicedata in
the Netherlands)
>From the moment i switched all inbound calls are terminated after
aproximatly 1 minute.
The provider tells me it's not their issue since I have no other
configuration than all their other users.
What can I do.
I removed all asterisk functionality by forwarding the inboud call
directly to a local
2007 Mar 24
2
freepbx -> DB Error messages...
Hi all,
I am probably missing something ultimately obvious, but I have a problem
configuring freepbx...
Using Edgy Eft with the cvs freePBX 2.2.1 and followed the Ubuntu
installation guide on freepbx.org.
System pxe-boots from a server with NFS root on same
Using * 1.2 current (from source, not .deb's)
Using mISDN-streams (from source, not .deb's)
Using freePBX-2.2.1 (from source, not
2002 Oct 08
2
Samba password changes?
hi,
i've setup a LDAP server with account information,
and compiled samba with ldap support.
everything works great, except for the password changes
i still have to run two seprate commands ( passwd, smbpasswd )
to change a users password.
i've tried to put the pam_smbpasswd.so module into
system-auth, but that does work?
any pointers?
thanks
adriaan putter
2005 Dec 21
1
RE: Prototype: correct useage of onCompletewithAjax.PeriodicalUpdater
The only call that PeriodicalUpdater will make periodically to you is
the insertion call.
I think of onComplete as being ''I''ve done everything I was going to do'',
which for Updater is right after it''s done a single update, but for
PeriodicalUpdater, it''s after it''s finished all of its updates, so
you''ll only get it once for any call
2006 Jan 10
3
IAX & CallerID
Hi All
Apologises if this has been disussed and I missed it.
My SetUp
I have a sip phone registered to an asterisk box (a1) in one location 1.
This phone dials an extension which is in another location, so a1 passes the call via IAX to the other asterisk (a2) in location 2 which then dials the local phone.
My Problem
The caller ID setup in the sip.conf for the phone registered to a1 is not
2011 Jan 08
3
MEMDISK issues and Dell OptiPlex and Latitude systems
Hello all. Again I call upon the greats of this mailing list to help me with an issue related to MEMDISK - notably when paired with various Dell OptiPlex and Latitude systems.
The issue presented itself sometime ago and I best dealt with it by remaining with version 3.83 of the SYSLINUX package. But valuing the improved changes fostered by newer versions, I would prefer to move forward with