Displaying 20 results from an estimated 3000 matches similar to: "rbootd"
2010 Apr 30
0
ggplot2 legend how?
Hello,
I have just ordered the "ggplot2: Elegant Graphics for Data Analysis (Use R)" but while it arrives :) can anyone please show me how to setup and add a simple legend to a ggplot?
This is my use case, I need a legend showing CI "Classic", "Own bootstrap", "R bootstrap":
library(ggplot2)
e <- 1
p <- 1
x <- 1:S
y <- rep(betas[p],S)
data
2007 Feb 06
0
Broken file reading for fat16 with 3.35+?
Hello,
I noticed after upgrading from 3.20, I haven't been able to get syslinux to
boot properly with menu.c32 or mboot.c32 from a USB key. I get an error
saying invalid kernel when its trying to load menu.c32 or mboot.c32 (or any
other kernel for that matter). I tried 3.35 and 3.36-pre5. Same exact
behaviour.
I'm using the following to compile:
gcc version 3.2.3 20030502 (Red Hat Linux
2010 Aug 20
0
samba and kerberos tickets
Hi,
I'm running a mixed linux/Windows network with authentication done using
Active Directory. The Linux clients use Samba/Winbind for
authentication (with help from the list, thanks!). I've setup smb.conf
such that doing 'net ads join -Uadministrator' populates
my /etc/krb5.keytab (see configuration files below).
klist shows me a nice set of principals from /etc/krb5.keytab
2007 Mar 20
1
SIP/Polycom Issue, Asterisk 1.2.16, calls dropped
I've been running the 8/1/2004 Head release up until a little over a
week ago. I was forced to due to a card failure to upgrade to 1.2.16
without any advance preparation or testing (most of my connections
are via satellite to all corners of the globe with high latency).
Up until the upgrade I was running with very few issues. Since the
upgrade I have been experiencing strange issues
2003 Jul 14
1
PXE Boote clients on two interfaces
Hi list,
how can I setup a PXE-server for two interfaces?
The server has eth, eth1 and eth2. On eth1 and eth2 are remote boot clients
which use the pxe service. I tried to start the pxe server twice with two
different configurations. But it doesn't work. Please help.
Regards, Martin
2007 Feb 06
3
Syslinux: Broken file reading for fat16 with 3.35+?
Hello,
I noticed after upgrading from 3.20, I haven't been able to get
syslinux to boot properly with menu.c32 or mboot.c32 from a USB key. I
get an error saying invalid kernel when its trying to load menu.c32 or
mboot.c32 (or any other kernel for that matter). I tried 3.35 and
3.36-pre5. Same exact behaviour.
I'm using the following to compile:
gcc version 3.2.3 20030502 (Red Hat Linux
2012 May 31
0
Incorporate a shapefile with an package animation
Hello
I'm working with NetCDF files in an animation and am trying to superimpose
a shapefile on the image as it is generates the html pages.
If I take out the lines for the shapefile, it works correctly, however I'm
having difficultly including the shapefile.
If anyone has any ideas I would greatly appreciate the assistance.
R Version 2.15.0 (2012-03-30)
Platform i386-pc-mingw32/i386
2006 Aug 02
1
Can not rsync certain folders a second time
I am running a windows xp machine and running the latest version of rsync, i am using a naslite server that is the rsync server, when I run the following commands to copy data from my xp machine to my nas it will copy the data the first time but if i pick up email and then run the command again it will freeze with a error, But if i just use a folder that has say my downloads in and i alter a file
2008 Nov 15
1
TCP Stack Issues Under FreeBSD 7.1
Hi,
Anyone else noticing any TCP Stack requests for information under a
useraccount with mild to moderate TCP activity on HTTP and other sorts of
ports returns zero results back unless you are root.
[site@Eden ~]$ netstat -i reports
netstat: kvm not available: /dev/mem: Permission denied
ifnet: symbol not defined
[site@Eden ~]$ netstat -an
[site@Eden ~]$ netstat -m
377/823/1200 mbufs in use
2003 Feb 03
1
Problems booting PXE-Client
Hi list,
I have installed DHCP, PXE and the TFTP-Server tftp-hpa. I'm running Debian
Woody on my server and I want to boot a PXE-Client with this server. I have
installed all as it is described in the docs found on the net.
Under root:
/tftpboot/
/tftpboot/X86PC/linux
/tftpboot/X86PC/linux/messages
/tftpboot/X86PC/linux/linux.0
/tftpboot/X86PC/linux/vmlinuz
2018 Feb 02
2
Weird 'hairpin' call rtp audio problem
Hello List
Asterisk 13.14.1 in use with pjsip stack.
On the remote side is a SBC which performs some 'nat' detection. I
suppose this means the SBC listens from where it is getting RTP data
and then replies to that ip.
As long as the asterisk is initiating the call this is fine, the
asterisk start sending RTP to the media IP of the SBC and the SBC is
sending media back.
Now I want to do
2001 Oct 11
0
Urgent. upgraded domain to Win2k now samba can't join anymore
Hi,
we upgraded the NT domain to Win2k. However now samba suddenly can't
connect to the domain anymore. Any ideas what we can do? I tried upgrading
to Samba 2.2.1a (was 2.0.7) but that doesn't make any difference.
Tried removind MACHINE.SID from the private directory but that doesn't
help either. When I do smbpasswd -j EDEN -r bison I get the following
output:
corsendonk.[root]#
2011 Feb 14
1
unregistered trunks and registered phones coming from the same IP
Hi,
I manage an SBC which stands between my company server farm and some SIP
telco trunks. The system works fine, for inbound and outbound calls.
Now I've configured the SBC to also act as a registration proxy, forwarding
SIP registrations coming from the Internet to my asterisk servers.
It all seems fine, but it doesn't work well, because by the time at least
one phone registers through
2016 Feb 09
0
[PATCH 2/4] v2v: introduce requested guestcaps type
Introduce a type to contain the guestcaps that are to be put in effect
in the converted VM: options of the block type, net type, and video.
It'll be populated by the caller and passed into convert function to
affect its choice of of devices and drivers.
Signed-off-by: Roman Kagan <rkagan@virtuozzo.com>
---
v2v/types.ml | 47 +++++++++++++++++++++++++++++++++++++----------
2016 Feb 20
0
[PATCH v2 2/4] v2v: introduce requested guestcaps type
Introduce a type to contain the guestcaps that are to be put in effect
in the converted VM: options of the block type, net type, and video.
It'll be populated by the caller and passed into convert function to
affect its choice of devices and drivers.
Signed-off-by: Roman Kagan <rkagan@virtuozzo.com>
---
v2v/types.ml | 47 +++++++++++++++++++++++++++++++++++++----------
v2v/types.mli
2020 Jan 10
2
Asterisk 13.18.3 PJSIP. Wrong Port in Contact Header in Reply to REGISTER?
Hi List
I have been pondering over a problem to use an asterisk server behind
an SBC unable to successfully handle registrations.
Now I observed something strange which I suspect might be a bug on the
asterisk side.
The SBC originates is register from Port 6011 to Port 5060 on the
Asterisk.
The Contact Header of the REGISTER contains:
Contact: user at SBC-IP:6011
The Asterisk is sending the
2011 Mar 10
1
Is this true for Asterisk as SBC?
*Hi All,
I have starting to reading About SBC and found one artical reagding SBC and
they gives a solutions like this.
i want to know is this true in realtime sceanario while we think of an big
implementation and is it possible with cloud computing.
i have found from
http://www.smartvox.co.uk/products_gateways_explained.htm
Asterisk as a Session Border Controller*
Equip the Asterisk server
2020 Jan 10
0
Asterisk 13.18.3 PJSIP. Wrong Port in Contact Header in Reply to REGISTER?
On Fri, Jan 10, 2020 at 12:25 PM Benoit Panizzon <benoit.panizzon at imp.ch>
wrote:
> Hi List
>
> I have been pondering over a problem to use an asterisk server behind
> an SBC unable to successfully handle registrations.
>
> Now I observed something strange which I suspect might be a bug on the
> asterisk side.
>
> The SBC originates is register from Port 6011 to
2007 Mar 15
4
Via Eden
Hello list,
i?m looking forward to buy a new server. It should be low voltage so i?m
thinking of a via eden processor like this one ->
http://tinyurl.com/3ymlkl (sorry, there?s only a german page).
Has someone expierence in using a via eden processsor?
Thanks!
Kamill
2007 Aug 25
0
Unable to boot from USB CD-ROM on AMD Geode LX800
I'm trying to build a bootable CD for an Advantech PCM-4153 board (based on
an AMD Geode LX800) that will allow to boot from USB CD-ROM drive. I've
created an ISO that will load ISOLINUX (3.51) and appears to load the kernel
and initrd images, but reboots the system when it tries to run the kernel.
When I use either isolinux.bin and isolinux-debug.bin, the last messages I
see on screen