search for: venkman

Displaying 17 results from an estimated 17 matches for "venkman".

2010 May 05
1
member server, doesn't show full browse list
Hello, I don't know how to put this on words, so maybe an example is better: On a PDC: zoolook at venkman:~$ smbclient -L localhost -U% Domain=[BENSA] OS=[Unix] Server=[Samba 3.4.7] Sharename Type Comment --------- ---- ------- print$ Disk Printer Drivers IPC$ IPC IPC Service (venkman server (Samba, Ubuntu)) E...
2009 Dec 22
2
config backend = registry; printers not shown
...I use lose my printer if I use registry backend? config backend = file (full config file below): ... [printers] comment = All Printers path = /var/spool/samba create mask = 0700 printable = Yes browseable = No guest ok = yes ... $ smbclient -kL //venkman ... EPSON_Stylus_CX5900 Printer EPSON Stylus CX5900 ... config backend = files, delete everything except [printers] and include "include = registry": ... [global] include = registry [printers] comment = All Printers path = /var/spool/samba cre...
2004 Aug 06
3
perl libshout
...still used for the same functionality). thanks! -paulb =========================================================================== paulb@oasis-software.com "I'm fuzzy on this whole good/bad thing" paulb@foobox.com -Dr. Peter Venkman --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messa...
2004 Aug 06
2
shoutcast perl module
...ike to submit; who might I send it to? Thanks, -paulb =========================================================================== paulb@oasis-software.com "I'm fuzzy on this whole good/bad thing" paulb@foobox.com -Dr. Peter Venkman --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messa...
2006 Jan 12
1
Effect.Puff Problem - first frame is wrong size
I''m trying to get to the bottom of this one. Not much for Javascript debugging, but found the Venkman tool and have been stepping through the code trying to see where things go wrong. Looks like it just might be a conflict with the style but lets give some background. I''m doing a ''Effect.Puff(''my_div'')'' on an onclick, and it''s disappea...
2004 Aug 06
2
metadata handling
...to fix that real quick, or should I file a bug? thanks! -paulb =========================================================================== paulb@oasis-software.com "I'm fuzzy on this whole good/bad thing" paulb@foobox.com -Dr. Peter Venkman --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messa...
2005 Dec 21
1
RE: Prototype: correct useage of onCompletewithAjax.PeriodicalUpdater
..., and add the other code in there, but since the onCompletes registered with Ajax.Responders work the removing of progress indication HTML should be better executed there. My current code works flawlessly using the onSuccess code to remove all progress indication HTML... I tried to throw a Venkman debugging sessions at the problem, but still fail to grasp how PeriodicalUpdater differs from Updater in respect to the dispatching of onComplete functions... Thx, Nicky On 21 Dec 2005, at 20:17, Tom Fakes wrote: >> From a quick look at the source code, it looks like onComplete is &...
2005 Oct 25
24
InPlaceEditor scrolls to top in Firefox?
When I click an InPlaceEditor field in Firefox 1.0.7, the page scrolls up to the top. That''s disconcerting, and often ends up with the editable field out of the viewable pane. I can duplicate this on both Mac and PC. Is there a way to prevent this? Even the demo at http://wiki.script.aculo.us/scriptaculous/show/Ajax.InPlaceEditor does this. Jay Levitt
2005 Jul 18
1
fix for scriptaculous dragdrop.js empty list problem
Hi Thomas, Here''s a fix for the problem that I raised this morning, turned out to be fairly simple in the end (after many false starts and thrashing about - thank goodness for Venkman!) First, in Sortable.create(), I register the parent element (the UL tag or whatever), and add an extra property to it to mark it as the parent of the list in question: for (var i = 0; i < elements.length; i++){ //register children as droppables, as before... } element.isPare...
2011 Mar 31
3
[PATCH 1/3] VFS/ioctl: Add punching-hole support to ioctl().
We're currently support two paths from VFS to preallocate unwritten extents(from FS_IOC_RESVSP, or fallocate()), likewise, behavior of punching-hole should be treated as the same, this patch tries to teach file_ioctl() to handle FS_IOC_UNRESVSP, underlying filesystem like ocfs2 is wise enough to do the rest of work;-) Signed-off-by: Tristan Ye <tristan.ye at oracle.com> --- fs/ioctl.c
2011 Mar 31
3
[PATCH 1/3] VFS/ioctl: Add punching-hole support to ioctl().
We're currently support two paths from VFS to preallocate unwritten extents(from FS_IOC_RESVSP, or fallocate()), likewise, behavior of punching-hole should be treated as the same, this patch tries to teach file_ioctl() to handle FS_IOC_UNRESVSP, underlying filesystem like ocfs2 is wise enough to do the rest of work;-) Signed-off-by: Tristan Ye <tristan.ye at oracle.com> --- fs/ioctl.c
2006 May 15
3
Javascript Profiler
Has anyone implemented a Javascript Profiler based on prototype (or not based on it)?
2005 Jul 25
8
My try on nested sortables
...and stuff, but it still hogs the CPU and makes it jerky. It is very fluid in Opera and IE. The puzzle demo also makes the pieces jump when moving fast and the CPU goes way up for me, so I guess it is not just my code. But I am clueless on what the problem is and how to fix it. My first try with the Venkman profiler wasn''t that useful. I''ll try again. Features: - Nested sortables. - Dropping on empty lists. - Automatic scrolling when moving to the upper/lower window edge while dragging (I expect my lists to be long, so I need this). - Better switching of elements, works better fo...
2008 Feb 18
5
uh... fixtures?
RSpec-ers: I''m aware this is quite the FAQ. I have probably asked it myself, but I just can''t Google up anything but others asking it. I grabbed the source to Beast, to use as a Rails project uninfluenced by me, or RSpec. Then I installed the CURRENT version of RSpec and rspec_on_rails, and set up a model spec on Post. Here''s the spec_helper.rb lines:
2000 May 17
3
ASCII Tech Linux in Japan
Hi,OpenSSH developers My name is Satoshi Turuo, and I'm an editor of Linux information magazine, called "TECH Linux", ASCII Corp in Japan. "TECH Linux" is Linux Magazine for Japanese LINUX Gamers, Newbie LINUX Game Programmers. Newest issue comes with 2 CD-ROMs that loaded with Playabledemos, FreeSoftwares, Sharewares, product advertisements. Right now, we are
2005 Dec 21
1
RE: Prototype: correct useage of onComplete withAjax.PeriodicalUpdater
>From a quick look at the source code, it looks like onComplete is only called when the whole thing is done - in the case of Updater, right after the update, in the case of PeriodicalUpdater, right after it has been stopped. It looks like you need to pass your callback method as an ''insertion'' method in the options. This takes two parameters, the first will probably be the
2006 Feb 17
29
Sortable Tree Addition [PATCH]
...to work. Greedy has been removed as it does not work with tree lists. There are severe performance problems with dragdrop which need to be addressed, but I don''t have the time at the moment. I have optimized some basic parts of the code, I''ve done profiling also using the Venkman javascript debugger. Please send me or fix any bugs, please send as a zip with the HTML causing the problem along with any code you have adjusted from the repository. If anyone has any serious ideas about how to improve performance, feel free to submit them as they would be very welcome. h...