Bug#944028: ITP: git-delta -- A syntax-highlighting pager for git

2020-10-28 Thread Dan Davison
When time permits please let me know how I can help and what the next steps are.

I'm not an expert on packaging considerations but I note that the
package which was conflicting with delta on binary name "delta" was
removed from Debian here:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=961607. The ideal
would be to install delta as an executable named "delta", since that
is how the executable is referred to in upstream documentation and
current user configuration files.

On Sat, 10 Oct 2020 at 12:17, Dan Davison  wrote:
>
> Hi all, I'm the package author and maintainer; let me know if I can help.
>
> It seems that debian will need to install delta with an executable name other 
> than "delta" since that is taken: if so I suggest the installed executable 
> name should be "git-delta", since that is the proposed name of the package 
> (and is the name of the package in other package repositories). It's a little 
> unfortunate, since the tool also works on unified diff (and subversion, and 
> mercurial) input, but I'm not aware of a better solution.
>
> Linking another debian packaging ticket (now archived) for getting delta into 
> debian from last year: 
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=946213
>
> Dan
>
> On Sat, 10 Oct 2020 08:06:01 + Franklin Yu  wrote:
> > Note that the author already have a packaging script:
> >
> > https://github.com/dandavison/delta/blob/3790009a45cc9fc99bb7ae7249e756b393d35eda/etc/ci/before_deploy.sh
> >
> > This script generates some basic Debian files. It might be a good starting
> > point.
> >



Bug#944028: ITP: git-delta -- A syntax-highlighting pager for git

2020-10-10 Thread Dan Davison
Hi all, I'm the package author and maintainer; let me know if I can help.

It seems that debian will need to install delta with an executable name
other than "delta" since that is taken: if so I suggest the installed
executable name should be "git-delta", since that is the proposed name of
the package (and is the name of the package in other package repositories).
It's a little unfortunate, since the tool also works on unified diff (and
subversion, and mercurial) input, but I'm not aware of a better solution.

Linking another debian packaging ticket (now archived) for getting delta
into debian from last year:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=946213

Dan

On Sat, 10 Oct 2020 08:06:01 + Franklin Yu 
wrote:
> Note that the author already have a packaging script:
>
>
https://github.com/dandavison/delta/blob/3790009a45cc9fc99bb7ae7249e756b393d35eda/etc/ci/before_deploy.sh
>
> This script generates some basic Debian files. It might be a good starting
> point.
>


Bug#946213: RFS: git-delta/0.0.15 -- Syntax-highlighting pager for git and diff output

2020-01-09 Thread Dan Davison
Hi Adam, thanks! I definitely still want to get it into Debian, I just need
to decide what to do about the name clash, whether I'm prepared to rename
the project etc.

Alas, git-delta is written in some heathen language
> I don't know how to deal with (Rust's own package manager pollutes quite a
> bit of the system), thus it would be nice to have it properly packaged so
> doofuses like me can use it.
>

By the way, there's no reason to wait for it to be in Debian before using
it. Rust produces statically linked executables by default; executables for
the latest release are available at
https://github.com/dandavison/delta/releases.


>
> Thus, a ping.
>
>
> Meow!
> --
> ⢀⣴⠾⠻⢶⣦⠀ A MAP07 (Dead Simple) raspberry tincture recipe: 0.5l 95% alcohol,
> ⣾⠁⢠⠒⠀⣿⡁ 1kg raspberries, 0.4kg sugar; put into a big jar for 1 month.
> ⢿⡄⠘⠷⠚⠋⠀ Filter out and throw away the fruits (can dump them into a cake,
> ⠈⠳⣄ etc), let the drink age at least 3-6 months.
>


Bug#946213: RFS: git-delta/0.0.15 -- Syntax-highlighting pager for git and diff output

2019-12-10 Thread Dan Davison
On Sun, 8 Dec 2019 at 22:31, Paul Wise  wrote:

> On Sat, Dec 7, 2019 at 9:36 PM Dan Davison wrote:
>
> > Currently (FreeBSD, Rust Cargo, Arch Linux, Homebrew) the package name
> is "git-delta", which installs an executable named "delta". Can it do the
> same for Debian?
>
> There is one package already using that executable name:
>
> $ apt-file search bin/delta
> ...
> swap-cwm: /usr/bin/delta
>
> In general, it is a bad idea to use generic names because of the
> potential for namespace conflicts (in $PATH, package names etc).
>
> A rebrand to something like diff-syntax-highlight or git-delta might
> be a good idea.
>


You might be right that my naming was suboptimal! Indeed, even the
git-prefixed package name isn't great because the syntax highlighter works
for unified diff in addition to git output. However, I'm not sure I'm ready
to make this breaking change for the existing users yet. Is it an option to
distribute it for now with the same name as it is currently distributed
under in ArchLinux, Homebrew, FreeBSD, Windows and Rust Cargo? I.e.
package: "git-delta"
executable: "delta"
(For all but Rust Cargo this is in conflict with the other project, for
which package = executable = delta).)

Specifically, are either of the following options?

1. Package "git-delta" installing executable "delta" (install fail/denied
if user has the other package installed)
2. Package "git-delta" installing executables "delta" and alias "git-delta"
(only the alias installed if "delta" exists?)


>
> --
> bye,
> pabs
>
> https://wiki.debian.org/PaulWise
>


Bug#946213: RFS: git-delta/0.0.15 -- Syntax-highlighting pager for git and diff output

2019-12-07 Thread Dan Davison
>
>
>
> > It builds the following binary package:
> >
> >   delta - A syntax-highlighting pager for git and diff output
>
> That name is already used by an unrelated package.
>

Currently (FreeBSD, Rust Cargo, Arch Linux, Homebrew) the package name is
"git-delta", which installs an executable named "delta". Can it do the same
for Debian?


> > *.deb files for the latest version are at
> > https://github.com/dandavison/delta/releases/tag/0.0.15
>
> We need sources (ie, the .dsc file and stuff referenced from it) rather
> than
> binary artefacts.
>

Is this document what I should be following?
https://wiki.debian.org/SimplePackagingTutorial.

Thanks!

Dan


>
> Without the source, I can't upload nor review anything.  On the other hand,
> a glance at your tool's README seems awesome!
>
>
> Meow!
> --
> ⢀⣴⠾⠻⢶⣦⠀ A MAP07 (Dead Simple) raspberry tincture recipe: 0.5l 95% alcohol,
> ⣾⠁⢠⠒⠀⣿⡁ 1kg raspberries, 0.4kg sugar; put into a big jar for 1 month.
> ⢿⡄⠘⠷⠚⠋⠀ Filter out and throw away the fruits (can dump them into a cake,
> ⠈⠳⣄ etc), let the drink age at least 3-6 months.
>


Bug#946213: RFS: git-delta/0.0.15 -- Syntax-highlighting pager for git and diff output

2019-12-05 Thread Dan Davison
Package: sponsorship-requests
Severity: wishlist

Dear mentors,

I am looking for a sponsor for my package "git-delta":

