Displaying 20 results from an estimated 500 matches similar to: "super-newb needs help with has_many and other things..."
2018 Feb 18
0
[PATCH 1/3] v2v: tests: check generated OVF
Check the generated OVF for -o rhv and -o vdsm outputs. Variable UUIDs
and date/times are filtered out. Make sure the the important UUIDs
(disk, volume, VM) are where we think they should be.
Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com>
---
v2v/test-v2v-o-rhv.ovf.expected | 92 ++++++++++++++++++++++++++++++++
v2v/test-v2v-o-rhv.sh | 20 +++++++
2001 Apr 05
2
Digital Ear evaluation of Vorbis beta 4
For those who haven't yet seen this:
EarGuy's Digital Ear (physiological model of the ear based on work by Frank
Baumgarte) has just finished rating the sound quality of Vorbis beta 4 at
128 kbs using 30 random 10-second selections of music:
http://pub41.ezboard.com/fr3mixfrm4.showMessage?topicID=33.topic
Two samples on which the Ear says Vorbis performed uncharacteristically
poorly
2003 Apr 08
1
Can't do Landscape with ManualFeed
Hi:
I am haviong problems with Landscape mode on our HP printers (many models).
I am running 2.2.7a on two different servers. One is using the "old style"
printing (using "printer driver file" parameter). The other is using the
newer printing system. It is the same code on both. Both are Solaris
systems. For the old one, the drivers are installed on the client, for the
2018 Jan 02
0
Identifying Official CentOS AWS AMIs
I'm trying to automate identification of CentOS AWS images. It appears
that official CentOS AMIs have an OwnerID value of 410186602215, but
I'm not sure if that value is transient or specific to one or more
AWS regions.
Is there a maintainer lurking here that can confirm or deny?
Here's the base query I'm testing:
aws ec2 describe-images \
--owners 410186602215 \
2006 Jan 02
6
Paginate with joins messing with id
Hi all,
Best wishes for the new year! :'')
I''m very new to Ruby and Rails, and I ran into a problem with the
"paginate" function. When I use the following method to get a number
of forum topics based on a category name passed via the URI:
@topic_pages, @topics = paginate :topics,
:joins => "INNER JOIN categories ON
2018 Jun 18
1
[PATCH] v2v: <File ovf:size> changed to the actual size (if known).
Note that this attribute is optional.
Thanks: Arik Hadas
---
v2v/create_ovf.ml | 11 ++++++++---
v2v/test-v2v-o-rhv.ovf.expected | 2 +-
v2v/test-v2v-o-rhv.sh | 1 +
v2v/test-v2v-o-vdsm-options.ovf.expected | 2 +-
v2v/test-v2v-o-vdsm-options.sh | 1 +
5 files changed, 12 insertions(+), 5 deletions(-)
diff --git
2006 May 26
0
Paginate include => :last and order by value
Why does it seem like I''m having so much trouble with this?
I created a topics table, and a replies table. In my Topic model I used
the following lines of code:
has_many :replies
has_one :first_reply, :class_name => ''Reply'', :order => "created_on"
has_one :last_reply, :class_name => ''Reply'', :order => "created_on DESC"
2010 Sep 02
2
R code changes to crap
Hi,
I am using vim to edit my files...I do not know what has been pressed by me
as my R code get converted to such a crap...
%PDF-1.4
%<81>â<81>ã<81>Ï<81>Ó\r
1 0 obj
<<
/CreationDate (D:20100902122215)
/ModDate (D:20100902122215)
/Title (R Graphics Output)
/Producer (R 2.11.1)
/Creator (R)
how to reconvert it to the my actual code?? as I do not have backup for
2016 Jun 09
1
[PATCH] v2v: OVF: Set <Origin/> field correctly based on source hypervisor.
https://bugzilla.redhat.com/show_bug.cgi?id=1342398#c6
---
v2v/OVF.ml | 138 ++++++++++++++++++++++++++++++++++---------------------------
1 file changed, 76 insertions(+), 62 deletions(-)
diff --git a/v2v/OVF.ml b/v2v/OVF.ml
index 8a6f13e..0599306 100644
--- a/v2v/OVF.ml
+++ b/v2v/OVF.ml
@@ -184,6 +184,15 @@ and get_ostype = function
typ distro major minor arch product;
2007 May 02
4
Wrong total_hits when using conditions in find_by_contents
In my model Topic:
acts_as_ferret({ :fields => {:username => {:store => :yes, :boost =>
30}, :subject => {:store => :yes, :boost => 20}, :body => {:store =>
:yes, :boost => 10}}, :remote => true }, { :analyzer =>
Ferret::Analysis::RegExpAnalyzer.new(/./, false) })
def self.full_text_search(q, options = {}, find_options = {})
return nil if q.nil? or
2010 Oct 18
1
a2billing
Not sure if a2billing can be shared here, but ill give a shot
If the credit < min_credit the IVR play: sorry you have 0 credit and hangup,
I want it to FW me to the IVR to add voucher, please let me know: here is
log:
[18/10/2010 07:01:12]:[file:a2billing.php -
line:75]:[CallerID:]:[CN:]:[IDCONFIG : 1]
[18/10/2010 07:01:12]:[file:a2billing.php - line:76]:[CallerID:]:[CN:]:[MODE
: standard]
2007 Jul 18
5
Strange search result with conditions in find_by_contents
Hi, guys:
Strange search result with conditions in find_by_contents!
first of all, i''ve installed the acts_as_ferret to my project vender
folder by ''ruby script/plugin install
svn://projects.jkraemer.net/acts_as_ferret/tags/stable/acts_as_ferret''
in my SearchController
def searchforum
if !params[:doSearch].nil?
if params[:searchTerms].nil? || params[:searchTerms] ==
2006 Oct 16
2
CUPS Problem
The Highlights:
-CentOS 4.4 & CUPS
-HPLIP Installed
-Running as server, no GUI.
-Can print from command-line no problem.
-Printing from Windows XP via Samba puts job in the correct queue, job is processed but not parsed or rendered. The job is removed from the queue, but never prints. (I've RTFM and google'd it, no avail...) Help??
When printing from commandline (eg. cat file
2010 Apr 14
1
[PATCH] Change the date format used in RHEV OVF output
Date formats were previously undefined in RHEV's OVF output. They are now
defined as: 'yyyy/mm/dd hh:mm:ss'.
This change updates dates output by virt-v2v to use the new format.
---
lib/Sys/VirtV2V/Target/RHEV.pm | 19 ++++++++++---------
1 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/lib/Sys/VirtV2V/Target/RHEV.pm b/lib/Sys/VirtV2V/Target/RHEV.pm
index
2008 Dec 23
1
Samba Transaction Implementation
Hi,
I am enhancing the Samba Server on our product (VxWorks on the box) to
support Long Name. So I started implementing the dialect "LM1.2X002" (first
dialects that support Long Name, the current dialect that we support is PC
Network Program). I have implemented the Negotiation, Tree Connect AndX and
Open AndX command.
When I try access the shared drive of our product, after the
2002 Jul 01
0
Re: LPRng: Putting a stamp on all printed sheet
Here is a an encapsulated postscript file and some raw, generic postscript
commands to precede and follow the EPS file which puts a message on
the page.
I have tried this out on two postscript files and it works.
NOW, you will have to generate this file for each print job with the
appropriate parameters, including, I suppose, the right bounding box,
the right location of the text, maybe change
2017 Aug 04
0
Printing with smbspool_krb5_wrapper not working in Ubuntu 16.04
Unless somebody has an "aha!" moment and figures it out immediately, could
you please file a bug in launchpad for this issue and attach the relevant
config files and logs (for samba and cups)?
https://bugs.launchpad.net/ubuntu/+source/samba/+filebug
Thanks
On Fri, Aug 4, 2017 at 12:22 PM, Van Svensson via samba <
samba at lists.samba.org> wrote:
> Hello,
>
> I have
2004 Apr 20
0
SAMBA 3.0.2 printing problem
Hi
I've recently upgraded to 3.0.2 from 2.2.8 on Redhat 9. We have 2 Linux
servers and a number of windows XP machines. The primary domain
controller has a printer which is shared and to which all the computers
have access. Since upgrading, the other Linux server cannot print to
shared printers on the primary linux controller or on windows machines
and cannot install new shared printers from
2017 Aug 04
2
Printing with smbspool_krb5_wrapper not working in Ubuntu 16.04
Hello,
I have two computers, one with Ubuntu 14.04 and one with Ubuntu 16.04. On both computers I have configured the printer with cups to print by using my Kerberos credential in the same way and it works in 14.04 but not on 16.04.
For both /usr/bin/smbspool_krb5_wrapper is 700 and I have "AuthInfoRequired negotiate" for both in /etc/cups/printers.conf. I have made a symbolic link
2004 Mar 04
0
SAMBA 3.0.2 printing problem
Hi
I've recently upgraded to 3.0.2 from 2.2.8 on Redhat 9. We have 2 Linux
servers and a number of windows XP machines. The primary domain
controller has a printer which is shared and to which all the computers
have access. Since upgrading, the other Linux server cannot print to
shared printers on the primary linux controller or on windows machines
and cannot install new shared printers from