Bug#995084: mnemosyne: After installing, Mnemosyne fails to start: fails to import PasswordHasher from argon2

2021-09-25 Thread Kit Haines
Package: mnemosyne
Version: 2.8+ds1-1
Severity: important

Dear Maintainer,

I just installed mnemosyne on my machine.  When I launch it (mnemosyne & in the 
terminal), I get the following message:

kit@gelfly:~/writing/al$ mnemosyne &
[1] 466123
kit@gelfly:~/writing/al$ Log body:
 An unexpected error has occurred.
Please forward the following info to the developers:

Traceback (innermost last):
  File "/usr/bin/mnemosyne", line 278, in 
mnemosyne.initialise(data_dir=data_dir, filename=filename,
  File "/usr/lib/python3/dist-packages/mnemosyne/libmnemosyne/__init__.py", 
line 400, in initialise
self.register_components()
  File "/usr/lib/python3/dist-packages/mnemosyne/libmnemosyne/__init__.py", 
line 465, in register_components
importlib.import_module(module_name), class_name)
  File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
  File "", line 1030, in _gcd_import
  File "", line 1007, in _find_and_load
  File "", line 986, in _find_and_load_unlocked
  File "", line 680, in _load_unlocked
  File "", line 850, in exec_module
  File "", line 228, in _call_with_frames_removed
  File "/usr/lib/python3/dist-packages/mnemosyne/pyqt_ui/qt_sync_server.py", 
line 15, in 
from mnemosyne.libmnemosyne.sync_server import SyncServer
  File "/usr/lib/python3/dist-packages/mnemosyne/libmnemosyne/sync_server.py", 
line 9, in 
from argon2 import PasswordHasher
 ImportError: cannot import name 'PasswordHasher' from 'argon2' 
(/home/kit/.local/lib/python3.9/site-packages/argon2.py)

An unexpected error has occurred.
Please forward the following info to the developers:

Traceback (innermost last):
  File "/usr/bin/mnemosyne", line 278, in 
mnemosyne.initialise(data_dir=data_dir, filename=filename,
  File "/usr/lib/python3/dist-packages/mnemosyne/libmnemosyne/__init__.py", 
line 400, in initialise
self.register_components()
  File "/usr/lib/python3/dist-packages/mnemosyne/libmnemosyne/__init__.py", 
line 465, in register_components
importlib.import_module(module_name), class_name)
  File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
  File "", line 1030, in _gcd_import
  File "", line 1007, in _find_and_load
  File "", line 986, in _find_and_load_unlocked
  File "", line 680, in _load_unlocked
  File "", line 850, in exec_module
  File "", line 228, in _call_with_frames_removed
  File "/usr/lib/python3/dist-packages/mnemosyne/pyqt_ui/qt_sync_server.py", 
line 15, in 
from mnemosyne.libmnemosyne.sync_server import SyncServer
  File "/usr/lib/python3/dist-packages/mnemosyne/libmnemosyne/sync_server.py", 
line 9, in 
from argon2 import PasswordHasher
 ImportError: cannot import name 'PasswordHasher' from 'argon2' 
(/home/kit/.local/lib/python3.9/site-packages/argon2.py)

[1]+  Exit 1  mnemosyne
kit@gelfly:~/writing/al$ 

I also get a window pop-up, with the same error as above showing.

I've tried installing argon2 with pip, to no change in the error message,

Best regards,
- Kit

