search for: bobek

Displaying 6 results from an estimated 6 matches for "bobek".

Did you mean: bober
2011 Nov 28
1
rw-devices patch for rsyncing block devices
Hi, I rebased rw-devices patch for rsync last weekend. Seems to me it works "incrementally". Attached are * six git commits, or * one complete patch on top of current development rsync branch (master branch commit 60ef39705797c9df7069297eb4ed5feab5e88f29). bobek:/data/soft/rsync/rsync# dd if=/dev/urandom of=/dev/mapper/vg-pokus1 dd: writing to `/dev/mapper/vg-pokus1': No space left on device 65537+0 records in 65536+0 records out 33554432 bytes (34 MB) copied, 6.53098 s, 5.1 MB/s bobek:/data/soft/rsync/rsync# dd if=/dev/mapper/vg-pokus1 of=/dev/mapper/...
2010 Jan 11
1
The patch write-devices.diff (rw-devices.diff) fix
...e stat() call in the generator.c reports destination device size is zero. I added some code handling block device size. Option --ignore-times is implied for --rw-devices. A new patch rw-devices.diff is attached. It is combination of copy-devices.diff, write-devices.diff and some new code from me. bobek:/data/soft/rsync/rsync# ./rsync --rsync-path\="$PWD/rsync" -v --bwlimit=100 --progress --rw-devices root at localhost:/dev/mapper/vg-pokus2 /dev/mapper/vg-pokus1 vg-pokus2 33,554,432 100% 48.78MB/s 0:00:00 (xfr#1, to-chk=0/1) sent 40,601 bytes received 23,264 bytes 18,247.14...
2006 Aug 31
7
Core 2 Duo
Am considering a new laptop, and I wonder if anyone here can share their Xen experiences with the newest Core 2 Duo CPUs, ref http://www.intel.com/products/processor/core2duo/specifications.htm The list at http://wiki.xensource.com/xenwiki/HVM_Compatible_Processors doesn''t include any Core 2 Duos. Does that mean that people have had problems, or is the wiki just not up to date? I gather
2009 Aug 06
0
chan_mobile handle 92 log flood
Dear all, Picked up some more BT usb adapters and got a flood of error messages as follows: hci_scodata_packet: *hci0 SCO packet for unknown connection handle 92* Anyone has any idea how to deal with this? Sasa Bobek -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090806/75ae5774/attachment.htm
2010 Jan 07
1
text field with autocomplete
Hey everybody, I am using text field with autocomplete in my posts new action. That works great. Response from autocompleter in firebug: POST http://localhost:3001/posts/auto_complete_for_tag_name 200 OK 68ms but if I use the same in edit action it fails and I got this error. POST http://localhost:3001/posts/781/auto_complete_for_tag_name 404 Not Found 81ms *** POSTS controller: *** def
2008 Dec 14
2
custom REST action - template question
Hallo phorum, i have custom rest action. routes.rb: map.resources :schools, :collection => { :graduations => :get } SchoolsController: def graduations @schools = School.graduation(true) end link somewhere in navigation: <%= link_to ''Schools with graduation'', graduations_schools_path %> All works OK for me, but Rails needs (of course) a template for controller