search for: jonh

Displaying 20 results from an estimated 21 matches for "jonh".

Did you mean: john
2012 Jan 04
1
[Bug 768] New: Returns the position the entry was inserted
...ted Product: iptables Version: unspecified Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: libiptc AssignedTo: netfilter-buglog at lists.netfilter.org ReportedBy: jonh.wendell at vexcorp.com Estimated Hours: 0.0 when appending an entry, it's sometimes useful to know in which place that entry was inserted. Instead of returning 1 when the operation is executed successfully, in this patch I just return that position. it's a trivial patch but it helped...
2009 Feb 16
1
The cpc provider cometh
Hi, Finally, the long promised CPU performance counter provider has arrived into Nevada build 109! For those that need an injection of excitement at the start of the week, you can check out some usage examples on my blog: http://blogs.sun.com/jonh/entry/finally_dtrace_meets_the_cpu Also, you can find a new section for the provider in the DTrace docs: http://wikis.sun.com/display/DTrace/cpc+Provider Happy Tracing! Jon.
2008 Nov 23
4
Visualizing a call graph
Hello all, I have been taking basic steps with DTrace and subscribed today to this list. I have written a simple DTrace script to trace all the function entry/exit from a given function: #pragma D option flowindent pid$1::*mysql_select*:entry { self -> start = vtimestamp ; } pid$1::*mysql_select*:return /self -> start/ { self -> start =0 ; } pid$1:::entry, pid$1:::return
2000 Feb 04
0
[SUMMARY] incorrect password in Windows 98
Hi all, Sorry for the delayed summary. Much thanks to the following people for taking the time to respond: Jonh P. Nelson and Andreas Grupp. The solution of the problem was very simple. Nelson wrote: Windows NT with SP 3 or later and Windows 98 do not allow unencrypted passwords without a registry patch. Apply the patch (from the Samba docs directory): Win98_PlainPassword.reg to each Win98 system. (The p...
2005 Mar 07
0
usermgr.exe vs. 3.0.11 [was Re: Problems to samba 3.0.11]
...t; I'm have error "Access denied" >> Why ??? Again parse debug message >> 1) Samba set for user "john" primary group "Domain Admins" >> 2) Samba try to remove user "john" from group "Domain Users", but samba say "User 'Jonh' >> have primary group 'Domain Users'" and generate message "Access denied" >> >> Script IDEALX have incorrect code in set "smbldap-usermod -g ". We MUST set primary group, >> but before user MUST be member to "old primary group&quot...
2007 Mar 26
0
Component-Based software development
Hy Guys, I''m reading a book called "UML Components - A Simple Process for Specifying Component Based Software" (by John Cheesman and Jonh Daniels) and i was wandering if this kind of development is possible on Ruby and Rails as well. Has anyone tried to develop in rails using a Component-Based development approach? Thanks in advance, and sorry if it is a stupid question. :) -- Posted via http://www.ruby-forum.com/. --~--~-------...
2008 Feb 24
0
swfdec-gnome 2.21.91 released
...s - Updated gl: Ignacio Casal Quinteiro - Updated es: Jorge Gonzalez - Updated nl: Wouter Bolsterlee - Updated pt: Duarte Loreto - Updated nb: Kjartan Maraas - Updated tr: Baris Cicek - Updated pa: Amanpreet Singh Alam - Updated th: Theppitak Karoonboonyanan - Updated zh_TW: Taiwan - Updated pt_BR: Jonh Wendell - Updated pl: Artur Flinta - Updated fr: Claude Paroz - Updated zh_HK: Hong Kong - Updated de: Andre Klapper, Hendrik Brandt - Updated hu: Gabor Kelemen - Updated fi: Tommi Vainikainen - Updated ja: Takeshi AIHANA - Updated he: Yair Hershkovitz - Updated be at latin: Ihar Hrachyshka - Updat...
2019 Dec 02
0
[ANNOUNCE] arptables 0.0.5 release
...ic analysis tool happy (false positive) fix potential buffer overflows reported by static analysis Jesper Dangaard Brouer (3): Add man pages for arptables-{save,restore} arptables: install man pages arptables: add missing long option --set-counters and update documentation Jonh Wendell (1): build an libarptc.a archive Pablo Neira Ayuso (3): src: cache in tree and use x_tables.h src: fix compilation warning arptables 0.0.5 release Phil Sutter (3): Add .gitignore Eliminate compiler warning about size passed to strncmp() libarptc:...
2007 Aug 04
2
Pre-recorded first and last names audio database
Hi! My application needs to look up (by spelling) the first and last names of a person and then insert the corresponding pre-recorded audio file to personalize the message. E.g. "Hi, John Brown. Your book is due back at the library." So I need "John" and "Brown" in audio files along with LOTS of other names - Do such databases of sound files already exist or do I
2012 Mar 27
0
[ANNOUNCE] Netfilter releases: iptables 1.4.13, nfacct 1.0.0 and libnetfilter_acct 1.0.0
...the changelog to this email for more information. Have fun! -------------- next part -------------- Florian Westphal (1): extensions: add rpfilter module Franz Flasch (2): iptables: missing free() in function cache_add_entry() iptables: missing free() in function delete_entry() Jonh Wendell (1): libiptc: Returns the position the entry was inserted Maciej ?enczykowski (1): src: mark newly opened fds as FD_CLOEXEC (close on exec) Pablo Neira Ayuso (7): Revert "libiptc: Returns the position the entry was inserted" extensions: add nfacct match...
2002 Dec 08
4
Antivirus
Anyone are using Server Protect for Linux to protect the files on Samba File Server ? Are there any other product, I want to check every file saved on my file server. -------------- next part -------------- HTML attachment scrubbed and removed
2011 Feb 23
4
secret vs remotesecret on outgoing calls in Asterisk 1.6.2.16.1
...ase 5.5 (Final) 2.6.18-194.32.1.el5 Details: I have this block on sip.conf ----- start ---- ... register => john:j0nhp4ss at 66.128.XX.XXX ... [john-peer] type=peer defaultuser=john remotesecret=j0nhp4ss ;secret=j0nhp4ss host=66.128.XX.XXX directmedia=no dtmfmode=rfc2833 context=jonh-context ----- end ---- When I send a call to that block, I receive the following response unless (I explicitly indicate a 'secret' parameter, no matter if 'remotesecret' parameter was indicated): "Forbidden" from '"Test Account" <sip:9_XXX at 66.128....
2007 Jul 11
5
Error trying to count return points in functions.
Whilst trying out some D to get an insight into what is the most common reason for a given function to return, I have bumped into an error I don''t understand. The first take on what I was trying to do was: # dtrace -n ''fbt:ip:ip_input:return{@home[arg0] = count();}'' and all was well. The next step was: # dtrace -n
2005 Feb 17
1
Problems to samba 3.0.11
...t; And press to OK Devil :( I'm have error "Access denied" Why ??? Again parse debug message 1) Samba set for user "john" primary group "Domain Admins" 2) Samba try to remove user "john" from group "Domain Users", but samba say "User 'Jonh' have primary group 'Domain Users'" and generate message "Access denied" Script IDEALX have incorrect code in set "smbldap-usermod -g ". We MUST set primary group, but before user MUST be member to "old primary group" ... script IDEALX not do it t...
2015 Jun 02
7
Can't join machine without full access
Sernet samba 4.2.2 in ubuntu 14.04.2 LTS, a fresh migration from samba 3 (I'm still in the testing phase). I'm experimenting with task delegation. Using the ADUC wizard, I select the "Join machine to domain" task to add to my userid (I also tried a group I'm a member of with the same result), at the domain level (rough translation, this is on a localized windows 7). Adding
2003 Dec 01
0
No subject
...NT4sp6a PDC using security = DOMAIN, My initial tests were from a Win2Ksp2 client which is able to connect with no problem, now I am trying to connect from a Win98SE machine and it keeps asking me for a password. I also see the problem when I try to connect using smbclient //localhost/share -UJonH, after entering my password I get the following response: >Domain=[MYDOMAIN] OS=[Unix] Server=[Samba 2.2.0] >tree connect failed: ERRSRV - ERRbadpw (Bad password - >name/password pair in a Tree Connect or Session Setup are >invalid.) With debug level set to 5, about 2000 lines into...
2016 Jul 27
3
Asterisk 14.0.0-beta1 Now Available
...5549 - Confbridge: Add participant timeout option (Reported by Mark Michelson) * ASTERISK-24922 - ARI: Add the ability to intercept hold and raise an event (Reported by Matt Jordan) * ASTERISK-25479 - Allow CDR's to be modified before being dispatched to engines (Reported by Jonh Wendell) * ASTERISK-25480 - [patch]Add field PauseReason on QueueMemberStatus (Reported by Rodrigo Ramirez Norambuena) * ASTERISK-25377 - res_pjsip: Change default "From user" from UUID to something more palatable (Reported by Mark Michelson) * ASTERISK-25252 - ARI: Add the...
2019 Dec 24
0
Certified Asterisk 16.3-cert1 Now Available
...erisk.org/jira/browse/ASTERISK-24922>] - ARI: Add the ability to intercept hold and raise an event (Reported by Matt Jordan) - [ASTERISK-25479 <https://issues.asterisk.org/jira/browse/ASTERISK-25479>] - Allow CDR's to be modified before being dispatched to engines (Reported by Jonh Wendell) - [ASTERISK-25480 <https://issues.asterisk.org/jira/browse/ASTERISK-25480>] - [patch]Add field PauseReason on QueueMemberStatus (Reported by Rodrigo Ramirez Norambuena) - [ASTERISK-25377 <https://issues.asterisk.org/jira/browse/ASTERISK-25377>] - res_pjsip: Chan...
2003 Dec 01
0
No subject
...tes (14 bytes), Size on disk 2.00 MB (2,097,152 bytes)". So it looks like Samba is reporting a 2MB cluster size. Other then displaying an incorrect disk-space usage value, I haven't seen any problems yet but worry that this might break some programs. Any ideas on fixing this problem? JonH Return-Path: <abartlet@pcug.org.au> Delivered-To: samba@lists.samba.org Received: from dnscache.cbr.au.asiaonline.net (dnscache.cbr.au.asiaonline.net [210.215.8.100]) by lists.samba.org (Postfix) with ESMTP id 9EECC5110 for <samba@lists.samba.org>; Fri, 13 Jul 2001 18:54:30 -0700...
2004 Jan 06
3
Problem with many files in rsync server directory ?
Hi all, I've been running rsync successfully from cron jobs for the last six months across a local network. The cron jobs are very simple. They run rsync on a client machine, connect to an rsync server on a server machine (no ssh or rsh involved), and copy files from the server to the client. That's all. There are several jobs, one for each directory on the server, and between them