-- System Information:
Debian Release: bookworm/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'testing-debug'), (500, 
'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 5.10.0-7-amd64 (SMP w/8 CPU threads)
Kernel taint flags: TAINT_WARN, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages mnemosyne depends on:
ii  libjs-sphinxdoc 3.5.4-2
ii  libqt5sql5-sqlite   5.15.2+dfsg-12
ii  python3 3.9.2-3
ii  python3-cheroot 8.5.2+ds1-3
ii  python3-cherrypy3   18.6.1-2
ii  python3-gtts2.0.3-1
ii  python3-matplotlib  3.3.4-1
ii  python3-pil 8.1.2+dfsg-0.3
ii  python3-pyqt5   5.15.4+dfsg-3
ii  python3-pyqt5.qtsql 5.15.4+dfsg-3
ii  python3-pyqt5.qtwebchannel  5.15.4+dfsg-3
ii  python3-pyqt5.qtwebengine   5.15.4-2+b1
ii  python3-webob   1:1.8.6-1.1

mnemosyne recommends no packages.

mnemosyne suggests no packages.

-- no debconf information



Bug#935203: tomcat9: systemd configuration fails to allow tomcat to write to it's own directory

2019-08-20 Thread Kit Haines
Package: tomcat9
Version: 9.0.16-4~bpo9+1
Severity: normal

Dear Maintainer,

I'm trying to install tomcat9, and run it as a service.  After purging
and reinstalling, tomcat9 fails to start.  I had expected it to start.

`root@gelfly:/var/lib/tomcat9# service tomcat9 restart
Job for tomcat9.service failed because the control process exited with error 
code.
See "systemctl status tomcat9.service" and "journalctl -xe" for details.`

I expected the prompt to simply return, and tomcat9 to be running.

I editted: `/etc/systemd/system/multi-user.target.wants/tomcat9.service`
to add the following two lines:
`ReadWritePaths=/etc/tomcat9/
ReadWritePaths=/var/lib/tomcat9/`

When I then ran

`root@gelfly:/var/lib/tomcat9/conf# systemctl daemon-reload
root@gelfly:/var/lib/tomcat9/conf# service tomcat9 restart
root@gelfly:/var/lib/tomcat9/conf#`

The service started.

-- System Information:
Debian Release: 9.9
  APT prefers oldstable
  APT policy: (500, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-9-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8), 
LANGUAGE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages tomcat9 depends on:
ii  lsb-base9.20161125
ii  systemd 232-25+deb9u11
ii  tomcat9-common  9.0.16-4~bpo9+1
ii  ucf 3.0036

Versions of packages tomcat9 recommends:
pn  libtcnative-1  

Versions of packages tomcat9 suggests:
pn  tomcat9-admin 
ii  tomcat9-docs  9.0.16-4~bpo9+1
ii  tomcat9-examples  9.0.16-4~bpo9+1
pn  tomcat9-user  

-- Configuration Files:
/etc/tomcat9/policy.d/01system.policy [Errno 13] Permission denied: 
'/etc/tomcat9/policy.d/01system.policy'
/etc/tomcat9/policy.d/02debian.policy [Errno 13] Permission denied: 
'/etc/tomcat9/policy.d/02debian.policy'
/etc/tomcat9/policy.d/03catalina.policy [Errno 13] Permission denied: 
'/etc/tomcat9/policy.d/03catalina.policy'
/etc/tomcat9/policy.d/04webapps.policy [Errno 13] Permission denied: 
'/etc/tomcat9/policy.d/04webapps.policy'
/etc/tomcat9/policy.d/50local.policy [Errno 13] Permission denied: 
'/etc/tomcat9/policy.d/50local.policy'

-- no debconf information



Bug#903407: evince: Fail to generate valid print job for files with '&' in the name

2018-07-09 Thread Kit Haines
Package: evince
Version: 3.22.1-3+deb9u1
Severity: normal

Dear Maintainer,

(I've replaced my legal name with 'Legal Name' here, since I don't use
it.  My legal name has no special characters nor ampersand in them).

I'm trying to print a document named "Legal Name - Option Cancel &
Reissue Agreement.pdf"; but when I click print, I get the error (on
the commandline):

kit@gelnora:~/Downloads$ evince Legal\ Name\ -\ Option\ Cancel\ \&\ Reissue\ 
Agreement.pdf

