search for: tomg

Displaying 20 results from an estimated 26 matches for "tomg".

Did you mean: tom
2003 Apr 22
2
full upload happening even though only a timestamp has changed
Hello, For no apparent reason Rsync is uploading the whole file even though the the remote file is identical to the local file. Here is a transcript to demonstrate what is going wrong: tomg@nova:~/mylibrary$ rsync -rtlPvessh /extra/library teep:/extra/tomg building file list ... 46349 files to consider wrote 1358812 bytes read 20 bytes 44551.87 bytes/sec total size is 5240249974 speedup is 3856.44 tomg@nova:~/mylibrary$ touch /extra/library/software/Knopper,_Klaus/KNOPPIX_V3.2-2003...
2003 Apr 22
1
deflate on token returned 0 (16384 bytes left)
Hi, I was getting an error when uploading Knoppix ISO images with compression with Rsync. Here is the error as I recall it: tomg@nova:~/mylibrary$ rsync -rtlvessh --partial --delete --delete-after --bwlimit=8 /extra/library academus:/var/pub building file list ... done library/software/Knopper,_Klaus/ library/software/Knopper,_Klaus/KNOPPIX_V3.2-2003-04-18-EN.iso deflate on token returned 0 (16384 bytes left) [ some other li...
2003 May 06
0
mkstemp done in sub-optimal directory
...case the permissions for these directories are different, and I get a "Permission denied" error message. Here is my Rsync command line: | rsync -zrtlvessh --partial --delete --delete-after --bwlimit=8 \ | --exclude '*.iso' \ | /extra/library academus:/var/pub The tomg user has no write permission for the academus:/var/pub directory, but the tomg user has write permission for the library directory and all its sub-directories. I managed to run the strace utility on the server side to figure out what was happening. Here is a relevant block of lines: | 6997 open(...
2006 Jun 14
5
Sortable Tree - Stoping Event dispatch ?
Hi, I''m trying to play with sortable tree and have two issues: I have an AJAX Tree looking like: <ul class=''TreeCat'' id=''work''> <li class=''open''> <img src=''s.gif'' class=''node'' onclick="Ajax.Tree.toggle(event,this);"/> <a
2003 Jun 27
0
dealing with renamed files
...cut -d' ' -f3-` if [ "$old_pathname" ] ; then mkdir -p `dirname "$new_pathname"` mv "$old_pathname" "$new_pathname" fi done done -- Tom Goulet, tomg@em.ca, D8BAD3BC, http://web.em.ca/~tomg/contact.html -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://lists.samba.org/archive/rsync/attachments/20030626/f1d5752a/attachm...
2006 Jun 14
4
Extend Draggable
Hello all, I want to extend a draggable object so it has one more attribute (type attribute, so I can distinguish different draggable types). Can anyone tell me how to do it? I''ve search throught the examples (like http://wiki.script.aculo.us/scriptaculous/show/ExtendClass) but I can''t seem to understand what I should do. Thanks for you help, H
2008 Jul 28
4
RHEL 5.2 i386 image - Xen kernel doesn''t recognize the total amount of system memory
Hello, We have installed RHEL 5.2 Server ( i386 image ) on a machine with 64GB of RAM. When booting the default PAE kernel ( 2.6.18-92.el5PAE ) that is shipped with RHEL 5.2 installation the OS detects 64GB of RAM. But when booting the Xen kernel ( 2.6.18-92.el5xen ) the OS detects only 14GB of the total amount of available RAM. Did anyone encounter this problem before ? Is it a normal
2006 Aug 07
8
Dropables problem on scroll bars
I have a droppable and draggable implementation. works pretty much well except when my droppables are on a scrollbar (created via overflow:auto) since my droppables are on a list. seems that the droppables aren''t working well with scrollbars and overflow. please help! thanks! _______________________________________________ Rails-spinoffs mailing list
2006 Jun 20
10
Next script.aculo.us release, help needed
...thx glenn nilsson] * Fix Effect.BlindDown and SwitchOff handling of supplied callbacks, fixes #5089 [thx martinstrom] * Fix a problem with field focus on Ajax.InPlaceEditor and loading external text, fixes #4988, #5244 [thx rob] * Do not attempt to scroll if scrollspeed is 0/0, fixes #5035 [thx tomg] * Fix a problem with Sortable Tree serialization, fixes #4939, #4688, #4767 [thx Sammi Williams] * Fix an endless loop with sliders, fixes #3226, #4051, #4765 [thx jeff] * Make autocompleter work with update DIVs that have scrollbars, fixes #4782 [thx Tommy Skaue] * Corrected options parsing...
2010 Jan 21
1
/proc/mounts always shows "nobarrier" option for xfs, even when mounted with "barrier"
Ran into a confusing situation today. When I mount an xfs filesystem on a server running centos 5.4 x86_64 with kernel 2.6.18-164.9.1.el5, the barrier/nobarrier mount option as displayed in /proc/mounts is always set to "nobarrier" Here's an example: [root at host ~]# mount -o nobarrier /dev/vg1/homexfs /mnt [root at host ~]# grep xfs /proc/mounts /dev/vg1/homexfs /mnt xfs
2004 Aug 06
0
Re-4: Newbie-Question
...ow so far so good. Next problem. I started ices, using the default ices_playlist.xml (with a few minor changes). Everything seems fine, but I can't connect to the server using winamp. -------- Original Message -------- Subject: Re: Re-2: [icecast] Newbie-Question (22-Sep-2003 11:35) From: tomg@future-i.com To: d.moritz@edv-partner.com > Do you have a basedir specified in the <paths> element and have > <chroot>1</chroot> in the <security> element below? > > If so, the paths you specify in <logdir> and <webroot> need to be > *rela...
2006 Dec 19
3
IE and Draggable: Image loading
Hi everyone, I''m having a problem dragging a div with a background image using the draggable library. What happens is that, while I''m dragging it, it reloads the background image with each pixel movement (like an ''onDrag'' function). Has anyone else experienced this, or does anyone know how to fix it? Thanks in advance. Cheers, Justin
2006 Jun 15
2
Drag and Drop Sortable Tree
I''ve gone through Chad Fowler''s recipe for creating a drag and drop sortable list, and have been trying to extend this to a sortable tree. Has anyone come up with or seen code which allows drag and drop sorting (altering the position and parent_id variables of the relevant objects) but for data in a nested tree rather than a list form? - Justin
2006 Sep 14
10
scriptaculous Toggle Appear rate
I have the following code to toggle a basic appear of a div: <a href="#" onclick="Effect.toggle(''d3'',''appear''); return false;">Toggle appear</a> I want to edit the rate in which the effect runs. I can''t for the life of me figure it out. I would like to make the effect complete faster, like .5 seconds. I''ve
2007 Feb 15
2
ajax.request not working in ie7
it sends the request fine in firefox but it never gets sent in ie7 (im using iewatch). here''s my code: var headers = [''Man'', ''POST http://'' + location.host + ''/something HTTP/1.1'',''MessageType'',''CALL'' ]; var myAjax = new Ajax.Request( url, { requestHeaders: headers ,contentType:
2010 May 28
1
bogus bond0 device showing up in /proc/net/dev
I'm running into a situation where a bogus bonded interface named "bond0" is being created, in addition to the desired "bond2" interface. Can anyone confirm this? Anyone know why it's happening or what I do to get rid of it? I wanted to start my numbering scheme at 2 instead of 0, which I didn't think would be a problem. As you can see, I have no reference
2007 Aug 15
4
Prototype TimedObserver Error
Hi! I have tried the demo code from http://www.prototypejs.org/api/timedObserver and get a "Null value" error in Safari and a "element has no properties" (line 2753) error in Firefox. I use prototype version 1.5.1.1 My html code looks like that ... <html> <head> <title>Test</title> <script src="prototype.js"
2010 Mar 10
2
unable to get domain status from libvirt & KVM
I have a python script that monitors the VMs on physical host servers running Xen, but the script doesn't work properly on a server I just built with KVM. The script runs as a non-root user and simply gathers some details on the status and names of the domains running on the host. Both Xen and KVM servers are running the same version of libvirt (libvirt-0.6.3-20.1.el5_4) and have the
2010 Mar 11
2
unable to get domain status from libvirt & KVM
I have a python script that monitors the VMs on physical host servers running Xen, but the script doesn't work properly on a server I just built with KVM. The script runs as a non-root user (same on all servers) and simply gathers some details on the status and names of the domains running on the host. Both Xen and KVM servers are running the same version of libvirt
2009 Dec 02
8
[Bug 25393] New: Repeated "EDID checksum is invalid" erros with varying remainders on NV43
http://bugs.freedesktop.org/show_bug.cgi?id=25393 Summary: Repeated "EDID checksum is invalid" erros with varying remainders on NV43 Product: xorg Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau