Linux
Could not retrieve catalog from remote server: Could not intern from pson: Could not convert from pson: Could not find relationship target ''This turned out to be because of recipes using exec without naming the exec. Example
exec { "cat /that/file":
unless => "something",
path => "/bin",
refreshonly => false
}
should be rewritten as
exec { "cat that file":
command => "cat /that/…
That part went fine, but whenever I tried to build my package that was supposed to use qt4-vlc, it would use the system libs in %{_libdir}/qt4...I tried to use rpath as…
I ran into a problem when applying the new selinux policy from RH, they have added support for qemu/kvm to the policy, which is great but blows up on my fibre channel disks. I tried to create an selinux module to fix the problem but kept getting this:
[root@hypervisor kvm]# semodule -i…
Step 1, enable ip_forward.
[root@notlogin ~]# sysctl -w net.ipv4.ip_forward=1
net.ipv4.ip_forward = 1
[root@notlogin ~]# echo…
[thomas@ideapad pm]$ cat config.d/modules
SUSPEND_MODULES="wl"
[thomas@ideapad pm]$
AFAIK this should remove the module before suspending the…
Luckily someone was nice enough to write an easy undelete,…
I added another tray InputSlot definition. By scouring other PPD's and the cups wiki I found that Tray3…
In walks the mimo, it's a usb connected display, we found drivers for it here. You can extend your X desktop onto the screen…