search for: johni

Displaying 20 results from an estimated 22 matches for "johni".

Did you mean: john
2002 Jun 07
0
smbd: Too many open files
Hi all, can any help with our strong problem: we are using Samba on Linux as fileserver for Win2k clients running CAD software "Solid Edge". This program opens many files and on big projects freeze. We tried configuration: - samba 2.2.3a or 2.2.4 - RH 7.2 or 7.3; kernel 2.4.18, 2.4.19 up to -pre10-ac2 - i686/1GHz CPU, 512 MB RAM - "/proc/sys/fs/file-max" from default 8192 up
2008 Dec 19
5
paperclip
anyone can help me to use paperclip plugins..I have a problem using it. -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from
2006 Jul 02
7
How can I intercept attribute calls?
Hi. I have two types of fields in my database, e.g. "name" and "name_ru". First one is a user''s name in english and the second one is in russian. I want to intercept calls like "c.name" and add "_ru" to it if current language is russian (I have my own Locale class like n Globalize). So I want such thing: -- Locale.set("en-US") c.name
2009 Apr 02
3
convert to rails
how to convert this on rails <!--[if lt IE 7]> <script type="text/javascript" src="example.js"></script> <![endif]--> -- 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,
2004 Aug 21
2
Problems with Version 2.0.7 and Fedora 2
Hi!, I have Fedora 2 installed (Kernel 2.6), 3 interfaces (eth0,eth1,eth2), in the eth1 i have my local network and eth0 the Internet conection, when i do masquerading (eth1 out by eth0) only works for a few minutes. I dont know what i?m doing wrong, or only is an incompability or error between the OS Fedora 2 and the shorewall 2.0.7...i restart the shorewall service ones works anothers doesnt.
2004 Sep 07
1
Problem with DNAT
Hi I have this configuration: eth0 Link encap:Ethernet HWaddr 00:C0:F0:54:DC:1E inet addr:10.10.10.166 Bcast:10.10.10.167 Mask:255.255.255.248 inet6 addr: fe80::2c0:f0ff:fe54:dc1e/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:1738708 errors:0 dropped:0 overruns:0 frame:0 TX packets:1538724 errors:0 dropped:0
2008 Mar 17
3
[LLVMdev] Array Dependence Analysis
...back on the direction you're pursuing independent of the implementation. >> Any suggestion on features, tests and/or interface are welcome. I'd suggest looking at: Using the chains of recurrences algebra for data dependence testing and induction variable substitution MS Thesis, Johnie Birch Array Data Dependence Testing with the Chains of Recurrences Algebra http://citeseer.ist.psu.edu/vanengelen04array.html An empirical evaluation of chains of recurrences for array dependence testing http://doi.acm.org/10.1145/1152154.1152198 etc. >> From my experience I can say it...
2004 Sep 07
1
Problem with DNAT 3 IP''s two NIC
Thanks Tom Sorry, I was wrong, this is the correct question... I have this configuration: | Email Server 192.168.0.253 | ___|___ Port 25 SMTP ___|____ ____ | LAN |-------------------------------------Eth1
2008 Mar 18
0
[LLVMdev] Array Dependence Analysis
...#39;re pursuing independent of the > implementation. Ok. I'll post it when it crystallizes (what should happen soon). > I'd suggest looking at: > > Using the chains of recurrences algebra for data dependence testing > and induction variable substitution > MS Thesis, Johnie Birch > > Array Data Dependence Testing with the Chains of Recurrences Algebra > http://citeseer.ist.psu.edu/vanengelen04array.html > > An empirical evaluation of chains of recurrences for array dependence > testing > http://doi.acm.org/10.1145/1152154.1152198 I've re...
1998 Oct 02
1
Performance tuning a samba system
...have run into a problem. I have received reports that performance to the Novell box (a pentium based system of some type) is considerably faster than the performance to my Sun Ultra Enterprise 3500 that is running nothing but samba. Can someone give me some hints on performance tuning my system? Johnie
2007 Oct 11
0
Fw: password synchronization issue...
Can I get some assistance with this? things work just fine without the synchronization? Any suggestions? Does anyone have it working with solaris10? Begin forwarded message: Date: Fri, 14 Sep 2007 10:23:31 -0400 From: John Saroglou <johny@yorku.ca> To: samba@lists.samba.org Subject: password syncronization issue... Greetings, Has anyone had any success with samba-3.25[a-c] under
2012 Jul 08
2
Is a directory
"The installer linux/syslinux expects an unmounted FAT* filesystem. -Gene" I confirmed I'm trying to target an unmounted fat32 partition. Still getting "Is a directory" error.
2020 Aug 02
1
Fwd: 8.2.2004 Quick recovery and fix for unbootable machines with rescue disk
Hello all-- These instructions are somewhat OK but my messed up box is the only one I've got basically to help with this problem. Where can we find "correction" instructions using a "rescue" CD or flash drive? I understand RedHat provided detailed instructions to supported customers. Thanks. _______________________ Sent from MzK's phone. ---------- Forwarded message
2009 Oct 18
1
Asterisk+Sphinx4 for simple mobile phone <-> server speech recognition
Hello! I need to: 1) call special number (or run special application) on mobile phone 2) establish connection between mobile phone and server 3) allow server to recognize spoken numbers (Polish language) and some other control words 4) let the server to say some short answers (prerecorded in mp3) according to some algorithm and recognized words 5) let the server to save little text file on its
2008 Mar 16
0
[LLVMdev] Array Dependence Analysis
Hi, > As part of the advanced compilers course semester project (at UIUC), we > are starting to implement array dependence analysis for LLVM. I'm currently working on a similar project and hoping to finish it in about two weeks. I am going to share the code when it's ready. I've spent some time analyzing LLVM code for scientific and "ordinary" programs to find out
2008 Mar 15
4
[LLVMdev] Array Dependence Analysis
As part of the advanced compilers course semester project (at UIUC), we are starting to implement array dependence analysis for LLVM. As of now we are considering GCD and Banerjee tests. Any suggestion on features, tests and/or interface are welcome. Our deadline is at the beginning of may so hopefully by then we will have a working prototype to submit. -- Alexandre X. Duchâteau & Albert
2008 Mar 20
1
[LLVMdev] Array Dependence Analysis
...the >> implementation. > >Ok. I'll post it when it crystallizes (what should happen soon). > >> I'd suggest looking at: >> >> Using the chains of recurrences algebra for data dependence testing >> and induction variable substitution >> MS Thesis, Johnie Birch >> >> Array Data Dependence Testing with the Chains of Recurrences Algebra >> http://citeseer.ist.psu.edu/vanengelen04array.html >> >> An empirical evaluation of chains of recurrences for array dependence >> testing >> http://doi.acm.org/10.1145/1152...
2008 Mar 19
2
[LLVMdev] Array Dependence Analysis
...ops. A simple version of this is: for (i = 0 .. 100) A[i] = 0; -> memset(A, 0, sizeof(A[0])*100); >> I'd suggest looking at: >> >> Using the chains of recurrences algebra for data dependence testing >> and induction variable substitution >> MS Thesis, Johnie Birch >> >> Array Data Dependence Testing with the Chains of Recurrences Algebra >> http://citeseer.ist.psu.edu/vanengelen04array.html >> >> An empirical evaluation of chains of recurrences for array dependence >> testing >> http://doi.acm.org/10.1145/1152...
2020 Aug 02
4
8.2.2004 Quick recovery and fix for unbootable machines
This is a quick recovery and fix for the machines rendered unbootable after the grub2/shim yum update. It is written for CentOS 8.2.2004 but similar should work for any CentOS 8 or 7 as long as you get the correct shim file, that is, the one from the latest installation media. I am running on an x86_64 architecture (see uname -i). Please use the correct shim file for your architecture
2007 Jul 11
1
MOH stop and resume when i hold
Hi list, I have a strange comportment of the MOH system on my asterisk. When i respond to a call and after fews second i set this call in hold mode the correspondent listen the music fine. When i re-take my correspondent at T0 instant the music is paused. And when i re-hold him at T60 (60 second later) the sound is always at T0 when he was stopped at T0. So the music is stopped and don't