* Package name: git-delta
   Version : 0.0.15
   Upstream Author : Dan Davison dandavis...@gmail.com
* URL : https://github.com/dandavison/delta
* License : MIT
* Vcs : https://github.com/dandavison/delta
   Section : devel

It builds the following binary package:

  delta - A syntax-highlighting pager for git and diff output

To access further information about this package, please visit the
following URL:

  https://github.com/dandavison/delta

*.deb files for the latest version are at
https://github.com/dandavison/delta/releases/tag/0.0.15


Thanks,

Dan Davison


Bug#681233: unblock: pynn/0.7.4-1

2012-08-27 Thread Andrew Davison

Hi Yaroslav,

On 22 août 12, at 18:08, Yaroslav Halchenko wrote:

unblocked anyway...


thanks Julien!  you made me blush that I have missed them in my
quick review of the changes.

NB I am CCing upstream who might like to straighten those up

On Wed, 22 Aug 2012, Julien Cristau wrote:
def setup(timestep=0.1, min_delay=0.1, max_delay=0.1,  
debug=False,**extra_params):

+
+logger.debug(setup() called, extra_params =  
+str(extra_params))



this is broken, surely it should be below the docstring?


ideally -- yes -- but should be harmless



Should be called at the very beginning of a script.
extra_params contains any keyword arguments that are required  
by a given

simulator but not by others.





also the sys.path.append('/usr/lib/python2.x/site-packages/oldxml')
seems like a horrible, horrible hack.


indeed... with not 100% clear motive (besides suggesting wanting
an older xml module, which was just bluntly manually copied on
that system).

Andrew -- could you clarify?:

src/neuroml.py:sys.path.append('/usr/lib/python%s/site-packages/ 
oldxml' % sys.version[:3]) # needed for Ubuntu
src/neuroml2.py:sys.path.append('/usr/lib/python%s/site-packages/ 
oldxml' % sys.version[:3]) # needed for Ubuntu


may be those are just left-overs which could be safely dropped?


These two files (neuroml.py and neuroml2.py) are experimental code,  
and are not intended to be distributed with PyNN 0.7.x (they will be  
cleaned up and tested for the upcoming PyNN 0.8.0)


I can edit the MANIFEST.in file to specifically exclude them, and make  
a bug-fix release 0.7.5, but this seems like overkill. Is it necessary?


Best regards, and many thanks again for your work on this,

Andrew


--
Dr Andrew Davison
Unité de Neuroscience, Information et Complexité (UNIC)
Institut de Neurobiologie Alfred Fessard
Centre Nationale de la Recherche Scientifique
1, avenue de la Terrasse
91198 Gif sur Yvette
France

Tel: +33 1 69 82 34 51
http://www.andrewdavison.info/


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#669466: [NeuralEnsemble] PyNN: fresh tests failures with 0.7.2

2012-07-03 Thread Andrew Davison
OK, all the unit tests now pass on a fresh install of Debian Wheezy  
(which has NumPy 1.6.2), as well as on Ubuntu 11.04 (NumPy 1.5.1).


I've made a new bug-fix release:

package:  http://pypi.python.org/pypi/PyNN/0.7.4
source: https://neuralensemble.org/svn/PyNN/tags/0.7.4 or 
https://neuralensemble.org/svn/PyNN/branches/0.7

Please let me know if there are any problems.

Cheers,

Andrew


On 2 juil. 12, at 23:38, Yaroslav Halchenko wrote:
oki doki -- here is an update -- boiled down all numpy-related  
issues (I have
not looked at the failing mock-related test -- which smells also  
like a

regression in mock 0.8.0):

1.
NB unittests.test_files.test_NumpyBinaryFile failure seems was gone  
in

its own course with upgrades of numpy



but I also started to get
= 
=

ERROR: unittests.test_files.test_NumpyBinaryFile
--
Traceback (most recent call last):
 File /usr/lib/python2.7/dist-packages/nose/case.py, line 197, in  
runTest

   self.test(*self.arg)
 File /tmp/buildd/pynn-0.7.2/test/unittests/test_files.py, line  
92, in test_NumpyBinaryFile

   assert_equal(nbf.get_metadata(), metadata)
 File /tmp/buildd/pynn-0.7.2/build/lib.linux-x86_64-2.7/pyNN/ 
recording/files.py, line 216, in get_metadata

   self.fileobj.seek(0)
ValueError: I/O operation on closed file


here is the report:
http://projects.scipy.org/numpy/ticket/2178#comment:1
and tentative fix
https://github.com/numpy/numpy/pull/328

pynn workaround would probably simply to disable that portions
of the test on numpy = 1.6, and = (where gets fixed).

agree?

2.

A new one
==
FAIL: unittests.test_files.test_StandardTextFile_write
--
Traceback (most recent call last):
 File /usr/lib/python2.7/dist-packages/nose/case.py, line 197, in  
runTest

   self.test(*self.arg)
 File /home/yoh/deb/gits/pkg-exppsy/pynn/test/unittests/ 
test_files.py, line 57, in test_StandardTextFile_write

   target)
AssertionError: [call('# a = 1\n# b = 9.99\n'),
call('0.0\t2.2998\n'),
call('1.0\t3.3999\n'),
call('2.0\t4.2998\n')] != [(('# a = 1\n# b = 9.99\n',),  
{}), (('0.0\t2.3\n',), {}), (('1.0\t3.4\n',), {}), (('2.0\t4.3\n',),  
{})]



which I haven't figured out 100% but

$ python2.7 -c print repr([(0, 2.3),(1, 3.4),(2, 4.3)])
[(0, 2.3), (1, 3.4), (2, 4.3)]
$ python2.6 -c print repr([(0, 2.3),(1, 3.4),(2, 4.3)])
[(0, 2.2998), (1, 3.3999), (2,  
4.2998)]


suggests that it might be just worth not relying on repr of FPs where
either decimal or binary form aren't unambiguous, so please
find/accept/consider attached patch or advise on the alternative  
resolution


3.
= 
=

FAIL: unittests.test_files.test_NumpyBinaryFile
--
Traceback (most recent call last):
 File /usr/lib/python2.7/dist-packages/nose/case.py, line 197, in  
runTest

   self.test(*self.arg)
 File /«PKGBUILDDIR»/test/unittests/test_files.py, line 92, in  
test_NumpyBinaryFile

   assert_equal(nbf.get_metadata(), metadata)
AssertionError: {'a': 1, 'b': 9} != {'a': 1, 'b': 9.99}
- {'a': 1, 'b': 9}
+ {'a': 1, 'b': 9.99}
?   +++


boiled down once again to numpy's regression (fixed upstream in as  
bisected

e15d0bdd3cc0bc0928e1f4d0b419a2fb3de02af9)

Debian bug report: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679948
pynn resolution:

is metadata always of 'float' type?  then dtype=(str, float) could be
provided to np.array within NumpyBinaryFile.save  to assure correct  
dtype...


please advise

