Displaying 20 results from an estimated 1111 matches for "awhil".
Did you mean:
awhile
2007 Dec 04
0
[LLVMdev] I will be out awhile
...ev but not the llvm-commits. If anyone
wants to work on bug 1521 fell free to take ownership of it. I can
explain how and why I implemented something the way I did and I can
also give some suggestions but it is unlikely that I will have time to
code or test some patch.
I am sorry for disappearing awhile (really, this project is very
fun!), but I think this is the best arrangement.
See you soon!
--
Rafael Avila de Espindola
Google Ireland Ltd.
Gordon House
Barrow Street
Dublin 4
Ireland
Registered in Dublin, Ireland
Registration Number: 368047
--
Rafael Avila de Espindola
Google Ireland Ltd....
2000 Feb 09
0
2.0.6: smbmount still loses connection after awhile to a NT4 server
hello,
I know this topic has already been discused, and I remember that the final
word was the this issue would be fixed in 2.0.6.
I'm running a fresh install of Mandrake 7.0 with kernel
2.2.14-15mdksecure
with samba 2.0.6 installed.
I can smbmount a share on my NT4 server without problem.
the connection is establised and everything works fine:
Proto Recv-Q Send-Q Local Address
2005 Aug 23
10
Creating a simple sum (or: I suck at blocks!)
I''ve been hacking on this for awhile and am not even getting close.
Consider the following...
results = Sample.find(:all)
total_counter = results.each{|result| #Add together result.counter}
I just want to simply iterate through the list and sum the counter field
for each row into an aggregation. I could do it in a full for loop...
2006 May 09
3
File_Column Development Dead?
I''m curious if anyone knows if development on the file_column plug in is
continuing? I''ve seen some SVN commits from awhile back but no binary
releases.
Did Sebastian speak at Canada on Rails? Anyone catch that?
What is the future of file_column?
2006 Mar 18
3
Message Filenames
Is there anyway to get a message's filename through the imap server? I've been developing a program for awhile and just switched to dovecot from courier. Courier had a file that for every line was like:
<message uid> <message filename>
Is there anway to get this information out of dovecot?
-Charlie
2002 Dec 05
1
winbind + groups hogs CPU
I've been using winbind successfully for awhile now for user info
(nothing in /etc/passwd), but today I tried to use it to pull group
info, so I updated /etc/nsswitch.conf (RH 7.3) and then tried to add:
valid users = @DOMAIN+group_name
and now whenever I click on any folder (share) to open the cpu util goes
up, and the connection hangs for aw...
2015 Aug 08
3
Percent bar on screen - for 2 seconds
Every once in awhile I see this horizontal percent bar flash up on the screen then disappear. What is that?
CentOS 7.1, ? kde.
-wes
2000 Oct 15
2
RedHat 7.0 openssh-2.2.0p1-5 vs ssh 2.3.0
Hello,
I am using RedHat's most recent openssh-2.20p1-5 srpm recompiled
on Linuxppc under glibc 2.1.95/Linux 2.4-test10pre2/gcc 2.95.3(cvs).
I have noticed an oddity when connecting to machines running ssh
2.3.0's sshd2 server. While the connections occur with no problem
after awhile the connection fails when idle with the following
error message...
Hm, dispatch protocol error: type 20 plen 136
Any idea why this is happening? Please e-mail responses to
howarth at bromo.med.uc.edu since I don't read this list much.
Jack
ps Oh, is the problem with s...
2006 Jul 19
8
small patch for wxWindow::GetTextExtent
I have not worked on wxRuby2 for awhile and decided to download the
latest CVS HEAD and saw that it still had a problem with
wxWindow::GetTextExtent (in my case showing up when editing Grid
cells). So I copied the method signature from the wxDC::GetTextExtent
which seems to be working, changed 2 variable names and made the
typemap the s...
2006 Jun 04
3
Asterisk and SATA Raid 1
I was just wondering if there are any problems using the latest FreePBX with
SATA Raid 1 using hardware assisted software Raid like most modern chipsets
support?
I know that Digium and FreePBX were not recommending it awhile back but I
think that was based on 2.4 Kernel and Digium hardware issues. I am
assuming it is not a problem with the latest FreePBX using 2.6 Kernel and
Sangoma cards?
Any info would be greatly appreciated.
2006 Apr 10
1
ActionWebService PDF...
Hello all - I''ve been lurking around the forums for awhile now and just
wanted to say that everyone here does a great job of helping each other
out...I think it goes a long way in helping even more people adopt Ruby
(and Rails)
I just wanted to let everyone know that I''m working on an online booklet
(PDF only) for O''Reilly that cove...
2006 Jun 07
3
fedex tracking
I''ve been using the Business::FedEx::DirectConnect perl module to
track and ship packages via FedEx for awhile now.
I''m wanting to convert some of this functionality over to ROR, mostly
just the package tracking part.
Has anyone successfully tracked a package using the Shipping API out on
RubyForge?
It seems like the functionality is there since it''s just another FedEx
transaction ty...
2005 Oct 03
3
large smb.conf file
I have about 5000 distinct shares defined in my smb.conf file. As you can imagine it's quite large.
Everyone once in awhile all the smbd daemons ( in top ) go to a run state and pretty much bring the system to a halt. The system is WAY oversized. 99.999% of the day samba runs fine. We _THINK_ we've narrowed down the times when the smbd processes go crazy to a time when we're updating the smb.conf file. Does...
2000 Apr 07
3
DG/UX R4.20MU03
...OS_LOWDELAY' undeclared (first use this function)
packet.c:803: (Each undeclared identifier is reported only once
packet.c:803: for each function it appears in.)
packet.c:815: `IPTOS_THROUGHPUT' undeclared (first use this function)
suggestions would be nice but I am figuring I will be here awhile figuring
this out.
--
Dave Dulek
System Administration
Fastenal Company
E-mail: ddulek at fastenal.com
Phone: (507) 453-8149
Fax: (507) 453-8333
2006 Nov 07
3
COW and unredirect_fullscreen_windows
...tore
the framerate of the games. Of course, that doesn't work. From what I read
in the mailing list archives is that this feature doesn't work with COW, which
is what the Nvidia drivers use with Compiz.
I was just curious if anyone knew if this was still going to be fixed. It's
been awhile since this bug has been mentioned last on the mailing list.
--
Experience is what you get when you didn't get what you wanted.
2011 Aug 29
4
[LLVMdev] insertions with inst_iterators?
I am looping through all instructions in a Function and depending on
what I found I may or may not insert code. Despite the fact that I'm
only actually inserting *before* instruction I have a infinite loop
when I do something like below. For awhile it was simple enough to
just increment i enough times but now I need something better.
for(inst_iterator i = inst_begin(F); i != inst_end(F); ++i) {
...
// possible insertions of unknown size
...
}
I tried storing the storing the initial iterator and reverting back to
it(...
2012 Jan 22
3
weird XFS problem
...to house
backups. The backups are run via rsync/rsnapshot and are large in terms of
the number of files: over 10 million each.
Now the machine is not particularly powerful: it is 64-bit machine, dual
core CPU, 3 GB RAM. So perhaps this is a factor in why I am having the
following problem: once in awhile that XFS partition starts generating
multiple I/O errors, files that had content become 0 byte, directories
disappear, etc. Every time a reboot fixes that, however. So far I've looked
at logs but could not find a cause of precipitating event.
Hence the question: has anyone experienced anythin...
2006 Jan 10
5
Select Tag and Associations
Hi there,
I''ve been working on this for awhile and have finally decided to ask
for a little guidance.I have a slight problem trying to save a
selection.
I have two models:
A "Posting" has_many "Categories", and a "Category" belongs_to one
"Posting". With that said, in the posting model I have "has_...
2006 Apr 24
5
New RBAC Plug-In for Rails
Hi,
I just finished writing this plug-in. I''ve been using rails for awhile
but this is my first time extracting some code and writing it as a
plug-in and I''d love to hear to some feedback. Thanks.
http://mitchellhashimoto.com/rails/role-based-access-control-plug-in-for-rails/
-Mitchell
--
Posted via http://www.ruby-forum.com/.
2015 Jul 07
2
[LLVMdev] llvm.org DOWNTIME & IP CHANGE (Thursday, 7/9 @12pm PDT)
All,
llvm.org <http://llvm.org/> (including SVN and all web services) will be down on Thursday 7/9 starting at 12PM PDT. The server will be moved to a new location with a new IP address (192.17.58.186). It may take awhile for the DNS changes to propagate (TTL is 1 hour).
I will send email to the list again shortly before the move begins.
Thank you for your patience!
-Tanya
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20...