Displaying 20 results from an estimated 100 matches similar to: "Dreamweaver2 trouble..."
2003 Apr 12
2
Wine, M$Excel and MSCREATE.DIR
Hi,
Is it possible to get M$Excel working with Wine?
I use Mandrake 9.1 with wine-20030115-4mdk and M$Excel97 SR1
I always get an error about MSCREATE.DIR when I launch Excel.
Console messages are:
[steph@DeepGlue steph]$ wine /mnt/windows/Program\ Files/Microsoft\
Office/Office/excel.exe
fixme:ole:CoRegisterMessageFilter stub
Created not existing system directory 'C:\My Documents'
2007 Jul 01
1
Asterisk strange behaviour
Hi all
I?m a newbie to asterisk and I have install and configure asterisk 1.4.5
I have made some test and have face a strange behaviour
I hava a simple dialplan when a call is receive from PTSN,
[PSTN]
exten => s,1,Answer()
exten => s,2,Playback(intro-sicx) ; Listen to your voice
exten => s,3,Dial(SIP/steph)
exten => s,4,Hangup()
I got the following when a call is
2006 Feb 05
0
newbie : mapping problem between linux and samba users
Hello
I have a mapping problem between linux and samba users
logged as a domain user steph under windows, I try to update the
password but a message like
"you don't have the right to do that operation" appeals.
Logged as root I can do it.
When I dismiss the synchronisation between linux and windows users,
it works !!
I have also noticed that I can only make mapping between
2012 Apr 16
4
CentOS 6.x, kernel-2.6.32-220.7.1, EC2 and drive enumeration
Hi all,
Is anyone successfully running/has succesfully upgraded to 2.6.32-220
from, say, 2.6.32-71.29.1? (i.e. done a normal run-of-the-mill yum
update on, say a 6.0 instance all the way up cleanly to 6.2?
Reason I ask is that booting into -220 (and I think also into -131 as
well) results in a kernel panic for me. Some digging around and the new kernel
seems to be enumerating the drives with the
2007 Jul 21
0
copying large number of files from XP to Samba fails
I have a new Sun Fire AMD64 server running Solaris 10 12/06 and Samba
3.0.21b. I have migrated a configuration file from an older RHEL
machine running Samba 2.2.x. On this new machine, if one tries to
copy a large number of files from a Windows XP client to the server,
the copy starts and runs for a few minutes, but then stops. The
error message on the XP machine is "Cannot copy
2002 Oct 28
1
Asset Navigator and wine
I'm extremely new to wine and I'd like to completely move off of windows at
work but I'm running into problems getting the a program (Asset Navigator)
to work with wine. I launch it and I get a list of errors then straight to
the debugger. Here is a list from the terminal window . (Is there a way to
get the debug output in file format?)
fixme:commctrl:FlatSB_SetSCrollProb stub
(this
2001 Oct 18
1
tapply problem
Hello everybody.
I have a question that has stumped me and the usual "apply" tricks
don't seem to work. I run a course where each student's performance
is marked by one or more assessors.
I have a data frame containing students' names, assessors' names and
their marks, arranged as follows:
ID student assessor Q1A Q1B Q1C Q2A Q2B Q3
1 2152833
2002 Oct 28
0
FW: Asset Navigator and wine
I'm extremely new to wine and I'd like to completely move off of windows at
work but I'm running into problems getting the a program (Asset Navigator)
to work with wine. I launch it and I get a list of errors then straight to
the debugger. Here is a list from the terminal window . (Is there a way to
get the debug output in file format?)
fixme:commctrl:FlatSB_SetSCrollProb stub
(this
2011 Jan 07
1
Random Effects Meta Regression
Hi All,
I have run a series of random effects meta regressions on binomial outcomes
using the metabin function in R. Now I would like to conduct some random
effects meta regressions on the outcomes. Is there a command available which
will allow for me to test the impact of a certain variable on the relative
treatment effect from my meta regressions?
Many Thanks,
Steph
--
View this message in
2002 Jul 09
3
writing to a png file with a script
Dear R-freaks,
I am new to R and loke to write plots directly to a file with a script
in batch-mode.
the following error occured:
# writing section
> x11()
Error in x11() : the x11 device has not been loaded
Execution halted
I do not know what to do!
thanks for your help
cheers
steph
--
Linux: the operating system with a CLUE...
Command Line User Environment.
2002 Jul 21
1
change margins or regions?!
Dear guRus,
after solving serveral other probs with boxplots, my ylabs do not appear
correct.
They area cut off.
I guess I have to change the letf and right margins, but I do not know
how.
Here is an example:
http://frosch.homelinux.org/tmp/plot.png
Thats the code i tried to use:
<R-code>
oldpar <- par()
# changing the margins
par(mar=c(4.1,5.1,4.1,5.1) +0.1)
P <- boxplot(bs.s ~
2011 Mar 03
3
lsbdistcodename and Debian Squeeze
Hello all,
I use puppetmaster on a Debian Squeeze server (packaged from Debian 2.6.2-4)
I am using a template for Debian Servers which works great for Lenny
in order to update my sources.list automagically, here goes:
deb http://ftp.ie.debian.org/debian <%= lsbdistcodename %> main contrib non-free
deb http://security.debian.org/ <%= lsbdistcodename %>/updates main
Now the problem
2002 Oct 30
4
PDF printer using ps2pdf ?
Hi,
Is it possible to set up a printer in samba
that will use ps2pdf converter to create pdf documents when printing on it ?
Best Regards
Steph
2011 Apr 04
7
puppet-dashboard
Hello,
I have another quick one about puppet dashboard. We are using the
Debian one for Squeeze (1.0.4) and as the database has significantly
grown, if/when we click on a list of unresponsive nodes to check them,
the web interface sits there doing nothing then the puppetmaster
process starts timing out for all nodes compiling their catalogs.
Has anyone got a workaround for this? Does it involve
2002 Jul 10
5
plotting only text as a table
Dear R-Gurus,
I am preparing a multiple-plot-sheet with 2rows and 2 columns, but there
are actually only 3 plots to plot.
the 4. part of my sheet should contain a table with simple statistic
values like n, mode, standard deviation....
I cannot handle to plot the information in the plot. the summary()
function prints it to the xtrem instead of the plot.
Here is an example-plot with the 3 plots
2006 Apr 08
1
add lines to a plot with a loop without erase the last one
Hello,
I want to plot several lines to a main plot but at the end of each loop, it
erases the last one.
Here my program:
alpha<-5
beta<-10
var<-0.5
s<-runif(1000,0,50)
m<-length(s)
variancealpha<-0.002
variancebeta<-0.051
variancevar<-0.001
alphachap<-vector()
betachap<-vector()
varchap<-vector()
epsilon<-vector()
b<-vector()
2002 Jul 21
3
boxplot(): formating median in another linethickness?
Dear guRus,
I want to do some boxplots, but the median sould appear in another
line-thickness and another color.
I do not know, what to do in order to realise my wishes.
Sorry for that question, but I am new to R.
cheers
steph
--
Linux: the operating system with a CLUE...
Command Line User Environment.
--------------------------------------
Stephan Holl
GnuPG Key-ID: 11946A09
ICQ#
2009 Jun 29
0
Naive knn question
Dear list,
I have two dissimilarity matrices, one for a training data set which I then
clustered using PAM. The second is a diss matrix for a validation data set
(an independent field sample). I have been trying to use knn to distinguish
distances between the validation data set and the 6 mediods of the training
data defined by using PAM.
I continue to get error messages in regards to either the
2010 Jul 01
2
Activating Movie Magic Screenwriter 6
Hi
I have installed Movie Magic Screenwriter 6 in Wine on Ubuntu 10.4, but when I get to the activation stage, it gets stuck on "Waiting for response from server"
Anyone any idea how to fix this?
Thanks
Steph
2011 Jul 28
0
run time error 445 please help
Hello my name is steph i need help in fixing a run time error 445 object doesn't support this action, my wine version is 1.2.2 if any one can help it will be greatly appreciated. ps: to be more exact i was trying to run the chat client Yazak when this error happened.