search for: penanc

Displaying 11 results from an estimated 11 matches for "penanc".

Did you mean: penang
2004 Oct 29
1
Samba4 reaches the "Susan" stage
...tions (Eudora, OpenOffics.org, MS Word, Firefox etc) all work well and that I am quite confident of not losing data. Of course, I also have a very strict automated backup regime setup for my wife, so if I'm wrong about the robustness we can recover without me having to cook dinner for a week as penance. The code isn't available as a "alpha" quality release yet, as there are just too many missing features, although I do plan on doing a "snapshot" release shortly (maybe within a week?). So far the only problem on my wifes machine is that Eudora startup is a bit slow. That...
2010 Sep 30
0
Re: Font issue in Half-Life 2 via Wine 1.3.0
...)ability. Other examples of abilities players can now get immediately by choosing the related talent specialization at WOW (RuneScape Gold (http://www.rsfarming.com/))leveling 10 include Mortal Strike, Bloodthirst, Shield Slam, Mutilate, Shadow Step, Thunderstorm, Earth Shield, Water Elemental, and Penance.
2003 Feb 17
0
home directory mapping can cause strange Windows errors
I've just spent several hours trying to solve "an unexpected error occurred" while I was accessing my Local Area Connection properties on a Windows 2000 machine. I'm sending this message as penance for blaming Samba. The "an unexpected error occurred" message came up everytime I tried to view the properties of my Local Area Connection but there were other problems within Network and Dial-up Connections. For example, the Make New Connection wizard would only allow Dial-up to the I...
2005 Feb 25
2
1.36 again
Given that no 1.36 has appeared from Fedora Core, I thought I would create the rpm myself. I took the 1.35-11.2 src.rpm from FC3 and updated the spec file for 1.36. However, the build fails. Has anyone successfully created a 1.36 rpm for FC3? If so, what did you need to do? Gene
2013 Jan 28
18
Referencing a variable from one class in another
I have one module, kibana, that defines a file snippet for the apache module to fulfill (e.g., /etc/https/conf.d/kibana.conf). The apache::params class defines a variable of the path of where this snippet should be placed, $config_d. The snippet uses this variable in its definition. However, it seems that the snippet never resolves the $apache::params::config_d variable, and I''m
2008 May 02
2
Movie Magic Screenwriter 6 Trial installs, crashes when run
This is on OpenSUSE 10.3, Wine 0.9.60, with a clean wineprefix. I installed the trial version of Movie Magic Screenwriter 6. The install went fine. When I try to run the program it freezes almost immediately after loading. A box pops up telling me I have encountered OLE Error 80004001 and wants to send an error report. If I click ok, it opens Thunderbird and can even send an email, though it is
2006 Jun 08
3
Macros and stuff
I was looking at my controller code and the edit/create/update/new for each are practically identical. So first I DRY''d the four methods in each controller to just one and then I decided to write a single macro for all my controllers. This is the macro: def self.edit_action_for(model, options = {}) model_class = Object.const_get(model) define_method(:edit) do
2010 Feb 27
3
somebody help me about this error message...
I created variables automatically like this way for(i in 1:5){ nam <- paste("a",i,sep="") assign(nam,1:i) } and then, i want to insert a new data into "a2" variable. so, i did next sentence paste("a",2,sep="") <- 4 so, i got this error message Error in get(paste("a", 2, sep = ""))[1] <- 4 : target of
2003 Aug 14
2
Problems with adding Windows printer drivers to a Samba box
Hi all! Here is an interesting problem: I have installed Mandrake 9.0 on two server boxes, both of which are running very happily and have been for a year now (and a year or two before that on earlier versions of Mandrake). I was able to successfully add printer drivers to one of these boxes (as it was the only one running Samba at the time, called MAIN) without any problems. Yesterday, I
2010 Sep 16
3
If statements for multiple arrays
Hello, I wrote this code which works fine on a single observation: x<-100 y<-200 z<-125 aa<-150 if(x<z && y>z) {aa-z} result: 25 I am trying to apply this logic where x,y,z,and aa are arrays but with very little success. I have tried using loops and whiles but I always get errors of various types. I have consulted a few manuals but with limited success. My hopeful
2017 Jan 31
3
[nbdkit PATCH 0/2] fix pod and other errors in recent patches
POD errors are not nice, and 'pod2man --stderr' does not do what we want. Eric Blake (2): perl: Fix previous patches build: Kill build on POD error .gitignore | 2 ++ configure.ac | 10 +--------- docs/Makefile.am | 8 ++++++-- docs/nbdkit-plugin.pod | 2 +- plugins/curl/Makefile.am | 4 +++-