Displaying 4 results from an estimated 4 matches for "daivd".
Did you mean:
daid
2003 May 30
1
lynx on 4.8-stable
I recently installed 4.8-stable. When running
lynx, I can only access sites outside my LAN by launching lynx
as root. I can't access external sites if I launch lynx using
sudo or after su-ing to root. I've searched archives and
googled, and haven't found anything on this. It happened immediately
after the upgrade, before any post-installation configuration, i.e.
before setting up
2007 May 17
0
Trying to impliment the Rails Flickr screen cast
...ib/ruby/gems/1.8/gems/flickr-1.0.0/flickr.rb:350:in
`sizes''
#{RAILS_ROOT}/app/views/flickr/_photo.rhtml:1:in
`_run_rhtml_47app47views47flickr47_photo46rhtml''
app/controllers/flickr_controller.rb:5:in `search''
Has anybody got any Ideas as to what the problem is?
Thanks,
Daivd.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, sen...
2004 Jul 16
1
/proc/xen/memory_target patch
...ly:~# cat /proc/xen/memory_target
134217728l
dragonfly:~# echo 50m > /proc/xen/memory_target
Relinquish 78MB to xen. Domain now has 50MB
dragonfly:~# echo 100m > /proc/xen/memory_target
Reclaim 50MB from xen. Domain now has 100MB
dragonfly:~# cat /proc/xen/memory_target
104857600l
Daivd
(btw, updating twisted to 1.3 solved my console problems)
*** xeno-unstable.bk/linux-2.4.26-xen-sparse/arch/xen/drivers/balloon/balloon.c Tue Jul 6 15:09:30 2004
--- obj-unstable/xeno-unstable.bk/linux-2.4.26-xen-sparse/arch/xen/drivers/balloon/balloon.c Fri Jul 16 15:12:11 2004
*************...
2013 Sep 05
12
[PATCH 0/5] Memory leaks amended
Memory leaks found by the tool--valgrind along with static reviewing.
Based on Daivd''s branch ''integration-20130903''.
Gui Hecheng (5):
btrfs-progs:free local variable buf upon unsuccessful returns
btrfs-progs:local variable memory freed
btrfs-progs: missing tree-freeing statements added
btrfs-progs:free the local list pending_list in btrfs_scan_o...