** (evince:2460): WARNING **: Unimplemented annotation: POPPLER_ANNOT_INK, 
please post a bug report in Evince bugzilla (http://bugzilla.gnome.org) with a 
testcase.

** (evince:2460): WARNING **: Unimplemented annotation: POPPLER_ANNOT_INK, 
please post a bug report in Evince bugzilla (http://bugzilla.gnome.org) with a 
testcase.

(evince:2460): Gtk-WARNING **: Allocating size to EvSidebar 0x5632f76dc560 
without calling gtk_widget_get_preferred_width/height(). How does the code know 
the size to allocate?

(evince:2460): Gtk-WARNING **: Failed to set text 'Printing job “Legal Name 
- Option Cancel & Reissue Agreement.pdf”' from markup due to error parsing 
markup: Error on line 1: Entity did not end with a semicolon; most likely you 
used an ampersand character without intending to start an entity - escape 
ampersand as &

(evince:2460): Gtk-WARNING **: Failed to set text 'Printing job “Legal Name 
- Option Cancel & Reissue Agreement.pdf”' from markup due to error parsing 
markup: Error on line 1: Entity did not end with a semicolon; most likely you 
used an ampersand character without intending to start an entity - escape 
ampersand as &

---

This is inconvenient because of the filter on the printer at my
office.  I need to set the printer name to the approved document to
print.  I do not have this error when I copy the file to print
`NoName.pdf'.

I expected evince to escape the file name for me.

-- System Information:
Debian Release: 9.4
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-6-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8), 
LANGUAGE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages evince depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.26.0-2+b1
ii  evince-common3.22.1-3+deb9u1
ii  gsettings-desktop-schemas3.22.0-1
ii  libatk1.0-0  2.22.0-1
ii  libc62.24-11+deb9u3
ii  libcairo-gobject21.14.8-1
ii  libcairo21.14.8-1
ii  libevdocument3-4 3.22.1-3+deb9u1
ii  libevview3-3 3.22.1-3+deb9u1
ii  libgdk-pixbuf2.0-0   2.36.5-2+deb9u2
ii  libglib2.0-0 2.50.3-2
ii  libgnome-desktop-3-123.22.2-1
ii  libgtk-3-0   3.22.11-1
ii  libnautilus-extension1a  3.22.3-1+deb9u1
ii  libpango-1.0-0   1.40.5-1
ii  libsecret-1-00.18.5-3.1
ii  shared-mime-info 1.8-1

Versions of packages evince recommends:
ii  dbus-user-session [default-dbus-session-bus]  1.10.26-0+deb9u1
ii  dbus-x11 [dbus-session-bus]   1.10.26-0+deb9u1

Versions of packages evince suggests:
ii  gvfs 1.30.4-1
pn  nautilus-sendto  
ii  poppler-data 0.4.7-8
pn  unrar

-- no debconf information


Bug#846278: light-locker fails to unlock

2017-05-22 Thread Kit Haines
Package: light-locker
Version: 1.7.0-3
Followup-For: Bug #846278

Dear Maintainer,

> Please try with another desktop environment, like Xfce.

I am experiencing this issue on fresh xfce installations of
stretch. I've needed to disable lightlocker to get around it. As this
is a default configuration, this bug is grave - the package should not
release like this.

Thanks in advance,
- Kit


-- System Information:
Debian Release: 9.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64
 (x86_64)

Kernel: Linux 4.9.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages light-locker depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.26.0-2+b1
ii  libc62.24-10
ii  libcairo21.14.8-1
ii  libdbus-1-3  1.10.18-1
ii  libdbus-glib-1-2 0.108-2
ii  libglib2.0-0 2.50.3-2
ii  libgtk-3-0   3.22.11-1
ii  libpango-1.0-0   1.40.5-1
ii  libpangocairo-1.0-0  1.40.5-1
ii  libsystemd0  232-23
ii  libx11-6 2:1.6.4-3
ii  libxext6 2:1.3.3-1+b2
ii  libxss1  1:1.2.2-1
ii  lightdm  1.18.3-1

light-locker recommends no packages.

light-locker suggests no packages.

-- no debconf information



Bug#847825: xfce4-session: Recommends only light-locker

2016-12-11 Thread Kit Haines
Package: xfce4-session
Version: 4.12.1-5
Severity: important

Dear Maintainer,

When updating, xfce4-session introduced light-locker despite the presence of
xscreensaver. There is no preference in the xfce4-preferences for configuring
light locker - I had no idea it was running, until it locked my screen.
Lightlocker proceeded to lock me out of my system, and failed to provide a
relogin prompt.

To fix, please Recommend: lightlocker | xscreensaver.

Thanks,
Kit



-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (800, 'testing'), (600, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.8.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages xfce4-session depends on:
ii  libatk1.0-02.22.0-1
ii  libc6  2.24-7
ii  libcairo2  1.14.6-1.1
ii  libdbus-1-31.10.14-1
ii  libdbus-glib-1-2   0.108-1
ii  libfontconfig1 2.11.0-6.7
ii  libfreetype6   2.6.3-3+b1
ii  libgdk-pixbuf2.0-0 2.36.0-1
ii  libglib2.0-0   2.50.2-2
ii  libgtk2.0-02.24.31-1
ii  libice62:1.0.9-1+b1
ii  libpango-1.0-0 1.40.3-3
ii  libpangocairo-1.0-01.40.3-3
ii  libpangoft2-1.0-0  1.40.3-3
ii  libpolkit-gobject-1-0  0.105-17
ii  libsm6 2:1.2.2-1+b1
ii  libwnck22  2.30.7-5
ii  libx11-6   2:1.6.3-1
ii  libxfce4ui-1-0 4.12.1-2
ii  libxfce4util7  4.12.1-3
ii  libxfconf-0-2  4.12.1-1
ii  xfce4-settings 4.12.1-1
ii  xfconf 4.12.1-1

Versions of packages xfce4-session recommends:
ii  dbus-x11   1.10.14-1
ii  libpam-systemd 232-7
ii  light-locker   1.7.0-3
ii  systemd-shim   10-2
ii  upower 0.99.4-4
ii  x11-xserver-utils  7.7+7
ii  xfdesktop4 4.12.3-3
ii  xfwm4  4.12.3-3

Versions of packages xfce4-session suggests:
pn  fortunes-mod  
ii  pm-utils  1.4.1-16
ii  sudo  1.8.17p1-2

-- no debconf information



Bug#734979: [gitolite3]postinst: access to folder without check if exists

2014-01-11 Thread Martin Haaß KIT
Subject: postinst: access to folder without check if exists
Package: gitolite3
Version: 3.5.3.1-1
Severity: normal
Tags: patch

Dear Maintainer,

$apt-get upgrade
Setting up gitolite3 (3.5.3.1-1) ...
chmod: cannot access ‘/opt/git//repositories/testing.git’: No such file or
directory
dpkg: error processing package gitolite3 (--configure):
 subprocess installed post-installation script returned error exit status 1

This is due to a typo in postinst (if testing.git does not exist), patch
attached



-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'unstable'), (300, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.12.7 (SMP w/4 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gitolite3 depends on:
ii  adduser3.113+nmu3
ii  debconf [debconf-2.0]  1.5.52
ii  git [git-core] 1:1.8.5.2-1
ii  git-core   1:1.8.5.2-1
ii  openssh-server 1:6.4p1-2
ii  perl   5.18.1-5

gitolite3 recommends no packages.

Versions of packages gitolite3 suggests:
pn  git-daemon-run  
ii  gitweb  1:1.8.5.2-1

-- debconf information:
* gitolite3/adminkey:
* gitolite3/gituser: git
* gitolite3/gitdir: /opt/git/

-- 
Dipl.-Inform Martin Haaß
Chair for Embedded Systems - KIT Karlsruhe
http://ces.itec.kit.edu/~haass
diff -Nru control.orig/postinst control/postinst
--- control.orig/postinst	2014-01-04 12:35:01.0 +0100
+++ control/postinst	2014-01-11 13:11:31.599285707 +0100
@@ -42,7 +42,7 @@
 	chmod go-r "$repos"
 
 	for subdir in gitolite-admin.git testing.git; do
-	if [ -d $dir ]; then
+	if [ -d $subdir ]; then
 		chmod -R og-rx "$repos/$subdir"
 	fi
 	done


signature.asc
Description: OpenPGP digital signature


Bug#279655: Hit her G-spot every time

2008-03-21 Thread Kit scudds

Size matters to all the women, no matter what they say.

http://www.awrensyrt.com/
Her pussy smiled at me



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



Bug#129922: off, they're also are

2008-03-19 Thread kit dori
FuckstickJumboAna http://www.Plaserable.com




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



Bug#153587: ladies say size doesnot matter, but we know, it does!

2008-01-02 Thread cassie kit
regards 
Nothing c'n B better than our pharmas!
http://beaverbonghits.com
On that heap of stones she mourns





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



Bug#70982: boost your personal image

2007-12-30 Thread kit emile
Good afternoon!
Get ready for Christmas holidays with a new you
http://dobongworld.com

Which they ate with a runcible spoon;




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



Bug#115566: only now we have reduced prices for the most effective EDPILLZ!

2007-12-30 Thread kit virginia
We congratulate on coming holidays
Get ready for Christmas holidays with a new you
http://beaverbonghits.com

'But in England I've a mate!




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



Bug#99324: Pics

2007-07-06 Thread Kit Vaughan
I am going to be out of town from 29 June until 22 July 2007. I will only be 
able to respond to your message when I return. If it's urgent, please contact 
Ms Angie Coetzee at [EMAIL PROTECTED] or + 27 21 406 6651.



Bug#323172: some ancillary items make

2007-04-20 Thread Kit Pankratz

Each File Section of a file shall be identified by a record in the same 
directory.

AN ALLE FINANZINVESTOREN!
DIESE AKTIE WIRD DURCHSTARTEN!
FREITAG 20. APRIL STARTET DIE HAUSSE!
REALISIERTER KURSGEWINN VON 400%+ IN 5 TAGEN!

Symbol: G7Q.F
Company: COUNTY LINE ENERGY
5 Tages Kursziel: 0.95
Schlusskurs: 0.21
WKN:  A0J3B0
ISIN: US2224791077
Markt: Frankfurt

LASSEN SIE SICH DIESE CHANCE NICHT ENTGEHEN!
G7Q WIRD WIE EINE RAKETE DURCHSTARTEN!
UNSERE ERWARTUNGEN WIRD G7Q.F UBERTREFFEN!

Something happened after he left us that overcame his fear and doubt.



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



Bug#220469: copyrights page are owned

2007-04-03 Thread Marciel Kit
gFTP Scribus AbiWord with many plugins
http://img444.imageshack.us/my.php?image=2dgc7.gif
includes kernel default KDE



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



Bug#206187: Saue vp more bucks.,Emily D Pelton

2006-12-05 Thread Chiu Kit Yi P
Wishing you a bright white holiday full of love

http://holidayoffnow.com

-
DEMANDTEC EMAIL NOTICE:

NOTICE: This email transmission and all attached files contain information 
intended for the designated individual or entity to whom it is addressed and 
may contain information that is proprietary, privileged and/or exempt from 
disclosure under applicable law. If you are not the intended recipient or an 
employee or agent responsible for delivering this message to the intended 
recipient, you are hereby notified that any dissemination, distribution, 
copying, or other use of this email or its attachments is strictly prohibited. 
If you have received this email in error, please notify the sender immediately 
by replying to this message and please delete the original message without 
making any copies. 


WARNING: Computer viruses can be transmitted via email. The recipient should 
check this email and any attachments for the presence of viruses. Although we 
have taken reasonable precautions to ensure that this email and all attachments 
are free from viruses, we accept no liability for any loss or damage arising 
from the use of this email or its attachments.

Ashad Dean JAMES M LOGAN
Christopher Yeo
Torsten Kablitz Guy Marble 


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



Bug#121898: gaim ..beta

2006-10-27 Thread Kit Mediaif

Jam NY Super DBZ Celebrity GTA LIberty Premiere Five Awesome Ed Late Romero 
Factoids Hitman: Blood Reality Sexy Moments
theyre saying over. doing done. lasting tries counting lasted Sunday hoping 
horribly anymore been. mistake suppose.I missed Stephen speaking book answering 
audience reteurned
boats. Video Article Archive SDCC ft ST Sportsman Cool CCF Montauk DC Marathon 
BCC Osprey Dauntless
Dermot OLeary interviews Indias rubbish dump REDSOCKS Phil Tufnell captAlvin 
BirchMark EvansNick



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



Bug#236814: latest SDK numerous utilities

2006-10-27 Thread Kit

Support About MIB Browser Linux Visual Builder Trap Ringer Query Manager Net 
Inspector Explorer SNMP/SMI SDKs SNMP Master Agent Design Kit Network Management
customer raquoOne word: Brilliant Very nice work. editing directly in
SNMP/SMI SDKs SNMP Master Agent Design Kit Network Management ToolBox the th of
Order mailing list day license Top this January July dfbfafcf .c April ccbfdcc 
October da latest SDK numerous utilities SendTrap Micro Ping Dump source code 
samples. MB package. currently



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



Bug#102006:

2005-08-24 Thread Kit Wedeking
Sent at: Wed, 24 Aug 2005 10:23:15 -0700 (UTC) FILETIME=[82705809559]
Date: Wed, 24 Aug 2005 13:23:15 -0400
Content-Type: text/plain
Content-Transfer-Encoding: 7Bit

If you want to find someone in your area, and you do not want to be committed, 
check out our site. You can
find people from your area. This site is only if you want to meet someone to 
have Sx with, so if you are interested,
sign up with us for free!!! You can't believe it, see for yourself. 
P.S. Credit card will be required for age identification and no other purpose.

Click with confidence,

http://girlsinyourarea.com/extra/lifemates/

Thankfully,
Savanna Pekar


No more emails? No problem! Just hit this link.

http://girlsinyourarea.com/extra/lifemates/getmeoff.php




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



Bug#324836: initng: /dev/MAKEDEV isn't created

2005-08-24 Thread Root Kit
Package: initng
Version: 0.1.8-1
Severity: critical
Justification: breaks unrelated software

initng MUST create /dev/MAKEDEV, or link it to
/sbin/MAKEDEV
otherwise many postinst scripts will fail (eg.
udftools)

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (50, 'unstable'), (1,
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12.5
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED]
(charmap=ISO-8859-15)

Versions of packages initng depends on:
ii  libc6 2.3.5-4GNU C
Library: Shared libraries an

initng recommends no packages.

-- no debconf information






___ 
Yahoo! Mail: gratis 1GB per i messaggi e allegati da 10MB 
http://mail.yahoo.it


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



Bug#156119: Enjoy having sex!

2005-08-14 Thread Kit

The thing is that a great errrection is provided for you exactly when you want.
http://divans.terramefolk.info/?arresterxtvuytranspiringzctconfirmatory


Like the bee, we should make our industry our amusement.   
Seriousness is the only refuge of the shallow. 
Be neither too remote nor too familiar.  
History repeats itself; that's one of the things that's wrong with history. 





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



Bug#141576: Can't draw a straight line? Well...now you can!

2005-07-07 Thread Kit
cheap oem soft shipping worldwide 
http://zyyh.2r6z512vhu29h32.agnosislk.com





Seek simplicity, and distrust it.
Where is human nature so weak as in the bookstore?   





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



Bug#316250: mysql-server log rotate issue

2005-06-29 Thread Kit Chen

Package: mysql-server
Version: 4.0.24-10

I recently got burned by the addition of a (new) log rotate file that's not 
even self consistent with the internal documentation:




mysql# cat /etc/mysql/debian-log-rotate.conf
# This is the config file for
#   /etc/logrotate.d/mysql-server (for normal logs)
#   /etc/cron.daily/mysql-server (for binary logs)
# It should be kept in shell script syntax and contain only variables.
#
# Both log file types are rotated daily, whenever "FLUSH LOGS;" is
# issued and when the server (re)starts so do not choose too low numbers.

# Configuring /etc/logrotate.d/mysql-server does not yet work.

# The number of binary log files that are kept. They are rotated daily
# and on "FLUSH LOGS;". A value of 0 disables rotating and is set as default
# for backward compatibility.
KEEP_BINARY_LOGS=7


---

7 != 0; I lost major logs of data that I was happily managing my own way 
until this came through and cleaned them, OH so helpfully, silently.


Thanks




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



Bug#74672: Popular software at low low prices.

2005-06-15 Thread Kit

Learn to build simple and clean websites that can bring in the dough...
http://sxpqeq.i7mflh0tfs0pfj0.aboardca.com




To do nothing is sometimes a good remedy. 
The legacy of Democrats and Republicans approaches: Libertarianism by bankruptcy.   





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



Bug#66684: Adobe+macromedia+OS etc all in CD under $99

2005-05-18 Thread Kit
You best friends and family deserve the BEST internet photo album! 
http://wdeapr.c1grftc59mu1rdu.orangeiagce.com


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