Displaying 20 results from an estimated 103 matches for "rab".
Did you mean:
grab
2006 Mar 29
4
Why doesn''t Rails 1.1 have all the Script.aculo.us 1.6 files?
Why aren''t builder.js, slider.js, and scriptaculous.js part of the
Rails 1.1 javascripts?
rab:javascripts $ pwd
/usr/local/lib/ruby/gems/1.8/gems/rails-1.1.0/html/javascripts
rab:javascripts $ ls -l
total 288
-rw-r--r-- 1 root wheel 148 Mar 28 08:56 application.js
-rw-r--r-- 1 root wheel 28036 Mar 28 08:56 controls.js
-rw-r--r-- 1 root wheel 23613 Mar 28 08:56 dragdrop.js
-rw-...
2004 Jan 13
4
Bandwith Aggregation
I am working on my Diploma Thesis on Computer Science Engineering.
The main idea behind of my work is to make it possible to have
a Linux box combining multiple ISP/network connections together
providing a single connection with an aggregated bandwith.
I have been surfing the Internet and I haven''t found anything
like that running on Linux. I would like to implement it using
iproute 2
2006 Mar 28
0
ansari.test (one tailed)
...quot;, "ouest", "ouest", "ouest", "ouest", "ouest", "ouest", "ouest",
"ouest"))
obs2<-data.frame(quanti,quali)
obs2
xr<-sort(obs2[,1])
ci<-obs2[,2]
cr<-ci[order(obs2[,1])]
n<-length(obs2[,1])
if(n%%2==0) {rAB<-c(1:(n/2),(n/2):1)} else{rAB<-c(1:((n-1)/2), (n+1)/2,
((n-1)/2):1)}
obs3<-data.frame(rAB,xr,cr)
ties<-as.numeric(names(which((table(obs2[,1])>1)==TRUE))) # extrait les xi
r?p?t?s
obs4<-obs3
for(i in
ties){obs4$rAB[(which(obs3$xr==i))]<-mean(obs3$rAB[(which(obs3$xr==i))])}
obs4...
1998 Oct 14
1
Problems with R under Win 3.1
...tually Windows for
Workgrouops). But everytime I try to run it I get a message
saying that the program is only for Windows NT. Does R need
win32s?
Does anyone have a idea what is going on here? I don't
understand why it would work under OS/2 and not under
Windows.
---
Rick Bilonick
mailto:rab at nauticom.net
http://www.nauticom.net/users/rab/consult.htm
http://www.nauticom.net/users/rab/tutor.htm
http://www.nauticom.net/users/rab/bookstor.htm
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/...
2007 Aug 10
3
Cannot Boot XServer
...gives an internal error 13 message.
If I boot to init 3, I can reconfigure the /etc/X11/xorg.conf file and run 'startx'
manually without any problems.
If I then shutdown the Virtual PC and restart, it will not boot to init 5.
Anyone seen this before and can offer any assistance?
TIA,
Rab.
===========================================================
Robert Jackson Phone: +44 (0) 141 332 7999
Software Engineer Fax: +44 (0) 141 331 2820
Walker Martyn Ltd
1 Park Circus Place Email: rab at walker...
2018 Nov 13
2
Upgraded to 4.8 - forced to use winbindd - retro how to missing?
Prior to 4.8, without winbind in the picture, a windows user named "rab",
for instance, could be authenticated by AD, but would assume the identity
of the Unix user "rab", with all of his Unix defined groups.
Of course, this is not full emulation of a Windows server experience, but
nonetheless it is the behavior we wanted and worked well in our environm...
2018 Nov 13
2
Upgraded to 4.8 - forced to use winbindd - retro how to missing?
I don't know if this still works but it does what you want:
https://www.samba.org/samba/docs/current/man-html/idmap_nss.8.html
Regards
Am 13.11.18 um 15:37 schrieb Rowland Penny via samba:
> On Tue, 13 Nov 2018 09:21:14 -0500
> Richard Bollinger <rabollinger at gmail.com> wrote:
>
>> Prior to 4.8, without winbind in the picture, a windows user named
>> "rab", for instance, could be authenticated by AD, but would assume
>> the identity of the Unix user "rab", with all of his Unix defined
>> grou...
2004 Nov 06
3
Installing Packages on an Athlon 64 Linux System
I installed FC 2 X86-64 on an Athlon 64 system. I then installed R
2.0.0. It runs fine except when I try to install or update packages
using either "install.packages" or "update.packages". I get the
following types of errors:
gcc -I/usr/lib/R/include -I/usr/local/include -D__NO_MATH_INLINES
-mieee-fp -fPIC -O2 -g -pipe -march=i386 -mcpu=i686 -c block.c -o block.o
cc1:
2003 Sep 01
2
Illegal instruction - R 1.7.1 under RH 9 Intel
I installed R 1.7.1 on my intel desktop (RH 9) without any problems. I
installed the same binary (R-1.7.1-1.i386.rpm) on my Toshiba Satellite
2535cds (RH 9). R starts as usual all the way to how to quit then prints:
Illegal instruction
and exits to the shell prompt. I also had installed the patched readline
rpm.
How can I fix this? I've never had a problem running R before on the
2004 Aug 10
1
Firefly and *... Argh!
Okay, I've read as much as I can, and I think i've followed
instructions, but I'm still having problems with * and firefly... I can
get outgoing to other freshtel working, but not incoming (I get the "not
available" voicemail), or outgoing to landline.
I'm using the debian asterisk package (0.9.1-RC1-4)
My iax.conf has in general (under my FWD register, which
2004 Nov 28
4
Asterisk not startin anymore.
Hello.
I have this problem. In my asterisk box, I was running debian woody with
asterisk package from backports.org. Last friday I upgraded from debian
to sarge and change from kernel 2.4.18-1-686 to kernel 2.6.8-1-686,
rebuild zaptel kernel module and also upgrade to asterisk 1.0.2. But
now asterisk won't start. Here is more info
#asterisk -vvvvvvvv
(last lines)
[chan_zap.so] =>
2007 Feb 23
5
Accessing definitions in a subclass...
Hi all
Shouldn''t it be possible to access definitions from a super class in
a subclass? Eg.:
class foo {
define bar (bla) {
...
}
class oof inherits foo {
bar { "rab":
bla => "something",
}
}
spews out an error: "Could not find definition bar at...
--
Med venlig hilsen
Juri Rischel Jensen
Fab:IT ApS
Vesterbrogade 50
DK-1620 København
Tlf: 70 202 407 / Fax: 33 313 640
www.fab-it.dk / juri@fab-it.dk
2018 Nov 13
0
Upgraded to 4.8 - forced to use winbindd - retro how to missing?
On Tue, 13 Nov 2018 09:21:14 -0500
Richard Bollinger <rabollinger at gmail.com> wrote:
> Prior to 4.8, without winbind in the picture, a windows user named
> "rab", for instance, could be authenticated by AD, but would assume
> the identity of the Unix user "rab", with all of his Unix defined
> groups.
>
> Of cou...
2018 Nov 13
0
Upgraded to 4.8 - forced to use winbindd - retro how to missing?
...t know if this still works but it does what you want:
>
> https://www.samba.org/samba/docs/current/man-html/idmap_nss.8.html
>
>
> Regards
>
>
> Am 13.11.18 um 15:37 schrieb Rowland Penny via samba:
> > On Tue, 13 Nov 2018 09:21:14 -0500
> > Richard Bollinger <rabollinger at gmail.com> wrote:
> >
> >> Prior to 4.8, without winbind in the picture, a windows user named
> >> "rab", for instance, could be authenticated by AD, but would assume
> >> the identity of the Unix user "rab", with all of his Unix de...
2007 Jul 31
1
CentOS Within VirtualPC 2007
...g under VirtualPC 2007. The installation seems
to go OK until X server runs. After this the screen display goes horribly wrong.
Does anyone know if this is an issue with v5 or something else. Also has anyone
managed to get CentOS running properly (from the install) under VirtualPC 2007?
Regards,
Rab.
===========================================================
Robert Jackson Phone: +44 (0) 141 332 7999
Software Engineer Fax: +44 (0) 141 331 2820
Walker Martyn Ltd
1 Park Circus Place Email: rab at walker...
2009 Apr 03
1
How to find out image width and height which is saved in database?
How to find out image width and height which is saved in database,
with out using any applications or addons Please help
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe
2010 Jun 23
2
CSV Upload Issue
CSV:
http://pastie.org/1015772
Controller:
http://pastie.org/1015773
Why is it that it''s only saving the record for "EFG5"? I''m obviously
missing something.
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2006 May 19
11
tracking error to file
In my testing, I''ve found the following error:
zpool status -v
pool: local
state: ONLINE
status: One or more devices has experienced an error resulting in data
corruption. Applications may be affected.
action: Restore the file in question if possible. Otherwise restore the
entire pool from backup.
see: http://www.sun.com/msg/ZFS-8000-8A
scrub: none requested
2000 Mar 01
1
Problems with some components of R
...essage stating that an underlying Fortran program is not
properly loaded.
Morever, I had previously downloaded the R.0990a.tgz version,
split it with the software available on Unix ( I used' split -b 1425000
R-0.99.0a.tgz R'), and passed it to my computer using 'copy/b
Raa+Rab+Rac R.tgz'. If the decompression seemed to have run smoothly, I
could not even start since I was unable to find the Rterm.exe. In fact
there were no bin file inside the rw0990 file.
I am seeking your help as I have no idea of what went wrong in
these two cases. Thank you....
2024 Aug 15
2
Can't join new samba dc to existing dc
On Thu, Aug 15, 2024, 10:35 fransnicho <fransnicho at gmail.com> wrote:
> Pada Rab, 14 Agu 2024 pukul 23.21 Rowland Penny via samba <
> samba at lists.samba.org> menulis:
>
>> On Wed, 14 Aug 2024 16:58:12 +0700
>> fransnicho via samba <samba at lists.samba.org> wrote:
>>
>> > I can not join an additional new samba dc ver. 4.19.5 to an...