Displaying 15 results from an estimated 15 matches for "witrh".
Did you mean:
with
2005 Mar 28
1
gnuclient problems witrh R/ESS in linux
Dear list,
Not strictly R ...
In R on Xemacs with ESS (R-2.0.1, Xemacs-21.4.15-r3, ESS-5.2.6)
on gentoo-linux
when I use k<-edit(k) or fix(k)
to change a small vector k <- c(1,2,3,4,5,6)
the opened window (called '6b8b4567') appears not to be connected to the
gnuclient
and I'm able to edit the file but has no instructions in the
minibuffer
and
C-x # gives
'6b8b4567 does
2018 Apr 04
1
Tinc 1.1_pre15 compilation issue witrh glibc 2.25
Dear Tinc-devs,
trying to compile Tinc 1.1 pre 15 on my Gentoo system, I get the following error:
-----------------------------------------
uml_device.c: In function ‘read_packet’:
uml_device.c:231:25: error: incompatible type for argument 2 of ‘connect’
if(connect(write_fd, (const struct sockkadr *)&request.sock, sizeof request.sock) < 0) {
^
In file included
2009 Jan 13
1
Dahdi caused Kernel to segfault
...ed. At
the time there were only around 2 calls going through it.
The strace on the screen made it look like it was caused by Dahdi.
The machine is running
asterisk-1.6.0.3
dahdi-linux-2.1.0.3
dahdi-tools-2.1.0.2
asterisk-addons-1.6.0
Kernel version 2.6.28
There is a genuine TDM400P (populated witrh 2xFXO cards and 2xFXS cards.
Has anyone had a similar issue?
This has only happened once, but I am a bit worried.
2009 Feb 26
1
codec_dahdi and Asterisk 1.6.0.6
I've got a question about codec_dahdi witrh a system running Asterisk
1.6.0.6 and DAHDI 2.1.0.4 with a TE410P card. The system is used primary to
route calls between different PRI connections, so no transcoding between
codecs is happening as far as I am aware.
1) How can I use codec_dahdi? Would it be useful when passing a call from
one dah...
2010 Dec 08
1
RGL crashes
...m i686, linux-gnu
status
major 2
minor 12.0
year 2010
month 10
day 15
svn rev 53317
language R
version.string R version 2.12.0 (2010-10-15)
>
After executing
library(rgl)
example(rgl)
and resizing the graph window, R crashes witrh the following message:
drmRadeonCmdBuffer: -22. Kernel failed to parse or rejected command
stream. See dmesg for more info.
from dmesg:
[ 7349.471959] [drm:r100_cs_track_check] *ERROR* [drm] Buffer too small
for color buffer 0 (need 413696 have 262144) !
[ 7349.471964] [drm:r100_cs_track_check]...
2010 Dec 08
1
RGL crashes
...m i686, linux-gnu
status
major 2
minor 12.0
year 2010
month 10
day 15
svn rev 53317
language R
version.string R version 2.12.0 (2010-10-15)
>
After executing
library(rgl)
example(rgl)
and resizing the graph window, R crashes witrh the following message:
drmRadeonCmdBuffer: -22. Kernel failed to parse or rejected command
stream. See dmesg for more info.
from dmesg:
[ 7349.471959] [drm:r100_cs_track_check] *ERROR* [drm] Buffer too small
for color buffer 0 (need 413696 have 262144) !
[ 7349.471964] [drm:r100_cs_track_check]...
2005 Dec 05
3
Multi-level drag and drop in scriptaculous?
I am trying to create a screen like Google''s personalized home pages or
start.com, i.e., with draggable sections, with the extra feature that
the child items under the parent headings could be dragged and dropped
from one parent heading to another.
I have set up nested droppable sortables (dropOnEmpty=true) but the
behavior is very inconsistent, i.e, parents do not become droppable
2006 Oct 31
3
plotting question
...of times ( it's a zoo object
).
rollmeanlogbidask which has a subset of the times that aggfxdata has.
basically it starts later than aggfxdata[,logbidask] and when the plot
is done, it works in the
sense that rollmeanlogbidask gets plotted later.
then, i plot the variable lt on the same plot witrh it's vertical axis
on the right side and this works nicely also.
the only that doesn't quite work is that lt, time wise, lt, starting at
the same time as the aggfxdata[,logbidask] when it should be starting a
few minutes after
rollmeanlogbidask. the times in it are correct and i don'...
2009 Jun 01
5
class not registered
Hi,
i'm trying to install in wine-1.0.1 on Ubuntu 9.04 a management software but I receive run-time 713 error. Any solution or tip? Here the log.txt:
fixme:ole:OleLoadPictureEx (0x12c8c44,35146,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32fac0), partially implemented.
fixme:ole:OleLoadPictureEx (0x12c8c44,774,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32fa90),
2004 Mar 10
0
Newbie: Samba Intergration into W2K Domain/ADS
Hello everyone. I humbly admit I need some direction. I have search newsgroups and the Samba help files, but I must be missing something or just not getting it.
I am comfortable witrh Samba in a small workgroup environment, I feel like a fish out of water when trying to intergrate Samba into a W2K Domain/Active Directory environment. While I consider myself technical, I've never had to manage a domain or Active Directory Server before. Now, I need to help a friend integrate...
2011 Aug 19
3
installing packages systemwide
I installed some downloaded packages in R. I always do
$sudo R CMD INSTALL <anRpackage.tar.gz>
By default it is storing these packages into my directory
/home/mary/R/x86_64-pc-linux-gnu-library/2.13/.
However I want them to be systemwide into /usr/local/lib/R/site-library/
folder.
I tried
$sudo R
R> install.packages("anRpackage", dep=TRUE)
I did not succeed into getting
2011 Aug 19
3
installing packages systemwide
I installed some downloaded packages in R. I always do
$sudo R CMD INSTALL <anRpackage.tar.gz>
By default it is storing these packages into my directory
/home/mary/R/x86_64-pc-linux-gnu-library/2.13/.
However I want them to be systemwide into /usr/local/lib/R/site-library/
folder.
I tried
$sudo R
R> install.packages("anRpackage", dep=TRUE)
I did not succeed into getting
2002 Sep 30
5
Chi-Square Distribution Plots
Dear list
I have a vector of values that allegedly have a chi-squared distribution. I
want to create a plot that shows the values I have obtained, and the
chi-squared distribution curve for the specified number of degrees of freedom
to show what should have been obtained.
At the moment I am plotting the values I have obtained as a histogram and
somehow want to put on to this plot the
2003 Dec 01
0
No subject
...: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request@lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/
Hi gang
I've got new project at work, setup new print server with linux.
all the printers are connected to the network witrh NIC and fix IP.
so plz guys if some one of you have some sugrestion that will be good
10x
Mo
_________________________________________________________________
Tilichargez MSN Explorer gratuitement ` l'adresse
http://explorer.msn.fr/intl.asp
Return-Path: <robmv@promca.com>
Delivered-To:...
2003 Dec 01
0
No subject
...ubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/
On Thu, 09 Aug 2001 13:21:45 +0000
"Simo ROUIS" <roumo21@hotmail.com> wrote:
> Hi gang
> I've got new project at work, setup new print server with linux.
> all the printers are connected to the network witrh NIC and fix IP.
> so plz guys if some one of you have some sugrestion that will be
good
> 10x
> Mo
http://www.cups.org
I have it running; it's nice.
--
Systems and Network Administrator - Delta Romania
Phone +4093-267961
Return-Path: <dragos.delcea@farmexim.ro>
Delivered-To:...