Displaying 20 results from an estimated 45 matches for "parmeters".
Did you mean:
parameters
2005 Apr 24
4
Vncserver not serving up my gnome desktop, just a fancy terminal!
I have the vncserver running on CentOS 4, but when I log in
using vncviewer from another box, I don't see my gnome
desktop, just a fancy terminal. I suspect I need to edit
the ~/.vnc "xstartup file, but what do I add to fix this.
On all other distros I have tried, the vncserver serves up
my gnome desktop by default.
--
Lee Parmeter Emperor, linXos - The Flying Penguin
2005 Apr 24
3
apt repo's for centos
I downloaded and installed apt and synaptic using yum ok,
but are there corresponding apt repo's for the yum ones? If
so, what are they?
--
Lee Parmeter Emperor, linXos - The Flying Penguin
http://www.linXos.com
Linux Registered User #337161
'It's free. It works. Duh.'" - Eric Harrison
The United States is NOT a democracy, it was founded as a Republic!
God is not a
2005 Apr 21
2
Forums
I created an account on the Forums this morning, but I got
an error saying they were having a problem sending e-mail.
I sent a message to the webmaster and no response either.
So I can't post to the forum until my account is activated.
Are the forums new?
By the amount of traffic on the list, this must be where
most people resolved their problems. I am thinkgng about
installing CentOS 4 on my
2005 Apr 27
4
CentOS 4 Software Raid1 questions
I want to mirror an existing 40GB data only drive using
software Raid1 on my new CentOS 4 server. The existing
drive is connected to a Promise Ultra 100 TX2 controller
(non-raid). I have read about mdadm and understand how to
create the Raid1 on /dev/mdxx devices. However I would like
to know if the existing data on the orignal 40GB drive in
the system will be destroyed when I create the raid with
2005 May 17
6
named server
I started the named server on CentOS and it seems to
resolve DNS request OK, but it does not seem to retain the
info for very long. From what I can tell using "dig", a
domain's ip address is retained for less than 12 hours. So
in the morning, it takes 4+ seconds to resolve again the
first time. Is there an adjustment somewhere for this or is
the caching named support not enabled by
2005 Apr 26
2
using vino on centos 4
sorry i figured this out after deleting the other parts of the thread.
just run vino-preferences as the user who runs the main x display. it
will have various options to enable and as soon as you do that you can get
to hostname:0 via vnc. works quite well.
2003 Sep 19
2
list subsets & passing parameters question.
...et a subset of a list?
I looking for some function like the function available for arrays and dataframe.
x<-1:10
x[-c(1,2)] for arrays
or
x<-data.frame(a=1,b=2)
subset(x,select=-a)
But one for a list
x<-list(a=1,a=2)
subset(x,select=-a)
The second problem i have are that i want to store parmeters to the plot.default function in a list. eg.: pars<-list(xlim=c(0,100),xlab="irrelevant" , ylab="incredible important").
and call the plot.default function with this list as parameters.
I know that there are the way with eval(parse(text = paste("plot.default",.........
2007 Oct 29
5
A Leg Control on Asterisk Callback
I'm confused about something.
It's the way Asterisk handles the A leg (ie the first party dialed) on an originate command via the Manager Interface.
Lets say our originate commands looks like this:
ACTION: Originate
Async: yes
Timeout: 60000
Exten: callback
Channel: SIP/5551212 at provider
Variable: destination=SIP/8675309 at provider
Callerid: 5551212
Context: default
ActionID: 849120
2005 May 24
4
Custom kernel needed for ndiswrapper? (for Linksys WPC54G wireless pcmcia)
Greetings:
I'm just installed Centos-4 on an IBM T-21 laptop. So far so good. Now
I'd like to pop in a wireless lan adapter. I'm looking at a buying a
Linksys WPC54G adapter (although I haven't done so yet).
After doing some searching, it looks like the best way to get this card
working is via ndiswrapper [http://ndiswrapper.sourceforge.net] and then
to use Windoze
2005 May 17
3
cashing named server
I started the named server on CentOS and it seems to
resolve DNS request OK, but it does not seem to retain the
info for very long. From what I can tell using "dig", a
domain's ip address is retained for less than 12 hours. So
in the morning, it takes 4+ seconds to resolve again the
first time. Is there an adjustment somewhere for this or is
the caching named support not enabled by
2008 Aug 27
0
[LLVMdev] llvm-lua 0.2
...llvm-lua.
llvm-lua, converts Lua bytecode to LLVM IR code and supports JIT and static
compiling. Using LLVM gives Lua JIT support on cpu architectures other then
x86.
I converted the Lua bytecode dispatch loop code into a set of C functions one
for each opcode. The opcode functions take two parmeters one is the current
Lua function's state, and the other is the 32bit opcode. The function state
holds all the local variables that where outside the dispatch loop
(lua_State, stack base, constants, closure). That set of opcode functions is
compiled into a LLVM bitcode file (called lua_vm_o...
2003 Jun 06
1
layout problem
Hello,
I have a question about using the layout command within a function. I've
written function that uses layout to create a figure from 2 plots. This
works fine to create a figure. When I use par(mfrow = c(2,2)) to create multiple
plots, it seems that the layout command resets the mfrow parmeter.
Is there a way for me to avoid this problem?
For example
practice<- function() {
2005 Apr 25
1
vino question
The Vino package is installed on my CentOS 4 server, but I
am unable to connect to it using vncviewer (vncviewer
srvhost:0) from a client. However, I am not sure if it is
"running" or how to "start" it if this is needed. The
client machine in this case is running Ubuntu Hoary (gnome
2.10). The connection is just rejected.
So, I am now wondering what else needs to be done to
2005 Apr 29
0
fsckcheck
While working on getting software raid working, I was
unable to shutdown CentOS normally. After a forced power
shutdown, I noticed that my gnome background was missing
and I could not change the background image or color.
Trying to shutdown the server normally did not work either,
it would just hang. I suspected that the file system was
damaged and was not fixed automaticly on boot. I tried the
2007 Jan 26
1
Inferring dimensions on bitmap device from par()
Hi,
I am trying to infer the dimension of an opened bitmap (png, jpeg,
bitmap device...) from par() parmeters. From the help on par(), I
found that:
> dim <- c(400, 200)
> png("foo.png", width=dim[1], height=dim[2])
> dim2 <- par("din") * par("cra") / par("cin")
> dev.off()
> dim2
[1] 399.9999 199.9999
I've tried the above on Rv2.4.1 on Wi...
2005 Sep 29
1
Error using a data frame as the "start" parameter in mle()
Dear R-Users,
I am trying to use mle() to optimize two (or more) parameters, but I want
to specify those parmeters in a data frame rather than having to spell
them out separately in the "start" variable of mle().
My call is
> mle(negll, start=list(aps=init), fixed=list(measphot=newphot,
formod=formod, Nbands=Nbands), method="BFGS")
where negll is a function I have written which use...
2004 Jun 02
1
Minor patch to install.sh to make it honor environment variables
...network services
+358 40 5240030
Foobar Oy <http://foobar.fi/>
-------------- next part --------------
--- shorewall-2.0.2d/install.sh.orig 2004-05-28 03:17:01.000000000 +0300
+++ shorewall-2.0.2d/install.sh 2004-05-30 01:08:00.000000000 +0300
@@ -87,11 +87,20 @@
# RUNLEVELS is the chkconfig parmeters for firewall
# ARGS is "yes" if we''ve already parsed an argument
#
-DEST="/etc/init.d"
-INIT="shorewall"
-RUNLEVELS=""
ARGS=""
+if [ -z "$DEST" ] ; then
+ DEST="/etc/init.d"
+fi
+
+if [ -z "$INIT" ] ; then...
2010 Jun 09
0
1.6 how to use groupcount and counteronpeer in queues to avoid ringinuse
Dear all
i'm planning an upgrade of some asterisk installation from 1.4.32 to
1.6.0.28 (as i think it should be the most stable now).
Reading the UPGRADE-1.6.txt file i've noticed that:
* SIP: The "call-limit" option is marked as deprecated. It still works
in this version of
Asterisk, but will be removed in the following version. Please use
the groupcount functions
in the
2004 Mar 23
2
user authentication ....
HI Samba Guru's
We are installing Samba newly on our environment. We have lot of users
existing in our enviromnt. We would like to give samba access to users.
Do we have add each user or can we tell the samba to authenticate the users
from /etc/passwd and password from /etc/shadow and what are the options
if the users are in NIS.
Please help Thanks
Prasad.
2007 Nov 17
0
generate_parm_table python script bug fix
I found useful scripts generate_parm_table.
This script generate parm_table for python scripts.
But,I noticed what I could utilize as a parameter list
if I added some processing.
So, I execute it,but some strange data got.
More than one "read only" parameter was indicated a time.
I fixed generate_parm_table like this.
--- generate_parm_table.py Sat Nov 17 20:36:56 2007
+++