Displaying 20 results from an estimated 263 matches for "ale".
Did you mean:
al
2009 Aug 04
4
folder/users privileges
Hello everyone.
I been working up with samba shared folders, but have some troubles with
users/folder privileges.
Users: ale jvillar
I got a folder named "BACKUP"
users ale and jvillar can read/write this folder
inside "BACKUP" is another folder named "MAIL BACKUP"
i want user ale to read/write this folder and user jvillar only read.
Even though i tried everything i could think of nothing w...
2011 Jan 16
1
problem installing rgdal
Dear R experts,
I'm trying to install rgdal in my R 2.11.1 (Ubuntu 10.10).
I have as an ouput the following messages. It seems that there are problems
with libgdal1.7.0 or sqlite3...
Could someboby help me?
Thanks a lot!
Ale
> install.packages()
Warning in install.packages() :
argument 'lib' is missing: using '/home/ale/R/i686-pc-linux-gnu-library/2.
11'
trying URL 'http://rm.mirror.garr.it/mirrors/CRAN/src/contrib/RSQLite_0.9-4.
tar.gz'
Content type 'application/x-gzip' length 129...
2005 Aug 26
3
Free-form to fixed-form Fortran
...e, which I would like to build on WinXP. I have all
suggested tools/programs for bulding R packages on Windows (except latex).
What is the best way of using these subrutines? Does sombody mybe know any
translation tools for converting Free-form to fixed-form Fortran?
Thanks for any suggestions,
Ales Ziberna
2003 Jul 29
1
no charset ver. 3.0.0beta3 on solaris
...ile or directory
The /usr/local/samba/lib/charset directory is empty. Then I added the
path to my GNU iconv libraries for configure : --with-libiconv=/opt/csw,
but still no success...
I use gcc 3.3. I tried gmake as well as Solaris make in /usr/ccs/bin.
Here is a list of installed iconv and locale packages on the compiling
system (Sun Blade 150 Sparc):
(ub-blade1):~ # pkginfo | grep iconv
system CSWiconv libiconv - GNU iconv library
ALE SUNWciu8 Simplified Chinese (EUC)
iconv modules for UTF-8
ALE SUNWciu8x...
2018 Jul 02
1
Re: East-west traffic network filter
On Fri, Jun 29, 2018 at 3:40 AM Thiago Oliveira <cpv.thiago@gmail.com>
wrote:
> Hi Ales,
>
> I would like to prevent the guests from different subnets start a
> communication. In other words I have the subnet 192.168.1.0/24 and
> 192.168.2.0/24 and the guests from 192.168.1.0/24 cannot reach/talk with
> guests on 192.168.2.0/24 at the same host. Is this possible using...
2012 Feb 03
2
Ruby on Ales 2012, March 1st & 2nd in Bend, Oregon
Hey Everyone!,
I just realized we totally failed at putting notices out on mailing lists
about Ruby on Ales 2012... oops.
Ruby on Ales is a two day single track conference inspired by Ruby,
microbrews, and snow. Come listen to great speakers,
enjoy the free beer and the amazing company.
Just like last year we''re hosting the event in Bend. Ruby on Ales takes
place March 1st and 2nd this ye...
2018 Jun 28
4
East-west traffic network filter
...be specified by their MAC address. The
filter should extend clean-traffic but I was not able to get it working
with that reference. I have came up with modified clean-traffic which works
fine [1]. Is there a way to achieve the same behavior with reference to
clean-traffic?
Thank you.
Best wishes,
Ales Musil
[1]
<filter name='clean-traffic-gateway'>
<!-- An example of a traffic filter enforcing clean traffic
from a VM by
- preventing MAC spoofing -->
<filterref filter='no-mac-spoofing'/>
<!-- preventing IP spoofing on outgoing -->
<filte...
2006 Mar 13
1
Building help pages
...s converted in
"chm" format (REGE) and the other are not when installing a package? The
output from installing a package on WinXp is below.
I tried to find more information about what "chm" format actually is,
however have found none.
Best regards and thaks for any replies,
Ales Ziberna
C:\Ales\Statistika>R CMD INSTALL blockmodeling
---------- Making package blockmodeling ------------
adding build stamp to DESCRIPTION
installing NAMESPACE file and metadata
making DLL ...
... DLL made
installing DLL
installing R files
installing man source files
inst...
2014 Jun 02
1
Called name not present error, but only once!
Hello:
I am trying to use the net time command to sync a server:
$ net ads time -S ale.hunt.com
(hunt.com is just for internal use only)
I see an immediate response like so:
>>> NBT Session Packet
NBT SessionReject
Flags=0x0
Length=1 (0x1)
Reason=0x82
Called name not present
"Called name not present" - alright but....
# nmblookup -A 192.168.17.53
Looking up st...
2005 Nov 24
4
Survreg Weibull lambda and p
Hi All,
I have conducted the following survival analysis which appears to be OK
(thanks BRipley for solving my earlier problem).
> surv.mod1 <- survreg( Surv(timep1, relall6)~randgrpc, data=Dataset,
dist="weibull", scale = 1)
> summary(surv.mod1)
Call:
survreg(formula = Surv(timep1, relall6) ~ randgrpc, data = Dataset,
dist = "weibull", scale = 1)
Value Std. Error z p
(Intercept) 7.36 0.259 28.42 1.27e-177
randgrpc -0.59 0.156 -3.80 1.47e-04
Sca...
2005 Aug 13
2
Problems runing R CMD check
...king the package. Firstly, I do not know how to specify
the package to check. I tied specify it by supplying the path and by runing
the R CMD check in the directory of the package.
In addition to that, I get an error bellow. Any suggestions on how to set
TMPDIR would be greatly appriciated!
C:\Ales\Statistika\Blocno modeliranje\dr\blockmodeling>R CMD check
* checking for working latex ...Error: environment variable TMPDIR not set
(or s
et to unusable value) and no default available.
at D:\PROGRA~1\R\rw2011\share\perl/R/Utils.pm line 72
Thank you in advance for any help!
Ales Ziberna
P...
2006 Apr 13
0
ALE ( Ajax Linking and Embedding) and ROR ?
Hi,
This is a newbies question.
I am very impressed by Zimbra ALE ( Ajax Linking and Embedding) concept.
It is very cool and enable the mashup of disparate applications
altogether.
I don''t know if Ruby on Rails has this similar concept and
implementation.
If not it would be nice if the community push in this direction.
Any idea?
Thanks alot.
Regar...
2006 Feb 21
2
Convertin rows of a matrix to a list
...a matrix to a elements of a list.
#For example, if I have
mat<-matrix(1:100,ncol=5, nrow=20)
#I can do:
list<-apply(mat,1,list)
list
#however this is not quite what I want. To get what I want, I have to do:
list<-lapply(list,function(x)x[[1]])
list
Is there a faster way?
Best regards,
Ales Ziberna
2008 May 07
1
Aling elmentos into Windows with TK
Hello!!
I would like create a window that has diferent element as:
http://bioinf.wehi.edu.au/~wettenhall/RTclTkExamples/checkboxes.html
http://bioinf.wehi.edu.au/~wettenhall/RTclTkExamples/radiobuttons.html
I know as make it, but I don?t know as I could (align the diferent elemnts
to left, right, top, bottom) or (put in a coordinates into windows).
If anybody know as I could make it, I would
2010 Sep 29
1
LMTP don't accept jobs for system users
Hi, I'm trying to configure Dovecot 2.0.1 to deliver email to users in
/etc/passwd using the Dovecot LMTP service. So far, I can
sucessufully do POP3 for system users, but when Postfix tries to deliver
email to the Dovecot LMTP service the LMTP reject the job with:
"User doesn't exist ale at centos54.mydomain.com"
Any suggestions?
The user 'ale' is a valid user:
# grep ale /etc/passwd
ale:x:500:500:Alex:/home/ale:/sbin/nologin
This is the dovecot -n output:
# 2.0.1: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.18-164.el5xen i686 CentOS release 5.4 (Final)
disabl...
2004 Oct 27
4
ploting axes and rotating strings
...couldn't be set in high-level plot() function
This suprises me, since if I read the help correctly ('?par'), then this
should not happen.
So if anyone can either hepl me to rotate the text in 'text' or to correctly
plot the text in 'axis', I would be very grateful.
Ales
2006 Oct 06
1
[Fwd: Interdomain Trust: winbind not working]
...:49 +0200
From: Matteo Calcagnini <calcagnini@publinet.it>
To: samba@lists.samba.org
Hi there,
i got a problem trying configuring an Interdomain trust, this is
my scenario (very simple one):
domain domA (windows 2000 mixed mode) trusting domB (samba 3.0.23a-1)
and vice-versa.
some wbinfo:
ale:~# wbinfo -m
RGM5
ale:~# wbinfo --sequence
RGM5 : DISCONNECTED
BUILTIN : 1157982872
SYS2 : 1157982872
ale:~# wbinfo -t
checking the trust secret via RPC calls succeeded
ale:~# wbinfo -u
Error looking up domain users
ale:~# wbinfo -g
BUILTIN\administrators
BUILTIN\users
ale:~# wbinfo -a RGM5\\p...
2008 Nov 27
2
Regression Problem for loop
Dear all,
I have wrote a code for a linear regression. I want to
write a loop for so, that I can get estimate for pavlues for six predictors.
But I am getting for estmate for only last one. How can I get pvalues for
all my predictors in a loop??
Anticipating your help
Thanks
Ales
> mat<-matrix(rnorm(36),nrow=6)
> mat
[,1] [,2] [,3] [,4]
[,5] [,6]
[1,] 1.10536338 -0.7613770 -1.7100569 -1.8762241 -0.36579280 0.6465219
[2,] -1.34836804 -0.2174270 -0.1153477 -0.1727683 -1.88406206 1.7484955
[3,] 0....
2003 May 21
1
Asterisk ACD
...others
only 3-4 people), and one of the nice things about our current PBX is
that it can select agents based on idle time.
I notice that you've done some work in this area from your comments on
the mailing list, and I'd be interested in getting a hold of your code
to try it out.
Cheers,
Aled.
--
Aled Treharne - Technical Solutions Advisor - Frontier Internet Services Ltd
Tel: 029 2082 0000 Fax: 029 2082 0038 http://www.frontier.net.uk
Statements made are at all times subject to Frontier's Terms and Conditions of Business, which are available upon request.
2006 Sep 11
0
Interdomain Trust: winbind not working
Hi there,
i got a problem trying configuring an Interdomain trust, this is
my scenario (very simple one):
domain domA (windows 2000 mixed mode) trusting domB (samba 3.0.23a-1)
and vice-versa.
some wbinfo:
ale:~# wbinfo -m
RGM5
ale:~# wbinfo --sequence
RGM5 : DISCONNECTED
BUILTIN : 1157982872
SYS2 : 1157982872
ale:~# wbinfo -t
checking the trust secret via RPC calls succeeded
ale:~# wbinfo -u
Error looking up domain users
ale:~# wbinfo -g
BUILTIN\administrators
BUILTIN\users
ale:~# wbinfo -a RGM5\\p...