Displaying 20 results from an estimated 30000 matches similar to: "ruby 1.9 ruby-debug | Alternative?"
2008 Nov 20
7
windows tail development.log
Hi
unfortunately I have to develop on a windows machine from time to
time. But there is a little problem, mostly for debugging.
How can I get the same output on the console as in a linux box or on
the mac?
I don''t see the full output from the logger on the console.
How can I get the full output? SQL and so on
thank you veeery much!
Rafael
2009 Oct 22
2
ruby-debug and Ruby 1.9.1
Has anyone built ruby-debug for Ruby 1.9.1? I am on Leopard. A check  
around the Web yielded issues with the pair, but no solution (I''ll  
keep looking), hence my question.
Martin
2003 Dec 04
1
sorry, but that's no help for me :/ andrew, john, .... no help out there :D ??? greez Leonardo Boselli wrote: > Il 4 Dec 2003 alle 10:21 Michael Gasch immise in rete > >> so that samba knows: "this user is in group users AND kids, so i have >> to try
but that's no help for me :/
	
	andrew, john, .... no help out there
 :D ???
	
	greez
	
	Leonardo Boselli wrote:
	
	Re: [Samba] SAMBA Groups
 and Permissions
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
sorry,
but that's no help for me :/
andrew, john, .... no help out there :D ???
greez
Leonardo Boselli wrote:
 > Il 4 Dec 2003 alle