--
Yaroslav O. Halchenko
Postdoctoral Fellow,   Department of Psychological and Brain Sciences
Dartmouth College, 419 Moore Hall, Hinman Box 6207, Hanover, NH 03755
Phone: +1 (603) 646-9834   Fax: +1 (603) 646-1419
WWW:   http://www.linkedin.com/in/yarik

--
You received this message because you are subscribed to the Google  
Groups Neural Ensemble group.
To post to this group, send an email to neuralensem...@googlegroups.com 
.
To unsubscribe from this group, send email to neuralensemble+unsubscr...@googlegroups.com 
.
For more options, visit this group at http://groups.google.com/group/neuralensemble?hl=en-GB 
.


0001-BF-test_StandardTextFile_write-test-on-numbers-with-.patch


--
Dr Andrew Davison
Unité de Neuroscience, Information et Complexité (UNIC)
Institut de Neurobiologie Alfred Fessard
Centre Nationale de la Recherche Scientifique
1, avenue de la Terrasse
91198 Gif sur Yvette
France

Tel: +33 1 69 82 34 51
http://www.andrewdavison.info/








--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#623856: String overscan issues in ssmtp (potential for memory corruption)

2011-04-23 Thread Wayne Davison
Package: ssmtp
Version: 2.64-4

I have a patch that fixes several issues with the parsing of the From
line where a string scan could go off the end or the beginning of the
string.  For instance, if it finds a '(' (on a From line w/o a
''...'' bounded addr), it will scan past the end if no ')' is found.
 If a trailing is ')' is found, it will scan past the beginning if no
'(' is found.  And the trailing-space stripping function has a bug
that makes it unsafe if called on an empty (or white-space only)
string (e.g. the parsing of a From line that has only trailing spaces
could trigger that bug).

In each failure case the code can potentially write a zero byte
somewhere outside of the string's memory, possibly corrupting malloc
pointers or other nearby data.  In the addr_parse() case there is also
the potential to return a random section of memory as the parsed
address.

My patch for these issues is here:  http://opencoder.net/ssmtp-overscan.patch

..wayne..



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#549290: Healthcare, Business and Finance mailing/email lists

2010-09-23 Thread davison
To find out what we have more specifically please contact me at this email 
address: qualityli...@gmx.com I will be happy to send you a catalog and more 
details for all our lists.

  




Send us an email to purgef...@gmx.com we will discontinue from the list
  







-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#498083: rsync: segfaults reproducible

2008-09-23 Thread Wayne Davison
Please try out the patch I posted to the rsync mailing list.  Here's a
couple different ways to look at it (the first has an easy link for
downloading the patch, the second is easier for viewing the patch):

http://lists.samba.org/archive/rsync/2008-September/021778.html

http://www.mail-archive.com/[EMAIL PROTECTED]/msg22528.html

..wayne..



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#166370: Selbstst#228;ndige Arbeit

2008-03-20 Thread Elisa Davison
Wir sind ein dynamisches Unternehmen.
 Zur Verst#228;rkung unseres Teams suchen wir einen Regionalmanager.
Voraussetzungen:
•   Wohnort: die USA, Deutschland
•flexibel, zuverl#228;ssig, verantwortungsvoll
•gute PC Kenntnisse (Email, Microsoft World) und Internetanschlu#223;
•minimal 3 Stunden pro Tag frei
Wir 
•   versprechen Ihnen einen angenehmen und sicheren Arbeitsplatz 
•   bieten Ihnen ein leistungsorientiertes Gehalt und ausgezeichnete 
Karrierechancen
•   #252;berlassen es Ihnen selbst ,wie Sie Ihre Arbeitszeit organisieren
Das Wesentliche bei der Arbeit:
1. Geld von einem unserer Kunden bekommen 
2. das Geld #252;ber Western Union transferieren lassen

Ihr Verdienst betr#228;gt 2400$ pro Monat. Von jeder Geldsumme, die man 
#252;berwiesen hat, kriegt man  2 % zus#228;tzlich.
 Die Probezeit dauert 2 Wochen. In dieser Zeit kriegen Sie kein festes Gehalt, 
sondern nur 2 % von jeder #220;berweisung.

Haben Sie Interesse an dieser Position, dann senden 
Sie Ihre Bewerbung an:  [EMAIL PROTECTED]




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#49258: accelerometer ambient arrest

2008-03-17 Thread Mohammad Davison
Grab Prescritpions and Meidcations today!

http://www.apatheticauditorium.americanism.kusanra.com



not accelerometerambient




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#369305: zsh: failed to write history file /home/sven/.zsh-history: no such file or directory

2008-03-06 Thread Wayne Davison
On Thu, Mar 06, 2008 at 10:19:37AM +, Peter Stephenson wrote:
 If we decide a warning message is still appropriate, given that we've
 detected exactly what's going on it should probably be more specific
 than just a vague failed to write history.

Yes, we should definitely be giving the user better information.

I've fixed several things:

1. Tell the user when we're refusing to write out the history file so
that the ownership won't change.  Try to differentiate if we're just
skipping the rewrite or if no new history data was written.

2. Allow root to write out the file even if it doesn't own it, as long
as zsh knows how to chown a file handle.

3. Avoid the generic failure message that confuses the issue (by setting
err = 0).

4. (bonus) Output the right error if we can't open the file for writing,
not an error about the file-handle being invalid.  (This was due to the
use of fdopen(open(...), ...), which loses the errno from open().)

