Displaying 20 results from an estimated 1504 matches for "ala".
Did you mean:
al
2013 Jul 23
2
downloading web content
Hello,
I am trying to use R to download a bunch of .csv files such as:
http://biocache.ala.org.au/ws/occurrences/download?q=Banksia+ericifolia
I have tried the following and neither work:
a<- getURL("
http://biocache.ala.org.au/ws/occurrences/download?q=Banksia+ericifolia")
Error in curlPerform(curl = curl, .opts = opts, .encoding = .encoding) :
embedded nul in string:...
2020 May 04
2
Win7 clients problem after upgrading samba file server to 4.12 on Arch
Hi Rowland,
User configuration:
[root at arch1 /]# pdbedit -L
nobody:65534:Nobody
root:0:
ala:1000:
[root at arch1 /]# cat /etc/passwd
root:x:0:0::/root:/bin/bash
bin:x:1:1::/:/usr/bin/nologin
daemon:x:2:2::/:/usr/bin/nologin
mail:x:8:12::/var/spool/mail:/usr/bin/nologin
ftp:x:14:11::/srv/ftp:/usr/bin/nologin
http:x:33:33::/srv/http:/usr/bin/nologin
nobody:x:65534:65534:Nobody:/:/usr/bin/n...
2020 May 04
2
Win7 clients problem after upgrading samba file server to 4.12 on Arch
...egards, Pawel.
pon., 4 maj 2020 o 21:45 Rowland penny via samba <samba at lists.samba.org>
napisa?(a):
> On 04/05/2020 20:21, pavlos wrote:
> >
> > All clients are connecting either anonymously read-only which
> > leverages the 'nobody' samba user, or using 'ala' user/pwd. Both have
> > same problems.
> >
> > No local 'ala' users on any client machine. In Windows login dialog I
> > am supplying username as '192.168.1.115\ala' and the defined password
> > (....115 is the IP address of the test samba server)....
2006 Dec 14
1
subset question
...e is the following
Then I take 20 observations from this dataset, and assign to pr.
in p1982, p has 1982 levels, in dataset pr, p should have 1 levels.
But I do str(pr), it shows that p still has 1982 levels.
also for these
> pr$aa
[1] ARG THR ASP CYS TYR ASN VAL ASN ARG ILE ASP THR THR ALA SER CYS LYS
THR ALA LYS
Levels: ALA ARG ASN ASP CYS GLN GLU HIS ILE LEU LYS MET PHE PRO SER THR TRP
TYR VAL
it seems pr$aa don't have level GLU, but it list this level.
I don't understand this, Is there some reason for these?
thanks,
> str(p1982)
'data.frame': 465979 o...
2020 May 04
2
Win7 clients problem after upgrading samba file server to 4.12 on Arch
...> > samba at lists.samba.org>
> > napisa?(a):
> >
> > > On 04/05/2020 20:21, pavlos wrote:
> > > >
> > > > All clients are connecting either anonymously read-only which
> > > > leverages the 'nobody' samba user, or using 'ala' user/pwd. Both
> > > > have
> > > > same problems.
> > > >
> > > > No local 'ala' users on any client machine. In Windows login
> > > > dialog I
> > > > am supplying username as '192.168.1.115\ala' and the...
2002 Oct 17
0
[Bug 415] New: Result Codes ala FTP
http://bugzilla.mindrot.org/show_bug.cgi?id=415
Summary: Result Codes ala FTP
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: sftp
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: jne...
2020 May 04
2
Win7 clients problem after upgrading samba file server to 4.12 on Arch
...ersion Encryption
Signing
----------------------------------------------------------------------------------------------------------------------------------------
386 nobody nobody 192.168.1.103 (ipv4:192.168.1.103:59926)
SMB2_10 - -
369 ala users 192.168.1.108 (ipv4:192.168.1.108:50063)
SMB2_10 - -
Service pid Machine Connected at
Encryption Signing
---------------------------------------------------------------------------------------------
nas...
2006 Dec 25
2
Problem to generate training data set and test data set
I have a full data set like this:
aa bas aas bms ams bcu acu omega y
1 ALA 0 127.71 0 69.99 0 -0.2498560 79.91470 outward
2 PRO 0 68.55 0 55.44 0 -0.0949008 76.60380 outward
3 ALA 0 52.72 0 47.82 0 -0.0396550 52.19970 outward
4 PHE 0 22.62 0 31.21 0 0.1270330 169.52500 inward
5 SER 0 71.32 0 52.84 0 -0.1312380 7.47528 outward
6 VAL...
2020 May 04
2
Win7 clients problem after upgrading samba file server to 4.12 on Arch
...mbstatus
Samba version 4.11.3
PID Username Group Machine
Protocol Version Encryption
Signing
----------------------------------------------------------------------------------------------------------------------------------------
490 ala users 192.168.1.108 (ipv4:192.168.1.108:50462)
SMB2_10 - -
493 nobody nobody 192.168.1.103 (ipv4:192.168.1.103:60458)
SMB2_10 - -
Service pid Machine Connected at
Encrypti...
2014 Dec 04
0
[Bug 1867] add support for ~/.kusers ala ksu(1)
https://bugzilla.mindrot.org/show_bug.cgi?id=1867
Florian Weimer <fweimer at redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fweimer at redhat.com
--- Comment #3 from Florian Weimer <fweimer at redhat.com> ---
We now consider the
2002 Jun 03
3
[PATCH] forwarding environment vars ala RFC2026
I have coded a patch witch allows to forward environment variables
from the client to the server.
To specify forwarding in your ssh client add the option
ForwardEnv varname # forward varname with value
# as in environment of the
# ssh client. If variable is
# not defined in the environment
# of the ssh client nothing will
# be forwarded.
ForwardEnv varname=value # forward
2002 Oct 17
0
[Bug 415] Result Codes ala FTP
http://bugzilla.mindrot.org/show_bug.cgi?id=415
markus at openbsd.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From markus at openbsd.org 2002-10-17
2003 Dec 16
0
Multiple streams/window sizing options ala BBFTP?
This must get asked all the time, but I didn't see any results from a
search in the archive, so...
Are there any plans to integrate features such as using configurable,
multiple streams, or configurable window sizes? Something like BBFTP or
GridFTP features would be nice - is anyone working on this? Rsync is
much more feature-rich than either, but they do have a few nice features
in
2004 Jul 07
0
ala gateway problems
hi,
I have very annoying problem.. First a simple diagram :
x.x.1.0/24 -----------------|
x.x.2.0/24 -----------------|---- (gw: eth0: x.x.1.1 eth1: x.x.2.1 eth1: x.x.3.1) ---->
x.x.3.0/24 -----------------|
now I have two machines x.x.3.10 (2.4 kernel) and x.x.3.11(2.6 kernel)
AND they are in the same LAN (phisical net) but as u see in different IP (logical nets).
As I look the traffic
2009 Jun 09
3
libogg++ release 1.1.0
On Wed, 2009-06-10 at 00:00 +1000, Silvia Pfeiffer wrote:
> > My applications are in speech processing. I have been using the .ala
> > extension (has sort of a ring to it). There is a small database in the
> > FreeCLAS project that has been dispensing .alas to the public. But not
> > to worry, it has not attained social networking status. I am about to
> > update it to the next release, and I'll be...
2005 Oct 11
3
Asterisk and Mitel SX 200 Slip and Frame Err ors causing Major Ala rms
Eric "ManxPower" Wieling wrote:
>>
>>> span=1,1,0,d4,ami
>>> e&m=1-24
>>>
>
> Looks like you have told Asterisk to get it's timing from the Mitel.
> I'll bet the Mitel is trying to get it's timing from Asterisk.
>
> Try span=1,0,0,d4,ami and run ztcfg -vvv
>
I just set this back. It was originally set to your
2020 May 04
2
Win7 clients problem after upgrading samba file server to 4.12 on Arch
...ame Group Machine
>> Protocol Version Encryption
>> Signing
>> ----------------------------------------------------------------------------------------------------------------------------------------
>>
>> 490 ala users 192.168.1.108 (ipv4:192.168.1.108:50462)
>> SMB2_10 - -
>> 493 nobody nobody 192.168.1.103 (ipv4:192.168.1.103:60458)
>> SMB2_10 - -
>>
>> Service pid Machine...
2007 May 21
3
Quota warning message ala courier
I have to face it, my users are retards:
* either they're using crap MUAs which will not display their quota to them
* or they're using POP with "leave mail on server" and will never
notice their quota, unless it's too late
* and once their quota is exceeded, their mails will bounce -- they'll
never notice that, though.
Thus I need a feature in dovecot that will
Importing a SAS file to R: Alas, STILL more problems--has anyone gotten this message before, and why
2004 Feb 09
1
Importing a SAS file to R: Alas, STILL more problems--has anyone gotten this message before, and why
Sorry to write twice in one day--I am a relative newbie to some of these
parts of R, and I am pulling my hair out! B/c I am preparing a file to
use WINBUGS I am cross-posting to the BUGS group as well, in case anyone
there has some ideas on this.
I've got a large SAS dataset that I want to put in R form to more easily
use the file with the hierarchical modeling software WINBUGS. It has
2020 May 04
0
Win7 clients problem after upgrading samba file server to 4.12 on Arch
On 04/05/2020 20:21, pavlos wrote:
>
> All clients are connecting either anonymously read-only which
> leverages the 'nobody' samba user, or using 'ala' user/pwd. Both have
> same?problems.
>
> No local 'ala' users on any client machine. In Windows login dialog I
> am supplying username?as '192.168.1.115\ala' and the defined password
> (....115 is the IP address of the test samba server).
Try it without the th...