search for: johny

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

Did you mean: john
2002 Jun 07
0
smbd: Too many open files
..." - when I set debugging in smb.conf, in station log is suspicious record about closing file with filedescriptor fd=-1 : [2002/06/07 14:33:53, 4] smbd/open.c:open_file_shared1(891) calling open_file with flags=0x0 flags2=0x0 mode=0764 [2002/06/07 14:33:53, 2] smbd/open.c:open_file(230) johny opened file O/a1/KO-I_X8-eh.dft read=Yes write=No (numopen=1) reply_ntcreate_and_X: fnum = 5004, open name = O/a1/KO-I_X8-eh.dft switch message SMBclose (pid 6617) pipe name srvsvc pnum=71e8 (pipes_open=1) [2002/06/07 14:33:53, 5] smbd/pipes.c:reply_pipe_close(255) reply_pipe_close: pnu...
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?
...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 = "Johny English" # will be stored in the "name" column Locale.set("ru-RU") c.name = "Johny Russian" # will be stored in the "name_ru" column -- What ActiveRecord class and method should I overwrite to implement such thing? Thanks. P.S. I''ve googled...
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
...route show 200.62.42.160/29 dev eth0 proto kernel scope link src 200.62.42.166 192.168.0.0/24 dev eth1 proto kernel scope link src 192.168.0.7 10.10.10.0/24 dev eth2 proto kernel scope link src 10.10.10.1 169.254.0.0/16 dev eth2 scope link default via 200.62.42.161 dev eth0 Thanks Johny
2004 Sep 07
1
Problem with DNAT
...RT(S) DEST LIMIT GROUP REDIRECT loc 8080 tcp 80 - - - - ACCEPT all all tcp 25,110,53,80 - - - - DNAT:info net loc:192.168.0.253:25 tcp 25 10.10.10.163 - - - Thanks Johny
2008 Mar 17
3
[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. Great! This is something we've needed for a long time. > I'm currently working on a similar project and hoping to finish it in > about two weeks. Cool! I think the most critical part of this is to get a good
2004 Sep 07
1
Problem with DNAT 3 IP''s two NIC
...I fixed the column, i copied it wrong. /etc/shorewall/masq ############################################################################### #INTERFACE SUBNET ADDRESS PROTO PORT(S) eth0 192.168.0.0/255.255.255.0 Thanks Johny
2008 Mar 18
0
[LLVMdev] Array Dependence Analysis
Hi, > Cool! I think the most critical part of this is to get a good > interface for dependence analysis. There are lots of interesting > implementations that have various time/space tradeoffs. > > For example, it would be great if Omega was available as an option, > even if the compiler didn't use it by default. This argues for making > dependence analysis
1998 Oct 02
1
Performance tuning a samba system
I have recently started using samba 1.9.18p8 to serve up files here due to reliability problems on some of the Novell servers and a desire to get away from Novell. But I 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
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 solaris10 amd64 using 'unix password sync=yes' option? % smbpasswd Old SMB password: New SMB password: Retype new SMB password: machine 127.0...
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
...um update'. Remove the exclude= when a proper fix becomes available. _______________________________________________ Dear List, I have had 6 of these problems and am on my way to the office to fix two more. Here is what I did with an installation disc along with the advise from the posts of Johny Hughes. So far this has been easy to do and has worked every time. Make sure your system is connected to the network, and know your gateway address and a reasonable ip address of the machine for your network. #1. Boot to tine Install Disc and pick "Recovery Mode" #2. You will be given...
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
Wojtek, If you like, I can help guide this SoC project. I would also like to see if we can coordinate with Alex and Albert, who are doing the class project here. As a first comment, your 3 layers are a good organization but two comments: 1. Layer 1 shd also look at loop bounds and array bounds: those can be used to disprove some deps. 2. The interface will also need to compute direction and
2008 Mar 19
2
[LLVMdev] Array Dependence Analysis
On Mar 18, 2008, at 9:21 AM, Wojciech Matyjewicz wrote: > Hi, > >> Cool! I think the most critical part of this is to get a good >> interface for dependence analysis. There are lots of interesting >> implementations that have various time/space tradeoffs. >> >> For example, it would be great if Omega was available as an option, >> even if the compiler
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