..wayne..
--- Src/hist.c  31 Dec 2007 23:14:17 -  1.70
+++ Src/hist.c  6 Mar 2008 16:43:05 -
@@ -2192,13 +2192,13 @@ savehistfile(char *fn, int err, int writ
 }
 errno = 0;
 if (writeflags  HFILE_APPEND) {
+   int fd = open(unmeta(fn), O_CREAT | O_WRONLY | O_APPEND | O_NOCTTY, 
0600);
tmpfile = NULL;
-   out = fdopen(open(unmeta(fn),
-   O_CREAT | O_WRONLY | O_APPEND | O_NOCTTY, 0600), a);
+   out = fd = 0 ? fdopen(fd, a) : NULL;
 } else if (!isset(HISTSAVEBYCOPY)) {
+   int fd = open(unmeta(fn), O_CREAT | O_WRONLY | O_TRUNC | O_NOCTTY, 
0600);
tmpfile = NULL;
-   out = fdopen(open(unmeta(fn),
-O_CREAT | O_WRONLY | O_TRUNC | O_NOCTTY, 0600), w);
+   out = fd = 0 ? fdopen(fd, w) : NULL;
 } else {
tmpfile = bicat(unmeta(fn), .new);
if (unlink(tmpfile)  0  errno != ENOENT)
@@ -2206,13 +2206,27 @@ savehistfile(char *fn, int err, int writ
else {
struct stat sb;
int old_exists = stat(unmeta(fn), sb) == 0;
+   uid_t euid = geteuid();
 
-   if (old_exists  sb.st_uid != geteuid()) {
+   if (old_exists
+#if defined HAVE_FCHMOD  defined HAVE_FCHOWN
+ euid
+#endif
+ sb.st_uid != euid) {
free(tmpfile);
-   tmpfile = NULL; /* Avoid an error about HISTFILE.new */
+   if (err) {
+   if (isset(APPENDHISTORY) || isset(INCAPPENDHISTORY)
+|| isset(SHAREHISTORY))
+   zerr(writing %s would change its ownership -- skipped 
size trimming, fn);
+   else
+   zerr(writing %s would change its ownership -- history 
not saved, fn);
+   err = 0; /* Don't report a generic error below. */
+   }
out = NULL;
-   } else
-   out = fdopen(open(tmpfile, O_CREAT | O_WRONLY | O_EXCL, 0600), 
w);
+   } else {
+   int fd = open(tmpfile, O_CREAT | O_WRONLY | O_EXCL, 0600);
+   out = fd = 0 ? fdopen(fd, w) : NULL;
+   }
 
 #ifdef HAVE_FCHMOD
if (old_exists  out) {


Bug#369305: zsh: failed to write history file /home/sven/.zsh-history: no such file or directory

2008-03-05 Thread Wayne Davison
On Wed, Mar 05, 2008 at 03:29:36PM -0500, Clint Adams wrote:
 As Sven notes, any history added before exiting will make it into the
 history file despite the error message.

The history being added is the appending going on due to SHARE_HISTORY.
The error is referring to the inability to rewrite the history file on
exit, and it is actually failing (because the write-new, then rename
steps would cause the file to change ownership).  If incremental history
updating was not happening, the failed rewrite would indeed not save
anything new.  The no such file or directory error string is
presumably a left-over errno that Peter noticed.

Aside:  I like to make sure to never mix user history and root history,
so I define a different HISTFILE for root (e.g. .zhist_$USER).

..wayne..



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#199651: Job in USA.

2007-10-27 Thread Jan Davison
Good day jobseeker,

We are present new work.
We are glad to invite you to our company.
Big salary. 
Availible Vacancy - Financial customer
Please send you resume on this email: [EMAIL PROTECTED] for more info! 

Attention: your Job Verification Number is: 892155365

Best regards,
Robert Colonais
Hiring Manager.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#197156: We are present new vacancy.

2007-10-27 Thread Rhea Davison
Hello jobseeker,

We are present new vacancy.
We are glad to invite you to our company.
Exelent salary. 
Availible Vacancy - Financial manager
Please send you resume on this email: [EMAIL PROTECTED] for more info! 

Important: your Job Verification Number is: 451215524

Sincerely,
Joe Burns
Hiring Manager.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#201743: We met last week

2007-07-22 Thread Lesa Davison

Hi,

I'm Julia and would like to be your friend.
Hope you don't mind to drop me an email at
[EMAIL PROTECTED] and we keep in touch ok?

Miss ya :)



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#370799: rsync: [manual] option names should be listed alphabetically

2006-06-06 Thread Wayne Davison
Alphabetical order only helps someone to scan by eye for a known name,
not to find a useful option by what function it performs.  The current
idea is to group options together that perform similar functions, which
(hopefully) helps people to find options by their concept (however, the
list could certainly be improved to make this clustering better).

If someone already knows the name of an option, instead of scanning a
sorted list by eye, I'd suggest searching for it using a pager.

Thus, I don't see the benefit of having the options in alphabetical
order.

..wayne..


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#286275: dpkg: [INSTALL-INFO] fixing the --dir-file option

2006-04-11 Thread Wayne Davison
Package: dpkg
Version: 1.13.17
Followup-For: Bug #286275


The initial problem reported in this bug (that install-info does not
understand the --dir-file option), no longer appears to be true.
Unfortunately, the implementation of the --dir-file option is not
correct:  the script makes it an alias for the --info-dir option when
the former expects a filename and the latter expects a directory with an
assumed dir filename appended.  The failure condition is that anyone
using the --dir-file option properly gets an error referring to a
filename with an extra /dir (e.g. /usr/local/info/dir/dir).

My fix is to change the $infodir variable to hold the name of the file,
not the directory with a bunch of appended /dir strings in the code.

The attached patch makes the following changes:

1. All instances of $infodir/dir were changed to $infodir .
2. Any resulting instances of $infodir (including the quotes) was
   changed to remove the unneeded double-quotes.
3. The initialization of $infodir gets a trailing /dir added.
4. The matching of --infodir and --info-dir was unified to use a
   single regex and to append /dir to the end of the specified dir.
5. Changed a call of -s $infodir to -s _ because we can reuse
   the same stat info as a prior -e check.
6. Fixed the indentation of 4 lines.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages dpkg depends on:
ii  coreutils [textutils] 5.94-1 The GNU core utilities
ii  libc6 2.3.6-3GNU C Library: Shared libraries an

dpkg recommends no packages.

-- no debconf information
--- /usr/sbin/install-info  2006-03-19 17:38:31.0 -0800
+++ /tmp/install-info   2006-04-11 13:39:54.0 -0700
@@ -29,7 +29,7 @@
 END
 }
 
-$infodir='/usr/share/info';
+$infodir='/usr/share/info/dir';
 $maxwidth=79;
 $Text::Wrap::columns=$maxwidth;
 $backup='/var/backups/infodir.bak';
@@ -80,14 +80,12 @@
 $sectiontitle= shift(@ARGV);
 } elsif (m/^--(c?align|maxwidth)=([0-9]+)$/) {
warn( $name: $1 deprecated(ignored)\n );
-} elsif (m/^--infodir=/) {
-$infodir=$';
+} elsif (m/^--info-?dir=/) {
+$infodir=$' . '/dir';
 } elsif (m/^--info-file=/) {
 $filename=$';
 } elsif (m/^--menuentry=/) {
 $menuentry=$';
-} elsif (m/^--info-dir=/) {
-$infodir=$';
 } elsif (m/^--description=/) {
 $description=$';
 } elsif (m/^--dir-file=/) { # for compatibility with GNU install-info
@@ -250,21 +248,21 @@
 }
 }
 
