Displaying 20 results from an estimated 85 matches for "aint".
Did you mean:
saint
2000 Jul 26
3
merge aint merging
g'day R friends,
can anyone please help me with a frustrating merge?
The number of rows of a resulting merge is the smaller of the 2 dataframes
used as input. What am I doing wrong? I'm using 1.1.0 on redhat 6.2
thanks,
John Strumila
> xx[1:10,]
datetime c
948992940 948992940 0
948993000 948993000 0
948993060 948993060 0
948993120 948993120 0
948993180 948993180 0
2005 Jun 29
11
Asterisk@Home Ver 1.2 Whats new?
Hello I saw Ver1.2 is out. Whats new?
Thanks for the hard work, David
2004 Jun 15
8
a better smbstatus for monitoring samba ?
...istence that can monitor samba shares like smbstatus
but is much more advanced (and runs in console) , I mean a tool that has menues, some search
options, and things sorted out nice. A Samba realtime monitor would be the best thing with lots
of details and lots of options.
I tried Swat, but that aint really a solution to watch who is connected to where, neither is smbstatus
since when to many people are connected you can't see in realtime who is using what. And that I think
is one major problem.
I would like to have such a tool because I'm throwing the Novell File Server out and using...
2006 Jun 05
7
Is HABTM Dying?
For a while, I''ve been getting that HMT is replacing HABTM. It appears that
HMT can do all of what HABTM can do and more. The question is: Should I stop
using HABTM? Let''s take a simple case:
A case has many categories
For a given category, there are certain valid statuses
Category
has_and_belongs_to_many :statuses
Status
has_and_belongs_to_many :categories
Question:
Is
2004 Feb 02
2
Changing from samba 2-2.8a to 3.1 with ldap?
Hi, I am trying to upgrade from old samba to new one, I replaced the
samba.schema for open-ldap, changed the smb.conf file to:
passdb backend = ldapsam:ldap//localhost added ldap amin dn and suffix
options but it still aint working with the old ldap records? Do I have
to dump the old records and update them with some changes to the ldap
with new schema or is samba3 ldap backward compatible? Can anyone
describe the process of migrating from old samba to new one with ldap?
2005 Jun 02
4
Net > DMZ and AllowFTP
I am trying to get the AllowFTP action to work for Net > DMZ traffic and
FTP pasv. I know it is kind of working, as the user can log in, however,
it fails at the port. I have had to open up some high ports for pasv to
work. Now I know this aint cool, so does anyone know what a person has
to do to get the AllowFTP action to work the same way it does if I was
just ftp to the firewall, which does work on my web server (which only
has 1 interface btw)?
Interfaces:
net eth0 detect
loc eth1 detect
My Rule:
AllowFTP net...
2003 Dec 10
4
Sipura SPA2000 & Asterisk & latest firmware (1.0.18)
...he issue (they can't duplicate it!). They have
sent me some debugging firmware and we're in the data gathering phase right
now.. Just figured I'd send everyone here a heads up that you might have
problems with the latest firmware though. (I shoulda followed the old rule
of "if it aint broke, don't fix it!").
Also, if anyone out there has an SPA2000 and has tried the latest firmware
with *success*, I'd be interested in hearing from you, otherwise I'd
recommend avoiding it for the time being ;)
Thanks!
Pat
2006 Aug 20
4
[LLVMdev] bytecode didn't read correctly under cygwin
...;test" subdirectory of LLVM root.
I compile source files with the following line:
llvm-gcc -c -ocompiled.o ackermann.c
Then I run llc like the following:
llc compiled.o
which outputs
llc: bytecode didn't read correctly
(I mean, I try it with different options but even the default ones aint
working)
My llvm-gcc version is
Using built-in specs.
Target: i686-pc-cygwin
Configured with: ../src/configure --prefix=/llvm-gcc/install
--enable-llvm=/llvm
/obj --enable-languages=c,c++ --disable-threads --enable-checking
Thread model: single
gcc version 4.0.1 LLVM (Apple Computer, Inc. build 5...
2008 Jul 17
2
We ain''t got no RSpec
...n the Rails Envy Podcast we received an "interesting"
voicemail. Jason encouraged me to make a remix, and I think you guys
will appreciate what resulted.
If you have a few minutes and need a good laugh, see here for the
voicemail and the remix:
http://www.railsenvy.com/2008/7/17/we-aint-got-no-rspec
-Gregg
--
Posted via http://www.ruby-forum.com/.
2001 Sep 21
1
Wine runing Diablo2 LoD fine, but no keyboard input
Hello, I was just so happy to have Diablo2 LoD in a 800x600 window under
KDE 2.2.1 runing. It's quite smoth and even BNet connection on our privat
Linux BNETD Server works. So just everything works fine (aint got sound,
but I don't care), except for the whole keyboard, no input possibel. What's
wrong with my Wine instalation? The debug output tells me about a language
problem and the sound failure. I've read the help pages, but they just told
me about problems with the different keyboard...
2001 Nov 14
1
dreamweaver
any1 got dreamweaver 3 or 4 working with wine every time i try running it
loads up asks for serial i enter it then it segfaults .
if it cant be done do you know of a html editor for linux up to the
standards of dreamweaver all the ones i have come across so far aint
brilliant infact some i would call cack might as well just open emacs and
code myself but like dreamweaver cos i can get pro finish with my html code
thanks in advance
v
--
The difference between windows and linux is:
windows works when it wants and linux just works no matter what.
windows th...
2009 May 04
6
how do i know what my hostname is in wine?
hi, it seems wine aint using my linux hostname so how do i know what hostname is using?
There used to be a config file with the network settings but I dont know how that works now..
thanx
2001 Jul 07
2
preload vxd
I have a program to use my mp3 player that loads fine
but cant find the .vxd that it needs to communicate.
How can i force wine to preload it, and possibly the .dll
in the dir, so the program can find it. I'm new to wine so
nothing to cryptic please :)
Thanks
A. Evans
2000 Jun 28
2
trivial optimization to psy.c
Hi all,
The following is a trivial patch to psy.c, but combining the two loops saves
a percent or two (according to gprof).
=================================================================
--- psy.c Mon Jun 19 12:05:57 2000
+++ - Wed Jun 28 15:14:17 2000
@@ -550,12 +550,11 @@
frameno++;
memset(flr,0,n*sizeof(double));
- for(i=0;i<n;i++)work[i]=fabs(f[i]);
-
- /* find the highest
2008 Oct 01
2
an unsophisticated question about recoding in a data frame with control structure if {}
...In if (nes2004$Rrace2 == "1") { :
the condition has length > 1 and only the first element will be used
As the command in question actually appears:
if (nes2004$Rrace2=='3') {
nes2004$Hethno<-(((nes2004$Hint-nes2004$Wint)+(nes2004$Hint-nes2004$Bint)+(nes2004$Hint-nes2004$Aint)+(nes2004$Hwork-nes2004$Wwork)+(nes2004$Hwork-nes2004$Bwork)+(nes2004$Hwork-nes2004$Awork)+(nes2004$Htrus-nes2004$Wtrus)+(nes2004$Htrus-nes2004$Btrus)+(nes2004$Htrus-nes2004$Atrus))/9) }
The other problem here too, is that each of these variables contain varying counts of NA observations.
I'...
2008 May 13
2
(PR#11281) Bug in R 2.7 for over long lines (crasher+proposed fix!)
...ne got
>>> around >> to reply. In R-bugs, there's a filing system
>>> so that it >> won't be completely forgotten...
>>>
SS> Looks like no one cares about this :(
>>>
>>> Just "looks like" but it aint...
>>>
SS> What should I do now? I mean I pointed directly to the
SS> bug and did show how it could be fixed....
>>>
>>> I'm not among the parse experts within R-core, but I
>>> think the main problem with your report is that y...
2011 Feb 08
6
Unrecognised escape sequences
unfortunately, we keep getting this warns into the system log by
puppet masters:
" [...] Unrecognised escape sequence ''\<CHAR>'' in file <PATH> [...] "
but then everything works fine; also, without using escapes, catalogs
dont work on agents.
What can we do to avoid these kind of errors in master syslogs?
Please ,let us know ASAP and tell us if this
2004 Jan 06
2
weird samba bug? some files from shares sometimes missing..
...windows box, it works ok and always
shows 510 files.
Each backup process, which checked about 40.000 files, only a few files
were missing, so when you only check folders with only a few files you
might not notice this at all..
I really hope someone can help me here, a backup with missing files aint
really nice
2004 May 10
1
Failed to initialize group mapping
...t staff 8192 May 10 05:47 group_mapping.tdb
everyone can read, and i still get those problems, as far as i can see thats the file.
smb:/usr/local/samba/var/locks# find / -name group_mapping.tdb -print
/usr/local/samba/var/locks/group_mapping.tdb
and because of this problem i think it aint executing the netlogon most of the times that happens (if i logon again with the user, the problem is solved) since i use my netlogon based on groups and many of my shares are based too, if samba cant map it, i will get troubles.
this samba server is already in production so i cant "play"...
2003 Jun 20
1
User can delete file when they have no read/write access
...browsable = no
valid users = root,@smbusers
The roaming profile works just fine with windows2k, and the users can't read the other profiles (they get a "access denied" if they try to access another profile then their own) thats great, BUT they can delete the other profiles.
It aint only the profiles share but all files, and thats pretty much a problem here =)
Here is a ls of the profiles directory:
linux:/home/samba/profiles# ls -l
total 12
drwx------ 14 emma emma 4096 Jun 19 22:18 emma
drwx------ 19 esben esben 4096 Jun 17 20:00 esben
drwx------...