2005 Jul 05
1
Inherit Owner Question Folder Rights
Hello, I am running Suse Linux 9.3 an Samba 3.0.20pre.
I want to set up a folder where the user can only store files and copy
them to an other folder. The User should not be able to delete modify or
open the stored messages.
Any ideas how I can realize this?
Thanks! Greez
2003 Dec 04
3
SAMBA Groups and Permissions
hi
i have a user
~# id test_user
uid=500,gid=500 (users),groups (users,kids)
as you can see, this user is in primary group "users" and also member of 
group "kids"
if he tries to access /home/board via smb (Samba 3.0 + openldap) from a 
windows client (XP), he fails, because his
sambaPrimaryGroupSID maps to -> "users"
and /home/board is not accessible for
2009 May 05
3
German translation
Hey community,
I think that the english Wine User Guides aren't realy easy to read for much german users.
So I thought maybe I should translate them but I don't want to do that befor I now if anyone alse is translating them so I want to know IF anyone is translating the Wine User Guides.
If not I want to ask if I should do that or if there is no sense in doing that.
Greez Christian
2004 Mar 29
1
Data Migration NT -> Linux
hi
after successfully migrating users and groups from NT to Samba v3 i'm 
looking for a way to transfer some 1TB data from our old NT PDC to the 
newer one - Samba
just copying the data doesn't work, because we have to ensure data 
consictency (and we can't switch the NT PDC off on a weekend to copy it, 
because it would take too long [some old MAC shares included and the PDC 
just
2004 Apr 01
2
Update Samba - Build RPM or install it over existing version?
hi
as the subject already tells you:
is it better (and "cleaner") to build samba v3 always as RPM and install 
it or - in case of an update of samba - simply overwrite the existing 
version with "configure && make && make install" ?
normally there aren't too many changes in the paths of the 
install-scripts, so that all (old) samba files are correctly
2006 Aug 31
1
[Follow-Up] Domain login - XP 64 -> Samba
hi list,
just read this http://www.gatago.com/linux/samba/14522736.html and this 
seems to be my solution 'cause i'm also hitting the same problem. 
unfortunately i can't use original debian packages anymore, because they 
seem to not integrate the patch, yet (still sub-releases of 3.0.14). or 
does anyone made other experiences? seems like not many people are using 
x64 win xp. i
2003 Dec 04
1
Réf. : Re: SAMBA Groups and Permissions
I confirm that Malte M?ller says.
If you want to set multiple group acces, you must use ACL.
the valid user parameter in smb.conf force the right of directory but the
unix right is only for group user.
-----------------------------------
St?phane PURNELLE                         stephane.purnelle@corman.be
Service Informatique       Corman S.A.           Tel : 00 32 087/342467
             
2006 Mar 08
4
Event.Observer - (was: Ajax.Autompleter not working on IE)
See if I can stir up a little life with a demo.  I can''t believe that
Ajax.Autocomplete doesn''t work on IE, so I *must* be doing something
wrong.
Trying to figure this out I added some alerts to control.js and it
seems that IE is not getting the onkeypress events.
So, here''s a demo:
    http://hank.org/demos/form.html
That contains two fields with onkeypress events:
2008 Mar 23
4
Compiling wine from (git) Source - Debian Sid 64 bit ?
Hello all, 
really hope someone can help me on this one... 
That is what i have done 
1. Installed all suggested lib32 libraries available 
2. Direct Rendering: yes (newest fglrx  64 bit drivers from ATI site)
3. http://wiki.winehq.org/WineOn64bit went through wiki over and over 
but still get this errors after running ./configure
configure: libxcomposite development files not found, Xcomposite
2006 Apr 03
5
Event.observe on IE
I''m working again on unloading events before making my ajax call.
This code works on Firefox/Opera, but IE doesn''t seem to get the
onclick events registered.  Could someone with IE take a look?
    http://hank.org/demos/ajax3.html
The js is included in that file.  There''s alerts() to show when the
events are registered.
The idea of the code is to look for any
2006 Jan 23
1
autocomplete=off not working on Firefox
I noticed that the latest control.js disables auto complete:
    this.element.setAttribute(''autocomplete'',''off'');
So I removed my inline "autocomplete=''off''" from my input fields.
But Firefox still auto completes.
Using the Firefox DOM Inspector I do see that it''s applied 
by Ajax.Autocompleter as expected.  The Inspector
2006 Jan 16
11
Preventing bubble
I''m trying to prevent double ajax requests when I have nested onclick
handlers.
I have a table with clickable column headings (for sorting by that
column).
I have onclick handlers on both the <th> and the <a> link so that
clicking anywhere on the table heading should work.
    <th onclick="window.location.href=''http://foo?sort=foo'';">
   
2006 Jan 18
6
Autocomplete related fields
I have a table that has city, state and postal code.  I want to
auto-fill the city and state when a postal code is entered.
The city and postal code are simple text fields, but the state is a
drop-down list with abbreviations as the value, and the full state
name as the option text.
I assume with Ajax.Updater I could just return the HTML for both the
city and state fields -- including the entire
2007 Oct 29
1
Moving windows above GNOME top panel in Gutsy
When I enable compiz in Ubuntu Gutsy I can't move window titles
*above* the top panel.  With compiz disabled I can grab a window in
the middle (Alt+left mouse) and move its title bar above the screen
showing just the bottom part of the window.
I assume this is a Compiz issue, since it only happens when enabled.
I've been looking for a config option that controls that -- is there a
way to
2005 Dec 05
1
Scriptaculous conflict with TinyMCE
I''m using TinyMCE[1], a popular javascript WYSIWYG html editor.  The
editor fails to work when I load Scriptaculous before it -- well
depending on the browser.
I can make my application load the javascript in a different order,
but just in case it''s an issue in scriptaculous I thought I''d report.
I have a few pages up -- I''d like to find out if anyone else
2007 Dec 28
3
fonts unreadable on resize
I have the "Resize info" feature enabled on my desktop and on my
laptop both running Gutsy.
on the desktop the fonts are impossible to read:
    http://hank.org/resize.png
but are very clear on the laptop.
And tips to fix?
-- 
Bill Moseley
moseley at hank.org
2016 Nov 24
2
Implementing secondary quota w/ "Archive" namespace
On 24 Nov 2016, at 9.33, Mark Moseley <moseleymark at gmail.com> wrote:
> 
> On Wed, Nov 23, 2016 at 6:05 PM, Timo Sirainen <tss at iki.fi> wrote:
> 
>> On 23 Nov 2016, at 0.49, Mark Moseley <moseleymark at gmail.com> wrote:
>>> 
>>> If I move messages between namespaces, it appears to ignore the quotas
>> I've
>>> set on them.