-if (!$nowrite  ( ! -e $infodir/dir || ! -s $infodir/dir )) {
+if (!$nowrite  ( ! -e $infodir || ! -s _ )) {
 if (-r $backup) {
-   print STDERR $name: no file $infodir/dir, retrieving backup file 
$backup.\n;
-   if (system (cp $backup $infodir/dir)) {
-   print STDERR $name: copying $backup to $infodir/dir failed, giving 
up: $!\n;
+   print STDERR $name: no file $infodir, retrieving backup file 
$backup.\n;
+   if (system (cp $backup $infodir)) {
+   print STDERR $name: copying $backup to $infodir failed, giving up: 
$!\n;
exit 1;
}
 } else {
 if (-r $default) {
print STDERR $name: no backup file $backup available, retrieving 
default file.\n;

-   if (system(cp $default $infodir/dir)) {
-   print STDERR $name: copying $default to $infodir/dir failed, 
giving up: $!\n;
-   exit 1;
-}
+   if (system(cp $default $infodir)) {
+   print STDERR $name: copying $default to $infodir failed, 
giving up: $!\n;
+   exit 1;
+   }
} else {
print STDERR $name: no backup file $backup available.\n;
print STDERR $name: no default file $default available, giving 
up.\n;
@@ -273,15 +271,15 @@
 }
 }
 
-if (!$nowrite  !link($infodir/dir,$infodir/dir.lock)) {
+if (!$nowrite  !link($infodir,$infodir.lock)) {
 print STDERR $name: failed to lock dir for editing! $!\n.
-($! =~ m/exists/i ? try deleting $infodir/dir.lock ?\n : '');
+($! =~ m/exists/i ? try deleting $infodir.lock ?\n : '');
 }
 
-open(OLD,$infodir/dir) || ulquit(open $infodir/dir: $!);
+open(OLD,$infodir) || ulquit(open $infodir: $!);
 @work= OLD;
-eof(OLD) || ulquit(read $infodir/dir: $!);
-close(OLD) || ulquit(close $infodir/dir after read: $!);
+eof(OLD) || ulquit(read $infodir: $!);
+close(OLD) || ulquit(close $infodir after read: $!);
 while (($#work = 0)  ($work[$#work] !~ m/\S/)) { $#work--; }
 
 while (@work) {
@@ -443,22 +441,22 @@
 }
 
 if (!$nowrite) {
-open(NEW, $infodir/dir.new) || ulquit(create $infodir/dir.new: $!);
-print(NEW @head,join(\n,@newwork)) || ulquit(write $infodir/dir.new: 
$!);
-close(NEW) || ulquit(close $infodir/dir.new: 

Bug#59518: How've you been?

2006-03-05 Thread Davison
Hows it been going, [EMAIL PROTECTED]

We are pleased to notify you of your approval.

www.adahi2kcsaa.com/1am

Please submit your details to continue.

Regards,
Davison


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#353359: pop-before-smtp is in need of an update: 1.41 is the latest

2006-03-01 Thread Wayne Davison
FYI: the arrival of March 1st revealed a bug in 1.40's new timestamp
parsing, so version 1.41 was released earlier today.

..wayne..


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#111033: Recognition Diploma : paul sutter

2006-02-25 Thread Davison

paul
Sorry to bug you, but you were referred to us by a friend / working
associate.

As of Jan 2006 our College has began a work experience diploma program.
In the field of your choice.

Our work experience / life experience transcripts are the same transcripts
we give our full time students,
but we base them on your past knowledge and therefore require no exans.



Our Regular office has someone available 24 hours a day, 7 Days a week.

If you are interested then call us at:
1-509-479-8029





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#353359: pop-before-smtp is in need of an update: 1.39 is the latest

2006-02-20 Thread Wayne Davison
Some significant changes in timestamp handling were just recently
finished, so I went ahead and released version 1.40.  FYI.

..wayne..


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#289396: pop-before-smtp: please provide configurable grace period

2006-02-17 Thread Wayne Davison
Simply edit the /etc/pop-before-smtp/pop-before-smtp.conf and look for
the commented $grace assignment:

# A 30-minute grace period before the IP address is expired.
#$grace = 30*60;

Change the second line to be uncommented and have whatever value (in
seconds) that you desire.  For instance, this chooses 90 minutes:

# A 90-minute grace period before the IP address is expired.
$grace = 90*60;

..wayne..


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#353359: pop-before-smtp is in need of an update: 1.39 is the latest

2006-02-17 Thread Wayne Davison
Package: pop-before-smtp
Version: 1.36-2
Severity: wishlist


I'd like to see the pop-before-smtp package updated to version 1.39 in
testing.  Debian's current version is 1.36, which was released about 1.4
years ago.

Starting with the 1.37 release, pop-before-smtp has support for cached
IMAP connections (as used by Thunderbird), so it would be nice to see
this support make it into Debian testing.

The upgrade would also fix bugs #275707 and #320461 for Etch.  I think
bug #292245 is already fixed by 1.36 in Sarge.  Bug #289396 could also
be closed because pop-before-smtp already has support for a configurable
grace period.  FYI.

Thanks in advance!

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages pop-before-smtp depends on:
ii  libnet-netmask-perl   1.9012-1   parse, manipulate and lookup IP ne
ii  libtimedate-perl  1.1600-5   Time and date functions for Perl
ii  netbase   4.24   Basic TCP/IP networking system
ii  perl  5.8.7-10   Larry Wall's Practical Extraction 
ii  postfix [mail-transport-agent 2.2.8-9A high-performance mail transport 

pop-before-smtp recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#344113: rsync: tries to chdir() into a device (strace attached)

2006-02-10 Thread Wayne Davison
 A small hint: this problem is not deterministic.

The reason you might have thought that is that your test script has a
bug in it -- it's missing a trailing slash on the source directory.

FYI, this bug has been fixed for the 2.6.7 version (which is now in
a pre-release testing phase).

..wayne..


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#158170: rsync: hangs or exits with strange errors when pulling files

2006-02-10 Thread Wayne Davison
Russ:  your strace output didn't list the 3rd rsync process (there are
two processes on the receiving side and one on the sending side).  Also,
the issues and debugging page of the rsync website has some hints to
help debug problem scenarios, such as including what netstat says
about active socket connections and their send/receive buffers.  You
might also try using --blocking-io or --no-blocking-io to see if that
makes any difference (using --blocking-io fixed one situation recently).

Richard wrote:
 /usr/bin/rsync --no-detach --daemon --config /etc/rsyncd.conf
[...]
 rsync -a fs1::remote-name/ /localfilesystem/path/
[...]
 rsync error: timeout in data send/receive (code 30) at io.c(181)

The only way a timeout can occur without a client-specified --timeout
option is if the daemon's config file specifies a timeout, and that can
be problematical if it is too short to allow for any dead-time that can
occur during the transfer of a large file (what is it's setting?).  The
current protocol does not allow the daemon to tell the client about a
timeout setting, so the client can't help to prevent a timeout unless
there is also a command-line --timeout option specified (which should be
less-than or equal-to the daemon's timeout setting).  If timeouts still
occur with a long timeout value, treat the situation as a hang and get
some strace output of the 3 processes and the netstat output when the
connection stalls so that we can try to figure out what might be wrong.

..wayne..


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#166183: rsync: doesnt work if there are spaces in filenames

2006-02-10 Thread Wayne Davison
This is not really a bug, but the documented way rsync currently works.
It uses unescaped spaces to allow the user to ask for multiple arguments
from the remote host, and thus requires that filenames with spaces be
escaped in some shell-compatible manner.

Another way to avoid the problem is to use the --files-from option, even
if you're just asking for one file.   This works fine because filenames
read via --files-from are used literally, with no special handling
needed for space-containing names.

..wayne..


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#289707: rsync: crashes on partial file transfer

2006-02-10 Thread Wayne Davison
This must be a change in behavior on the part of a library or something.
I've just checked in the attached change so that it will come out in the
final 2.6.7 release (this patch is relative to 2.6.7pre1).

..wayne..
--- main.c  5 Feb 2006 04:52:11 -   1.293
+++ main.c  11 Feb 2006 02:35:27 -
@@ -1229,6 +1229,9 @@ int main(int argc,char *argv[])
/* Ignore SIGPIPE; we consistently check error codes and will
 * see the EPIPE. */
SIGACTION(SIGPIPE, SIG_IGN);
+#ifdef SIGXFSZ
+   SIGACTION(SIGXFSZ, SIG_IGN);
+#endif
 
/* Initialize push_dir here because on some old systems getcwd
 * (implemented by forking pwd and reading its output) doesn't


Bug#120116: employer doesnt want you to know his secrets

2006-01-22 Thread Davison Jerome
Hey,,

You have been selected to generate 1.5 - 3.5k daily!

Phone me at my line below.

Let me help you generate payments!

Sincerely,
[EMAIL PROTECTED]
1*888*701*3877


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#124835: Don't show up at the office tomorrow

2006-01-10 Thread Davison U.
Hi,
 
Want to generate 1.5 - 3.5k easily from the comfort
of your own home with minimal effort?

Call me here to do it : 1*888*714*3306

Payments are made daily.

Bye,
Davison U.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#337549: installation report

2005-11-04 Thread Wayne Davison
Package: installation-reports

Debian-installer-version: daily debian-testing-i386-netinst.iso downloaded Nov 
3, 2005
uname -a: Linux myhost 2.6.12-1-386 #1 Tue Sep 27 12:41:08 JST 2005 i686 
GNU/Linux
Date: 3-Nov-2005 18:30 PST
Method: Booted CD-ROM of netinst; http from mirros.kernel.org (no proxy)

Machine: an old Micron PC from several years back
Processor: P3 733
Memory: 640 MB
Root Device: 300.1GB IDE Hard Disk from Western Digital

Root Size/partition table:

/dev/hda1  52M  /boot
/dev/hda2 1.9G  swap
/dev/hda3 3.8G  /
/dev/hda4 274G  /big

(I use bind mount points to point various things like /home, /var,
/usr/local, and others into the /big storage without having to divide
the storage into real, hard-sized partitions.)

Output of lspci and lspci -n:

:00:00.0 Host bridge: VIA Technologies, Inc. VT82C693A/694x [Apollo 
PRO133x] (rev 82)
:00:01.0 PCI bridge: VIA Technologies, Inc. VT82C598/694x [Apollo 
MVP3/Pro133x AGP]
:00:07.0 ISA bridge: VIA Technologies, Inc. VT82C596 ISA [Mobile South] 
(rev 12)
:00:07.1 IDE interface: VIA Technologies, Inc. 
VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
:00:07.2 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller (rev 08)
:00:07.3 Host bridge: VIA Technologies, Inc. VT82C596 Power Management (rev 
20)
:00:0e.0 Multimedia audio controller: Ensoniq ES1371 [AudioPCI-97] (rev 08)
:00:10.0 Ethernet controller: Lite-On Communications Inc LNE100TX [Linksys 
EtherFast 10/100] (rev 25)
:00:12.0 Communication controller: 3Com Corp, Modem Division WinModem
:01:00.0 VGA compatible controller: nVidia Corporation NV4 [RIVA TNT] (rev 
04)

:00:00.0 0600: 1106:0691 (rev 82)
:00:01.0 0604: 1106:8598
:00:07.0 0601: 1106:0596 (rev 12)
:00:07.1 0101: 1106:0571 (rev 06)
:00:07.2 0c03: 1106:3038 (rev 08)
:00:07.3 0600: 1106:3051 (rev 20)
:00:0e.0 0401: 1274:1371 (rev 08)
:00:10.0 0200: 11ad:c115 (rev 25)
:00:12.0 0780: 12b9:1006
:01:00.0 0300: 10de:0020 (rev 04)

Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot worked:[O]
Configure network HW:   [O]
Config network: [O]
Detect CD:  [O]
Load installer modules: [O]
Detect hard drives: [O]
Partition hard drives:  [O]
Create file systems:[O]
Mount partitions:   [O]
Install base system:[O]
Install boot loader:[O]
Reboot: [O]

Comments/Problems:

I always ask for itemized package selection so I can tweak the packages
that are suggested for certain categories, but in the aptitude session I
was placed into would not allow 'q' to take me from the install screen
to the package selection screen so I could choose some alternate/extra
packages to install.  For instance, I always unselect exim and select
postfix instead.  I ended up quitting out of aptitude, spawning a shell,
and running aptitude manually (which, fortunately, remembers the state
of the selected packages, and was a decent, albeit clumsy, solution).

I also substituted mysql4 for postgresql, and something weird happened
with one of the mysql packages.  Perhaps one of the packages was not
downloaded correctly (is there a check for that?), but whatever the
reason, the mysql-server-4.1 package would neither completely install,
nor let me uninstall it (I tried to continue without installing mysql at
all).  I ended up removing the mysql-server-4.1 deb from apt's cache dir
and trying the install again, and this time the file re-downloaded and
installed just fine, and package installation finished without any
further incident.

When configuring my server, I couldn't get SSL working with courier
IMAP/POP or postfix (TLS) until I installed the zlib1g-dev package
(which supplied a needed /usr/lib/libz.so symlink that openssl was
needing).  There is a bug already filed on this in the debian bug system
(which is how I found the fix), but it would be nice to get fixed soon
so that people don't keep get tripped up on it (one temporary kluge
would be to add zlib1g-dev to the required packages for the current
openssl package until the openssl package is fixed to use the right
shared library).

..wayne..


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#78961: here...

2005-09-13 Thread Davison

Did you know that you could cut your food right down to 1000 calories and still 
gain weight? Eat 1000, burn only 800 and you will gain weight- eventhough 
you're constantly hungry.

On the other hand, you could eat say 3,000 calories and loose a lot of weight- 
If you burn 3,500 
which has less to do with excersise and mostly has to do with your metabolism.
Boost your metabilism effectively with MetaGen and loose those unwanted pounds
Do some moderate exersize while taking it and loose even more pounds naturally 
and repidly.

http://clicknsave81.com

Thank you,
Ila Ingram

http://clicknsave81.com/r


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#134376: Williams

2005-09-11 Thread Williams Davison
I have heard nothing whatsoever about this alleged media speculation, Alani 
said from Amman, Jordan. This is a matter for the judiciary to decide on, not 
for politicians, and Jalal should know better than that.

Don't you think it's about time to drop a few pounds? 
Now you can, without sacrifice or exercise
Metagen is here.

http://Williams.clicknsave64.info

Did you recieve this in error? let our office know:
http://www.clicknsave64.info/r

One extended family from Port Sulphur has 13 children, ages two months to 14 
years, with another baby due next month. The less they know, the better, said 
Cassie Picquet, 23, a member of the extended family whose children are also 
there. They're just being children right now. 





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#42631: Top Nocth Mgeorgats sfieliimpd

2005-08-16 Thread Brendan Davison
Hi [EMAIL PROTECTED],

Get quick ra_ate qu0tes from le.nders. Refi.inance and S.a.v.e - No 
Obl.ig.ation! 
 http://hza.servile.l-o-a-n.net/1028/
 
 
 
 

Sorry to take so long to post but been a little busy. You see towards the last 
part of June I went to the ole docs office because I was having some trouble 
with my bowels. Doc gave me some meds and set up a colonoscopy for a month 
later that was on a Monday.3

until tommorow


Mae Coker



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#82474: Urgent news about TV

2005-07-20 Thread Autumn O. Davison, VI
How are you, [EMAIL PROTECTED]

Do you like watching cable T.V.?

PPV : Sports, Movies, Adult Channels, HBO ,Cinemax,
Starz, OnDemand, Ect.  And the best part is you can
have all these channels with our product!

Our website : filtersppv.com

If you don't want this anymore, add /r to the domain
above to goto our removal page.

Bye,
Autumn O. Davison, VI
[EMAIL PROTECTED]


Bug#59269: Cable TV Viewers Urgent Situation

2005-07-12 Thread Dee F. Davison, VI
Hey [EMAIL PROTECTED],

Finally you can get PPV Sports, Movies, Adult Channels,
OnDemand, ect. Best of all, without paying extra for it!

We are offering you these Digital Cable - 54 mhz High
Pass Filters.  Check out our website on how well they work!

Our Website : onceaweek.info

This is a true universal product, it works with all digital
cable boxes we have encountered so far!  And we are the only
ones who provide detailed instructions on ow to set everything
up properly!

Of course, if you don't want this anymore, just visit our
page to get removed

Best Regards,
Dee F. Davison, VI
[EMAIL PROTECTED]


Bug#259083: Bad news for Cable TV Users

2005-07-10 Thread Davison Y. Letitia
Good day to you sir,

This just in - 2005 Digital Filters have just been released 
with the latest Pass-Through technology video bypass chip.
At this time, it's the only digital filter on the market 
today that you can get with the new lockup buster technology!

Now you can get Sports, HBO, Cinemax, Starz, Adult Channels, 
OnDemand, Music Channels, all the "extra" channels without
having to pay extra for them!

Goto Our Page between the arrows below : 

-> -> -> -> onceaweek.info <- <- <- <-

Thank you,
Davison Y. Letitia
[EMAIL PROTECTED]


Bug#64359: Speed up your internet

2005-07-01 Thread Adam Z. Davison, II
How are you,

Find our how our revolutionary hardware WILL speed
up your dialup modem connection!

More information from our website below : 

click4abargain.info

Goodbye,
Adam Z. Davison, II
[EMAIL PROTECTED]

Goodbye - c l i c k 4 a b a r g a i n . i n f o / r

If all pulled in one direction, the world would keel over.	-Yiddish proverb	. Doesn't Kate's granddaughter miss shaving for a few months?.

4. About the necessity of compromise .

It is not enough to do your best; you must know what to do, and THEN do your best.	W. Edwards Deming	. They have regretted jogging since last Monday..


Bug#102682: I know you like watching tv

2005-05-23 Thread Davison
Hey,

Do you wanna watch TV for free?

SURE YOU DO!

Will work on all U.S. and Canadian cable systems!

Check it out:

1clickchoice.com

Regards,
Kerry Battelle


brown strawberry black grape
Then I started 'teaching'. You know, I'm a good teacher. (Well, maybe just an average teacher, but you get the jist). I know what good teachers do. Or I thought I did. I sat with the children at the computer. When they pressed the IntelliKeys' keyboard or the Touch Window' and the computer said the word, I repeated the word and then expanded on the word. After they had pressed the same word several times, I said, "That's right, that's a cat, can you find the dog?? Suddenly, I would see the child's back get stiff, and before you knew it, he got up and left the computer. I didn't understand. Just a few seconds ago, he loved it. What happened?. Then I started 'teaching'. You know, I'm a good teacher. (Well, maybe just an average teacher, but you get the jist). I know what good teachers do. Or I thought I did. I sat with the children at the computer. When they pressed the IntelliKeys' keyboard or the Touch Window' and the computer said the word, I repeated the word and then expanded 
 on the word. After they had pressed the same word several times, I said, "That's right, that's a cat, can you find the dog?? Suddenly, I would see the child's back get stiff, and before you knew it, he got up and left the computer. I didn't understand. Just a few seconds ago, he loved it. What happened?.
orange banana red banana
Wasn't Dick missing talking on the street?. I have just practiced talking..


Bug#67895: Where were you today?

2005-04-06 Thread Alyson J. Davison, II


Good day,

Check for more info below:

http://appreciatrust.info

Thanks Alot,
Jamar Hilton

CUSTOM_SENTENCES. Haven't you liked walking?.
green mango green grape orange apple yellow plum red grape red peach 
Don't you practice dancing as often as possible?. Then I started 'teaching'. You know, I'm a good teacher. (Well, maybe just an average teacher, but you get the jist). I know what good teachers do. Or I thought I did. I sat with the children at the computer. When they pressed the IntelliKeys' keyboard or the Touch Window' and the computer said the word, I repeated the word and then expanded on the word. After they had pressed the same word several times, I said, "That's right, that's a cat, can you find the dog?? Suddenly, I would see the child's back get stiff, and before you knew it, he got up and left the computer. I didn't understand. Just a few seconds ago, he loved it. What happened?.


Bug#71027: FYI: Great Rates

2005-03-14 Thread Merrill Davison
http://www.whatshould.com/
your pre-approval is waiting


Bug#66963: Your pre-approval for low quotes Mon, 14 Mar 2005 11:07:17 -0800

2005-03-14 Thread Rosanna Davison
http://www.whatshould.com/
your pre-approval is waiting


Bug#296472: gdm failed to start x server

2005-02-22 Thread Tony W. Davison



Package: XFree86 
Version 4.1.0.1 / X Window System

When system started up for the first time after 
installing Debian GNU/Linux 3.0 debian tty1 System failed to load X-Windows. 
System suggested I submit this to [EMAIL PROTECTED]

This is something I did not set right during setup. 
I need instructions for fixing this. To choose the proper graphics for Linux 
based on my hardware I believe.
Below is my ispci and XFree86.0.log:


00:00.0 Host bridge: Intel Corp. 82810-DC100 GMCH [Graphics Memory Controller 
Hub] (rev 02)00:01.0 VGA compatible controller: Intel Corp. 82810-DC100 CGC 
[Chipset Graphics Controller] (rev 02)00:1e.0 PCI bridge: Intel Corp. 
82801AA PCI Bridge (rev 02)00:1f.0 ISA bridge: Intel Corp. 82801AA ISA 
Bridge (LPC) (rev 02)00:1f.1 IDE interface: Intel Corp. 82801AA IDE (rev 
02)00:1f.2 USB Controller: Intel Corp. 82801AA USB (rev 02)00:1f.3 
SMBus: Intel Corp. 82801AA SMBus (rev 02)01:01.0 Ethernet controller: Intel 
Corp. 82557 [Ethernet Pro 100] (rev 08)01:07.0 Multimedia audio controller: 
Ensoniq ES1371 [AudioPCI-97] (rev 06) 
Linux knows something is not set up right for X Windows. It warns me of this 
and has disabled this until "I"fix it. If only I knew what graphics card I 
have etc so I can choose the right one. Is it possible to run Linux in 1024x768. 
Can you tell me what I should tell Linux when asked about Video stuff? 
ThanksHere is my XFree86.0.log: 
XFree86 Version 4.1.0.1 / X Window System(protocol Version 11, revision 
0, vendor release 6510)Release Date: 21 December 2001If the server is 
older than 6-12 months, or if your card isnewer than the above date, look 
for a newer version beforereporting problems. (See 
http://www.XFree86.Org/FAQ)Build Operating System: Linux 2.6.9-ac6 i686 
[ELF] Module Loader present(==) Log file: "/var/log/XFree86.0.log", 
Time: Mon Feb 21 17:50:21 2005(==) Using config file: 
"/etc/X11/XF86Config-4"Markers: (--) probed, (**) from config file, (==) 
default setting,(++) from command line, (!!) notice, (II) 
informational,(WW) warning, (EE) error, (NI) not implemented, (??) 
unknown.(==) ServerLayout "Default Layout"(**) |--Screen "Default 
Screen" (0)(**) | |--Monitor "Generic Monitor"(**) | |--Device 
"Generic Video Card"(**) |--Input Device "Generic Keyboard"(**) 
Option "XkbRules" "xfree86"(**) XKB: rules: "xfree86"(**) Option 
"XkbModel" "pc104"(**) XKB: model: "pc104"(**) Option "XkbLayout" 
"us"(**) XKB: layout: "us"(==) Keyboard: CustomKeycode disabled(**) 
|--Input Device "Configured Mouse"(**) |--Input Device "Generic 
Mouse"(WW) The directory "/usr/lib/X11/fonts/cyrillic" does not 
exist.Entry deleted from font path.(**) FontPath set to 
"unix/:7100,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/100dpi/:unscaled,/usr/lib/X11/fonts/75dpi/:unscaled,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/Speedo,/usr/lib/X11/fonts/100dpi,/usr/lib/X11/fonts/75dpi"(==) 
RgbPath set to "/usr/X11R6/lib/X11/rgb"(==) ModulePath set to 
"/usr/X11R6/lib/modules"(++) using VT number 7 
(WW) Cannot open APM(II) Module ABI versions:XFree86 ANSI C 
Emulation: 0.1XFree86 Video Driver: 0.4XFree86 XInput driver : 
0.2XFree86 Server Extension : 0.1XFree86 Font Renderer : 0.2(II) 
Loader running on linux(II) LoadModule: "bitmap"(II) Loading 
/usr/X11R6/lib/modules/fonts/libbitmap.a(II) Module bitmap: vendor="The 
XFree86 Project"compiled for 4.1.0.1, module version = 1.0.0Module 
class: XFree86 Font RendererABI class: XFree86 Font Renderer, version 
0.2(II) Loading font Bitmap(II) LoadModule: "pcidata"(II) Loading 
/usr/X11R6/lib/modules/libpcidata.a(II) Module pcidata: vendor="The XFree86 
Project"compiled for 4.1.0.1, module version = 0.1.0ABI class: XFree86 
Video Driver, version 0.4(II) PCI: Probing config type using method 
1(II) PCI: Config type is 1(II) PCI: stages = 0x03, oldVal1 = 
0x, mode1Res1 = 0x8000(II) PCI: PCI scan (all values are in 
hex)(II) PCI: 00:00:0: chip 8086,7122 card , rev 02 class 06,00,00 
hdr 00(II) PCI: 00:01:0: chip 8086,7123 card 8086,4341 rev 02 class 03,00,00 
hdr 00(II) PCI: 00:1e:0: chip 8086,2418 card , rev 02 class 06,04,00 
hdr 01(II) PCI: 00:1f:0: chip 8086,2410 card , rev 02 class 06,01,00 
hdr 80(II) PCI: 00:1f:1: chip 8086,2411 card 8086,2411 rev 02 class 01,01,80 
hdr 00(II) PCI: 00:1f:2: chip 8086,2412 card 8086,2412 rev 02 class 0c,03,00 
hdr 00(II) PCI: 00:1f:3: chip 8086,2413 card 8086,2413 rev 02 class 0c,05,00 
hdr 00(II) PCI: 01:01:0: chip 8086,1229 card 8086,3000 rev 08 class 02,00,00 
hdr 00(II) PCI: 01:07:0: chip 1274,1371 card 8086,4341 rev 06 class 04,01,00 
hdr 00(II) PCI: End of PCI scan(II) LoadModule: "scanpci"(II) 
Loading /usr/X11R6/lib/modules/libscanpci.a(II) Module scanpci: vendor="The 
XFree86 Project"compiled for 4.1.0.1, module version = 0.1.0ABI class: 
XFree86 Video Driver, version 0.4(II) UnloadModule: "scanpci"(II) 
Unloading /usr/X11R6/lib/modules/libscanpci.a(II) Host-to-PCI 
bridge:(II) PCI-to-ISA bridge:(II) PCI-to-PCI bridge:(II) Bus 0: 
bridge is 

Bug#23626: #23626 - rsync mingles stdout and stderr

2005-02-20 Thread Wayne Davison
I believe that this bug was fixed in 2.6.3:  ssh was setting stderr to
non-blocking, so if stderr was combined with stdout (whether redirected
to a file or not) they both got set to non-blocking, resulting in the
corruption of the output.

..wayne..


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#148055: Delivery Confirmation, Tracking Number : ALIH11338153202287DRQP

2005-01-11 Thread Kathie W. Davison

Check your status Below:

pro0fpharmaz.com/index.php?id=11

 The illiterate of the 21st century will not be those who cannot read and write, but those who cannot learn, unlearn, and relearn.	Alvin Toffler	
 Brian was a boy with Down's Syndrome. He was taking several medications. Brian came from a nurturing family and extended family who provided him with every opportunity. His mother was a teacher and wanted what was best for him. He exhibited no language and was considerably behind his other friends with Down?s Syndrome. We set up a noun program at school. At first he seemed disinterested. He looked at the pictures and sucked his thumb. The more we encouraged him to engage the keyboard, the more he sucked his thumb. We then paired him with a child who was very interested in the noun program. Suddenly the two were fighting over who was next to pick a picture. He worked several times a week at the computer. At his 3-year IEP, the team shook their heads. They didn't understand. Despite the track record of many students with Down?s Syndrome, Brian's language was his best skill I smiled and his mother winked at me.
 Act in the valley so that you need not fear those who stand on the hill.	-Danish proverb	
 Doesn't Ms. Brown hate playing at the company?
 Do just once what others say you can't do, and you will never pay attention to their limitations again.	-James R. Cook	
 Joseph doesn't dislike praying carelessly.
 My opinions may have changed, but not the fact that I'm right.	
 I'm not enjoying fighting over there.