Package: xdg-utils
Version: 1.1.3-4.1
xdg-mime query filetype simply exits when the detected desktop is KDE,
and KDE_SESSION_VERSION is set to anything other than 4 or 5.
This is a slight problem when it is set to 6, as is the case with plasma
6 from experimental.
Of course, given that plas
Package: libcupsfilters2-common
Version: 2.0.0-2
Severity: serious
When #1069630 was fixed, libcupsfilters2-common ended up with a Breaks:
cups-filters (< 2.0~) dependency.
This is odd, because #1069630 is about a conflict between
libcupsfilters-dev and libcupsfilters2-dev, and as far as I ca
Hello,
Yes, this is expected. There is a reason that the supported Vulkan version is
hardcoded.
Newer Vulkan versions introduce new features and structures that we often
cannot simply support with our existing tooling. In this case one structure can
recursively chain to itself, and we cannot s
On Friday, 31 May 2024 05:14:41 CDT Giovanni Mascellani wrote:
> Hi,
>
> I'm a vkd3d upstream developer. Unfortunately I haven't had a lot of
> time for Debian for a few years, but I'm happy to help here if needed.
>
> Il 28/05/24 19:36, Simon McVittie ha scritto:
> > Since then there have been
egards,
Elizabeth.
Source: akonadi-search
Version: 4:22.12.3-1.1
Usertags: time-t
With the changes in #1061881, we have run into a slight problem with the library
packages in akonadi-search.
Specifically, you get a library like libkf5akonadisearchpim5 /
libkf5akonadisearchpim5t64.
libkf5akonadisearchpim5t64 prov
Hello my dearest,
Am a dying woman here in the hospital, i was Diagnose as a "cancer"
patient 2 years ago. I am A business woman
dealing with Gold Exportation. I have a charitable and unfulfillment
project that am about to handover to you, if you are interested please
Reply
hope to hear from you.
R
This appears to be upstream bug #11527
(https://bugzilla.xfce.org/show_bug.cgi?id=11527), which was fixed over several
commits* in the git development repo post 4.13.
I took a stab at backporting the relevant patches, but discovered that they were
written after the GTK3 transition. I don't have
Update: also happens when trying to play .cue and .m3u files, again while rvlc,
cvlc, etc, play the same files normally; the log is interrupted after killing
nvlc with "killall -2 vlc", which takes several tries, and after which the
terminal emulator has to be reset to work properly, since the c
Package: src:vlc
Version: 3.0.1-3
Severity: normal
Dear Maintainer,
after upgrading from Debian Stretch, with vlc 2.2.7-1 to Debian Buster, with
vlc 3.0.1-3, nvlc has ceased to reproduce youtube videos,
attempting to do so causes it to freeze and it has to be killed manually from
another shel
Send info
Hi,
I can't reproduce it with nslcd -d. It happens reliably outside of it
though. I will try to get a core dump.
On 22/01/17 06:51, Arthur de Jong wrote:
> Hi Elizabeth,
>
> I have been trying to reproduce this (nslcd 0.9.7-1, slapd 2.4.40+dfsg-
> 1+deb8u2).
>
> I have not been able to reproduce this when not using SSL and the
> following nslcd.conf also works without problems for me:
8 SNIP 8<-
When it crashes, systemd does not automatically restart the process,
which may be a separate issue.
Cheers,
Elizabeth
Upon further investigation of the issue, I discovered it's not a bug in
nslcd at all, and it's using the appropriate exop.
This bug is instead in slapd, which occurs reliably when CRYPT is the
password format used.
Apologies for wasting your time,
Elizabeth
- SNIP ->8
Jan 9 02:38:56 uxie slapd[17129]: conn=1471 op=23 SRCH
base="ou=people,dc=glpgs,dc=io" scope=2 deref=0
filter="(&(objectClass=posixAccount)(uid=elizabeth))"
Jan 9 02:38:56 uxie slapd[17129]: conn=1471 op=23 SRCH attr=uidNumber
cn gecos uid objectClass ho
tags 777903 + patch
thanks
Here's a fix for the GCC 5 build issue. I added '-std=gnu89' to the
rules file to use the GNU89 inline semantics.
Upstream may prefer to move to C99 instead, please see section
"Different semantics for inline functions" at
https://gcc.gnu.org/gcc-5/porting_to.html for m
tags 777929 + patch
thanks
Here's a fix for the GCC 5 build issue. I changed the initialization of
a boolean variable from nullptr to false to fix the compile error. The
package builds and links with GCC5 with this change.
--
Betty Dall
Linux for HP Helion, Hewlett-Packard
Description: Initializ
tags 778191 + patch
thanks
I found this patch by Petr Pisar posted on the yap-users email list:
http://permalink.gmane.org/gmane.comp.ai.prolog.yap.general/1790
I applied his patch, tested it with gcc-5 and found that it fixed the
build error.
I will copy the patch here and please give all credi
tags 778173 + patch
thanks
Here's a fix for the GCC 5 build issue. I added extern to the INLINE
functions in src/wmgeneral/list.c. The package builds and links with GCC
5 with this change.
--
Betty Dall
Linux for HP Helion, Hewlett-Packard
--- wmressel-0.8/src/wmgeneral/list.c.orig 2015-07-07 10
fixed 778175 3.2.1
thanks
The new version of wxsqlite3 3.2.1 uploaded on April 26, 2015 no longer
has the build issue reported in this bug. There are still a lot of
warnings in the build, but 3.2.1 builds and links with GCC-5. I suggest
you close this bug.
--
Betty Dall
Linux for HP Helion, Hewl
tags 778171 + patch
thanks
Here's a fix for the GCC 5 build issue. I changed the use of inline in
the INLINE macro defined in wmgeneral/list.h so that functions are not
inline when __GNUC__ is >= 5. I fixed it this way because there was not
an obvious way to change the build rules to add the '-st
tags 778169 + patch
thanks
Here's a fix for the GCC 5 build issue. I added 'export CFLAGS =
-std=gnu89' to the rules file to use the GNU89 inline semantics.
Upstream may prefer to move to C99 instead, please see section
"Different semantics for inline functions" at
https://gcc.gnu.org/gcc-5/porti
fixed 778168 0.7.3-1
thanks
The new version of whitedb 0.7.3-2 uploaded to sid on May 21, 2015 no
longer has the 'inline gint wg_compare_and_swap()' function in
Db/dblock.h that was causing the GCC-5 build failure. Now it is declared
as 'gint wg_compare_and_swap()'. I was able to build the package
tags 778167 + patch
Here's a fix for the GCC 5 build issue. I added -std=gnu89 to CFLAGS
to use the GNU89 inline semantics. Upstream may prefer to move to C99
instead, please see section "Different semantics for inline functions"
at https://gcc.gnu.org/gcc-5/porting_to.html for more background.
Package: alembic
Version: 0.6.5+ds-1
I'm trying to install mediagoblin on Debian jessie, and it needs alembic
0.6.6. Please update the package.
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
On 23/02/14 05:58, Ben Hutchings wrote:
> Control: tag -1 unreproducible
>
> On Sat, 2014-02-22 at 21:43 -0600, Elizabeth Myers wrote:
>> On 05/02/14 11:45, Ben Hutchings wrote:
>>> On Wed, 2014-02-05 at 12:17 -0500, Elizabeth Myers wrote:
>>>> Package: d
On 05/02/14 11:45, Ben Hutchings wrote:
> On Wed, 2014-02-05 at 12:17 -0500, Elizabeth Myers wrote:
>> Package: debian-installer
>> Version: wheezy
>> Severity: normal
>> Tags: d-i
>>
>> Debian's initrd.gz for debian-installer does not download ata-modu
Hi,
I wrote Fyre, but it hasn't been under any active maintenance for many
years. I don't see a reason to fix this bug right now; it isn't something a
user can trigger by accident. Is there a security implication I'm missing?
–m
Package: debian-installer
Version: wheezy
Severity: normal
Tags: d-i
Debian's initrd.gz for debian-installer does not download ata-modules or
sata-modules udebs, rendering the initrd useless on systems with AHCI
controllers - more specifically, it will boot, but detect no disks.
Many systems la
Package: debian-installer
Version: wheezy
Severity: grave
Tags: d-i
Justification: renders package unusable
Debian's initrd.gz for netboot installs on amd64 does not include the
ata-modules or sata-modules udebs. This renders the package wholly unusable on
systems with AHCI controllers - and leg
Hi, I`m Miss Elizabeth from Singapore. I have a financial proposition of
mutual benefit for you. Kindly reply for more details if interested. Have
a good day.
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Conta
Hi, I`m Miss Elizabeth from Singapore. I have a financial proposition of
mutual benefit for you. Kindly reply for more details if interested. Have
a good day.
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Conta
Package: drupal6
Version: 6.18-1squeeze1
Severity: normal
*** Please type your report below this line ***
The deprecated (in PHP 5.3) functions ereg() and ereg_replace are still being
used by some Drupal files:
~$ grep ereg /usr/share/drupal6/includes/*
/usr/share/drupal6/includes/file.inc:$
in the php-pear section of
Debian's SVN, which you can view here:
http://anonscm.debian.org/viewvc/pkg-php/pear/php-db-dataobject-formbuilder/
svn://svn.debian.org/pkg-php/pear/php-db-dataobject-formbuilder/
--
Elizabeth Krumbach // Lyz // pleia2
http://www.princessleia.com
--
To UNSUBS
Package: debian-installer
Version: 20110106
Severity: normal
The volatile archive is discontinued in squeeze and replaced by the
squeeze-updates suite[0] but debian-installer still asks whether you
want to use it.
[0] http://www.debian.org/News/2011/20110215
--
To UNSUBSCRIBE, email to debian
Package: ftp.debian.org
Severity: normal
Orphaned (#585088) for maintainability reasons and outstanding RC bug
(#572557) which was not full fixed by the largely dormant upstream.
Requesting removal from archive.
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subje
Package: wnpp
Severity: normal
Orphaning this package. It has been a challenge to maintain in
general, with a lot of open bugs upstream, and while 2 CVEs were
closed recently by a new upstream release, it has an open CVE which
upstream has been unresponsive about[0] (also see the open RC bug,
whic
On Wed, Apr 7, 2010 at 1:25 PM, Stefano Zacchiroli wrote:
> So, apparently upstream declares that 2 out of 3 issues (636 and 638)
> are pending, while they have not commented at all on 637. Elizabeth,
> are you going to check pick the 2 fixes? How about the third one? The
> time
On Mon, Mar 22, 2010 at 9:25 AM, J.M.Roth wrote:
> Looks ok to me.
>
> BTW 1.5.3 is out, so one might run dh-make-pear again ;-)
Gotcha, I'll have a look this afternoon.
> How far is an upload away?
Shooting for within the next week or so.
--
Elizabeth Krumbach // L
I was able to get the source that Yann was working on and am now
working on it in the php team's svn repo:
http://svn.debian.org/wsvn/pkg-php/pear/php-xml-rpc/#_pear_php-xml-rpc_
We could use help with testing
--
Elizabeth Krumbach // Lyz // pleia2
http://www.princessleia.com
-
/sourceforge.net/tracker/?func=detail&aid=2970094&group_id=3870&atid=103870
CVE-2010-0637:
https://sourceforge.net/tracker/?func=detail&aid=2970095&group_id=3870&atid=103870
CVE-2010-0638:
https://sourceforge.net/tracker/?func=detail&aid=2970096&group_id=3870&atid=
Package: wnpp
Severity: normal
Orphaning this package, I have not used it in some time and lack the
time to patch and repackage it with the new upstream (2.0) release at
http://www.cherokeek12.org/technology/dg/
Adopters welcome.
Package information:
Description: CGI log analyzer for DansGuardi
On Sun, Feb 28, 2010 at 3:07 AM, Jan Hauke Rahm wrote:
> We are tracking their status in the MIA team and would like to ask you
> to remove them from the Uploaders list of the package so we can close
> that part of the file.
>
> (If the person is listed as Maintainer, what we are asking is to plea
Package: rapidsvn
Version: 0.10.0dfsg-2
Severity: normal
Upon browsing a local repository and attempting to move one subdirectory into
another via the left tree pane:
Try 1: rapidsvn locked up and I killed it via "Force Quit" dialog of my window
manager.
Try 2: rapidsvn locked up entire machin
On Mon, Dec 28, 2009 at 12:25 PM, Elizabeth Krumbach
wrote:
> This patch will committed in svn and submitted for inclusion in next
> etch point release.
Of course I meant s/etch/lenny
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "
This bug makes the package unusable with the etch version of
dansguardian, new upstream version which fixes this problem will be
included in squeeze.
This patch will committed in svn and submitted for inclusion in next
etch point release.
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@li
Package: netbase
Version: 4.40
Severity: normal
HTTP connections to localhost for dwww & lighttpd were refused after
netbase transitioned from 4.37 -> 4.40. Changing
net.ipv6.bindv6only = 1
to
net.ipv6.bindv6only = 0
in /etc/sysctl.d/bindv6only.conf and rebooting resolved the
Package: mousetweaks
Version: 2.28.1-1
Severity: important
I'm not sure of the severity of this issue but whenever I try to use
mousetweaks after selecting "Trigger secondary click by holding down the
primary button" under Gnome's System>Mouse Preferences>Accessibiliity dialog,
I'm presented w
Empfänger Name: Frau Elizabeth Camara.
Rue 3,lot 501,zone 3
06 b.p 682.
Abidjan - Cote d'ivoire
West Africa.
Obwohl eine Vielzahl von Kritik wurde, die gegen "König der Pop Star" ,Aber
er bleibt für immer größten. Selbst nach seinem Tod, überall auf der Welt
sind am Boden zerstö
On Sun, Jul 20, 2008 at 10:02 PM, Daniel Burrows <[EMAIL PROTECTED]> wrote:
> The webcalendar debconf script offers the user a choice between mysql
> and postgres, but it doesn't actually work with postgres. When it tries
> to create the database it runs into an error because it tries to create
>
On Sun, Jul 20, 2008 at 10:44 PM, Daniel Burrows <[EMAIL PROTECTED]> wrote:
> If I create a multi-day event (for instance, a "camping" event that
> starts at 6:00 PM on Friday and lasts for 48 hours), the weekly view
> only shows this event attached to the first day that it covers. I think
> that
package webcalendar
severity 491643 normal
thanks
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
package webcalendar
Severity: normal
tags 491643 upstream
thanks
Problem exists upstream in all versions, does not appear to be fixed
upstream, fowarded bug:
https://sourceforge.net/tracker/?func=detail&atid=103870&aid=2072443&group_id=3870
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a
tags 491642 +pending
thanks
fixed in svn:
http://svn.debian.org/wsvn/collab-maint/ext-maint/webcalendar/trunk/debian/README.Debian?op=diff&rev=0&sc=0
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Package: phpbb2
Version: 2.0.21-7
Severity: normal
*** Please type your report below this line ***
The .tpl template files for email are located in
/usr/share/phpbb2/site/language/lang_english/email/
They should be in /etc/phpbb2/ because they commonly edited
templates.
-- System Information:
It only crashes if the menus are set to NTSC format. If they're set to
PAL format it appears to work. With menus set to NTSC format it
appears to crash perfectly consistently with this error:
Output #0, dvd, to '/home/bitsy/dvd/dvd/menu1-0.mpg_bg.mpg':
Stream #0.0: Video: mpeg2video, yuv41
Package: dvdstyler
Version: 1:1.6.0.2-0.1
Severity: grave
Justification: renders package unusable
Crashes with a segmentation fault during DVD burning.
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (990, 'testing'), (50, 'unstable')
Architecture: i386 (i686
Every girl loves a man who measures up in bed heres how.
http://www.Remakeels.com/
Don't be lonely tonight
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Pls Go ' www.flessimo ' dot com
Note: Y0ur Coupon C0de: mIHtb
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Other forms of enlargement can't deliver permanent results, SAFELY, because
they go against the physical laws of the body.
http://pikkividdy.com
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
well:
session required pam_limits.so
Regards,
Elizabeth Fong
Lead sysadmin, UGCS
[EMAIL PROTECTED]
http://www.ugcs.caltech.edu
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.22 (SM
tags 452176 +pending
thanks
fixed in svn:
http://svn.debian.org/wsvn/collab-maint/ext-maint/webcalendar/trunk/debian/cron.d?op=diff&rev=0&sc=0
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Zerix Intern.Transver
Manager: Maksim Kovalski
109153 Moskau
leningradskiy 337/2
Tel +7 984-641-1756
Arbeiten Sie endlich für sich selbst!
Sie wollen sich beruflich verändern ?
Sie kommen in ihrem job nicht wie gewünscht voran und wollen eine
neuen karriere-kurs einschlagen? Dann sollten wir un
interested to participate and want to represent your country, you
may contact the secretariat of the organizing committee for details and
information. There is no age limit to participation.
You should also inform them that you were invited to participate by a friend
of yours (Elizabeth Bukala), who
Package: flex-doc
Version: 2.5.33-12
Severity: minor
*** Please type your report below this line *** The information for the
package contains a reference to http://lex.sf.net ; it should be
http://flex.sf.net ; there is a similar issue regarding the download page;
that should be 'flex' and not lex
For this week we have the following package deal in effect:
promo code: 8DFEFED
Physicians in the USA
788k in total 17k emails
34 specialties many sortable fields
American Hospitals
23k Admins in more than 7k hospitals
Dentists in the USA
597k dentists and dental services
American Chi
no avail. Unfortunately, it seems that googling for that
error text was not very successful since it pointed me to a bunch of
threads dealing with Firefox or Seamonkey with instructions to change a
setting in the preferences pane that didn't exist in Thunderbird/Icedove.
Thanks,
Eliz
Package: wv
Version: 1.0.2-0.1
Severity: Important
Tags: Security
A vulnerability was reported on 26 2006:
http://www.securityfocus.com/bid/20761/
CVE-2006-4513
"[wvWare library] is prone to multiple integer overflow vulnerabilities
due to insufficient bounds checking in the "wvGetLFO_records()
pages
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
On Tue, Apr 17, 2007 at 09:25:44AM +0200, Rafael Laboissiere wrote:
> * Oleksandr Moskalenko <[EMAIL PROTECTED]> [2007-04-16 19:08]:
>
> > How about dropping php4 support altogether?
>
> That is probably a good option. Let us see what Elizabeth Bevilacqua and
> the d
MyESPN Home from
http://img444.imageshack.us/img444/3694/e7ne0.png
SportsESPN Our TeamNFLNFL
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
suitably addressed Otherwise
http://img444.imageshack.us/img444/4682/opik7.png
recipient ones given Get Returns
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
On Mon, Mar 26, 2007 at 06:39:53PM +0100, Mark Purcell wrote:
> Not quite sure why you raised this.
>
> asterisk-1.0.0-1 hasn't been in Debian for a very long time, even before the
> current stable version.
The security annoucement said that versions 1.0.0 - 1.2.10 were
vulnerable. This tag ough
Package: owl-dms
Version: 0.90-1
Severity: important
Tags: security, fixed-upstream
A vulnerability was reported on Aug 16 2006:
http://www.securityfocus.com/bid/19552
"Owl Intranet Engine is vulnerable to multiple cross-site scripting and
SQL-injection vulnerabilities."
This has been fixed ups
6.9 is vulnerable."
More informatipon at: http://www.securityfocus.com/bid/20557/info
-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.27-3-386
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
--
Elizabeth Bevilacqua // [EMAIL PROTECTED]
http:/
x27;t mark this issue resolved, as it is still possible to
accidentally trigger it by upgrading to mysql packages in experimental;
I'll tag it experimental instead.
Thanks,
Elizabeth Fong
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
as I can tell, only mysqli.so is actually loaded). The segfaults
occur mid-request, but before any data can be sent to the client and I
can generally pin them down to specific function calls in the PHP
scripts being compiled/run.
Thanks,
Elizabeth Fong
Here's a sample backtrac
tags 405851 + patch
thanks
Looks like an easy enough fix.
Elizabeth Fong
--- /etc/init.d/jetty 2006-06-07 09:48:49.0 -0700
+++ /etc/init.d/jetty 2007-01-26 16:28:01.0 -0800
@@ -18,6 +18,8 @@
# The first existing directory is used for JAVA_HOME (if JAVA_HOME is not
ue to this bug, but mvnForum happens to be
a lot of code. Removing unreproducible and moreinfo so this'll get a
fresh look, now that two people other than reporter have confirmed it,
and there's a minimal testcase.
Elizabeth Fong
--
To UNSUBSCRIBE, email to [EMAIL PROTECTE
and would like to receive a Masters or Doctorate
Qualification Office Number:
(773)-509-4920
Elizabeth Rivas
Honorius Online University
*Due to the high amount of calls we suggest leaving a message with your name
and number.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of
ID1DMz1DMT1EMj1EOCA9REE9RDc9QzU9RDI9QzU9DQo9Q0EhIj89?=
Date: Wed, 1 Nov 2006 12:14:07 +0300
MIME-Version: 1.0
Content-Type: text/plain;
format=flowed;
charset="koi8-r";
reply-type=original
Content-Transfer-Encoding: 8bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Micr
Good Day;
Thanks for contacting us regarding our newest (w)eight (s)uppressant.
Wanting to lose 20-25(Ibs) in 2 weeks is possible, but can be dangerous.
With a proper (d)iet and our latest version of (H)oodialife you will see
surprising results.
Our newest version of (H)oodialife has been rele
,
Elizabeth
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
if [ "$VIDEOBIOS_PATCH" = "yes" ]; then
SWITCH_VT=yes
echo "VIDEOBIOS_PATCH is enabled" >> $LSMOD_LOG
fi
fi
# debian update / 915resolution - Elizabeth Barham Fri May 19 04:46:05 CDT 2006
R915="/etc/default/915resolution&
IR/out.log 2>&1 & \
echo \$!" > "$PIDFILE"
echo "$NAME."
Thanks,
Elizabeth Fong
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (990, 'unstable'), (500, '
Package: wnpp
Severity: wishlist
Owner: Elizabeth Krumbach <[EMAIL PROTECTED]>
* Package name: dglog
Version : 1.0
Upstream Author : Jimmy Myrick <[EMAIL PROTECTED]>
* URL : http://www.tiger.org/technology/dg/
* License : GPL
Description
/private database to ensure our
records are accurate.
http://www.refiwowox.net/index.php?refid=windsor
Thank You and Good Day
Sincerely,
Elizabeth Bauer
Customer Service Rep.
eLMR INC
If this reached you in error please let our office know so we can take you off
the list:
http
information or to have a broker contact you please visit:
http://132972.br1b3ry.net/formupdate.asp
Best Regards,
Elizabeth Engle,
Account Manager
Database Deletion:
http://132972.br1b3ry.net/deletion.asp
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Troubl
information or to have a broker contact you please visit:
http://52450.k3ys.net/formupdate.asp
Best Regards,
Elizabeth Roberts,
Account Manager
Database Deletion:
http://52450.k3ys.net/deletion.asp
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Cont
information or to have a broker contact you please visit:
http://myudesuetude.h0us3.net/formupdate.asp
Best Regards,
Elizabeth Shafer,
Account Manager
No future contact:
http://cogbedroom.h0us3.net/deletion.asp
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe"
ll back on apache and see if it works later tonight,
when it's not peak hours on the sites I host.
Elizabeth
On Mon, 21 Feb 2005 21:58:34 +1100, Jonathan Oxer <[EMAIL PROTECTED]> wrote:
> On Mon, 2005-02-21 at 11:27 +0100, Raphaël Fairise wrote:
>
> >Package 2.4.6-10 seems to
Ahh, that was the solution. Yeah, zend_extension must have been the
problem... I was wondering why it wasn't working.
Elizabeth
On Fri, 18 Feb 2005 11:21:25 +0100, Raphael Fairise
<[EMAIL PROTECTED]> wrote:
> - even with the correct path, zend_extension option doesn't work at
Okay, I just looked at the docs. It's supposed to be
zend_extension_ts instead of zend_extension.
Elizabeth
On Fri, 18 Feb 2005 11:20:36 -0800, Elizabeth Fong
<[EMAIL PROTECTED]> wrote:
> Ahh, that was the solution. Yeah, zend_extension must have been the
> problem... I was
Yep, just means postinst needs to wipe out the cache. :)
Elizabeth
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Current Matches:
1.
Elizabeth Chatman is within 25 miles from your
location. She is married, but her husband is away
almost every weekend and some weeknights.
2.
Maria Simmons is within 16 miles from your
location. She is married but looking for another
relationship while her husband is on
Found it. Not terribly hard to fix:
Line 42:
- if(`grep "TurckLoader.so" $src`)
+ if(`grep "TurckLoader.so" "$src"`)
Elizabeth Fong
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
97 matches
Mail list logo