Displaying 20 results from an estimated 50000 matches similar to: "Wiki database errors"
2002 Oct 15
2
AMENDED: Ppmtolss16 trouble...
Upon finding a different image conversion program, I have eliminated the
Premature EOF problem that I had(apologies if I post this before the
moderator approves my first post...you can ignore it if/when it shows
up).
Now, I am seeing the script complete with no error.
I tested my syslinux.dpy file with the syslogo.lss file from the
samples, and it's fine.
The lss file I created, however,
2006 May 20
2
Migrate database to a new one using migrations.
Hi,
I''ve an applicattion actually in production wich i wrote in php last
year. Now, I''m working on a new version in Ruby/Rails.
So, can someone tell me how can I generate a migration so that every
time I run it the "data" from the old db get''s copied to the new one??
Note that _I''ve already the schema, I want something that automatically
could
2009 Jan 11
1
Problem using odfWeave
Hi everybody,
I don't get odfWeave to run properly. My odt file is as a simple as:
------------------------
Some text.
<<echo=FALSE>>=
print(1:10)
@
-----------------------
The output I get ist the following:
-----------------------------------
> odfWeave("roffice.odt", "rofficeOUT.odt")
Copying roffice.odt
Setting wd to
2005 Feb 12
5
fax with asterisk
>From couple of weeks i am working on asterisk fax but was not
successful.
I am able to receive only half fax documents and its ending with blurred
lines.
I have tried with almost all the versions of spandsp 0.0.2pre4,pre10
etc but of no use.
I have digium card to which i have plugged in 2 pstn lines and i have
removed echocancellation too(zapata.conf) and also enabled g7111
alaw&Ulaw
2011 Mar 22
2
adding vertical segments to an xyplot in lattice
I have a dataframe that looks like this:
> str(chr)
'data.frame': 84 obs. of 7 variables:
$ county: Factor w/ 3 levels "Broome","Nassau",..: 3 3 3 3 3 3 3 3 3 3 ...
$ item : Factor w/ 28 levels "Access to healthy foods",..: 21 19 20
18 16 3 2 6 17 8 ...
$ value : num 8644 15 3.5 3.9 7.7 ...
$ low : num 7897 9 2.5 2.6 7 ...
$ high : num 9390
2019 Apr 18
2
[PATCH v5 1/6] libnvdimm: nd_region flush callback support
On Thu, Apr 18, 2019 at 09:05:05AM -0700, Dan Williams wrote:
> > > I'd either add a comment about avoiding retpoline overhead here or just
> > > make ->flush == NULL mean generic_nvdimm_flush(). Just so that people don't
> > > get confused by the code.
> >
> > Isn't this premature optimization? I really don't like adding things
> >
2019 Apr 18
2
[PATCH v5 1/6] libnvdimm: nd_region flush callback support
On Thu, Apr 18, 2019 at 09:05:05AM -0700, Dan Williams wrote:
> > > I'd either add a comment about avoiding retpoline overhead here or just
> > > make ->flush == NULL mean generic_nvdimm_flush(). Just so that people don't
> > > get confused by the code.
> >
> > Isn't this premature optimization? I really don't like adding things
> >
2003 May 30
3
Disk error 01: AX=4200, drive 82
Hi,
I get the error message
isolinux: Disk error 01: AX=4200, drive 82
booting the new College Linux CD on my Dell GX100.
What does this message mean, and what is the recommended workaround?
Please cc me on any replies; I'm not subscribed to this list.
Thank you for your help.
--jkl
2019 Apr 22
2
[PATCH v5 1/6] libnvdimm: nd_region flush callback support
Dan Williams <dan.j.williams at intel.com> writes:
> On Thu, Apr 18, 2019 at 9:18 AM Christoph Hellwig <hch at infradead.org> wrote:
>>
>> On Thu, Apr 18, 2019 at 09:05:05AM -0700, Dan Williams wrote:
>> > > > I'd either add a comment about avoiding retpoline overhead here or just
>> > > > make ->flush == NULL mean
2019 Apr 22
2
[PATCH v5 1/6] libnvdimm: nd_region flush callback support
Dan Williams <dan.j.williams at intel.com> writes:
> On Thu, Apr 18, 2019 at 9:18 AM Christoph Hellwig <hch at infradead.org> wrote:
>>
>> On Thu, Apr 18, 2019 at 09:05:05AM -0700, Dan Williams wrote:
>> > > > I'd either add a comment about avoiding retpoline overhead here or just
>> > > > make ->flush == NULL mean
2005 Oct 20
2
OT: Apache Script Problem
I recently moved a web site from an old Windows NT machine running
Apache to a server running CentOS 4.1. Everything is working fine on the
site except for one perl script. I have the standard directory setup:
/var/www/html
/var/www/cgi-bin
etc
We had to change our scripts when we moved them because they had windows
paths. We have a problem with one script called:
contactp.pl
It's located
2009 Nov 06
3
No Such File...
Now that I've got the server serving my python pages, I'm getting this
error:
[Fri Nov 06 11:50:40 2009] [error] [client 66.248.168.98] (2)No such file or
directory: exec of '/var/www/html/angrynates.com/global_solutions/index.py'
failed, referer: http://angrynates.com/global_solutions/
[Fri Nov 06 11:50:40 2009] [error] [client 66.248.168.98] Premature end of
script headers:
2007 Mar 08
2
Queue announcing hold sequence instead of hold time
Hi,
We recently updated from an early Asterisk 1.2 SVN to 1.2.15 (on Debian
Sarge) and the behaviour of our Call Centre queues has changed slightly.
Before the upgrade, when a caller was waiting in the queue, the
estimated hold time was announced as expected ("estimated hold time is
less than 2 minutes ...").
Now the caller gets an announcement of their sequence in the queue
2019 Apr 12
4
[PATCH v5 1/6] libnvdimm: nd_region flush callback support
Jan Kara <jack at suse.cz> writes:
> On Thu 11-04-19 07:51:48, Dan Williams wrote:
>> On Tue, Apr 9, 2019 at 9:09 PM Pankaj Gupta <pagupta at redhat.com> wrote:
>> > + } else {
>> > + if (nd_region->flush(nd_region))
>> > + rc = -EIO;
>>
>> Given the common case wants to be fast and
2019 Apr 12
4
[PATCH v5 1/6] libnvdimm: nd_region flush callback support
Jan Kara <jack at suse.cz> writes:
> On Thu 11-04-19 07:51:48, Dan Williams wrote:
>> On Tue, Apr 9, 2019 at 9:09 PM Pankaj Gupta <pagupta at redhat.com> wrote:
>> > + } else {
>> > + if (nd_region->flush(nd_region))
>> > + rc = -EIO;
>>
>> Given the common case wants to be fast and
2014 Jan 22
2
wiki account request
Now in a new thread with updated subject.
----- Forwarded message from Thomas Schmitt -----
Date: Wed, 22 Jan 2014 08:45:51 +0100
>From: Thomas Schmitt
To: syslinux at zytor.com
Subject: Re: [syslinux] Advice/directions to users of Syslinux
Message-Id: <29490645553171871372 at scdbackup.webframe.org>
Reply-To: For discussion of Syslinux and tftp-hpa <syslinux at zytor.com>
Hi,
i
2019 Apr 22
1
[PATCH v5 1/6] libnvdimm: nd_region flush callback support
Dan Williams <dan.j.williams at intel.com> writes:
> On Mon, Apr 22, 2019 at 8:59 AM Jeff Moyer <jmoyer at redhat.com> wrote:
>>
>> Dan Williams <dan.j.williams at intel.com> writes:
>>
>> > On Thu, Apr 18, 2019 at 9:18 AM Christoph Hellwig <hch at infradead.org> wrote:
>> >>
>> >> On Thu, Apr 18, 2019 at 09:05:05AM
2008 Jul 27
3
OT - How to test tftp for phones provisioning
Hi,
I don't understand why a SIP hardphone can't provision itself using tftp.
I'm very suspicious about my tftp daemon but I lack basic knowledge of Linux
CLI to pinpoint what's going wrong and separate what belongs to SIP phone
configuration from what comes from tftp server.
What I would like to do is to add a given file in current /srv/tftp
directory and test by hand that tftpd
2006 May 17
8
Why can''t I change value of the primary key?
One should be able to change the value of a primary key, right? But it''s
not working for me. If I do this:
@drug = Drug.find(tid1)
@drug.id = tid2
@drug.category = ''Test2''
if @drug.save
savedok = ''Saved successfully''
else
savedok = ''Not saved''
end
I get ''Saved successfully''
2004 Jan 12
4
Issue - vmail.cgi on Redhat 9 (Apache) ?
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040112/a6f17a16/attachment.htm
-------------- next part --------------
Hello
I found related question on vmail.cgi in the mailing list but that didn't answer my question. I did copy the vmail.cgi to /var/www/cgi-bin/ but still gets the following error message when I access