Displaying 17 results from an estimated 17 matches for "banas".
Did you mean:
anas
2003 Jul 15
1
X100P in Australia
G'Day,
I need from regarding using the X100P. Some are specific to Australia and
I have been told in IRC there are already existing users in oz, so I
would appreciate your input.
1) Is the X100P Australia telco approved?
2) I have setup asterisk with X100P and whenever I dial in I cannot get
any callerid information. Is this standard behaviour? If not how have
other australian users managed
2017 Jan 17
2
bug in rbind?
I suspect there may be a bug in base::rbind.data.frame
Below there is minimal example of the problem:
m <- matrix (1:12, 3)
dfm <- data.frame (c = 1 : 3, m = I (m))
str (dfm)
m.names <- m
rownames (m.names) <- letters [1:3]
dfm.names <- data.frame (c = 1 : 3, m = I (m.names))
str (dfm.names)
rbind (m, m.names)
rbind (m.names, m)
rbind (dfm, dfm.names)
#not working
rbind
2017 Jan 21
0
bug in rbind?
...level, ...)
Selection: 2
Called from: top level
Browse[1]> rownames(value[[jj]])
[1] "a" "b" "c" NA NA NA
Browse[1]> rownames(xij)
NULL
Browse[1]> ri
[1] 4 5 6
Browse[1]> rownames(value[[jj]])[ri]
[1] NA NA NA
On Mon, Jan 16, 2017 at 7:50 PM, Krzysztof Banas <krzysztof at nus.edu.sg> wrote:
> I suspect there may be a bug in base::rbind.data.frame
>
> Below there is minimal example of the problem:
>
> m <- matrix (1:12, 3)
> dfm <- data.frame (c = 1 : 3, m = I (m))
> str (dfm)
>
> m.names <- m
> rownames (m.n...
2005 Aug 08
1
Missing dependencies for HA
CentOS 4.1 and Heartbeat 2.0.0.
I'm trying to install the rpm's for heartbeat and heartbeat-stonith and get these failed dependencies.
error: Failed dependencies:
libcrypto.so.0.9.7 is needed by heartbeat-2.0.0-1.i586
libnet.so.0 is needed by heartbeat-2.0.0-1.i586
librpm-4.1.so is needed by heartbeat-2.0.0-1.i586
librpmdb-4.1.so is needed by
2003 Jul 16
0
X100P in Australia (was Asterisk-Users digest, Vol 1 #840 - 13 msgs)
From: "hafeez bana" <hafeez_bana+dusers@fastmail.fm>
To: asterisk-users@lists.digium.com
Date: Wed, 16 Jul 2003 05:17:59 -0800
Subject: Re: [Asterisk-Users] X100P in Australia
Reply-To: asterisk-users@lists.digium.com
> Thanks for your reply. I tried changing the constant DEFAULT_CIDRINGS to
> 2. However I still don't get callerid information. Is this what you were
>
2003 May 01
0
Lütfen dikkate aliniz
Arkadaslar, l?tfen dikkate alin, yardimci olalim:
Merhaba,
cok zor durumda ve baska caresi kalmamis biri olarak hosg?r?n?ze ve insan sevginize siginarak sizden bana cok kisada olsa kulak vermenizi rica edecegim.
Ben, 34 yasinda evli ve 4 yasinda olan bir cocuk babasiyim. Aile hayatimizin sorunsuz ve mutlu sekilde devam ederken biricik oglumuz aniden rahatsizlandi. Uzun s?ren arastirmalar
2002 Aug 12
0
Es-Peri.Com
-----------------------------------------------------------
Esperi ::: Hayat Rehberi
[[ www.es-peri.com ]]
Yenilikler Devam Ediyor... 10/08/2002
-----------------------------------
Hayat?m?za damgas?n? vuran baz? anlar vard?r
ve zaman ikiye b?l?n?r:
?ncesi ve sonras?...
esperi ise hayat?n ?tesinde.
herkesin aynaya d??en aksinde
kendini bulup bulup yitirmesi gibi
anla??lmaz, ula??lmaz...
2002 May 04
2
R crashes trying to read a data.frame
Dear all,
> version
_
platform i386-pc-mingw32
arch i386
os mingw32
system i386, mingw32
status
major 1
minor 5.0
year 2002
month 04
day 29
language R
OS: Win98
I have a strange problem with a particular data.frame built with
2001 Nov 21
2
access from win98
Dear List
I have installed RHL 7.1 and installed samba as described in
FAQ.
When I try to access through Windows 98(client) Network
Neighbourhood, it shows "Linux Server" but i could not able to
access, as following error appears:
\\Linux Server is not accessible
The computer or sharename could not be found, make sure you
typed is correctly, and try again.
I just
2003 Mar 07
2
Two Linux PC
Dear friends,
I have two Linux servers "Linux1" and Linux2"
I like to mount a folder of Linux2 on Linux1
Whenever I try to mount the folder with
#mount -t smbfs //Linux2/myshare /otherpc
#password
I give the root password and also tried other users password
It gives following error:
8450: session setup failed : ERRSRV - ERRbadpw
(Bad Password - name/ password pair in a Tree
2019 Jul 05
0
R 3.6.1 is released
...RUE) now produces correct x- and
y-labels.
* rbind.data.frame() allows to keep <NA> levels from factor columns
(PR#17562) via new option factor.exclude.
Additionally, it works in one more case with matrix-columns which
had been reported on 2017-01-16 by Krzysztof Banas.
* Correct messaging in C++ pragma checks in tools code for R CMD
check, fixing PR#17566 thanks to Xavier Robin.
* print()ing and auto-printing no longer differs for functions with
a user defined print.function, thanks to Bill Dunlap's report.
* On Windows, writeClipb...
2019 Jul 05
0
R 3.6.1 is released
...RUE) now produces correct x- and
y-labels.
* rbind.data.frame() allows to keep <NA> levels from factor columns
(PR#17562) via new option factor.exclude.
Additionally, it works in one more case with matrix-columns which
had been reported on 2017-01-16 by Krzysztof Banas.
* Correct messaging in C++ pragma checks in tools code for R CMD
check, fixing PR#17566 thanks to Xavier Robin.
* print()ing and auto-printing no longer differs for functions with
a user defined print.function, thanks to Bill Dunlap's report.
* On Windows, writeClipb...
2019 Jul 05
0
R 3.6.1 is released
...RUE) now produces correct x- and
y-labels.
* rbind.data.frame() allows to keep <NA> levels from factor columns
(PR#17562) via new option factor.exclude.
Additionally, it works in one more case with matrix-columns which
had been reported on 2017-01-16 by Krzysztof Banas.
* Correct messaging in C++ pragma checks in tools code for R CMD
check, fixing PR#17566 thanks to Xavier Robin.
* print()ing and auto-printing no longer differs for functions with
a user defined print.function, thanks to Bill Dunlap's report.
* On Windows, writeClipb...
2009 Mar 06
20
[Bug 1567] New: Insufficient privileges to chroot() on AIX
https://bugzilla.mindrot.org/show_bug.cgi?id=1567
Summary: Insufficient privileges to chroot() on AIX
Product: Portable OpenSSH
Version: 5.2p1
Platform: PPC
OS/Version: AIX
Status: NEW
Severity: major
Priority: P2
Component: sshd
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: bana
2016 Jan 28
0
一抹红色穿出过年节日感
<table border="0"><tr><td><img alt="" src="http://link.bizime.airunio.com/op/8_8_11869_1114_47152_0/eQ52ESYRvg7NISIRvxyiZSUmef_YvQRFlQpCIQqgZjMCEndfIass/9qpslust/23/" width="1" height="1" /></td></tr></table>
<table align="center" border="0" cellpadding="0"
2009 Mar 02
0
About setpcred() and chroot()
Hi,
I need to use sftp-only accounts, chroot()ed in their home dirs, on AIX 5.3
with OpenSSH_5.2p1.
But there is a problem with the chroot() call.
In the do_setusercontext() function, chroot() is called after the setpcred()
(only AIX is concerned by the setpcred() call), so privileges are already
dropped when chroot() is called.
When not calling setpcred(), the chroot() does not fail and the
2001 Nov 29
4
password sync
Dear,
I am newbie to samba, can any body tell me how do i synchronize
the smb password with user's Linux password.
regards
Arun