Skip to content

Instantly share code, notes, and snippets.

1)
ArgumentError in 'Chef::Resource::Link once the current state of the link is known when the resource specifies the create action when the source for the link doesn't match and we're building a symbolic link should run 'ln' with the parameters to create the link'
can't find group for wheel
/root/chef/chef/spec/../lib/chef/provider/link.rb:102:in `getgrnam'
/root/chef/chef/spec/../lib/chef/provider/link.rb:102:in `compare_group'
/root/chef/chef/spec/../lib/chef/provider/link.rb:109:in `set_group'
/root/chef/chef/spec/../lib/chef/provider/link.rb:129:in `action_create'
./spec/unit/provider/link_spec.rb:318:
/var/lib/gems/1.8/gems/rspec-1.2.9/lib/spec/example/example_methods.rb:40:in `instance_eval'
/var/lib/gems/1.8/gems/rspec-1.2.9/lib/spec/example/example_methods.rb:40:in `execute'
grub2/kfreebsd_cmdline:
grub2/device_map_regenerated:
* grub2/linux_cmdline:
grub-pc/install_devices_empty: false
grub-pc/install_devices_failed: false
* grub-pc/chainload_from_menu.lst: true
grub-pc/kopt_extracted: true
* grub-pc/install_devices: /dev/vda
grub-pc/postrm_purge_boot_grub: false
grub-pc/install_devices_failed_upgrade: true
ruby_block "save recipes" do
block do
node[:chef][:all_recipes] = node.run_state[:seen_recipes]
end
end
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], WSTOPPED, NULL) = 1412
getuid() = 1000
gettimeofday({1283189579, 291447}, NULL) = 0
socket(PF_FILE, SOCK_DGRAM|SOCK_CLOEXEC, 0) = 3
connect(3, {sa_family=AF_FILE, path="/dev/log"}, 110) = 0
sendto(3, "<86>Aug 30 18:32:59 su[1405]: pa"..., 82, MSG_NOSIGNAL, NULL, 0) = 82
lstat("/cgroup", {st_mode=S_IFDIR|0755, st_size=200, ...}) = 0
lstat("/cgroup/systemd", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
open("/etc/passwd", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_CUR) = 0
#
# All local filesystems are mounted (done during boot phase)
#
$local_fs +mountall +mountoverflowtmp +umountfs
#
# Low level networking (ethernet card)
#
$network +networking +ifupdown
[buildbot@bbslave2 /usr/home/buildbot/varnish/freebsd/build/lib/libvmod_std]$ make -p
#*** Input graph:
#
# *** MAIN TARGET ***
all : .PHONYall-am
#
# parents: all check-am install-am
all-am : .PHONYMakefile libvmod_std.la
Index: bin/varnishtest/tests/m00001.vtc
===================================================================
--- bin/varnishtest/tests/m00001.vtc (revisjon 5193)
+++ bin/varnishtest/tests/m00001.vtc (arbeidskopi)
@@ -8,7 +8,7 @@
} -start
varnish v1 -vcl+backend {
- import std from "${topsrc}/lib/libvmod_std/.libs/libvmod_std.so.1" ;
+ import std from "${topbuild}/lib/libvmod_std/.libs/libvmod_std.so.1" ;
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: heimdal
Description: Heimdal kerberos libraries
Version: 1.4.0
Libs: -L${libdir} -lkrb5
08:07 < sky> phk: so we cannot actually stitch together multiple gziped items
08:07 <@phk> sky, you lost me there ?
08:08 < sky> phk: each esi fragment cannot be gzipped seperately
08:08 <@phk> it sure can
08:08 < sky> nope, the browsers aren't RFC compliant
08:08 < sky> I tried
08:08 < sky> curl does the right thing
08:08 < sky> the browsers don't
08:09 < victori> so I am guessing your proposing on the fly compression?
08:09 < sky> my initial approach did that
------------------------------------------------------------------------
r5217 | phk | 2010-09-15 21:01:42 +0200 (on., 15 sep. 2010) | 7 lines
Fix a cornercase of chunked encoding and malloc stevedore:
Don't try to trim a storage segment we filled completely.
Fixes: #776
------------------------------------------------------------------------